1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-08-19 17:50:04 +03:00

Compare commits

...

21 Commits

Author SHA1 Message Date
8f8397df7f * configure.in libvirt.spec.in docs/*.html include/libvirt/libvirt.h:
preparing release of 0.1.11
* docs/Makefile.am libvirt.spec.in: package libvirt.rng in
* po/*: translation update
Daniel
2007-01-22 15:31:00 +00:00
bc073b5a4d Added test suite for the XML <-> XM config file conversion 2007-01-19 20:30:05 +00:00
1b0f541704 Finished off XML parsing & XM config file generation for all supported guest configs 2007-01-19 20:23:37 +00:00
aea00ddb8c Fix memory leaks in config file handling 2007-01-19 20:10:04 +00:00
a15c593c2e Tweak memory settings 2007-01-18 21:13:14 +00:00
5fbd4b15e0 Added inactive domain management support to the test driver 2007-01-18 21:08:21 +00:00
ec329ce910 Disable inactive domain drivers on old XenD 2007-01-18 18:38:09 +00:00
72e8284c1b * docs/libvirt.rng: udated for the upcoming KVM and QEmu support
Daniel
2007-01-10 15:20:46 +00:00
4dce3d8fd4 * docs/libvirt.rng: went through the existing tests with the RNG and
fixed or added a number constructs
Daniel
2007-01-10 10:08:06 +00:00
c642103f6d * docs/libvirt.rng: first version of the Relax-NG schemas to validate
XML instances
Daniel
2007-01-09 16:29:18 +00:00
4a475773f7 * po/*: updated localization files
* configure.in NEWS libvirt.spec.in docs/libvir.html docs/news.html
  include/libvirt/libvirt.h: preparing release of 0.1.10
Daniel
2006-12-20 14:54:25 +00:00
27ef42c6fa Fix handling of config files with duplicate names 2006-12-19 21:54:20 +00:00
5c0546cdae * src/xend_internal.c: Dan Berrange pointed out a ref count bug
rhbz#143946 , patch applied
daniel
2006-12-18 22:08:22 +00:00
884acf563f * po/*.po po/libvirt.pot: merged new ms transations, updated
with the current source.
Daniel
2006-12-14 09:54:36 +00:00
166d499f02 Implement support for inactive domains from Xen 3.0.4 2006-12-14 01:56:14 +00:00
7a9f673e3e Added support for generating new style PV framebuffer. Added vnclisten & vncpasswd handling 2006-12-13 14:08:51 +00:00
804e20e6c3 Add array bounds checking in xendDaemonListDomains 2006-12-07 18:23:19 +00:00
17817e6a3d New style paravirt framebuffer config in xen 3.0.4 2006-12-06 23:44:17 +00:00
98026c6b54 Fix test case for change in bootloader handling 2006-12-06 23:40:08 +00:00
fa76c4fb2c * src/xen_internal.c: the structure passed to the vcpuinfo hypercall
had changed between version 1 and version 2 too, the leading domain
  field disapeared since it goes in the including op. Fixes redhat
  bugs #217370 and #217743
Daniel
2006-12-06 15:02:03 +00:00
e2269580b0 * po/ca.po po/fr.po po/hi.po: merging more localizations coming
from Red Hat
Daniel
2006-12-04 17:34:48 +00:00
121 changed files with 11893 additions and 7356 deletions

144
ChangeLog
View File

@ -1,3 +1,147 @@
Mon Jan 22 16:24:54 CET 2007 Daniel Veillard <veillard@redhat.com>
* configure.in libvirt.spec.in docs/*.html include/libvirt/libvirt.h:
preparing release of 0.1.11
* docs/Makefile.am libvirt.spec.in: package libvirt.rng in
* po/*: translation update
Fri Jan 19 15:28:13 EST 2007 Daniel Berrange <berrange@redhat.com>
* tests/xmconfigtest.c: Test suite to check conversion from
XML to XM config files, and the reverse
* tests/xmconfigdata/*.xml: Source XML files for the test
suite
* tests/xmconfigdata/*.cfg: Source XM config files for the
test suite
* configure.ac, tests/Makefile.am: Added xmconfigdata subdir
* tests/xmconfigdata/Makefile.am: Include config files when
doing a make dist.
Fri Jan 19 15:23:13 EST 2007 Daniel Berrange <berrange@redhat.com>
* src/xm_internal.c: Finished off the conversion from XML
to XM config files, and the reverse, to deal with all known
libvirt guest config options.
Fri Jan 19 15:07:13 EST 2007 Daniel Berrange <berrange@redhat.com>
* src/conf.c: Free stored config parameters, when free'ing
the virConfPtr object. For values, only free the object
corresponding to the values' type
Thu Jan 18 16:12:13 EST 2007 Daniel Berrange <berrange@redhat.com>
* docs/testnode.xml, docs/testdomfc4.xml: Tweak memory settings to
be more realistic for testing purposes
Thu Jan 18 16:05:13 EST 2007 Daniel Berrange <berrange@redhat.com>
* src/test.h, src/test.c: Implement full inactive domain management
support in mock hypervisor to allow testing of apps wanting inactive
domains.
Thu Jan 18 13:37:02 EST 2007 Daniel Berrange <berrange@redhat.com>
* src/xend_internal.c: Tweak some of the new inactive domain methods
to only run when XenD is >= 3.0.4, so it falls back correctly to
the src/xm_internal.c driver.
Wed Jan 10 16:20:02 CET 2007 Daniel Veillard <veillard@redhat.com>
* docs/libvirt.rng: udated for the upcoming KVM and QEmu support
Wed Jan 10 11:06:36 CET 2007 Daniel Veillard <veillard@redhat.com>
* docs/libvirt.rng: went through the existing tests with the RNG and
fixed or added a number constructs
Tue Jan 9 17:28:18 CET 2007 Daniel Veillard <veillard@redhat.com>
* docs/libvirt.rng: first version of the Relax-NG schemas to validate
XML instances
Wed Dec 20 15:56:38 CET 2006 Daniel Veillard <veillard@redhat.com>
* po/*: updated localization files
* configure.in NEWS libvirt.spec.in docs/libvir.html docs/news.html
include/libvirt/libvirt.h: preparing release of 0.1.10
Tue Dec 19 12:26:53 EST 2006 Daniel P. Berrange <berrange@redhat.com>
* src/xm_internal.c: Maintain hash of config filenames, separate from
hash mapping domain names to config files. This deals with case of two
config files specifying same named guest, which although not recommended
seems to be encountered 'in the wild'.
Mon Dec 18 23:11:53 CET 2006 Daniel Veillard <veillard@redhat.com>
* src/xend_internal.c: Dan Berrange pointed out a ref count bug
rhbz#143946 , patch applied
Thu Dec 14 10:58:00 CET 2006 Daniel Veillard <veillard@redhat.com>
* po/*.po po/libvirt.pot: merged new ms transations, updated
with the current source.
Wed Dec 13 17:24:03 EST 2006 Daniel Berrange <berrange@redhat.com>
* src/xend_internal.c: Implement the ListDefinedDomains,
NumOfDefinedDomains, DomainCreate ,DomainDefineXML, DomainUndefine
APIs to manage inactive domains when running with Xen 3.0.4. Make
GetMaxMemory, SetMaxMemory, SetMemory, GetInfo, SetVCPUs & DumpXML
work with inactive domains. Cache xendConfigVersion when first
connecting to Xend.
* src/xend_internal.h: Prototypes for new APIs
* src/xm_internal.c: Updated for new way of getting xendConfigVersion
data
* src/internal.h: Added xendConfigVersion field for virConnect struct
Tue Dec 12 09:05:03 EST 2006 Daniel Berrange <berrange@redhat.com>
* src/xend_internal.c: Added support for vnclisten parameter
in generated XML
* src/xml.c: Support new style paravirt framebuffer graphics
configuration from xen 3.0.4 tree. Also add support for setting
vncpasswd & vnclisten address SEXPR values, based on passwd
and listen XML attributes.
* tests/sexpr2xmltest.c: Whitespace cleanup.
* tests/xml2sexprtest.c: Added test cases for new style paravirt
framebuffer graphics configuration
* tests/xml2sexprdata/xml2sexpr-pv-vfb*: Data files for new
tests for graphics
* tests/sexpr2xmldata/sexpr2xml-pv-vfb-*.xml: Added listen address
attribute
Thu Dec 7 12:28:03 EST 2006 Daniel Berrange <berrange@redhat.com>
* src/xend_internal.c: Add bounds checking in xenDaemonListDomains to
avoid overflowing the 'ids' array.
Wed Dec 6 17:46:03 EST 2006 Daniel Berrange <berrange@redhat.com>
* src/xend_internal.c: Support parsing of new paravirt framebuffer
graphics configuration from xen 3.0.4 tree.
* test/sexpr2xmltest.c: Added test cases for new & old framebuffer
config parsing in paravirt & fullyvirt.
* test/sexpr2xmldata/sexpr2xml-pv-vfb-*: New test data files
Wed Dec 6 17:40:03 EST 2006 Daniel Berrange <berrange@redhat.com>
* test/xml2sexprdata/xml2sexpr-curmem.xml, test/xml2sexprdata/xml2sexpr-curmem.sexpr:
Fix test case to reflect recent change to bootloader/image handling
Wed Dec 6 15:06:28 CET 2006 Daniel Veillard <veillard@redhat.com>
* src/xen_internal.c: the structure passed to the vcpuinfo hypercall
had changed between version 1 and version 2 too, the leading domain
field disapeared since it goes in the including op. Fixes redhat
bugs #217370 and #217743
Mon Dec 4 17:47:03 CET 2006 Daniel Veillard <veillard@redhat.com>
* po/ca.po po/fr.po po/hi.po: merging more localizations coming
from Red Hat
Wed Nov 29 13:13:39 CET 2006 Daniel Veillard <veillard@redhat.com>
* NEWS configure.in libvirt.spec.in docs/libvir.html docs/news.html

6
NEWS
View File

@ -5,6 +5,12 @@
http://libvirt.org/news.html
Releases
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 informations for a domain

View File

@ -5,7 +5,7 @@ AC_CANONICAL_HOST
LIBVIRT_MAJOR_VERSION=0
LIBVIRT_MINOR_VERSION=1
LIBVIRT_MICRO_VERSION=9
LIBVIRT_MICRO_VERSION=11
LIBVIRT_MICRO_VERSION_SUFFIX=
LIBVIRT_VERSION=$LIBVIRT_MAJOR_VERSION.$LIBVIRT_MINOR_VERSION.$LIBVIRT_MICRO_VERSION$LIBVIRT_MICRO_VERSION_SUFFIX
LIBVIRT_VERSION_INFO=`expr $LIBVIRT_MAJOR_VERSION + $LIBVIRT_MINOR_VERSION`:$LIBVIRT_MICRO_VERSION:$LIBVIRT_MINOR_VERSION
@ -269,4 +269,5 @@ AC_OUTPUT(Makefile src/Makefile include/Makefile docs/Makefile \
tests/Makefile proxy/Makefile \
tests/xml2sexprdata/Makefile \
tests/sexpr2xmldata/Makefile \
tests/xmconfigdata/Makefile \
tests/virshdata/Makefile tests/confdata/Makefile)

View File

@ -10,7 +10,7 @@ APIPAGES=APIconstructors.html APIfiles.html APIfunctions.html \
EXTRA_DIST= \
libvirt-api.xml libvirt-refs.xml apibuild.py \
*.xsl *.html *.gif html/*.html html/*.png \
test*.xml
test*.xml libvirt.rng
man_MANS=

View File

@ -33,6 +33,21 @@ development of libvirt, it is preferable when possible to just use the <a
href="downloads.html">CVS version or snapshot</a>, contact the mailing list
and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progresses.</p>
<h3>0.1.11: Jan 22 2007</h3>
<ul>
<li>Finish XML &lt;-&gt; XM config files support</li>
<li>Remove memory leak when freeing virConf objects</li>
<li>Finishing inactive domain support (Daniel Berrange)</li>
<li>Added a Relax-NG schemas to check XML instances</li>
</ul>
<h3>0.1.10: Dec 20 2006</h3>
<ul>
<li>more localizations</li>
<li>bug fixes: VCPU info breakages on xen 3.0.3, xenDaemonListDomains buffer overflow (Daniel Berrange), reference count bug when creating Xen domains (Daniel Berrange).</li>
<li>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).</li>
</ul>
<h3>0.1.9: Nov 29 2006</h3>
<ul>
<li>python bindings: release interpeter lock when calling C (Daniel Berrange)</li>

739
docs/libvirt.rng Normal file
View File

@ -0,0 +1,739 @@
<?xml version="1.0" ?>
<grammar xmlns="http://relaxng.org/ns/structure/1.0"
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
<!-- We handle only document defining a domain -->
<start>
<ref name='domain'/>
</start>
<!--
We handle only document defining a domain
Currently the virtualization types supported are:
- xen, either paravirualized with a linux os or fully virtualized (hvm)
- kvm, requiring a path to the emulator in devices
- qemu, where the arch and machine must be provided in the os block
-->
<define name='domain'>
<element name="domain">
<choice>
<ref name='xen-domain'/>
<ref name='kvm-domain'/>
<ref name='qemu-domain'/>
</choice>
</element>
</define>
<!--
Description of a Xen domain:
The description must start with the identification informations and then
os or bootloader, resources, features, devices and termination informations
can be given in any order.
-->
<define name='xen-domain'>
<group>
<attribute name='type'>
<value>xen</value>
</attribute>
<ref name='ids'/>
<interleave>
<choice>
<group>
<ref name='os'/>
<optional>
<ref name='bootloader'/>
</optional>
</group>
<group>
<ref name='bootloader'/>
<optional>
<ref name='os'/>
</optional>
</group>
</choice>
<ref name='resources'/>
<ref name='features'/>
<ref name='termination'/>
<ref name='devices'/>
</interleave>
</group>
</define>
<!--
Description of a QEmu domain:
The description must start with the identification informations and then
os, resources, devices can be given in any order.
The specific part are the combinations of architectures and machines
being emulated.
-->
<define name='qemu-domain'>
<group>
<attribute name='type'>
<value>qemu</value>
</attribute>
<ref name='ids'/>
<interleave>
<element name='os'>
<element name='type'>
<choice>
<ref name='qemu-x86'/>
<ref name='qemu-mips'/>
<ref name='qemu-sparc'/>
<ref name='qemu-ppc'/>
</choice>
<value>hvm</value>
</element>
</element>
<ref name='resources'/>
<ref name='devices'/>
</interleave>
</group>
</define>
<define name='qemu-x86'>
<group>
<attribute name='arch'>
<choice>
<value>x86_64</value>
<value>x86_64</value>
</choice>
</attribute>
<attribute name='machine'>
<choice>
<value>pc</value>
<value>isapc</value>
</choice>
</attribute>
</group>
</define>
<define name='qemu-mips'>
<group>
<attribute name='arch'>
<value>mips</value>
</attribute>
<attribute name='machine'>
<value>mips</value>
</attribute>
</group>
</define>
<define name='qemu-sparc'>
<group>
<attribute name='arch'>
<value>sparc</value>
</attribute>
<attribute name='machine'>
<value>sun4m</value>
</attribute>
</group>
</define>
<define name='qemu-ppc'>
<group>
<attribute name='arch'>
<value>ppc</value>
</attribute>
<attribute name='machine'>
<choice>
<value>g3bw</value>
<value>mac99</value>
<value>prep</value>
</choice>
</attribute>
</group>
</define>
<!--
Description of a KVM domain:
The description must start with the identification informations and then
os, resources, devices can be given in any order.
-->
<define name='kvm-domain'>
<group>
<attribute name='type'>
<value>kvm</value>
</attribute>
<ref name='ids'/>
<interleave>
<element name='os'>
<element name='type'>
<value>hvm</value>
</element>
</element>
<ref name='resources'/>
<ref name='devices-with-emulator'/>
</interleave>
</group>
</define>
<!--
The Identifiers can be:
- an optional id attribute with a number on the domain element
- a mandatory name
- an optional uuid
-->
<define name='ids'>
<optional>
<attribute name='id'>
<ref name='unsignedInt'/>
</attribute>
</optional>
<interleave>
<element name="name">
<ref name='domainName'/>
</element>
<optional>
<element name="uuid">
<ref name='UUID'/>
</element>
</optional>
</interleave>
</define>
<!--
Resources usage defines the amount of memory (maximum and possibly
current usage) and number of virtual CPUs used by that domain.
We can't check here the rule that currentMemory <= memory
-->
<define name='resources'>
<interleave>
<element name='memory'>
<ref name='memoryKB'/>
</element>
<optional>
<element name='currentMemory'>
<ref name='memoryKB'/>
</element>
</optional>
<optional>
<element name='vcpu'>
<ref name='countCPU'/>
</element>
</optional>
</interleave>
</define>
<!--
A bootloader may be used to extract the OS information instead of
defining the OS parameter in the instance. It points just to the
binary or script used to extract the data from the first disk device.
-->
<define name='bootloader'>
<element name='bootloader'>
<ref name='absFilePath'/>
</element>
</define>
<!--
The Operating system can be:
- a linux paravirtualized OS
- a fully virtualized machine where the OS is unknown
-->
<define name='os'>
<element name='os'>
<choice>
<ref name='linux'/>
<ref name='hvm'/>
</choice>
</element>
</define>
<!--
A paravirtualized linux domain, this requires at least a kernel path
and the root device, the initrd and command line arguments are optional
-->
<define name='linux'>
<element name='type'>
<value>linux</value>
</element>
<interleave>
<element name='kernel'>
<ref name='absFilePath'/>
</element>
<optional>
<element name='initrd'>
<ref name='absFilePath'/>
</element>
</optional>
<optional>
<element name='root'>
<ref name='devicePath'/>
</element>
</optional>
<optional>
<element name='cmdline'>
<text/>
</element>
</optional>
</interleave>
</define>
<!--
A fully virtualized domain, this requires the path to the loader and
an optional boot device (hd, fd or cdrom).
-->
<define name='hvm'>
<element name='type'>
<value>hvm</value>
</element>
<interleave>
<element name='loader'>
<ref name='absFilePath'/>
</element>
<optional>
<element name='boot'>
<attribute name='dev'>
<choice>
<value>hd</value>
<value>fd</value>
<value>cdrom</value>
</choice>
</attribute>
<empty/>
</element>
</optional>
</interleave>
</define>
<!--
A disk description can be either of type file or block
The name of the attribute on the source element depends on the type
-->
<define name='disk'>
<element name='disk'>
<optional>
<attribute name='device'>
<choice>
<value>floppy</value>
<value>disk</value>
<value>cdrom</value>
</choice>
</attribute>
</optional>
<choice>
<group>
<attribute name='type'>
<value>file</value>
</attribute>
<interleave>
<element name='source'>
<attribute name='file'>
<ref name='absFilePath'/>
</attribute>
<empty/>
</element>
<optional>
<ref name='driver'/>
</optional>
<ref name='target'/>
<optional>
<ref name='readonly'/>
</optional>
</interleave>
</group>
<group>
<attribute name='type'>
<value>block</value>
</attribute>
<interleave>
<element name='source'>
<attribute name='dev'>
<ref name='deviceName'/>
</attribute>
<empty/>
</element>
<optional>
<ref name='driver'/>
</optional>
<ref name='target'/>
<optional>
<ref name='readonly'/>
</optional>
</interleave>
</group>
</choice>
</element>
</define>
<define name='target'>
<element name='target'>
<attribute name='dev'>
<ref name='deviceName'/>
</attribute>
</element>
</define>
<define name='readonly'>
<element name='readonly'>
<empty/>
</element>
</define>
<!--
Disk may use a special driver for access. Currently this is
only defined for Xen for tap/aio and file, but will certainly be
extended in the future, and libvirt doesn't look for specific values.
-->
<define name='driver'>
<element name='driver'>
<attribute name='name'>
<ref name='genericName'/>
</attribute>
<optional>
<attribute name='type'>
<ref name='genericName'/>
</attribute>
</optional>
<empty/>
</element>
</define>
<!--
An interface description can either be of type bridge in which case
it will use a bridging source, or of type ethernet which uses a device
source and a device target instead. They both share a set of interface
options.
-->
<define name='interface'>
<element name='interface'>
<choice>
<group>
<attribute name='type'>
<value>bridge</value>
</attribute>
<interleave>
<element name='source'>
<attribute name='bridge'>
<ref name='deviceName'/>
</attribute>
<empty/>
</element>
<ref name='interface-options'/>
</interleave>
</group>
<group>
<attribute name='type'>
<value>ethernet</value>
</attribute>
<interleave>
<element name='source'>
<attribute name='dev'>
<ref name='deviceName'/>
</attribute>
<empty/>
</element>
<ref name='interface-options'/>
</interleave>
</group>
<group>
<attribute name='type'>
<value>user</value>
</attribute>
<interleave>
<ref name='interface-options'/>
</interleave>
</group>
</choice>
</element>
</define>
<!--
The interface options possible are:
- the MAC address
- the IP address bound to the interface
- the name of the script used to set up the binding
- the target device used
-->
<define name='interface-options'>
<interleave>
<optional>
<element name='target'>
<attribute name='dev'>
<ref name='deviceName'/>
</attribute>
<empty/>
</element>
</optional>
<optional>
<element name='mac'>
<attribute name='address'>
<ref name='addrMAC'/>
</attribute>
<empty/>
</element>
</optional>
<optional>
<element name='ip'>
<attribute name='address'>
<ref name='addrIP'/>
</attribute>
<empty/>
</element>
</optional>
<optional>
<element name='script'>
<attribute name='path'>
<ref name='filePath'/>
</attribute>
<empty/>
</element>
</optional>
</interleave>
</define>
<!--
An emulator descritpion is just a path to the binary used for the task
-->
<define name='emulator'>
<element name='emulator'>
<ref name='absFilePath'/>
</element>
</define>
<!--
A graphic description, currently in Xen only 2 types are supported:
- sdl without arguments
- vnc with a required port and optional listen IP address and password
-->
<define name='graphic'>
<element name='graphics'>
<choice>
<attribute name='type'>
<value>sdl</value>
</attribute>
<group>
<attribute name='type'>
<value>vnc</value>
</attribute>
<attribute name='port'>
<ref name='PortNumber'/>
</attribute>
<optional>
<attribute name='listen'>
<ref name='addrIP'/>
</attribute>
</optional>
<optional>
<attribute name='passwd'>
<text/>
</attribute>
</optional>
</group>
</choice>
</element>
</define>
<!--
When a domain terminates multiple policies can be applied depending
on how it ended:
-->
<define name='termination'>
<interleave>
<optional>
<element name='on_reboot'>
<ref name='offOptions'/>
</element>
</optional>
<optional>
<element name='on_poweroff'>
<ref name='offOptions'/>
</element>
</optional>
<optional>
<element name='on_crash'>
<ref name='offOptions'/>
</element>
</optional>
</interleave>
</define>
<!--
Options when a domain terminates:
destroy: The domain is cleaned up
restart: A new domain is started in place of the old one
preserve: The domain will remain in memory until it is destroyed manually
rename-restart: a variant of the previous one but where the old domain is
renamed before being saved to allow a restart
-->
<define name='offOptions'>
<choice>
<value>destroy</value>
<value>restart</value>
<value>preserve</value>
<value>rename-restart</value>
</choice>
</define>
<!--
The description for a console
just a tty device
-->
<define name='console'>
<element name='console'>
<attribute name='tty'>
<ref name='devicePath'/>
</attribute>
<empty/>
</element>
</define>
<!--
The devices bloc allows:
- an optional emulator path, restricted to hvm configs but hard to check
- an optional graphic description , restricted to hvm configs too
- zero or more disk devices
- zero or more interface devices
-->
<define name='devices'>
<element name='devices'>
<interleave>
<optional>
<ref name='emulator'/>
</optional>
<optional>
<ref name='graphic'/>
</optional>
<zeroOrMore>
<ref name='disk'/>
</zeroOrMore>
<zeroOrMore>
<ref name='interface'/>
</zeroOrMore>
<optional>
<ref name='console'/>
</optional>
</interleave>
</element>
</define>
<!--
Sometimes the emulator is mandatory, e.g. with KVM
-->
<define name='devices-with-emulator'>
<element name='devices'>
<interleave>
<ref name='emulator'/>
<optional>
<ref name='graphic'/>
</optional>
<zeroOrMore>
<ref name='disk'/>
</zeroOrMore>
<zeroOrMore>
<ref name='interface'/>
</zeroOrMore>
<optional>
<ref name='console'/>
</optional>
</interleave>
</element>
</define>
<!--
A set of optional features: PAE, APIC and ACPI support
-->
<define name='features'>
<optional>
<element name="features">
<interleave>
<optional>
<element name="pae">
<empty/>
</element>
</optional>
<optional>
<element name="apic">
<empty/>
</element>
</optional>
<optional>
<element name="acpi">
<empty/>
</element>
</optional>
</interleave>
</element>
</optional>
</define>
<!--
Type library
Our unsignedInt doesn't allow a leading '+' in its lexical form
A domain name shoul be made of ascii, numbers, _-+ and is non-empty
UUID currently allows only the 32 characters strict syntax
memoryKB request at least 4Mbytes though Xen will grow bigger if too low
-->
<define name='unsignedInt'>
<data type='unsignedInt'>
<param name="pattern">[0-9]+</param>
</data>
</define>
<define name='countCPU'>
<data type='unsignedShort'>
<param name="pattern">[0-9]+</param>
<param name="minInclusive">1</param>
</data>
</define>
<define name='PortNumber'>
<data type='short'>
<param name="minInclusive">-1</param>
</data>
</define>
<define name='memoryKB'>
<data type='unsignedInt'>
<param name="pattern">[0-9]+</param>
<param name="minInclusive">4000</param>
</data>
</define>
<define name='domainName'>
<data type='string'>
<param name="pattern">[a-zA-Z0-9_\+\-]+</param>
</data>
</define>
<define name='genericName'>
<data type='string'>
<param name="pattern">[a-zA-Z0-9_\+\-]+</param>
</data>
</define>
<define name='UUID'>
<choice>
<data type='string'>
<param name="pattern">[a-fA-F0-9]{32}</param>
</data>
<data type='string'>
<param name="pattern">[a-fA-F0-9]{8}\-([a-fA-F0-9]{4}\-){3}[a-fA-F0-9]{12}</param>
</data>
</choice>
</define>
<define name='filePath'>
<data type='string'>
<param name="pattern">[a-zA-Z0-9_\+\-\%\./]+</param>
</data>
</define>
<define name='absFilePath'>
<data type='string'>
<param name="pattern">/[a-zA-Z0-9_\+\-\%\./]+</param>
</data>
</define>
<define name='devicePath'>
<data type='string'>
<param name="pattern">/[a-zA-Z0-9_\+\-\%/]+</param>
</data>
</define>
<define name='deviceName'>
<data type='string'>
<param name="pattern">[a-zA-Z0-9_\-\:\.\/]+</param>
</data>
</define>
<define name='addrMAC'>
<data type='string'>
<param name="pattern">([a-fA-F0-9]{2}:){5}[a-fA-F0-9]{2}</param>
</data>
</define>
<define name='addrIP'>
<data type='string'>
<param name="pattern">([0-2]?[0-9]?[0-9]\.){3}[0-2]?[0-9]?[0-9]</param>
</data>
</define>
</grammar>

View File

@ -2,7 +2,14 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><link rel="stylesheet" type="text/css" href="libvirt.css" /><link rel="SHORTCUT ICON" href="/32favicon.png" /><title>Releases</title></head><body><div id="container"><div id="intro"><div id="adjustments"></div><div id="pageHeader"></div><div id="content2"><h1 class="style1">Releases</h1><p>Here is the list of official releases, however since it is early on in the
development of libvirt, it is preferable when possible to just use the <a href="downloads.html">CVS version or snapshot</a>, contact the mailing list
and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progresses.</p><h3>0.1.9: Nov 29 2006</h3><ul><li>python bindings: release interpeter lock when calling C (Daniel Berrange)</li>
and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progresses.</p><h3>0.1.11: Jan 22 2007</h3><ul><li>Finish XML XM config files support</li>
<li>Remove memory leak when freeing virConf objects</li>
<li>Finishing inactive domain support (Daniel Berrange)</li>
<li>Added a Relax-NG schemas to check XML instances</li>
</ul><h3>0.1.10: Dec 20 2006</h3><ul><li>more localizations</li>
<li>bug fixes: VCPU info breakages on xen 3.0.3, xenDaemonListDomains buffer overflow (Daniel Berrange), reference count bug when creating Xen domains (Daniel Berrange).</li>
<li>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).</li>
</ul><h3>0.1.9: Nov 29 2006</h3><ul><li>python bindings: release interpeter lock when calling C (Daniel Berrange)</li>
<li>don't raise HTTP error when looking informations for a domain</li>
<li>some refactoring to use the driver for all entry points</li>
<li>better error reporting (Daniel Berrange)</li>

View File

@ -8,7 +8,8 @@
<root>/dev/sda1</root>
<cmdline> ro selinux=0 3</cmdline>
</os>
<memory>131072</memory>
<memory>261072</memory>
<currentMemory>131072</currentMemory>
<vcpu>1</vcpu>
<devices>
<disk type='file'>

View File

@ -19,5 +19,5 @@
<cores>4</cores>
<threads>2</threads>
</cpu>
<memory>137438953</memory>
<memory>8192000</memory>
</node>

View File

@ -196,7 +196,7 @@ typedef virNodeInfo *virNodeInfoPtr;
* version * 1,000,000 + minor * 1000 + micro
*/
#define LIBVIR_VERSION_NUMBER 1009
#define LIBVIR_VERSION_NUMBER 1011
int virGetVersion (unsigned long *libVer,
const char *type,

View File

@ -84,6 +84,7 @@ rm -fr %{buildroot}
%{_bindir}/virsh
%{_libdir}/lib*.so.*
%attr(4755, root, root) %{_libexecdir}/libvirt_proxy
%doc docs/libvirt.rng
%files devel
%defattr(-, root, root)
@ -112,6 +113,17 @@ rm -fr %{buildroot}
%doc docs/examples/python
%changelog
* Wed Dec 20 2006 Daniel Veillard <veillard@redhat.com> 0.1.11-1
- finish inactive Xen domains support
- memory leak fix
- RelaxNG schemas for XML configs
* Wed Dec 20 2006 Daniel Veillard <veillard@redhat.com> 0.1.10-1
- support for inactive Xen domains
- improved support for Xen display and vnc
- a few bug fixes
- localization updates
* Wed Nov 29 2006 Daniel Veillard <veillard@redhat.com> 0.1.9-1
- better error reporting
- python bindings fixes and extensions

126
po/af.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

126
po/am.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

126
po/ar.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

124
po/as.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: as\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-09-29 12:41+0530\n"
"Last-Translator: Amitakhya Phukan <amitakhya.phukan@gmail.com>\n"
"Language-Team: Assamese\n"
@ -372,9 +372,9 @@ msgstr ""
msgid "allocate new context"
msgstr ""
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr ""
@ -387,110 +387,123 @@ msgstr ""
msgid "domain missing from connection hash table"
msgstr ""
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr ""
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr ""
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr ""
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr ""
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr ""
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr ""
#: src/test.c:261
#: src/test.c:327
msgid "domain current memory"
msgstr ""
#: src/test.c:344
msgid "domain vcpus"
msgstr ""
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr ""
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr ""
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr ""
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr ""
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr ""
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr ""
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr ""
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr ""
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr ""
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr ""
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr ""
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr ""
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr ""
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr ""
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr ""
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr ""
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr ""
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr ""
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr ""
#: src/test.c:1347
msgid "Domain is already running"
msgstr ""
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr ""
@ -511,27 +524,27 @@ msgstr ""
msgid "failed to copy a string"
msgstr ""
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr ""
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr ""
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr ""
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr ""
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr ""
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr ""
@ -555,25 +568,30 @@ msgstr ""
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr ""
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr ""
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr ""
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr ""
#: src/xend_internal.c:3147
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr ""
#: src/virsh.c:234
msgid "print help"
msgstr ""
@ -1351,48 +1369,48 @@ msgid ""
"\n"
msgstr ""
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr ""
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr ""
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr ""
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr ""
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr ""
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr ""
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr ""
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr ""
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr ""
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr ""
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr ""
@ -1445,7 +1463,7 @@ msgstr ""
msgid "got asynchronous packet number %d\n"
msgstr ""
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr ""

126
po/be.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

126
po/bg.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

126
po/bn.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: bn_IN\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"PO-Revision-Date: 2006-11-23 17:19+0530\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-12-14 16:36+0530\n"
"Last-Translator: Runa Bhattacharjee <runab@redhat.com>\n"
"Language-Team: Bengali India\n"
"MIME-Version: 1.0\n"
@ -17,6 +17,7 @@ msgstr ""
"X-Generator: KBabel 1.9.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"\n"
"\n"
#: src/libvirt.c:245 src/libvirt.c:309 src/hash.c:652
msgid "allocating connection"
@ -327,9 +328,8 @@ msgid "failed to write configuration file: %s"
msgstr "কনফিগারেশন ফাইলের মধ্যে লিখতে ব্যর্থ: %s"
#: src/virterror.c:581
#, fuzzy
msgid "parser error"
msgstr "অভ্যন্তরীণ ত্রুটি"
msgstr "পার্সার সংক্রান্ত ত্রুটি"
#: src/xmlrpc.c:63
msgid "copying node content"
@ -375,9 +375,9 @@ msgstr "সার্ভার থেকে প্রাপ্ত প্রত্
msgid "allocate new context"
msgstr "নতুন কনটেক্সট বরাদ্দকরণ"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "ডোমেইন বরাদ্দকরণ"
@ -390,110 +390,125 @@ msgstr "সংযোগ সংক্রান্ত হ্যাশ টেবি
msgid "domain missing from connection hash table"
msgstr "সংযোগ সংক্রান্ত হ্যাশ টেবিলের মধ্যে ডোমোইন অনুপস্থিত"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "দিনের বর্তমান সময় সংগ্রহ"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "ডোমেইম"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "xpath কনটেক্সট নির্মাণ"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "ডোমেইনের নাম"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "ডোমেইনের uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "ডোমোইনের মেমরি"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "ডোমোইনের মেমরি"
#: src/test.c:344
msgid "domain vcpus"
msgstr "ডোমেইনের vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "ডোমেইনে পুনরায় বুট সংক্রান্ত আচরণ"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "ডোমেইনে বিদ্যুৎ সংযোগ বিচ্ছিন্ন সংক্রান্ত আচরণ"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "ডোমেইনে বিপর্যয় সংক্রান্ত আচরণ"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "ডোমেইন ব্যাখ্যাকারী ফাইল লোড করুন"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "হোস্ট ব্যাখ্যাকারী ফাইল লোড করা হচ্ছে"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "হোস্ট"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "নোড"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "নোডের cpu'র numa নোড"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "নোডে'র cpu'র সকেট"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "নোডের cpu'র কোর"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "নোড cpu'র থ্রেড"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "নোডে সক্রিয় cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "নোডের cpu'র mhz মাত্রা"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "নোডের মেমরি"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "নোডের ডোমেইন তালিকা"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "ডোমেইন ফাইলের নাম মীমাংস করা হচ্ছে"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "নোড বরাদ্দকরণ"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "অত্যাধিক সংখ্যক সংযোগ"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "অত্যাধিক সংখ্যক ডোমেইন"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "ডোমেইন বর্তমানে সক্রিয়"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "বাফার প্রসারণ"
@ -514,27 +529,27 @@ msgstr "নোড বরাদ্দ করতে ব্যর্থ"
msgid "failed to copy a string"
msgstr "পংক্তি কপি করতে ব্যর্থ"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "Xen Daemon থেকে পড়তে ব্যর্থ"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "create S-Expr'র urlencode করতে ব্যর্থ"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "ডোমেইন সংক্রান্ত তথ্য অসম্পূর্ণ, domid অনুপস্থিত"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "ডোমেইন সংক্রান্ত তথ্য অসম্পূর্ণ, domid সংখ্যামূলক নয়"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "ডোমেইন সংক্রান্ত তথ্য অসম্পূর্ণ, uuid অনুপস্থিত"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "ডোমেইন সংক্রান্ত তথ্য অসম্পূর্ণ, নাম অনুপস্থিত"
@ -543,9 +558,8 @@ msgid "domain information incomplete, missing kernel"
msgstr "ডোমেইন সংক্রান্ত তথ্য অসম্পূর্ণ, কার্নেল অনুপস্থিত"
#: src/xend_internal.c:1604
#, fuzzy
msgid "domain information incomplete, vbd has no src"
msgstr "ডোমেইন সংক্রান্ত তথ্য অসম্পূর্ণ, vbd'র মধ্যে dev অনুপস্থিত"
msgstr "ডোমেইন সংক্রান্ত তথ্য অসম্পূর্ণ, vbd'র মধ্যে src অনুপস্থিত"
#: src/xend_internal.c:1610
msgid "domain information incomplete, vbd has no dev"
@ -553,31 +567,36 @@ msgstr "ডোমেইন সংক্রান্ত তথ্য অসম্
#: src/xend_internal.c:1618
msgid "cannot parse vbd filename, missing driver name"
msgstr ""
msgstr "vbd ফাইলের নাম পার্স করতে ব্যর্থ, ড্রাইভারের নাম অনুপস্থিত"
#: src/xend_internal.c:1637
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
msgstr "vbd ফাইলের নাম পার্স করতে ব্যর্থ, ড্রাইভারের ধরন অনুপস্থিত"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "Xend ডোমেইন সংক্রান্ত তথ্য পার্স করতে ব্যর্থ"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "ডোমেইন %s নির্মাণ করতে ব্যর্থ\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "ডোমেইন %s'র জন্য ডিভাইস প্রাপ্ত করতে ব্যর্থ\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "নতুন ডোমেইন %s পুনরাম্ভ করতে ব্যর্থ\n"
#: src/xend_internal.c:3147
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "নিষ্ক্রিয় ডোমেইন %s নির্মাণ করতে ব্যর্থ\n"
#: src/virsh.c:234
msgid "print help"
msgstr "সহায়িকা প্রদর্শন"
@ -833,25 +852,23 @@ msgstr "%s থেকে ডোমেইন পুনরুদ্ধার কর
#: src/virsh.c:812
msgid "dump the core of a domain to a file for analysis"
msgstr ""
msgstr "পর্যালোচনার উদ্দেশ্যে কোনো ডোমেইনের কোর তথ্য সংরক্ষণ করুন"
#: src/virsh.c:813
#, fuzzy
msgid "Core dump a domain."
msgstr "ডোমেইন পুনরারম্ভ করুন"
msgstr "ডোমেইনের কোর তথ্য সংরক্ষণ করুন"
#: src/virsh.c:819
#, fuzzy
msgid "where to dump the core"
msgstr "তথ্য সংরক্ষণের স্থান"
#: src/virsh.c:841
#, fuzzy, c-format
#, c-format
msgid "Domain %s dumpd to %s\n"
msgstr "ডোমেইন %s, %s'এ সংরক্ষণ করা হয়েছে\n"
#: src/virsh.c:843
#, fuzzy, c-format
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "%s ডোমেইন %s'এ সংরক্ষণ করতে ব্যর্থ"
@ -1388,48 +1405,48 @@ msgstr ""
" প্রস্থান করতে 'quit' লিখুন\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "কনফিগারেশনের মান বরাদ্দ করা হচ্ছে"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "অসমাপ্ত সংখ্যা"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "অসমাপ্ত পংক্তি"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "মান প্রত্যাশিত"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "তালিকার মধ্যে একটি বিভাজন রেখা প্রত্যাশিত"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "] দ্বারা তালিকা সমাপ্ত হয়নি "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "নাম প্রত্যাশিত"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "বিভাজনরেখা প্রত্যাশিত"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "আরক্ষিত মান প্রত্যাশিত"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "ফাইল খুলতে ব্যর্থ"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "বিষয়বস্তু সংরক্ষণ করতে ব্যর্থ"
@ -1482,7 +1499,7 @@ msgstr "প্রক্সি সহযোগে সংযোগে সমস্
msgid "got asynchronous packet number %d\n"
msgstr "অ্যাসিঙ্ক্রোনাস প্যাকেট সংখ্যা %d প্রাপ্ত\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "%d ডোমেইন সংক্রান্ত তথ্য বরাদ্দ করা হয়েছে"

855
po/ca.po

File diff suppressed because it is too large Load Diff

126
po/cs.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

126
po/cy.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

126
po/da.po
View File

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-09-30 02:59-0400\n"
"Last-Translator: Keld Smonsen <keld@dkuug.dk>\n"
"Language-Team: Danish <dansk@klid.dk>\n"
@ -374,9 +374,9 @@ msgstr "analyse af svar fra server mislykkedes"
msgid "allocate new context"
msgstr "allokér ny kontekst"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allokerer domæne"
@ -389,110 +389,125 @@ msgstr "kunne ikke tilføje domæne til hashindekstabellen for forbindelser"
msgid "domain missing from connection hash table"
msgstr "domæne mangler fra hashindekstabellen for forbindelser"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "henter tid på døgnet"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domæne"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "skaber kontekst for xpath"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domænenavn"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domæne-uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domænehukommelse"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domænehukommelse"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domæne-vcpu:er"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "opførsel ved genstart af domæne"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "opførsel ved lukning af domæne"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "opførsel ved nedbrud af domæne"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "indlæs domæne-definitionsfil"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "indlæser værts-definitionsfil"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "vært"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "knude"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "knudens cpu-numa-knuder"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "knudens cpu-sokkel"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "knudens cpu-kerner"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "knudens cpu-tråde"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "knudens aktive cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "knudens cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "knudens hukommelse"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "knudens domæneliste"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "slå op domænefilnavn"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allokerer knude"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "for mange forbindelser"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "for mange domæner"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domænet er allerede aktivt"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "voksende buffer"
@ -513,27 +528,27 @@ msgstr "kunne ikke allokere en knude"
msgid "failed to copy a string"
msgstr "kunne ikke kopiere en streng"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "kunne ikke læse fra Xen-dæmonen"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "kunne ikke url-kode den oprettede S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domæneinformation ukomplet, mangler domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domæneinformation fejl, domid er ikke numerisk"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domæneinformation ukomplet, mangler uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domæneinformation ukomplet, mangler navn"
@ -558,25 +573,30 @@ msgstr ""
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "kunne ikke analysere domæneinformation for Xend"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Kunne ikke oprette domæne %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Kunne ikke hente enheder for domæne %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Kunne ikke fortsætte nyt domæne %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Kunne ikke oprette domæne %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "udskriv hjælp"
@ -1387,48 +1407,48 @@ msgstr ""
" 'quit' for at afslutte\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allokerer konfiguration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "uafsluttet nummer"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "uafsluttet streng"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "forventer en værdi"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "forventer en separator i listen"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "listen er ikke afsluttet med ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "forventer et navn"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "forventer en separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "forventer en tildeling"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "kunne ikke åbne fil"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "kunne ikke gemme indhold"
@ -1481,7 +1501,7 @@ msgstr "Kommunikationsfejl med proxy: fejlformateret pakke\n"
msgid "got asynchronous packet number %d\n"
msgstr "fik asynkront pakkenummer %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allokerer %d domæne-info"

155
po/de.po
View File

@ -1,5 +1,6 @@
# translation of de.po to
# translation of de.po to
# translation of de.po to
# Copyright (C) 2006 Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# Timo Trinks <ttrinks@redhat.com>, 2006.
@ -8,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: de\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"PO-Revision-Date: 2006-11-24 12:18+1000\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-12-15 08:03+1000\n"
"Last-Translator: Timo Trinks <ttrinks@redhat.com>\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
@ -326,9 +327,8 @@ msgid "failed to write configuration file: %s"
msgstr "Schreiben der Konfigurationsdatei schlug fehl: %s"
#: src/virterror.c:581
#, fuzzy
msgid "parser error"
msgstr "Interner Fehler"
msgstr "Analyse-Fehler"
#: src/xmlrpc.c:63
msgid "copying node content"
@ -374,9 +374,9 @@ msgstr "Analyse der Serverantwort schlug fehl"
msgid "allocate new context"
msgstr "neuen Kontext zuweisen"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "Domain zuweisen"
@ -389,110 +389,125 @@ msgstr "Hinzufügen der Domain zur Verbindungs-Hashtabelle schlug fehl"
msgid "domain missing from connection hash table"
msgstr "Fehlende Domain in Verbindungs-Hashtabelle"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "Tageszeit ermitteln"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "Domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "erstelle xpath-Kontext"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "Domain-Name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "Domain-UUID"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "Domain-Speicher"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "Domain-Speicher"
#: src/test.c:344
msgid "domain vcpus"
msgstr "Domain-vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "Domain-Neustartverhalten"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "Domain-Abschaltverhalten"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "Domain-Absturzverhalten"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "Domain-Definitionsdatei laden"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "Host-Definitionsdatei laden"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "Host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "Knoten"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "Knoten CPU-NUMA-Knoten"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "Knoten CPU-Sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "Knoten CPU-Kerne"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "Knoten CPU-Threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "Knoten aktive CPU"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "Knoten CPU Mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "Knoten Speicher"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "Knoten Domain-Liste"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "Domain-Dateiname auflösen"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "Knoten zuweisen"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "zu viele Verbindungen"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "zu viele Domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain ist bereits aktiv"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "wachsender Puffer"
@ -513,27 +528,27 @@ msgstr "Knotenzuweisung schlug fehl"
msgid "failed to copy a string"
msgstr "Stringkopie schlug fehl"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "Lesen vom Xen-Daemon scheiterte"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "urlencode bei erstellter S-Expr schlug fehl"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "Domaininformation unvollständig, fehlende domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "Domaininformation inkorrekt, domid nicht numerisch"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "Domaininformation unvollständig, fehlende uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "Domaininformation unvollständig, fehlender Name"
@ -542,9 +557,8 @@ msgid "domain information incomplete, missing kernel"
msgstr "Domaininformation unvollständig, fehlender Kernel"
#: src/xend_internal.c:1604
#, fuzzy
msgid "domain information incomplete, vbd has no src"
msgstr "Domaininformation unvollständig, vbd besitzt kein dev"
msgstr "Domaininformation unvollständig, vbd besitzt kein src"
#: src/xend_internal.c:1610
msgid "domain information incomplete, vbd has no dev"
@ -552,31 +566,36 @@ msgstr "Domaininformation unvollständig, vbd besitzt kein dev"
#: src/xend_internal.c:1618
msgid "cannot parse vbd filename, missing driver name"
msgstr ""
msgstr "vbd Dateiname kann nicht analysiert werden, fehlender Treibername"
#: src/xend_internal.c:1637
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
msgstr "vbd Dateiname kann nicht analysiert werden, fehlender Treibertyp"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "Analyse der Xend-Domaininformation schlug fehl"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Fehler beim Erstellen der Domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Ermittlung der Geräte für Domain %s schlug fehl\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Fehler beim Zusammenfassen der neuen Domain %s\n"
#: src/xend_internal.c:3147
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Fehler beim Erstellen einer inaktiven Domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "Hilfe ausgeben"
@ -833,27 +852,25 @@ msgstr "Wiederherstellen der Domain aus %s gescheitert"
#: src/virsh.c:812
msgid "dump the core of a domain to a file for analysis"
msgstr ""
msgstr "den Kern einer Domain zu Analysezwecken in eine Datei dumpen"
#: src/virsh.c:813
#, fuzzy
msgid "Core dump a domain."
msgstr "Domain wiederaufnehmen"
msgstr "Eine Domain debuggen."
#: src/virsh.c:819
#, fuzzy
msgid "where to dump the core"
msgstr "wo die Daten gespeichert werden sollen"
msgstr "wo der Kern gespeichert werden sollen"
#: src/virsh.c:841
#, fuzzy, c-format
#, c-format
msgid "Domain %s dumpd to %s\n"
msgstr "Domain %s nach %s gespeichert\n"
msgstr "Domain %s nach %s debugged\n"
#: src/virsh.c:843
#, fuzzy, c-format
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Speichern der Domain %s nach %s gescheitert"
msgstr "Fehler beim Debuggen der Domain %s nach %s"
#: src/virsh.c:857
msgid "resume a domain"
@ -1388,48 +1405,48 @@ msgstr ""
" 'quit' zum Beenden\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "Konfiguration zuweisen"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unbegrenzte Nummer"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unbegrenzter String"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "erwarte einen Wert"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "erwarte ein Trennzeichen in der Liste"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "Liste wurde nicht mit ] geschlossen"
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "erwarte einen Namen"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "erwarte ein Trennzeichen"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "erwarte eine Anweisung"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "Öffnen der Datei scheiterte"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "Speichern des Inhalts scheiterte"
@ -1482,7 +1499,7 @@ msgstr "Kommunikationsfehler mit dem Proxy: fehlerhaftes Paket\n"
msgid "got asynchronous packet number %d\n"
msgstr "erhielt asynchrone Paketnummer %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "%d Domain-Info zuweisen"

126
po/el.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-09-20 10:20-0400\n"
"Last-Translator: Daniel Berrange <berrange@redhat.com>\n"
"Language-Team: English <en@li.org>\n"
@ -372,9 +372,9 @@ msgstr ""
msgid "allocate new context"
msgstr ""
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr ""
@ -387,110 +387,123 @@ msgstr ""
msgid "domain missing from connection hash table"
msgstr ""
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr ""
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr ""
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr ""
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr ""
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr ""
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr ""
#: src/test.c:261
#: src/test.c:327
msgid "domain current memory"
msgstr ""
#: src/test.c:344
msgid "domain vcpus"
msgstr ""
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr ""
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr ""
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr ""
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr ""
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr ""
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr ""
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr ""
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr ""
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr ""
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr ""
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr ""
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr ""
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr ""
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr ""
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr ""
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr ""
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr ""
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr ""
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr ""
#: src/test.c:1347
msgid "Domain is already running"
msgstr ""
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr ""
@ -511,27 +524,27 @@ msgstr ""
msgid "failed to copy a string"
msgstr ""
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr ""
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr ""
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr ""
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr ""
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr ""
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr ""
@ -555,25 +568,30 @@ msgstr ""
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr ""
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr ""
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr ""
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr ""
#: src/xend_internal.c:3147
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr ""
#: src/virsh.c:234
msgid "print help"
msgstr ""
@ -1351,48 +1369,48 @@ msgid ""
"\n"
msgstr ""
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr ""
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr ""
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr ""
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr ""
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr ""
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr ""
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr ""
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr ""
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr ""
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr ""
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr ""
@ -1445,7 +1463,7 @@ msgstr ""
msgid "got asynchronous packet number %d\n"
msgstr ""
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr ""

838
po/es.po

File diff suppressed because it is too large Load Diff

126
po/et.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

126
po/fa.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

126
po/fi.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

344
po/fr.po
View File

@ -1,19 +1,22 @@
# translation of fr.po to
# translation of fr.po to French
# translation of fr.po to Français
# Copyright (C) 2006 Free Software Foundation, Inc.
# translation of libvirt.po to Français
# Copyright (C) 2006, 2007 Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# Guillaume <guillaume.chardin@gmail.com>, 2006.
# Guillaume CHARDIN <guillaume.chardin@gmail.com>, 2006.
# Decroux Fabien <fdecroux@redhat.com>, 2006.
# Alain PORTAL <aportal@univ-montp2.fr>, 2006.
# Myriam Malga <mmalga@redhat.com>, 2007.
#
msgid ""
msgstr ""
"Project-Id-Version: fr\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"PO-Revision-Date: 2006-11-24 16:26+1000\n"
"Last-Translator: Decroux Fabien <fdecroux@redhat.com>\n"
"Language-Team: French <fr@li.org>\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2007-01-17 10:44+1000\n"
"Last-Translator: Myriam Malga <mmalga@redhat.com>\n"
"Language-Team: <fr@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -25,7 +28,7 @@ msgstr "Allocation de connexion"
#: src/libvirt.c:325
msgid "Xen Daemon or Xen Store"
msgstr "Démon Xen ou Magasin Xen"
msgstr "Démon Xen ou magasin Xen"
#: src/virterror.c:243
msgid "warning"
@ -109,20 +112,20 @@ msgstr "opération échouée"
#: src/virterror.c:434
#, c-format
msgid "GET operation failed: %s"
msgstr "GET opération échouée : %s"
msgstr "opération GET échouée : %s"
#: src/virterror.c:436
msgid "GET operation failed"
msgstr "GET opération échouée"
msgstr "opération GET échouée"
#: src/virterror.c:440
#, c-format
msgid "POST operation failed: %s"
msgstr "POST opération échouée : %s"
msgstr "opération POST échouée : %s"
#: src/virterror.c:442
msgid "POST operation failed"
msgstr "POST opération échouée"
msgstr "opération POST échouée"
#: src/virterror.c:445
#, c-format
@ -158,12 +161,12 @@ msgstr "impossible d'utiliser l'entrée de l'hyperviseur Xen %s"
#: src/virterror.c:467
msgid "could not connect to Xen Store"
msgstr "impossible de se connecter au Magasin Xen"
msgstr "impossible de se connecter au magasin Xen"
#: src/virterror.c:469
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "impossible de se connecter au Magasin Xen %s"
msgstr "impossible de se connecter au magasin Xen %s"
#: src/virterror.c:472
#, c-format
@ -230,12 +233,12 @@ msgstr "information du système d'exploitation manquante pour %s"
#: src/virterror.c:515
msgid "missing devices information"
msgstr "information des périphériques manquante"
msgstr "information de périphériques manquante"
#: src/virterror.c:517
#, c-format
msgid "missing devices information for %s"
msgstr "information des périphériques manquantes %s"
msgstr "information de périphériques manquante %s"
#: src/virterror.c:521
msgid "too many drivers registered"
@ -248,13 +251,12 @@ msgstr "trop de pilotes enregistrés dans %s"
#: src/virterror.c:527
msgid "library call failed, possibly not supported"
msgstr "échec de l'appel de la bibliothèque, action possiblement non supportée"
msgstr "échec de l'appel de la bibliothèque, elle n'est peut être pas gérée"
#: src/virterror.c:529
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr ""
"échec de l'appel de la bibliothèque %s, action possiblement non supportée"
msgstr "échec de l'appel de la bibliothèque %s, elle n'est peut être pas gérée"
#: src/virterror.c:533
msgid "XML description not well formed or invalid"
@ -272,7 +274,7 @@ msgstr "ce domaine existe déjà"
#: src/virterror.c:541
#, c-format
msgid "domain %s exists already"
msgstr "ce domaine %s existe déjà"
msgstr "le domaine %s existe déjà"
#: src/virterror.c:545
msgid "operation forbidden for read only access"
@ -290,7 +292,7 @@ msgstr "échec de l'ouverture du fichier pour la lecture de la configuration"
#: src/virterror.c:553
#, c-format
msgid "failed to open %s for reading"
msgstr "échec de l'ouverture pour la lecture de %s"
msgstr "échec de l'ouverture de %s en lecture"
#: src/virterror.c:557
msgid "failed to read configuration file"
@ -321,12 +323,12 @@ msgstr "erreur de syntaxe dans le fichier de configuration : %s"
#: src/virterror.c:575
msgid "failed to write configuration file"
msgstr "échec de l'écriture du fichier de configuration"
msgstr "échec d'écriture du fichier de configuration"
#: src/virterror.c:577
#, c-format
msgid "failed to write configuration file: %s"
msgstr "échec de l'écriture du fichier de configuration : %s"
msgstr "échec d'écriture du fichier de configuration : %s"
#: src/virterror.c:581
#, fuzzy
@ -339,7 +341,7 @@ msgstr "copie du contenu du noeud"
#: src/xmlrpc.c:163
msgid "allocate value array"
msgstr "assignez une valeur de grappe"
msgstr "allouez une valeur de grappe"
#: src/xmlrpc.c:196
msgid "unexpected dict node"
@ -347,11 +349,11 @@ msgstr "noeud dict inattendu"
#: src/xmlrpc.c:268
msgid "unexpected value node"
msgstr "valeur du noeud inattendue"
msgstr "valeur de noeud inattendue"
#: src/xmlrpc.c:431
msgid "send request"
msgstr "envoie de la requête"
msgstr "envoi de la requête"
#: src/xmlrpc.c:437
msgid "unexpected mime type"
@ -359,7 +361,7 @@ msgstr "type mime inattendu"
#: src/xmlrpc.c:444
msgid "allocate response"
msgstr "assigne une réponse"
msgstr "affecte une réponse"
#: src/xmlrpc.c:452 src/xmlrpc.c:514
msgid "read response"
@ -367,7 +369,7 @@ msgstr "lecture de la réponse"
#: src/xmlrpc.c:484
msgid "allocate string array"
msgstr "assignez une valeur chaîne de grappe"
msgstr "affecte une valeur chaîne de grappe"
#: src/xmlrpc.c:606
msgid "parse server response failed"
@ -375,14 +377,14 @@ msgstr "échec de l'analyse de la réponse du serveur"
#: src/xmlrpc.c:670
msgid "allocate new context"
msgstr "assigne un nouveau contexte"
msgstr "alloue un nouveau contexte"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "assigne un nouveau domaine"
msgstr "alloue un nouveau domaine"
#: src/hash.c:766
msgid "failed to add domain to connection hash table"
@ -392,110 +394,125 @@ msgstr "Impossible d'ajouter le domaine à la table de hachage de connexion"
msgid "domain missing from connection hash table"
msgstr "domaine manquant dans la table de hachage"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "récupère l'heure du jour"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domaine"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "créé le contexte xpath"
msgstr "création du contexte xpath"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "nom du domaine"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "uuid de domaine"
msgstr "UUID de domaine"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "mémoire du domaine"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "mémoire du domaine"
#: src/test.c:344
msgid "domain vcpus"
msgstr "vcpus du domaine"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "comportement lors du redémarrage du domaine"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "comportement lors de l'arrêt du domaine"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "comportement lors du crash du domaine"
msgstr "comportement lors du plantage du domaine"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "charger un fichier de définition du domaine"
msgstr "fichier de définition du domaine local"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "chargement du fichier de définition de l'hôte"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "hôte"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "noeud"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "CPU noeud, noeud NUMA (Non Uniform Memory access)"
msgstr "CPU noeud, noeud NUMA (Non Uniform Memory Access)"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "sockets cpu noeud"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "coeurs cpu noeud"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "threads cpu noeud"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "cpu actif noeud"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "mhz cpu noeud"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "mémoire noeud"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "liste de domaine noeud"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "résout le domaine du fichier"
msgstr "résolution du domaine du fichier"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "noeud d'allocation"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "trop de connexions"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "trop de domaines"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Le domaine est déjà actif"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "augmentation de la mémoire tampon"
@ -516,38 +533,37 @@ msgstr "échec de l'attribution d'un noeud"
msgid "failed to copy a string"
msgstr "échec de copie de valeur"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "échec lors de la lecture depuis le Démon Xen"
msgstr "échec lors de la lecture depuis le démon Xen"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "échec de l'urlencode du S-Expr créé"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "information de domaine incomplète, domid manquant"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "information de domaine incorrecte, domid non numérique"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "information de domaine incorrecte, uuid manquant "
msgstr "information de domaine incorrecte, UUID manquant"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "information de domaine incorrecte, nom manquant"
#: src/xend_internal.c:1424 src/xend_internal.c:1449
msgid "domain information incomplete, missing kernel"
msgstr "information de domaine incorrecte, kernel manquant"
msgstr "information de domaine incorrecte, noyau manquant"
#: src/xend_internal.c:1604
#, fuzzy
msgid "domain information incomplete, vbd has no src"
msgstr "information de domaine incorrecte, vbd n'a pas de dev"
msgstr "information de domaine incorrecte, vbd n'a pas de src"
#: src/xend_internal.c:1610
msgid "domain information incomplete, vbd has no dev"
@ -555,30 +571,36 @@ msgstr "information de domaine incorrecte, vbd n'a pas de dev"
#: src/xend_internal.c:1618
msgid "cannot parse vbd filename, missing driver name"
msgstr ""
msgstr "échec lors de l'analyse du nom de fichier vbd, le nom du pilote manque"
#: src/xend_internal.c:1637
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
"échec lors de l'analyse du nom de fichier vbd, le type de pilote manque"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "échec lors de l'analyse les information du domaine Xen"
msgstr "échec lors de l'analyse des informations du domaine Xen"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "échec de la création du domaine %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Échec de la récupération des périphérique pour le domaine %s\n"
msgstr "Échec de la récupération des périphériques pour le domaine %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Échec de la reprise de nouveau domaine %s\n"
msgstr "Échec de la reprise du nouveau domaine %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "échec de la création du domaine %s\n"
#: src/virsh.c:234
msgid "print help"
@ -625,31 +647,31 @@ msgstr "Échec de la connexion à l'hyperviseur"
#: src/virsh.c:313
msgid "list domains"
msgstr "liste les domaines"
msgstr "affiche les domaines"
#: src/virsh.c:314
msgid "Returns list of domains."
msgstr "Renvoi la liste des domaines"
msgstr "Renvoie la liste des domaines"
#: src/virsh.c:319
msgid "list inactive domains"
msgstr "liste les domaine inactifs"
msgstr "affiche les domaines inactifs"
#: src/virsh.c:320
msgid "list inactive & active domains"
msgstr "liste les domaines actifs et inactifs"
msgstr "affiche les domaines actifs et inactifs"
#: src/virsh.c:358 src/virsh.c:365
msgid "Failed to list active domains"
msgstr "Échec du listage des domaines actifs"
msgstr "Échec de l'affichage des domaines actifs"
#: src/virsh.c:376 src/virsh.c:385
msgid "Failed to list inactive domains"
msgstr "Échec de listages des domaines inactifs"
msgstr "Échec de l'affichage des domaines inactifs"
#: src/virsh.c:395
msgid "Id"
msgstr "Id"
msgstr "ID"
#: src/virsh.c:395
msgid "Name"
@ -676,7 +698,7 @@ msgstr "Retourne l'état d'un domaine en cours d'exécution"
#: src/virsh.c:1019 src/virsh.c:1091 src/virsh.c:1174 src/virsh.c:1260
#: src/virsh.c:1303 src/virsh.c:1346 src/virsh.c:1423
msgid "domain name, id or uuid"
msgstr "nom du domaine, id ou uuid"
msgstr "nom du domaine, ID ou UUID"
#: src/virsh.c:493
msgid "suspend a domain"
@ -702,7 +724,7 @@ msgstr "créé un domaine depuis un fichier XML"
#: src/virsh.c:533
msgid "Create a domain."
msgstr "Créé un domaine"
msgstr "Crée un domaine"
#: src/virsh.c:538 src/virsh.c:593
msgid "file conatining an XML domain description"
@ -751,12 +773,12 @@ msgstr "Supprime la configuration d'un domaine inactif"
#: src/virsh.c:648 src/virsh.c:1492
msgid "domain name or uuid"
msgstr "nom du domaine ou uuid"
msgstr "nom du domaine ou UUID"
#: src/virsh.c:666
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Le domaine %s à été supprimé\n"
msgstr "Le domaine %s a été supprimé\n"
#: src/virsh.c:668
#, c-format
@ -804,12 +826,12 @@ msgstr "où enregistrer les données"
#: src/virsh.c:759
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "Domaine %s enregistré vers %s\n"
msgstr "Domaine %s enregistré dans %s\n"
#: src/virsh.c:761
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Échec de l'enregistrement du domaine %s vers %s"
msgstr "Échec de l'enregistrement du domaine %s dans %s"
#: src/virsh.c:774
msgid "restore a domain from a saved state in a file"
@ -817,7 +839,7 @@ msgstr "restaure un domaine à partir d'un fichier d'état"
#: src/virsh.c:775
msgid "Restore a domain."
msgstr "Restaure un domaine"
msgstr "Restaure un domaine."
#: src/virsh.c:780
msgid "the state to restore"
@ -835,27 +857,25 @@ msgstr "Échec de la restauration du domaine depuis %s"
#: src/virsh.c:812
msgid "dump the core of a domain to a file for analysis"
msgstr ""
msgstr "copier le core d'un domaine dans un fichier pour analyse"
#: src/virsh.c:813
#, fuzzy
msgid "Core dump a domain."
msgstr "reprend un domaine"
msgstr "Core dump un domaine."
#: src/virsh.c:819
#, fuzzy
msgid "where to dump the core"
msgstr "où enregistrer les données"
msgstr "où copier le core"
#: src/virsh.c:841
#, fuzzy, c-format
#, c-format
msgid "Domain %s dumpd to %s\n"
msgstr "Domaine %s enregistré vers %s\n"
msgstr "Domaine %s copié dans %s\n"
#: src/virsh.c:843
#, fuzzy, c-format
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Échec de l'enregistrement du domaine %s vers %s"
msgstr "Échec du core dump du domaine %s dans %s"
#: src/virsh.c:857
msgid "resume a domain"
@ -904,7 +924,7 @@ msgstr "Exécute une commande de redémarrage dans le domaine cible"
#: src/virsh.c:959
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Domaine %s est en cours de redémarrage\n"
msgstr "Domaine %s en cours de redémarrage\n"
#: src/virsh.c:961
#, c-format
@ -935,11 +955,11 @@ msgstr "information du domaine"
#: src/virsh.c:1014
msgid "Returns basic information about the domain."
msgstr "Renvoi des information basique sur le domaine"
msgstr "Renvoi des informations basiques sur le domaine"
#: src/virsh.c:1040 src/virsh.c:1042
msgid "Id:"
msgstr "Id :"
msgstr "ID :"
#: src/virsh.c:1043
msgid "Name:"
@ -980,7 +1000,7 @@ msgstr "information vcpu du domaine"
#: src/virsh.c:1086
msgid "Returns basic information about the domain virtual CPUs."
msgstr ""
"Renvoi des informations basiques sur les processeurs virtuels du domaine"
"Renvoie des informations basiques sur les processeurs virtuels du domaine"
#: src/virsh.c:1133
msgid "VCPU:"
@ -988,7 +1008,7 @@ msgstr "VCPU :"
#: src/virsh.c:1134
msgid "CPU:"
msgstr "CPU"
msgstr "CPU :"
#: src/virsh.c:1144
msgid "CPU Affinity:"
@ -1000,7 +1020,7 @@ msgstr "domaine de contrôle affinité vcpu"
#: src/virsh.c:1169
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "domaine Pin VCPUs pour héberger des CPUs physiques"
msgstr "domaine Pin VCPU pour héberger des CPU physiques"
#: src/virsh.c:1175
msgid "vcpu number"
@ -1008,7 +1028,7 @@ msgstr "nombre de vcpu"
#: src/virsh.c:1176
msgid "host cpu number(s) (comma separated)"
msgstr "nombre(s) de cpu hôte (séparés par des virgules)"
msgstr "nombre(s) de CPU hôte (séparés par des virgules)"
#: src/virsh.c:1254
msgid "change number of virtual CPUs"
@ -1016,11 +1036,11 @@ msgstr "change le nombre de processeurs virtuels"
#: src/virsh.c:1255
msgid "Change the number of virtual CPUs active in the guest domain."
msgstr "Change le nombre de CPUs virtuels actifs dans le domaine invité"
msgstr "Change le nombre de CPU virtuels actifs dans le domaine invité"
#: src/virsh.c:1261
msgid "number of virtual CPUs"
msgstr "nombre de CPUs virtuels"
msgstr "nombre de CPU virtuels"
#: src/virsh.c:1297
msgid "change memory allocation"
@ -1040,7 +1060,7 @@ msgstr "change la limite maximum de mémoire"
#: src/virsh.c:1341
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr "change la limite maximum de mémoire alloué dans le domaine invité"
msgstr "change la limite maximum de mémoire allouée dans le domaine invité"
#: src/virsh.c:1347
msgid "maxmimum memory limit in bytes"
@ -1052,7 +1072,7 @@ msgstr "information du noeud"
#: src/virsh.c:1384
msgid "Returns basic information about the node."
msgstr "Renvoie des informations basique sur le noeud"
msgstr "Renvoie des informations basiques sur le noeud"
#: src/virsh.c:1397
msgid "failed to get node information"
@ -1064,7 +1084,7 @@ msgstr "modèle de CPU :"
#: src/virsh.c:1402
msgid "CPU frequency:"
msgstr "Fréquence du CPU :"
msgstr "Fréquence de la CPU :"
#: src/virsh.c:1403
msgid "CPU socket(s):"
@ -1096,23 +1116,23 @@ msgstr "affiche les informations du domaine comme flux XML vers stdout"
#: src/virsh.c:1457
msgid "convert a domain id or UUID to domain name"
msgstr "converti l'id ou l'UUID du domaine en nom de domaine"
msgstr "converti l'ID ou l'UUID du domaine en nom de domaine"
#: src/virsh.c:1462
msgid "domain id or uuid"
msgstr "UUID ou id de domaine"
msgstr "UUID ou ID de domaine"
#: src/virsh.c:1487
msgid "convert a domain name or UUID to domain id"
msgstr "converti un nom de domaine ou UUID en id de domaine"
msgstr "converti un nom de domaine ou UUID en ID de domaine"
#: src/virsh.c:1522
msgid "convert a domain name or id to domain UUID"
msgstr "converti un id ou un nom de domaine en UUID de domaine"
msgstr "converti un ID ou un nom de domaine en UUID de domaine"
#: src/virsh.c:1527
msgid "domain id or name"
msgstr "nom ou id de domaine"
msgstr "nom ou ID de domaine"
#: src/virsh.c:1546
msgid "failed to get domain UUID"
@ -1137,7 +1157,7 @@ msgstr "Compilé avec la bibliothèque libvir %d.%d.%d\n"
#: src/virsh.c:1595
msgid "failed to get the library version"
msgstr "échec de la récupération de version de la bibliothèque"
msgstr "échec de la récupération de la version de la bibliothèque"
#: src/virsh.c:1602
#, c-format
@ -1171,17 +1191,17 @@ msgstr "quitte ce terminal interactif"
#: src/virsh.c:1750
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "la commande '%s' nécessite l'option <%s>"
msgstr "la commande « %s » nécessite l'option <%s>"
#: src/virsh.c:1751
#, c-format
msgid "command '%s' requires --%s option"
msgstr "la commande '%s' nécessite l'option --%s"
msgstr "la commande « %s » nécessite l'option --%s"
#: src/virsh.c:1778
#, c-format
msgid "command '%s' doesn't exist"
msgstr "la commande '%s' n'existe pas"
msgstr "la commande « %s » n'existe pas"
#: src/virsh.c:1786
msgid " NAME\n"
@ -1206,21 +1226,21 @@ msgstr ""
#: src/virsh.c:1808
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
msgstr "--%s <nombre>"
#: src/virsh.c:1810
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
msgstr "--%s <chaîne>"
#: src/virsh.c:1923
msgid "undefined domain name or id"
msgstr "nom de domaine ou id indéfini"
msgstr "nom de domaine ou ID indéfini"
#: src/virsh.c:1956
#, c-format
msgid "failed to get domain '%s'"
msgstr "échec de la récupération du domaine '%s'"
msgstr "échec de la récupération du domaine « %s »"
#: src/virsh.c:1984
#, c-format
@ -1240,17 +1260,17 @@ msgstr "manque \""
#: src/virsh.c:2119
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "jeton inattendu (nom de commande) : '%s'"
msgstr "jeton inattendu (nom de commande) : « %s »"
#: src/virsh.c:2124
#, c-format
msgid "unknown command: '%s'"
msgstr "commande inconnue : '%s'"
msgstr "commande inconnue : « %s »"
#: src/virsh.c:2131
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "la commande '%s' ne supporte pas l'option --%s"
msgstr "la commande « %s » ne supporte pas l'option --%s"
#: src/virsh.c:2146
#, c-format
@ -1268,7 +1288,7 @@ msgstr "chaîne"
#: src/virsh.c:2155
#, c-format
msgid "unexpected data '%s'"
msgstr "donnée inattendue '%s'"
msgstr "donnée inattendue « %s »"
#: src/virsh.c:2177
msgid "OPTION"
@ -1349,8 +1369,8 @@ msgstr ""
"\n"
" options :\n"
" -c | --connect <uri> URI de connexion à l'hyperviseur\n"
" -d | --debug <num> niveau de debug [0-5]\n"
" -h | --help cet aide\n"
" -d | --debug <num> niveau de debogage [0-5]\n"
" -h | --help cette aide\n"
" -q | --quiet mode silencieux\n"
" -t | --timing affiche les informations de timing\n"
" -v | --version version du programme\n"
@ -1371,7 +1391,7 @@ msgstr ""
#: src/virsh.c:2628
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "option non supportée '-%c'. regarder --help."
msgstr "option non supportée « -%c ». Voir --help."
#: src/virsh.c:2709
#, c-format
@ -1392,48 +1412,48 @@ msgstr ""
" 'quit' pour quitter\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "configuration d'allocation"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "nombre sans fin"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "chaîne sans fin"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "valeur attendue"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "séparateur attendu dans la liste"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "la liste n'est pas terminée avec ] "
msgstr "la liste n'est pas terminée avec « ] »"
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "nom attendu"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "séparateur attendu"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "assignation attendue"
msgstr "affectation attendue"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "échec de l'ouverture du fichier"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "échec de l'enregistrement du contenu"
@ -1444,37 +1464,37 @@ msgstr "échec de connexion au magasin Xen"
#: src/proxy_internal.c:197
#, c-format
msgid "failed to exec %s\n"
msgstr "échec de l'exécution %s\n"
msgstr "échec de l'exécution de %s\n"
#: src/proxy_internal.c:291
#, c-format
msgid "Failed to close socket %d\n"
msgstr "Échec de la fermeture du socket %d\n"
msgstr "Échec de la fermeture de la socket %d\n"
#: src/proxy_internal.c:324
#, c-format
msgid "Failed to read socket %d\n"
msgstr "Échec de la lecture du socket %d\n"
msgstr "Échec de la lecture de la socket %d\n"
#: src/proxy_internal.c:358
#, c-format
msgid "Failed to write to socket %d\n"
msgstr "Échec de l'écriture du socket %d\n"
msgstr "Échec d'écriture de la socket %d\n"
#: src/proxy_internal.c:420 src/proxy_internal.c:441 src/proxy_internal.c:461
#, c-format
msgid "Communication error with proxy: got %d bytes of %d\n"
msgstr "Erreur de communication avec le proxy : reçu %d octets sur %d\n"
msgstr "Erreur de communication avec le proxy : %d octets reçus sur %d\n"
#: src/proxy_internal.c:428
#, c-format
msgid "Communication error with proxy: expected %d bytes got %d\n"
msgstr "Erreur de communication avec le proxy : attendu %d octets reçu %d\n"
msgstr "Erreur de communication avec le proxy : %d octets attendus, %d reçus\n"
#: src/proxy_internal.c:450
#, c-format
msgid "Communication error with proxy: got %d bytes packet\n"
msgstr "Erreur de communication avec le proxy : reçu %d paquets d'octet\n"
msgstr "Erreur de communication avec le proxy : %d paquets d'octets reçus\n"
#: src/proxy_internal.c:474
#, c-format
@ -1484,9 +1504,9 @@ msgstr "Erreur de communication avec le proxy : paquet malformé\n"
#: src/proxy_internal.c:480
#, c-format
msgid "got asynchronous packet number %d\n"
msgstr "nombre de paquets asynchrones reçu %d\n"
msgstr "nombre de paquets asynchrones reçus : %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "attribue les information de domaine %d"
msgstr "attribue les informations de domaine %d"

126
po/gl.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

155
po/gu.po
View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: gu\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"PO-Revision-Date: 2006-10-13 18:08+0530\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-12-14 15:30+0530\n"
"Last-Translator: Ankit Patel <ankit@redhat.com>\n"
"Language-Team: Gujarati <fedora-trans-gu@redhat.com>\n"
"MIME-Version: 1.0\n"
@ -17,6 +17,7 @@ msgstr ""
"X-Generator: KBabel 1.9.1\n"
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
"\n"
"\n"
#: src/libvirt.c:245 src/libvirt.c:309 src/hash.c:652
msgid "allocating connection"
@ -327,9 +328,8 @@ msgid "failed to write configuration file: %s"
msgstr "રૂપરેખાંકન ફાઈલ લખવામાં નિષ્ફળ: %s"
#: src/virterror.c:581
#, fuzzy
msgid "parser error"
msgstr "આંતરિક ભૂલ"
msgstr "પદચ્છેદન ભૂલ"
#: src/xmlrpc.c:63
msgid "copying node content"
@ -375,9 +375,9 @@ msgstr "સર્વર પ્રત્યુત્તર પદચ્છેદ
msgid "allocate new context"
msgstr "નવો સંદર્ભ ફાળવો"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "ડોમેઈન ફાળવી રહ્યા છીએ"
@ -390,110 +390,125 @@ msgstr "જોડાણ હેશ કોષ્ટકમાં ડોમેઈન
msgid "domain missing from connection hash table"
msgstr "જોડાણ હેશ કોષ્ટકમાંથી ગુમ થયેલ ડોમેઈન"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "દિવસનો સમય મેળવી રહ્યા છીએ"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "ડોમેઈન"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "xpath સંદર્ભ બનાવી રહ્યા છીએ"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "ડોમેઈન નામ"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "ડોમેઈન uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "ડોમેઈન મેમરી"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "ડોમેઈન મેમરી"
#: src/test.c:344
msgid "domain vcpus"
msgstr "ડોમેઈન vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "ડોમેઈન રીબુટ વર્તણૂક"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "ડોમેઈન પાવર બંધ વર્તણૂક"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "ડોમેઈન ભંગાણ વર્તણૂક"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "ડોમેઈન વ્યાખ્યા ફાઈલ લાવો"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "યજમાન વ્યાખ્યા ફાઈલ લાવી રહ્યા છીએ"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "યજમાન"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "નોડ"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "નોડ cpu numa નોડો"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "નોડ cpu સોકેટો"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "નોડ cpu મૂળો"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "નોડ cpu થ્રેડો"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "નોડ સક્રિય cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "નોડ cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "નોડ મેમરી"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "નોડ ડોમેઈન યાદી"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "ડોમેઈન ફાઈલનામ ઉકેલી રહ્યા છીએ"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "નોડ ફાળવી રહ્યા છીએ"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "ઘણા બધા જોડાણો"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "ઘણા બધા ડોમેઈનો"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "ડોમેઈન પહેલાથી જ સક્રિય છે"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "બફર વધારી રહ્યા છીએ"
@ -514,27 +529,27 @@ msgstr "નોડની ફાળવણી કરવામાં નિષ્ફ
msgid "failed to copy a string"
msgstr "શબ્દમાળાની નકલ કરવામાં નિષ્ફળ"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "Xen ડિમનમાંથી વાંચવામાં નિષ્ફળ"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "ડોમેઈન જાણકારી અપૂર્ણ, ગુમ થયેલ domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "ડોમેઈન જાણકારી અયોગ્ય domid આંકડો નથી"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "ડોમેઈન જાણકારી અપૂર્ણ, ગુમ થયેલ uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "ડોમેઈન જાણકારી અપૂર્ણ, ગુમ થયેલ નામ"
@ -543,9 +558,8 @@ msgid "domain information incomplete, missing kernel"
msgstr "ડોમેઈન જાણકારી અપૂર્ણ, ગુમ થયેલ કર્નલ"
#: src/xend_internal.c:1604
#, fuzzy
msgid "domain information incomplete, vbd has no src"
msgstr "ડોમેઈન જાણકારી અપૂર્ણ, vbd ને કોઈ dev નથી"
msgstr "ડોમેઈન જાણકારી અપૂર્ણ, vbd ને કોઈ src નથી"
#: src/xend_internal.c:1610
msgid "domain information incomplete, vbd has no dev"
@ -553,31 +567,36 @@ msgstr "ડોમેઈન જાણકારી અપૂર્ણ, vbd ને
#: src/xend_internal.c:1618
msgid "cannot parse vbd filename, missing driver name"
msgstr ""
msgstr "vbd ફાઈલનામ પદચ્છેદન કરી શકતા નથી, ગુમ થયેલ ડ્રાઈવર નામ"
#: src/xend_internal.c:1637
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
msgstr "vbd ફાઈલનામ પદચ્છેદન કરી શકતા નથી, ગુમ થયેલ ડ્રાઈવર પ્રકાર"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "Xend ડોમેઈન જાણકારીનું પદચ્છેદન કરવામાં નિષ્ફળ"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "ડોમેઈન %s બનાવવામાં નિષ્ફળ\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "ડોમેઈન %s માટે ઉપકરણો મેળવવામાં નિષ્ફળ\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "નવું ડોમેઈન %s પાછું મેળવવામાં નિષ્ફળ\n"
#: src/xend_internal.c:3147
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "અસક્રિય ડોમેઈન %s બનાવવામાં નિષ્ફળ\n"
#: src/virsh.c:234
msgid "print help"
msgstr "છાપન મદદ"
@ -831,27 +850,25 @@ msgstr "%s માંથી ડોમેઈન પુનઃસંગ્રહવ
#: src/virsh.c:812
msgid "dump the core of a domain to a file for analysis"
msgstr ""
msgstr "ડોમેઈનના મૂળનું ફાઈલમાં વિશ્લેષણ માટે ડમ્પ કરો"
#: src/virsh.c:813
#, fuzzy
msgid "Core dump a domain."
msgstr "ડોમેઈન છોડો"
msgstr "ડોમેઈનનું મૂળ ડમ્પ કરો."
#: src/virsh.c:819
#, fuzzy
msgid "where to dump the core"
msgstr "માહિતીને ક્યાં સંગ્રહવી"
msgstr "મૂળને ક્યાં ડમ્પ કરવું"
#: src/virsh.c:841
#, fuzzy, c-format
#, c-format
msgid "Domain %s dumpd to %s\n"
msgstr "ડોમેઈન %s એ %s માં સંગ્રહાયું\n"
msgstr "ડોમેઈન %s એ %s માં ડમ્પ થઈ ગયું\n"
#: src/virsh.c:843
#, fuzzy, c-format
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "ડોમેઈન %s ને %s માં સંગ્રહવામાં નિષ્ફળ"
msgstr "ડોમેઈન %s ના મૂળને %s માં ડમ્પ કરવામાં નિષ્ફળ"
#: src/virsh.c:857
msgid "resume a domain"
@ -1386,48 +1403,48 @@ msgstr ""
" બહાર નીકળવા માટે 'quit'\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "રૂપરેખાંકન ફાળવી રહ્યા છીએ"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "નહિં તૂટેલ અંક"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "નહિં તૂટેલ શબ્દમાળા"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "કિંમતની ઈચ્છા રાખી રહ્યા છીએ"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "યાદીમાં વિભાજકની ઈચ્છા રાખી રહ્યા છીએ"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "યાદી ] સાથે બંધ થયેલ નથી "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "નામ ઈચ્છિત છે"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "વિભાજક ઈચ્છિત છે"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "સોંપણી ઈચ્છિત છે"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "ફાઈલ ખોલવામાં નિષ્ફળ"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "સમાવિષ્ટ સંગ્રહવામાં નિષ્ફળ"
@ -1480,7 +1497,7 @@ msgstr "પ્રોક્સી સાથે સંપર્કવ્યવહ
msgid "got asynchronous packet number %d\n"
msgstr "અસુમેળ પેકેટ નંબર %d મળ્યું\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "%d ડોમેઈન જાણકારી ફાળવી રહ્યા છીએ"

126
po/he.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

202
po/hi.po
View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: hi\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"PO-Revision-Date: 2006-10-26 18:32+0530\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-12-14 18:50+0530\n"
"Last-Translator: Rajesh Ranjan <rranjan@redhat.com>\n"
"Language-Team: Hindi <fedora-trans-hi@redhat.com>\n"
"MIME-Version: 1.0\n"
@ -17,6 +17,8 @@ msgstr ""
"X-Generator: KBabel 1.9.1\n"
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
"\n"
"\n"
"\n"
#: src/libvirt.c:245 src/libvirt.c:309 src/hash.c:652
msgid "allocating connection"
@ -121,7 +123,7 @@ msgstr "POST ऑपरेशन विफल: %s"
#: src/virterror.c:442
msgid "POST operation failed"
msgstr "POST ऑपरेशन विफल"
msgstr "उत्तर ऑपरेशन विफल"
#: src/virterror.c:445
#, c-format
@ -327,9 +329,8 @@ msgid "failed to write configuration file: %s"
msgstr "विन्यास फाइल लिखने में विफल: %s"
#: src/virterror.c:581
#, fuzzy
msgid "parser error"
msgstr "आंतरिक त्रुटि"
msgstr "विश्लेषक त्रुटि"
#: src/xmlrpc.c:63
msgid "copying node content"
@ -375,9 +376,9 @@ msgstr "विश्लेषण सर्वर अनुक्रिया व
msgid "allocate new context"
msgstr "नया संदर्भ दें"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "डोमेन संभाजित कर रहा है"
@ -390,110 +391,125 @@ msgstr "संबंधन हैश तालिका में डोमे
msgid "domain missing from connection hash table"
msgstr "संबंधन हैश तालिका से डोमेन गुम"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "दिन का समय ले रहा है"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "डोमेन"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "xpath संदर्भ बना रहा है"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "डोमेन नाम"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "डोमेन uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "डोमेन स्मृति"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "डोमेन स्मृति"
#: src/test.c:344
msgid "domain vcpus"
msgstr "डोमेन vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "डोमेन रिबूट व्यवहार"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "डोमेन पावरऑफ व्यवहार"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "डोमेन क्रैश व्यवहार"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "डोमेन परिभाषा फाइ लोड करें"
msgstr "डोमेन परिभाषा फाइ लोड करें"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "मेजबान परिभाषा फाइल लोड करें"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "मेजबान"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "नोड"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "नोड cpu न्यूमा नोड"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "नोड cpu सॉकेट"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "नोड cpu कोर"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "नोड cpu थ्रेड"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "नोड सक्रिय cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "नोड cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "नोड स्मृति"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "नोड डोमेन सूची"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "डोमेन फाइलनाम हल कर रहा है"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "नोड संभाजित कर रहा है"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "कई संबंधन"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "कई डोमेन"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "डोमेन पहले से सक्रिय"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "बढ़ता बफर"
@ -514,27 +530,27 @@ msgstr "एक नोड संभाजित करने में विफ
msgid "failed to copy a string"
msgstr "एक स्ट्रिंग कॉपी करने में विफल"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "Xen डेमॉन से पढ़ने में विफल"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "डोमेन सूचना अपूर्ण, गुम domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "डोमेन सूचना गलत domid सांख्यिक नहीं"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "डोमेन सूचना अपूर्ण, गुम uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "डोमेन सूचना अपूर्ण, गुम नाम"
@ -543,9 +559,8 @@ msgid "domain information incomplete, missing kernel"
msgstr "डोमेन सूचना अपूर्ण, गुम कर्नेल"
#: src/xend_internal.c:1604
#, fuzzy
msgid "domain information incomplete, vbd has no src"
msgstr "डोमेन सूचना अपूर्ण, vbd के पास कोई dev नहीं"
msgstr "डोमेन सूचना अपूर्ण, vbd के पास कोई src नहीं"
#: src/xend_internal.c:1610
msgid "domain information incomplete, vbd has no dev"
@ -553,31 +568,36 @@ msgstr "डोमेन सूचना अपूर्ण, vbd के पास
#: src/xend_internal.c:1618
msgid "cannot parse vbd filename, missing driver name"
msgstr ""
msgstr "vbd फाइलनाम विश्लेषित नहीं कर सकता है, ड्राइवर नाम नहीं मिल रहा है"
#: src/xend_internal.c:1637
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
msgstr "vbd फाइलनाम विश्लेषित नहीं कर सकता है, ड्राइवर प्रकार नहीं मिल रहा है"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "Xend डोमेन सूचना विश्लेषण में विफल"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "डोमेन %s बनाने में विफल\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "डोमेन %s के लिये युक्ति पाने में विफल\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "नया डोमेन %s बहाल करने में विफल\n"
#: src/xend_internal.c:3147
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "निष्क्रिय डोमेन %s बनाने में विफल\n"
#: src/virsh.c:234
msgid "print help"
msgstr "छपाई मदद"
@ -591,7 +611,7 @@ msgid ""
"Commands:\n"
"\n"
msgstr ""
"Commands:\n"
"कमांड:\n"
"\n"
#: src/virsh.c:267
@ -601,7 +621,7 @@ msgstr "हाइपरविजर से फिर जुड़ें"
#: src/virsh.c:269
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr "स्थानीय हाइपरविजर से जोड़ें. यह अंतर्निमित कमांड है शेल के आरंभ होने पर."
msgstr "स्थानीय हाइपरविजर से जोड़ें. यह शेल के आरंभ होने पर अंतर्निमित कमांड है."
#: src/virsh.c:274
msgid "hypervisor connection URI"
@ -831,27 +851,25 @@ msgstr "%s से डोमेन फिर जाम करने में व
#: src/virsh.c:812
msgid "dump the core of a domain to a file for analysis"
msgstr ""
msgstr "विश्लेषण के लिये फाइल में एक डोमेन का कोर डंप करें"
#: src/virsh.c:813
#, fuzzy
msgid "Core dump a domain."
msgstr "एक डोमेन बहाल करें"
msgstr "एक डोमेन का कोर डंप"
#: src/virsh.c:819
#, fuzzy
msgid "where to dump the core"
msgstr "कहां आंकड़ा सहेजा जाना है"
msgstr "कोर को कहां डंप किया जाना है"
#: src/virsh.c:841
#, fuzzy, c-format
#, c-format
msgid "Domain %s dumpd to %s\n"
msgstr "डोमेन %s %s में सहेजा गया\n"
msgstr "डोमेन %s को %s में डंप किया गया\n"
#: src/virsh.c:843
#, fuzzy, c-format
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "डोमेन %s को %s में सहेजने में विफल"
msgstr "डोमेन %s को %s में कोर डंप करने में विफल"
#: src/virsh.c:857
msgid "resume a domain"
@ -955,7 +973,7 @@ msgstr "स्थिति:"
#: src/virsh.c:1057 src/virsh.c:1401
msgid "CPU(s):"
msgstr "CPU(s):"
msgstr "CPU:"
#: src/virsh.c:1064 src/virsh.c:1142
msgid "CPU time:"
@ -1179,7 +1197,7 @@ msgstr "कमांड '%s' मौजूद नहीं है"
#: src/virsh.c:1786
msgid " NAME\n"
msgstr " NAME\n"
msgstr " नाम\n"
#: src/virsh.c:1797
msgid ""
@ -1187,7 +1205,7 @@ msgid ""
" DESCRIPTION\n"
msgstr ""
"\n"
" DESCRIPTION\n"
" विवरण\n"
#: src/virsh.c:1801
msgid ""
@ -1195,7 +1213,7 @@ msgid ""
" OPTIONS\n"
msgstr ""
"\n"
" OPTIONS\n"
" विकल्प\n"
#: src/virsh.c:1808
#, c-format
@ -1224,7 +1242,7 @@ msgid ""
"\n"
msgstr ""
"\n"
"(Time: %.3f ms)\n"
"(समय: %.3f ms)\n"
"\n"
#: src/virsh.c:2058
@ -1234,7 +1252,7 @@ msgstr "गुम \""
#: src/virsh.c:2119
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr "अप्रत्याशित टोकेन (command name): '%s'"
msgstr "अप्रत्याशित टोकेन (कमांड नाम): '%s'"
#: src/virsh.c:2124
#, c-format
@ -1286,7 +1304,7 @@ msgstr "ठहराया गया"
#: src/virsh.c:2231
msgid "in shutdown"
msgstr "बंद करें में"
msgstr "बंद स्थिति में"
#: src/virsh.c:2233
msgid "shut off"
@ -1339,17 +1357,17 @@ msgid ""
" commands (non interactive mode):\n"
msgstr ""
"\n"
"%s [options] [commands]\n"
"%s [विकल्प] [कमांड]\n"
"\n"
" options:\n"
" -c | --connect <uri> hypervisor connection URI\n"
" -d | --debug <num> 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"
" -c | --connect <uri> हाइपरविजर संबंधन URI\n"
" -d | --debug <num> डिबग स्तर [0-5]\n"
" -h | --help यह मदद\n"
" -q | --quiet शांत मोड\n"
" -t | --timing मुद्रण समय सूचना\n"
" -v | --version प्रोग्राम संस्करण\n"
"\n"
" commands (non interactive mode):\n"
" कमांड (गैर अंतःक्रियात्मक मोड):\n"
#: src/virsh.c:2542
#, c-format
@ -1359,7 +1377,7 @@ msgid ""
"\n"
msgstr ""
"\n"
" (specify --help <command> for details about the command)\n"
" (कमांड के बारे में विस्तार से जानने के लिये --help <command> निर्दिष्ट करें)\n"
"\n"
#: src/virsh.c:2628
@ -1382,52 +1400,52 @@ msgid ""
" 'quit' to quit\n"
"\n"
msgstr ""
"प्रकार: 'help' for help with commands\n"
" 'quit' to quit\n"
"प्रकार: 'help' कमांड के साथ मदद के लिये\n"
" 'quit' छोड़ने के लिये\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "विन्यास संभाजित कर रहा है"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "गैर अवरूद्ध संख्या"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "गैर अवरूद्ध स्ट्रिंग"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "एक मान प्रत्याशित"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "एक पृथक्कारक सूची में प्रत्याशित"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "सूची इसके साथ बंद नहीं ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "एक नाम प्रत्याशित"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "एक पृथक्कारक प्रत्याशित"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "एक कार्य प्रत्याशित"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "फाइल खोलने में विफल"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "सामग्री सहेजने में विफल"
@ -1478,9 +1496,9 @@ msgstr "प्रॉक्सी के साथ संचार त्रु
#: src/proxy_internal.c:480
#, c-format
msgid "got asynchronous packet number %d\n"
msgstr "अतुल्यकालित पैकेट संख्य %d\n"
msgstr "अतुल्यकालित पैकेट संख्य %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "%d डोमेन सूचना दे रहा है"

154
po/hr.po
View File

@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: hr\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"PO-Revision-Date: 2006-09-30 17:36+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-12-14 18:24+0100\n"
"Last-Translator: Renato Pavicic <renato@translator-shop.org>\n"
"Language-Team: CROATIAN <www.translator-shop.org>\n"
"MIME-Version: 1.0\n"
@ -319,9 +319,8 @@ msgid "failed to write configuration file: %s"
msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo"
#: src/virterror.c:581
#, fuzzy
msgid "parser error"
msgstr "interna pogreška"
msgstr "pogreška raščlanjivanja"
#: src/xmlrpc.c:63
msgid "copying node content"
@ -367,9 +366,9 @@ msgstr "raščlanjivanje odgovora poslužitelja nije uspjelo"
msgid "allocate new context"
msgstr "dodijeli novi kontekst"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "dodjeljivanje domene"
@ -382,110 +381,125 @@ msgstr "dodavanje domene u tablica presjeka veza nije uspjelo"
msgid "domain missing from connection hash table"
msgstr "nedostaje domena u tablici presjeka veza"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "dohvaćanje vremena dana"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domena"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "izrada xpath konteksta"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "naziv domene"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "uuid domene"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "memorija domene"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "memorija domene"
#: src/test.c:344
msgid "domain vcpus"
msgstr "vcpus domene"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "ponašanje domene pri ponovnom pokretanju"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "ponašanje domene pri gašenju"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "ponašanje domene pri padu"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "učitavanje datoteka definicija domena"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "učitavanje datoteke definicija računala"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "računalo"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "čvor"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "čvor, cpu, broj čvorova"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "čvor, cpu priključci"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "čvor, cpu jezgre"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "čvor, cpu grane"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "čvor, aktivan cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "čvor, cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "čvor, memorija"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "čvor, popis domena"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "razrješavanje naziva domena"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "dodjeljivanje čvora"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "previše povezivanja"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "previše domena"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domena je aktivna"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "rastući međuspremnik"
@ -506,27 +520,27 @@ msgstr "dodjeljivanje čvora nije uspjelo"
msgid "failed to copy a string"
msgstr "kopiranje niza nije uspjelo"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "čitanje iz demona Xen nije uspjelo"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "urlencode za izradu S-Expr nije uspjelo"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "podaci domene nisu potpuni, nedostaje domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "podaci domene nisu ispravni, domid nije broj"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "podaci domene nisu potpuni, nedostaje uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "podaci domene nisu potpuni, nedostaje name"
@ -535,9 +549,8 @@ msgid "domain information incomplete, missing kernel"
msgstr "podaci domene nisu potpuni, nedostaje kernel"
#: src/xend_internal.c:1604
#, fuzzy
msgid "domain information incomplete, vbd has no src"
msgstr "podaci domene nisu potpuni, vbd nema dev"
msgstr "podaci domene nisu potpuni, vbd nema src"
#: src/xend_internal.c:1610
msgid "domain information incomplete, vbd has no dev"
@ -546,30 +559,39 @@ msgstr "podaci domene nisu potpuni, vbd nema dev"
#: src/xend_internal.c:1618
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:1637
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:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "raščlanjivanje podataka Xend domene nije uspjelo"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Izrada domene %s nije uspjela\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Dohvaćanje uređaja za domenu %s nije uspjelo\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Nastavljanje nove domene %s nije uspjelo\n"
#: src/xend_internal.c:3147
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Izrada neaktivne domene %s nije uspjela\n"
#: src/virsh.c:234
msgid "print help"
msgstr "ispiši pomoć"
@ -825,27 +847,25 @@ msgstr "Obnavljanje domene iz %s nije uspjelo"
#: src/virsh.c:812
msgid "dump the core of a domain to a file for analysis"
msgstr ""
msgstr "izbacivanje jezgre domene u datoteku, radi analize"
#: src/virsh.c:813
#, fuzzy
msgid "Core dump a domain."
msgstr "nastavi domenu"
msgstr "Izbacivanje jezgre domene."
#: src/virsh.c:819
#, fuzzy
msgid "where to dump the core"
msgstr "lokacija spremanja podataka"
msgstr "lokacija izbacivanja jezgre"
#: src/virsh.c:841
#, fuzzy, c-format
#, c-format
msgid "Domain %s dumpd to %s\n"
msgstr "Domena %s spremljena je u %s\n"
msgstr "Domena %s je izbačena u %s\n"
#: src/virsh.c:843
#, fuzzy, c-format
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Spremanje domene %s na lokaciju %s nije uspjelo"
msgstr "Izbacivanje jezgre domene %s u %s nije uspjelo."
#: src/virsh.c:857
msgid "resume a domain"
@ -1376,48 +1396,48 @@ msgstr ""
" 'quit' za izlazak\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "dodjeljivanje konfiguracije"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "neodređeni broj"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "neodređeni niz"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "očekuje se vrijednost"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "očekuje se razdjelnik u popisu"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "popis nije zatvoren s ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "očekuje se naziv"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "očekuje se razdjelnik"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "očekuje se dodjeljivanje"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "otvaranje datoteke nije uspjelo"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "spremanje sadržaja nije uspjelo"
@ -1471,7 +1491,7 @@ msgstr "Pogreška u komunikaciji s proxyjem. Paket je neispravno oblikovan.\n"
msgid "got asynchronous packet number %d\n"
msgstr "dobiven asinkroni broj paketa %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "dodjeljivanje podataka domene: %d"

126
po/hu.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

126
po/hy.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

126
po/id.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

126
po/is.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

159
po/it.po
View File

@ -51,6 +51,8 @@
# translation of it.po to
# translation of it.po to
# translation of it.po to
# translation of it.po to
# translation of it.po to
# Copyright (C) 2006 Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# , 2006.
@ -213,13 +215,16 @@
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
#
msgid ""
msgstr ""
"Project-Id-Version: it\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"PO-Revision-Date: 2006-11-29 00:52+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-12-15 00:32+0100\n"
"Last-Translator: \n"
"Language-Team: <it@li.org>\n"
"MIME-Version: 1.0\n"
@ -538,9 +543,8 @@ msgid "failed to write configuration file: %s"
msgstr "errore nella scrittura del file di configurazione: %s"
#: src/virterror.c:581
#, fuzzy
msgid "parser error"
msgstr "errore interno"
msgstr "errore analizzatore"
#: src/xmlrpc.c:63
msgid "copying node content"
@ -586,9 +590,9 @@ msgstr "analizzazione risposta server fallita"
msgid "allocate new context"
msgstr "assegna nuovo contenuto"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "assegnazione dominio in corso"
@ -601,110 +605,125 @@ msgstr "impossibile aggiungere il dominio alla tabella hash di collegamento"
msgid "domain missing from connection hash table"
msgstr "dominio mancante dalla tabella hash di collegamento"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "acquisizione ora del giorno in corso"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "dominio"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creazione contesto xpath"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "nome del dominio"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "uuid del dominio"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "memoria del dominio"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "memoria del dominio"
#: src/test.c:344
msgid "domain vcpus"
msgstr "vcpus del dominio"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "comportamente durante il riavvio del dominio"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "comportamento poweroff del dominio"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "comportamento di crash del dominio"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "carica file di definizione del dominio"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "caricamento file di definizione host in corso"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "nodo"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "nodo numa della cpu"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "nodo dei socket della cpu"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "nodo dei core della cpu"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "nodo dei thread della cpu"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "nodo della cpu attiva"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "nodo mhz della cpu"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "memoria del nodo"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "elenco dominio del nodo"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "risoluzione filename del dominio in corso"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "assegnazione nodo"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "troppi collegamenti"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "troppi domini"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Il dominio risulta essere già inattivo"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "aumento del buffer"
@ -725,27 +744,27 @@ msgstr "impossibile assegnare un nodo"
msgid "failed to copy a string"
msgstr "impossibile copiare una stringa"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "impossibile leggere da un demone Xen"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "impossibile eseguire l'urlencode dell'S-Expr creata"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "informazioni del dominio incomplete, domid mancante"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "informazioni del dominio non corrette, domid non numerico"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "informazioni del dominio incomplete, uuid mancante"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "informazioni del dominio incomplete, nome mancante"
@ -754,9 +773,8 @@ msgid "domain information incomplete, missing kernel"
msgstr "informazioni del dominio incomplete, kernel mancante"
#: src/xend_internal.c:1604
#, fuzzy
msgid "domain information incomplete, vbd has no src"
msgstr "informazioni del dominio incomplete, vbd non presenta dev"
msgstr "informazioni del dominio incomplete, vbd non presenta src"
#: src/xend_internal.c:1610
msgid "domain information incomplete, vbd has no dev"
@ -764,31 +782,36 @@ msgstr "informazioni del dominio incomplete, vbd non presenta dev"
#: src/xend_internal.c:1618
msgid "cannot parse vbd filename, missing driver name"
msgstr ""
msgstr "impossibile analizzare il filename vbd, nome del driver mancante"
#: src/xend_internal.c:1637
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
msgstr "impossibile analizzare il filename vbd, tipo di driver mancante"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "impossibile analizzare le informazioni del dominio Xend"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Impossibile creare il dominio %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Impossibile ottenere i dispositivi per il dominio %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "impossibile ripristinare il nuovo dominio %s\n"
#: src/xend_internal.c:3147
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Impossibile creare il dominio inattivo %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "stampa aiuto"
@ -1044,27 +1067,25 @@ msgstr "Impossibile ripristinare il dominio da %s"
#: src/virsh.c:812
msgid "dump the core of a domain to a file for analysis"
msgstr ""
msgstr "il core di un dominio è stato spostato in un file per l'analisi"
#: src/virsh.c:813
#, fuzzy
msgid "Core dump a domain."
msgstr "ripristinare un dominio"
msgstr "Core dump di un domain."
#: src/virsh.c:819
#, fuzzy
msgid "where to dump the core"
msgstr "dove salvare i dati"
msgstr "dove spostare il core"
#: src/virsh.c:841
#, fuzzy, c-format
#, c-format
msgid "Domain %s dumpd to %s\n"
msgstr "Dominio %s salvato su %s\n"
msgstr "Dominio %s spostato su %s\n"
#: src/virsh.c:843
#, fuzzy, c-format
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Impossibile salvare il dominio %s su %s"
msgstr "Impossibile eseguire il core dump del dominio %s su %s"
#: src/virsh.c:857
msgid "resume a domain"
@ -1600,48 +1621,48 @@ msgstr ""
" 'quit' per uscire\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "assegnazione configurazione in corso"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "numero non terminato"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "stringa non terminata"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "in attesa di un valore"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "in attesa di un separatore nell'elenco"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "l'elenco non termina con ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "in attesa di un nome"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "in attesa di un separatore"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "in attesa di un incarico"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "impossibile aprire un file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "impossibile salvare il contenuto"
@ -1695,7 +1716,7 @@ msgstr "Errore di comunicazione con il proxy: pacchetto malformato\n"
msgid "got asynchronous packet number %d\n"
msgstr "presente un numero %d asincrono del pacchetto \n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocazione informazioni del dominio %d"

159
po/ja.po
View File

@ -2,15 +2,16 @@
# Copyright (C) 2006 Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# Noriko Mizumoto <noriko@redhat.com>, 2006.
# Kiyoto James Hashida <khashida@redhat.com>, 2006.
#
msgid ""
msgstr ""
"Project-Id-Version: ja\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"PO-Revision-Date: 2006-11-16 14:40+1000\n"
"Last-Translator: Noriko Mizumoto <noriko@redhat.com>\n"
"Language-Team: Japanese <fedora-trans-ja@redhat.com>\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-12-15 10:32\n"
"Last-Translator: Kiyoto James Hashida <khashida@redhat.com>\n"
"Language-Team: Japanese <ja@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -326,9 +327,8 @@ msgid "failed to write configuration file: %s"
msgstr "設定ファイルの書き込みに失敗しました: %s"
#: src/virterror.c:581
#, fuzzy
msgid "parser error"
msgstr "内部エラー"
msgstr "構文解析エラー"
#: src/xmlrpc.c:63
msgid "copying node content"
@ -374,9 +374,9 @@ msgstr "サーバー応答の解析に失敗しました"
msgid "allocate new context"
msgstr "新しいコンテキストの割り当て"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "ドメインを割り当て中"
@ -389,110 +389,125 @@ msgstr "接続ハッシュテーブルへのドメインの追加に失敗しま
msgid "domain missing from connection hash table"
msgstr "接続ハッシュテーブルにないドメインです"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "現在の時刻を取得中"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "ドメイン"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "xpath コンテキストを作成中"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "ドメイン名"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "ドメイン uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "ドメインメモリ"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "ドメインメモリ"
#: src/test.c:344
msgid "domain vcpus"
msgstr "ドメイン vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "ドメインの再起動動作"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "ドメインの電源オフ動作"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "ドメインのクラッシュ動作"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "ドメインの定義ファイルをロード"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "ホストの定義ファイルをロード中"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "ホスト"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "ノード"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "ノードメモリ"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "ノードドメイン一覧"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "ドメインファイル名を解決中"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "ノードの割り当て中"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "接続が多すぎます"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "ドメインが多すぎます"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "ドメインはすでにアクティブになっています"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "バッファを増大中"
@ -513,27 +528,27 @@ msgstr "ノードの割り当てに失敗しました"
msgid "failed to copy a string"
msgstr "文字列のコピーに失敗しました"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "Xen Daemon からの読み込みに失敗しました"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "ドメインの作成に使用した記述のエンコード化に失敗しました"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "ドメイン情報が不完全です、domid が不足しています"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "ドメイン情報が正しくありません、domid は数値ではありません"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "ドメイン情報が不完全です、uuid が不足しています"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "ドメイン情報が不完全です、name が不足しています"
@ -542,9 +557,8 @@ msgid "domain information incomplete, missing kernel"
msgstr "ドメイン情報が不完全です、カーネルが不足してます"
#: src/xend_internal.c:1604
#, fuzzy
msgid "domain information incomplete, vbd has no src"
msgstr "ドメイン情報が不完全です、vbd に dev がありません"
msgstr "ドメイン情報が不完全です、vbd に src がありません"
#: src/xend_internal.c:1610
msgid "domain information incomplete, vbd has no dev"
@ -552,31 +566,36 @@ msgstr "ドメイン情報が不完全です、vbd に dev がありません"
#: src/xend_internal.c:1618
msgid "cannot parse vbd filename, missing driver name"
msgstr ""
msgstr "vbd のファイル名を構文解析できません。ドライバ名欠如"
#: src/xend_internal.c:1637
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
msgstr "vbd のファイル名を構文解析できません。ドライバタイプ欠如"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "Xend ドメイン情報の解析に失敗しました"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "ドメイン %s の作成に失敗しました\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "ドメイン %s のデバイス取得に失敗しました\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "新しいドメイン %s の再開に失敗しました\n"
#: src/xend_internal.c:3147
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "停止中のドメイン %s の作成に失敗しました\n"
#: src/virsh.c:234
msgid "print help"
msgstr "ヘルプを出力"
@ -832,27 +851,25 @@ msgstr "ドメインの %s からの復元に失敗しました"
#: src/virsh.c:812
msgid "dump the core of a domain to a file for analysis"
msgstr ""
msgstr "ドメインのコアを解析の為にファイルにダンプします"
#: src/virsh.c:813
#, fuzzy
msgid "Core dump a domain."
msgstr "ドメインの再開"
msgstr "ドメインのコアダンプ"
#: src/virsh.c:819
#, fuzzy
msgid "where to dump the core"
msgstr "データを保存する場所"
msgstr "コアをダンプする場所"
#: src/virsh.c:841
#, fuzzy, c-format
#, c-format
msgid "Domain %s dumpd to %s\n"
msgstr "ドメイン %s は %s に保存されました\n"
msgstr "ドメイン %s は %s にダンプ\n"
#: src/virsh.c:843
#, fuzzy, c-format
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "ドメイン %s の %s への保存に失敗しました"
msgstr "ドメイン %s の %s へのダンプ失敗です"
#: src/virsh.c:857
msgid "resume a domain"
@ -1387,48 +1404,48 @@ msgstr ""
" 'quit' と入力すると終了します\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "設定を割り当て中"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "終り方が不適切な数字です"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "終り方が不適切な文字列です"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "値を予期しています"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "一覧にセパレータを予期しています"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "一覧が ] で閉じられていません"
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "名前を予期しています"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "セパレータを予期しています"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "割り当てを予期しています"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "ファイルを開くのに失敗しました"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "内容の保存に失敗しました"
@ -1481,7 +1498,7 @@ msgstr "プロキシで通信エラー: 不良パケット\n"
msgid "got asynchronous packet number %d\n"
msgstr "非同期パケット番号 %d を取得しました\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "%d ドメイン情報を割り当て中"

126
po/ka.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

126
po/kn.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

154
po/ko.po
View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ko\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"PO-Revision-Date: 2006-11-28 12:16+1000\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-12-15 11:06+1000\n"
"Last-Translator: Eunju Kim <eukim@redhat.com>\n"
"Language-Team: Korean <ko@li.org>\n"
"MIME-Version: 1.0\n"
@ -325,9 +325,8 @@ msgid "failed to write configuration file: %s"
msgstr "설정 파일 쓰기 실패: %s"
#: src/virterror.c:581
#, fuzzy
msgid "parser error"
msgstr "내부 오류"
msgstr "구문 분석 오류"
#: src/xmlrpc.c:63
msgid "copying node content"
@ -373,9 +372,9 @@ msgstr "서버 응답 분석 실패"
msgid "allocate new context"
msgstr "새 문맥 할당"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "도메인 할당 중"
@ -388,110 +387,125 @@ msgstr "해시 테이블을 연결하기 위한 도메인 추가 실패"
msgid "domain missing from connection hash table"
msgstr "해시 테이블 연결에서 도메인 부재"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "시간 읽어오는 중"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "도메인"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "xpath 문맥 생성하는 중"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "도메인명"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "도메인 uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "도메인 메모리"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "도메인 메모리"
#: src/test.c:344
msgid "domain vcpus"
msgstr "도메인 vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "도메인 재부팅 동작"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "도메인 종료 동작"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "도메인 충돌 동작"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "도메인 정의 파일 읽어오기"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "호스트 정의 파일을 읽어오는중"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "호스트"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "노드"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "노드 cpu numa 노드"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "노드 cpu 소켓"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "노드 cpu 코어"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "노드 cpu 스레드"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "노드 활성화 cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "노드 cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "노드 메모리"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "노드 도메인 목록"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "도메인 파일명 해결 중"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "노드 할당 중"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "과도한 연결"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "과도한 도메인"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "이미 도메인이 활성화됨"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "증가 중인 버퍼"
@ -512,27 +526,27 @@ msgstr "노드 할당 실패"
msgid "failed to copy a string"
msgstr "문자열 복사 실패"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "Xen 데몬에서 읽기 실패"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "생성된 S-Expr를 urlencode하기 실패"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "도메인 정보가 완료되지 않음, domid 부재"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "도메인 정보가 수치가 아닌 잘못된 domid임"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "도메인 정보가 완료되지 않음, uuid 부재"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "도메인 정보가 완료되지 않음, 이름 부재"
@ -541,9 +555,8 @@ msgid "domain information incomplete, missing kernel"
msgstr "도메인 정보가 완료되지 않음, 커널 부재"
#: src/xend_internal.c:1604
#, fuzzy
msgid "domain information incomplete, vbd has no src"
msgstr "도메인 정보가 완료되지 않음, vbd는 dev가 없음"
msgstr "도메인 정보가 완료되지 않음, vbd는 src가 없음"
#: src/xend_internal.c:1610
msgid "domain information incomplete, vbd has no dev"
@ -551,31 +564,36 @@ msgstr "도메인 정보가 완료되지 않음, vbd는 dev가 없음"
#: src/xend_internal.c:1618
msgid "cannot parse vbd filename, missing driver name"
msgstr ""
msgstr "vbd 파일명을 구문 분석할 수 없음, 드라이버명 부재"
#: src/xend_internal.c:1637
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
msgstr "vbd 파일명을 구문 분석할 수 없음, 드라이버 유형 부재"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "Xend 도메인 정보 분석 실패"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "도메인 %s 생성 실패\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "도메인 %s에 대한 장치 가져오기 실패\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "새 도메인 %s를 다시 시작하기 실패\n"
#: src/xend_internal.c:3147
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "비활성화 도메인 %s 생성 실패\n"
#: src/virsh.c:234
msgid "print help"
msgstr "도움말 프린트하기"
@ -829,27 +847,25 @@ msgstr "%s에서 도메인을 복구하기 실패"
#: src/virsh.c:812
msgid "dump the core of a domain to a file for analysis"
msgstr ""
msgstr "도메인을 파일에 코어 덤프하여 분석"
#: src/virsh.c:813
#, fuzzy
msgid "Core dump a domain."
msgstr "도메인을 다시 시작"
msgstr "도메인을 코어 덤프함."
#: src/virsh.c:819
#, fuzzy
msgid "where to dump the core"
msgstr "데이터를 저장할 장소"
msgstr "코어 덤프할 위치"
#: src/virsh.c:841
#, fuzzy, c-format
#, c-format
msgid "Domain %s dumpd to %s\n"
msgstr "도메인 %s %s에 저장됨\n"
msgstr "도메인 %s %s에 덤프함\n"
#: src/virsh.c:843
#, fuzzy, c-format
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "도메인 %s를 %s에 저장하기 실패"
msgstr "도메인 %s를 %s에 코어 덤프하기 실패"
#: src/virsh.c:857
msgid "resume a domain"
@ -1384,48 +1400,48 @@ msgstr ""
" 종료하기 위해 'quit'입력\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "설정 할당 중"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "종료되지 않은 숫자"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "종료되지 않은 문자열"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "값 예상하기"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "목록에 있는 분리자 예상하기"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "목록이 ]로 종료되지 않음"
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "이름 예상하기"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "분리자 예상하기"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "할당 예상하기"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "파일 열기 실패"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "내용 저장 실패"
@ -1478,7 +1494,7 @@ msgstr "proxy와의 통신 오류: 잘못된 패킷\n"
msgid "got asynchronous packet number %d\n"
msgstr "비동기식 패킷 번호 %d를 갖음\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "%d 도메인 정보 할당 중"

126
po/ku.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -372,9 +372,9 @@ msgstr ""
msgid "allocate new context"
msgstr ""
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr ""
@ -387,110 +387,123 @@ msgstr ""
msgid "domain missing from connection hash table"
msgstr ""
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr ""
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr ""
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr ""
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr ""
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr ""
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr ""
#: src/test.c:261
#: src/test.c:327
msgid "domain current memory"
msgstr ""
#: src/test.c:344
msgid "domain vcpus"
msgstr ""
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr ""
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr ""
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr ""
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr ""
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr ""
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr ""
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr ""
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr ""
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr ""
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr ""
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr ""
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr ""
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr ""
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr ""
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr ""
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr ""
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr ""
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr ""
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr ""
#: src/test.c:1347
msgid "Domain is already running"
msgstr ""
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr ""
@ -511,27 +524,27 @@ msgstr ""
msgid "failed to copy a string"
msgstr ""
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr ""
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr ""
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr ""
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr ""
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr ""
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr ""
@ -555,25 +568,30 @@ msgstr ""
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr ""
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr ""
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr ""
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr ""
#: src/xend_internal.c:3147
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr ""
#: src/virsh.c:234
msgid "print help"
msgstr ""
@ -1351,48 +1369,48 @@ msgid ""
"\n"
msgstr ""
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr ""
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr ""
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr ""
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr ""
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr ""
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr ""
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr ""
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr ""
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr ""
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr ""
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr ""
@ -1445,7 +1463,7 @@ msgstr ""
msgid "got asynchronous packet number %d\n"
msgstr ""
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr ""

126
po/lo.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

126
po/lt.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

126
po/lv.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

126
po/mk.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

162
po/ml.po
View File

@ -1,20 +1,20 @@
# translation of ml.po to Malayalam
# Copyright (C) 2006 Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# Ani Peter <apeter@redhat.com>, 2006.
#
# Ani Peter <apeter@redhat.com>, 2006.
msgid ""
msgstr ""
"Project-Id-Version: ml\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"PO-Revision-Date: 2006-10-19 12:46+0530\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-12-14 15:51+0530\n"
"Last-Translator: Ani Peter <apeter@redhat.com>\n"
"Language-Team: Malayalam\n"
"Language-Team: Malayalam <en@li.org>\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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"\n"
@ -327,9 +327,8 @@ msgid "failed to write configuration file: %s"
msgstr "കോണ്‍ഫിഗറേഷന്‍ ഫയല്‍ എഴുതുന്നതില്‍ പരാജയം: %s"
#: src/virterror.c:581
#, fuzzy
msgid "parser error"
msgstr "ആന്തരിക പിശക് "
msgstr "പാഴ്സറിലുളള പിശക് "
#: src/xmlrpc.c:63
msgid "copying node content"
@ -375,9 +374,9 @@ msgstr "പാര്‍സ് സര്‍വറിന്‍റെ മറുപ
msgid "allocate new context"
msgstr "പുതിയ കോണ്‍ടോക്സ്റ്റ് വ്യക്തമാക്കുക"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "‍ഡൊമെയിന്‍ വ്യക്തമാക്കുന്നു"
@ -390,110 +389,125 @@ msgstr "കണക്ഷന്‍ ഹാഷ് ടേബിളിലേക്ക
msgid "domain missing from connection hash table"
msgstr "ഹാഷ് ടേബിളിലില്‍ ഡൊമെയിന്‍ ലഭ്യമല്ല"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "ഇന്നത്തെ സമയം ലഭ്യമാക്കുന്നു"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "ഡൊമെയിന്‍"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "xpath കോണ്‍ടെക്സ്റ്റ് ഉണ്ടാക്കുന്നു"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "ഡൊമെയിന്‍ പേര്"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "ഡൊമെയിന്‍ uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "ഡൊമെയിന്‍ മെമ്മറി"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "ഡൊമെയിന്‍ മെമ്മറി"
#: src/test.c:344
msgid "domain vcpus"
msgstr "ഡൊമെയിന്‍ vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "ഡൊമെയിന്‍ റീബൂട്ട് പ്രക്രിയ"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "ഡൊമെയിന്‍ പവര്‍ ഓഫ് പ്രക്രിയ"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "ഡൊമെയിന്‍ ക്രാഷ് പ്രക്രിയ"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "ഡൊമെയിന്‍ വ്യക്തമാക്കുന്ന ഫയല്‍ ലോഡ് ചെയ്യുക"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "ഹോസ്റ്റ് ഡെഫനിഷന്‍ ഫയല്‍ ലോഡ് ചെയ്യുന്നു"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "ഹോസ്റ്റ്"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "നോഡ്"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "നോഡ് cpu സോക്കറ്റുകള്‍"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "നോഡ് cpu കോര്‍സ്"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "നോഡ് cpu ത്രെഡ്സ്"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "നോഡ് ആക്റ്റീവ് cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "നോഡ് cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "നോഡ് മെമ്മറി"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "നോഡ് ഡൊമെയിന്‍ ലിസ്റ്റ്"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "ഡൊമെയിന്‍ ഫയല്‍നെയിം റിസോള്‍വ് ചെയ്യുന്നു"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "നോഡ് ലഭ്യമാക്കുന്നു"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "അനവധി കണക്ഷനുകള്‍"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "അനവധി ഡൊമെയിനുകള്‍"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "ഡൊമെയിന്‍ നിലിവില്‍ പ്രവര്‍ത്തനത്തിലാണ്"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "വലുതാകുന്ന ബഫര്‍"
@ -514,27 +528,27 @@ msgstr "ഒരു നോഡ് ലഭ്യമാക്കുന്നതില
msgid "failed to copy a string"
msgstr "ഒരു സ്ട്രിങ് പകര്‍ത്തുന്നതില്‍ പരാജയം"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "Xen ഡെമണില്‍ നിന്നും വായിക്കുന്നതില്‍ പരാജയം"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "ഡൊമെയിന്‍ വിവരം പൂര്‍ണ്ണമല്ല, domid ലഭ്യമല്ല"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "ഡൊമെയിന്‍ വിവരം തെറ്റാണ്, domid അക്കത്തിലല്ല"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "ഡൊമെയിന്‍ വിവരം പൂര്‍ണ്ണമല്ല, uuid ലഭ്യമല്ല"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "ഡൊമെയിന്‍ വിവരം പൂര്‍ണ്ണമല്ല, പേര് ലഭ്യമല്ല"
@ -543,9 +557,8 @@ msgid "domain information incomplete, missing kernel"
msgstr "ഡൊമെയിന്‍ വിവരം പൂര്‍ണ്ണമല്ല, കേര്‍ണല്‍ ലഭ്യമല്ല"
#: src/xend_internal.c:1604
#, fuzzy
msgid "domain information incomplete, vbd has no src"
msgstr "ഡൊമെയിന്‍ വിവരം പൂര്‍ണ്ണമല്ല, vbd-യ്ക്ക് dev ലഭ്യമല്ല"
msgstr "ഡൊമെയിന്‍ വിവരം പൂര്‍ണ്ണമല്ല, vbd-യ്ക്ക് src ലഭ്യമല്ല"
#: src/xend_internal.c:1610
msgid "domain information incomplete, vbd has no dev"
@ -553,31 +566,36 @@ msgstr "ഡൊമെയിന്‍ വിവരം പൂര്‍ണ്ണമ
#: src/xend_internal.c:1618
msgid "cannot parse vbd filename, missing driver name"
msgstr ""
msgstr "vbd ഫയല്‍ നെയിം പാഴ്സ് ചെയ്യുവാന്‍ സാധ്യമല്ല, ഡ്റൈവറിന്‍റെ പേര് ലഭ്യമല്ല"
#: src/xend_internal.c:1637
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
msgstr "vbd ഫയല്‍ നെയിം പാഴ്സ് ചെയ്യുവാന്‍ സാധ്യമല്ല, ഡ്റൈവറിന്‍റെ ടൈപ്പ് ലഭ്യമല്ല"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "Xend ഡൊമെയിന്‍ വിവരം പാര്‍സ് ചെയ്യുന്നതില്‍ പരാജയപ്പെട്ടു"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "ഡൊമെയിന്‍ %s ഉണ്ടാക്കുന്നതില്‍ പരാജയം\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "ഡൊമെയിന്‍ %s-നുളള ഡിവൈസുകള്‍ ലഭ്യമാക്കുന്നതില്‍ പരാജയം\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "പുതിയ ഡൊമെയിന്‍ %s തുടങ്ങുന്നതില്‍ പരാജയം\n"
#: src/xend_internal.c:3147
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "നിഷ്ക്റിയമായ ഡൊമെയിന്‍ %s ഉണ്ടാക്കുന്നതില്‍ പരാജയം\n"
#: src/virsh.c:234
msgid "print help"
msgstr "സഹായം പ്രിന്‍റ് ചെയ്യുക"
@ -832,27 +850,25 @@ msgstr "%s-ല്‍ നിന്നും ഡൊമെയിന്‍ വീണ
#: src/virsh.c:812
msgid "dump the core of a domain to a file for analysis"
msgstr ""
msgstr "ഫയല്‍ നിരീക്ഷിക്കുന്നതിനായി ഒരു ഡൊമെയിന്‍ കോറ്‍ ഡന്പ് ചെയ്യുക"
#: src/virsh.c:813
#, fuzzy
msgid "Core dump a domain."
msgstr "ഒരു ഡൊമെയിന്‍ വീണ്ടും ആരംഭിക്കുക"
msgstr "ഒരു ഡൊമെയിന്‍ കോറ്‍ ഡന്പ് ചെയ്യുക"
#: src/virsh.c:819
#, fuzzy
msgid "where to dump the core"
msgstr "ഡേറ്റാ സൂക്ഷിക്കേണ്ടത് എവിടെ എന്ന്"
msgstr "കോറ്‍ ഡംന്പ് ചെയ്യേണ്ടത് എവിടെ എന്ന്"
#: src/virsh.c:841
#, fuzzy, c-format
#, c-format
msgid "Domain %s dumpd to %s\n"
msgstr "ഡൊമെയിന്‍ %s-നെ %s ആയി സൂക്ഷിച്ചിരിക്കുന്നു\n"
msgstr "ഡൊമെയിന്‍ %s-നെ %s-ലേക്ക് ഡംന്പ് ചെയ്യുന്നു\n"
#: src/virsh.c:843
#, fuzzy, c-format
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "ഡൊമെയിന്‍ %s-നെ %s ആയി സൂക്ഷിക്കുന്നതില്‍ പരാജയം"
msgstr "ഡൊമെയിന്‍ %s-നെ %s-ലേക്ക് ഡംന്പ് ചെയ്യുന്നതില്‍ പരാജയം"
#: src/virsh.c:857
msgid "resume a domain"
@ -1088,7 +1104,7 @@ msgstr "XML-ലുളള ഡൊമെയിന്‍ വിവരം"
#: src/virsh.c:1418
msgid "Ouput the domain information as an XML dump to stdout."
msgstr "ഒരു XML ഡപായി stdout-ലേക്ക് ഡൊമെയിന്‍ വിവരങ്ങള്‍ ലഭ്യമാക്കുക."
msgstr "ഒരു XML ഡന്പായി stdout-ലേക്ക് ഡൊമെയിന്‍ വിവരങ്ങള്‍ ലഭ്യമാക്കുക."
#: src/virsh.c:1457
msgid "convert a domain id or UUID to domain name"
@ -1387,48 +1403,48 @@ msgstr ""
" പുറത്ത് കടക്കുന്നതിനായി 'quit'\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "കോണ്‍ഫിഗറേഷന്‍ ലഭ്യമാക്കുന്നു"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "അവസാനിപ്പിക്കാത്ത നംബര്‍"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "അവസാനിപ്പിക്കാത്ത സ്ട്രിങ്"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "ഒരു മൂല്ല്യം പ്രതീക്ഷിക്കുന്നു"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "ലിസ്റ്റില്‍ ഒരു സെപറേറ്റര്‍ പ്രതീക്ഷിക്കുന്നു"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "ലിസ്റ്റിന്‍റെ അവസാനം ] ഇല്ല"
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "ഒരു പേര് പ്രതീക്ഷിക്കുന്നു"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "ഒരു സെപ്പറേറ്റര്‍ പ്രതീക്ഷിക്കുന്നു"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "ഒരു അസ്സൈന്‍മെന്‍റ് പ്രതീക്ഷിക്കുന്നു"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "ഫയല്‍ തുറക്കുന്നതില്‍ പരാജയം"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "ഉള്ളടക്കം സൂക്ഷിക്കുന്നതില്‍ പരാജയം"
@ -1481,7 +1497,7 @@ msgstr "പ്രോക്സിയുമായുളള ആശയവിനി
msgid "got asynchronous packet number %d\n"
msgstr "അസിന്‍ക്രൊണസ് പാക്കറ്റ് നംബര്‍ %d ലഭിച്ചിരിക്കുന്നു\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "%d ഡൊമെയിന്‍ വിവരം ലഭ്യമാക്കുന്നു"

828
po/mr.po

File diff suppressed because it is too large Load Diff

1126
po/ms.po

File diff suppressed because it is too large Load Diff

126
po/my.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

126
po/nb.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

126
po/nl.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

126
po/nn.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

126
po/no.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

126
po/nso.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

155
po/or.po
View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: or\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"PO-Revision-Date: 2006-10-06 15:32+0530\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-12-14 16:58+0530\n"
"Last-Translator: Subhransu Behera <sbehera@redhat.com>\n"
"Language-Team: Oriya <oriya-group@lists.sarovar.org>\n"
"MIME-Version: 1.0\n"
@ -20,6 +20,7 @@ msgstr ""
"\n"
"\n"
"\n"
"\n"
#: src/libvirt.c:245 src/libvirt.c:309 src/hash.c:652
msgid "allocating connection"
@ -330,9 +331,8 @@ msgid "failed to write configuration file: %s"
msgstr "ବିନ୍ଯାସ ଫାଇଲକୁ ଲେଖିବାରେ ବିଫଳ: %s"
#: src/virterror.c:581
#, fuzzy
msgid "parser error"
msgstr "ଆଭ୍ଯନ୍ତରୀଣ ତୃଟି"
msgstr "ବିଶ୍ଳେଷଣ ତୃଟି"
#: src/xmlrpc.c:63
msgid "copying node content"
@ -378,9 +378,9 @@ msgstr "ବିଶ୍ଳେଷଣ ସେବକର ଉତ୍ତର ବିଫଳ"
msgid "allocate new context"
msgstr "ନୂତନ ପ୍ରସଙ୍ଗ ବାଣ୍ଟନ୍ତୁ"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "ପରିସର ବାଣ୍ଟୁଅଛି"
@ -393,110 +393,125 @@ msgstr "ସଂଯୋଗ hash ସାରଣୀରେ ପରିସର ଯୋଗ କ
msgid "domain missing from connection hash table"
msgstr "ସଂଯୋଗ hash ସାରଣୀରେ ପରିସର ଅନୁପସ୍ଥିତ"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "ଦିନର ସମୟ ପାଉଅଛି"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "ପରିସର"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "xpath ପ୍ରସଙ୍ଗ ସୃଷ୍ଟି କରୁଅଛି"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "ପରିସର ନାମ"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "ପରସର uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "ପରିସର ସ୍ମୃତି"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "ପରିସର ସ୍ମୃତି"
#: src/test.c:344
msgid "domain vcpus"
msgstr "ପରିସର vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "ପରିସର ପୁନଃପ୍ରାରମ୍ଭ କରିବା ସମୟରେ ଆଚରଣ"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "ପରିସର ବନ୍ଦ କରିବା ସମୟରେ ଆଚରଣ"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "ପରିସର ଅକାମୀ ହେବା ସମୟରେ ଆଚରଣ"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "ପରିସର ସଂଜ୍ଞା ଫାଇଲକୁ ଧାରଣ କରନ୍ତୁ"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "ଆଧାର ସଂଜ୍ଞା ଫାଇଲକୁ ଧାରଣ କରୁଅଛି"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "ଆଧାର"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "ନୋଡ"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "ନୋଡ cpu numa ନୋଡ"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "ନୋଡ cpu ସକେଟ"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "ନୋଡ cpu ଅନ୍ତଃସ୍ଥଳ"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "ନୋଡ cpu ଥ୍ରେଡ"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "ନୋଡ ସକ୍ରିୟ cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "ନୋଡ cpu ମେଗା-ହର୍ଜ"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "ନୋଡ ସ୍ମୃତି"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "ନୋଡ ପରିସର ତାଲିକା"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "ପରିସର ଫାଇଲ ନାମକୁ ସମାଧାନ କରୁଅଛି"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "ନୋଡ ବାଣ୍ଟୁଅଛି"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "ଅତ୍ଯଧିକ ସଂଯୋଗ"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "ଅତ୍ଯଧିକ ପରିସର"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "ପରିସରଟି ପୂର୍ବରୁ ସକ୍ରିୟ ଅଛି"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "ବଫର ବୃଦ୍ଧି କରୁଅଛି"
@ -517,27 +532,27 @@ msgstr "ଗୋଟିଏ ନୋଡ ବାଣ୍ଟିବାରେ ବିଫଳ"
msgid "failed to copy a string"
msgstr "ଗୋଟିଏ ବାକ୍ଯଖଣ୍ଡ ନକଲ କରିବାରେ ବିଫଳ"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "ଜେନ ଡେମନରୁ ପଢିବାରେ ବିଫଳ"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "ସୃଷ୍ଟ S-Expr କୁ urlencode କରିବାରେ ବିଫଳ"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "ପରିସର ସୂଚନା ଅସମ୍ପୂର୍ଣ୍ଣ, domid ଅନୁପସ୍ଥିତ "
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "ପରିସର ସୂଚନା ଭୂଲ domid ସଂଖ୍ଯାତ୍ମକ ନୁହେଁ"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "ପରିସର ସୂଚନା ଅସମ୍ପୂର୍ଣ୍ଣ, uuid ଅନୁପସ୍ଥିତ "
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "ପରିସର ସୂଚନା ଅସମ୍ପୂର୍ଣ୍ଣ, domid ଅନୁପସ୍ଥିତ "
@ -546,9 +561,8 @@ msgid "domain information incomplete, missing kernel"
msgstr "ପରିସର ସୂଚନା ଅସମ୍ପୂର୍ଣ୍ଣ, କର୍ଣ୍ଣଲ ଅନୁପସ୍ଥିତ "
#: src/xend_internal.c:1604
#, fuzzy
msgid "domain information incomplete, vbd has no src"
msgstr "ପରିସର ସୂଚନା ଅସମ୍ପୂର୍ଣ୍ଣ, vbd ର କୌଣସି dev ନାହିଁ"
msgstr "ପରିସର ସୂଚନା ଅସମ୍ପୂର୍ଣ୍ଣ, vbd ର କୌଣସି src ନାହିଁ"
#: src/xend_internal.c:1610
msgid "domain information incomplete, vbd has no dev"
@ -556,31 +570,36 @@ msgstr "ପରିସର ସୂଚନା ଅସମ୍ପୂର୍ଣ୍ଣ, vbd
#: src/xend_internal.c:1618
msgid "cannot parse vbd filename, missing driver name"
msgstr ""
msgstr "vbd ଫାଇଲ ନାମକୁ ବିଶ୍ଳେଷଣ କରିପାରିବ ନାହିଁ, ଡ୍ରାଇଭର ନାମ ଅନୁପସ୍ଥିତ"
#: src/xend_internal.c:1637
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
msgstr "vbd ଫାଇଲ ନାମକୁ ବିଶ୍ଳେଷଣ କରିପାରିବ ନାହିଁ, ଡ୍ରାଇଭର ପ୍ରକାର ଅନୁପସ୍ଥିତ"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "Xend ପରିସର ସୂଚନାକୁ ବିଶ୍ଳେଷଣ କରିବାରେ ବିଫଳ"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "%s ପରିସରକୁ ସୃଷ୍ଟି କରିବାରେ ବିଫଳ\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "%s ପରିସର ପାଇଁ ପରିସର ପାଇବାରେ ବିଫଳ\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "ନୂତନ ପରିସର %s କୁ ପୁନର୍ବାର ଆରମ୍ଭ କରିବାରେ ବିଫଳ\n"
#: src/xend_internal.c:3147
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "%s ନିଷ୍କ୍ରିୟ ପରିସରକୁ ସୃଷ୍ଟି କରିବାରେ ବିଫଳ\n"
#: src/virsh.c:234
msgid "print help"
msgstr "ସହାୟତା ମୂଦ୍ରଣ କରନ୍ତୁ"
@ -836,27 +855,25 @@ msgstr "%s ରୁ ପରିସରକୁ ପୁନଃସ୍ଥାପନ କରି
#: src/virsh.c:812
msgid "dump the core of a domain to a file for analysis"
msgstr ""
msgstr "ବିଶ୍ଳେଷଣ ପାଇଁ ଗୋଟିଏ ପରିସରର ଅନ୍ତଃସ୍ଥଳକୁ ଗୋଟିଏ ଫାଇଲକୁ ପଠାନ୍ତୁ"
#: src/virsh.c:813
#, fuzzy
msgid "Core dump a domain."
msgstr "ଗୋଟିଏ ପରିସରକୁ ପୁନଃପ୍ରାରମ୍ଭ କରନ୍ତୁ"
msgstr "ଗୋଟିଏ ପରିସରର ଅନ୍ତଃସ୍ଥଳକୁ ପଠାନ୍ତୁ"
#: src/virsh.c:819
#, fuzzy
msgid "where to dump the core"
msgstr "ତଥ୍ଯକୁ କେଉଁଠାରେ ସଂରକ୍ଷଣ କରାଯିବ"
msgstr "ଅନ୍ତଃସ୍ଥଳକୁ କେଉଁଠାକୁ ପଠାଯିବ"
#: src/virsh.c:841
#, fuzzy, c-format
#, c-format
msgid "Domain %s dumpd to %s\n"
msgstr "%s ପରିସରକୁ %s ରେ ସଂରକ୍ଷଣ କରାଯାଛି\n"
msgstr "%s ପରିସରକୁ %s କୁ ପଠାଯାଛି\n"
#: src/virsh.c:843
#, fuzzy, c-format
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "%s ପରିସରକୁ %s ରେ ସଂରକ୍ଷଣ କରିବାରେ ବିଫଳ"
msgstr "%s ପରିସରକୁ %s କୁ ପଠାଇବାରେ ବିଫଳ"
#: src/virsh.c:857
msgid "resume a domain"
@ -1389,48 +1406,48 @@ msgstr ""
" ବନ୍ଦ କରିବା ପାଇଁ 'quit'\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "ବିନ୍ଯାସ ବାଣ୍ଟୁଅଛି"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "ଅସମାପ୍ତ ସଂଖ୍ଯା"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "ଅସମାପ୍ତ ବାକ୍ଯଖଣ୍ଡ"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "ଗୋଟିଏ ମୂଲ୍ଯ ଆଶା କରୁଅଛି"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "ତାଲିକାରେ ଗୋଟିଏ ବିଭାଜକକୁ ଆଶା କରୁଅଛି"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "ତାଲିକାଟି ] ଦ୍ବାରା ବନ୍ଦ ହେଉନାହିଁ"
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "ଗୋଟିଏ ନାମ ଆଶା କରୁଅଛି"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "ଗୋଟିଏ ବିଭାଜକ ଆଶା କରୁଅଛି"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "ଗୋଟିଏ କାର୍ଯ୍ଯ ଆଶା କରୁଅଛି"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "ଫାଇଲ ଖୋଲିବାରେ ବିଫଳ"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "ବିଷୟ ବସ୍ତୁକୁ ସଂରକ୍ଷଣ କରିବାରେ ବିଫଳ"
@ -1483,7 +1500,7 @@ msgstr "ପ୍ରୋକ୍ସି ସହିତ ସମ୍ବାଦ ବିନିମ
msgid "got asynchronous packet number %d\n"
msgstr "ତାଳହୀନ ପ୍ଯାକେଟ ସଂଖ୍ଯା %d ମିଳିଲା\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "%d ପରିସର ସୂଚନା ବାଣ୍ଟୁଅଛି"

261
po/pa.po
View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: pa\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"PO-Revision-Date: 2006-11-24 09:53+0530\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-12-15 18:05+0530\n"
"Last-Translator: A S Alam <apbrar@gmail.com>\n"
"Language-Team: Punjabi <fedora-trans-pa@redhat.com>\n"
"MIME-Version: 1.0\n"
@ -374,9 +374,9 @@ msgstr "ਸਰਵਰ ਜਵਾਬ ਪਾਰਸ ਕਰਨ ਲਈ ਫੇਲ੍ਹ"
msgid "allocate new context"
msgstr "ਨਵਾਂ ਪਰਸੰਗ ਜਾਰੀ"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "ਡੋਮੇਨ ਜਾਰੀ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ"
@ -389,110 +389,125 @@ msgstr "ਕੁਨੈਕਸ਼ਨ ਹੈਸ਼ ਸਾਰਣੀ ਵਿੱਚ ਡ
msgid "domain missing from connection hash table"
msgstr "ਕੁਨੈਕਸ਼ਨ ਹੈਸ਼ ਸਾਰਣੀ ਵਿੱਚੋਂ ਡੋਮੇਨ ਗੁੰਮ ਹੈ"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "ਦਿਨ ਦਾ ਸਮਾਂ ਪ੍ਰਾਪਤ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "ਡੋਮੇਨ"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "xpath ਪ੍ਰਸੰਗ ਬਣਾਇਆ ਜਾ ਰਿਹਾ ਹੈ"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "ਡੋਮੇਨ ਨਾਂ"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "ਡੋਮੇਨ uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "ਡੋਮੇਨ ਮੈਮੋਰੀ"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "ਡੋਮੇਨ ਮੈਮੋਰੀ"
#: src/test.c:344
msgid "domain vcpus"
msgstr "ਡੋਮੇਨ vcpu"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "ਡੋਮੇਨ ਮੁੜ-ਚਾਲੂ ਰਵੱਈਆ"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "ਡੋਮੇਨ ਬੰਦ ਕਰਨ ਰਵੱਈਆ"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "ਡੋਮੇਨ ਨਸ਼ਟ ਹੋਣ ਰਵੱਈਆ"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "ਡੋਮੇਨ ਭਾਸ਼ਾ ਫਾਇਲ ਲੋਡ"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "ਮੇਜ਼ਬਾਨ ਪ੍ਰੀਭਾਸ਼ਾ ਫਾਇਲ ਲੋਡ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "ਮੇਜ਼ਬਾਨ"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "ਨੋਡ"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "ਡੋਮੇਨ ਫਾਇਲ ਨਾਂ ਹੱਲ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "ਨੋਡ ਜਾਰੀ ਕੀਤਾ ਰਿਹਾ ਹੈ"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "ਬਹੁਤ ਜ਼ਿਆਦਾ ਕੁਨੈਕਸ਼ਨ"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "ਬਹੁਤ ਜ਼ਿਆਦਾ ਡੋਮੇਨਾਂ"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "ਡੋਮੇਨ ਪਹਿਲਾਂ ਹੀ ਸਰਗਰਮ ਹੈ"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "ਬਫ਼ਰ ਵੱਧ ਰਿਹਾ ਹੈ"
@ -513,27 +528,27 @@ msgstr "ਇੱਕ ਨੋਡ ਜਾਰੀ ਕਰਨ ਲਈ ਅਸਫ਼ਲ"
msgid "failed to copy a string"
msgstr "ਇੱਕ ਸਤਰ ਨਕਲ ਕਰਨ ਦੌਰਾਨ ਫੇਲ੍ਹ"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "ਜੈੱਨ ਡੈਮਨ ਤੋਂ ਪੜ੍ਹਨ ਲਈ ਅਸਫ਼ਲ"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "S-Expr ਬਣਾਉਣ ਵਾਸਤੇ urlencode ਲਈ ਫੇਲ੍ਹ"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "ਡੋਮੇਨ ਜਾਣਕਾਰੀ ਅਧੂਰੀ ਹੈ, domid ਨਹੀਂ ਹੈ"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "ਡੋਮੇਨ ਜਾਣਕਾਰੀ ਗਲਤ ਹੈ, domid ਅੰਕੀ ਨਹੀਂ ਹੈ"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "ਡੋਮੇਨ ਜਾਣਕਾਰੀ ਅਧੂਰੀ ਹੈ, uuid ਗੁੰਮ ਹੈ"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "ਡੋਮੇਨ ਜਾਣਕਾਰੀ ਅਧੂਰੀ ਹੈ, ਨਾਂ ਨਹੀਂ ਹੈ"
@ -542,9 +557,8 @@ msgid "domain information incomplete, missing kernel"
msgstr "ਡੋਮੇਨ ਜਾਣਕਾਰੀ ਅਧੂਰੀ ਹੈ, ਕਰਨਲ ਗੁੰਮ ਹੈ"
#: src/xend_internal.c:1604
#, fuzzy
msgid "domain information incomplete, vbd has no src"
msgstr "ਡੋਮੇਨ ਜਾਣਾਕਰੀ ਅਧੂਰੀ ਹੈ, vbd ਕੋਲ ਕੋਈ dev ਨਹੀਂ ਹੈ"
msgstr "ਡੋਮੇਨ ਜਾਣਾਕਰੀ ਅਧੂਰੀ ਹੈ, vbd ਕੋਲ ਕੋਈ ਸਰੋਤ ਨਹੀਂ ਹੈ"
#: src/xend_internal.c:1610
msgid "domain information incomplete, vbd has no dev"
@ -552,31 +566,36 @@ msgstr "ਡੋਮੇਨ ਜਾਣਾਕਰੀ ਅਧੂਰੀ ਹੈ, vbd ਕੋ
#: src/xend_internal.c:1618
msgid "cannot parse vbd filename, missing driver name"
msgstr ""
msgstr "vbd ਫਾਇਲ ਨਾਂ ਪਾਰਸ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ, ਡਰਾਇਵਰ ਕਿਸਮ ਨਹੀਂ ਹੈ"
#: src/xend_internal.c:1637
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
msgstr "vbd ਫਾਇਲ ਨਾਂ ਪਾਰਸ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ, ਡਰਾਇਵਰ ਕਿਸਮ ਨਹੀਂ ਹੈ"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "Xend ਡੋਮੇਨ ਜਾਣਾਕਰੀ ਪਾਰਸ ਕਰਨ ਲਈ ਫੇਲ੍ਹ"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "ਡੋਮੇਨ %s ਬਣਾਉਣ ਲਈ ਅਸਫ਼ਲ\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "ਡੋਮੇਨ %s ਵਾਸਤੇ ਜੰਤਰ ਜਾਣਕਾਰੀ ਲੈਣ ਲਈ ਫੇਲ੍ਹ\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "ਨਵੀਂ ਡੋਮੇਨ %s ਮੁੜ-ਪ੍ਰਾਪਤ ਲਈ ਫੇਲ੍ਹ\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "ਡੋਮੇਨ %s ਬਣਾਉਣ ਲਈ ਅਸਫ਼ਲ\n"
#: src/virsh.c:234
msgid "print help"
msgstr "ਸਹਾਇਤਾ ਛਾਪੋ"
@ -701,7 +720,7 @@ msgstr "ਇੱਕ ਡੋਮੇਨ ਬਣਾਓ:"
#: src/virsh.c:538 src/virsh.c:593
msgid "file conatining an XML domain description"
msgstr ""
msgstr "ਫਾਇਲ 'ਚ ਇੱਕ XML ਡੋਮੇਨ ਵੇਰਵਾ ਹੈ"
#: src/virsh.c:561 src/virsh.c:566 src/virsh.c:616 src/virsh.c:621
#, c-format
@ -742,7 +761,7 @@ msgstr "ਇੱਕ ਨਾ-ਸਰਗਰਮ ਡੋਮੇਨ ਨਾ-ਪਰਭਾਸ
#: src/virsh.c:643
msgid "Undefine the configuration for an inactive domain."
msgstr ""
msgstr "ਇੱਕ ਨਾ-ਸਰਗਰਮ ਡੋਮੇਨ ਲਈ ਸੰਰਚਨਾ ਨਾ-ਪ੍ਰਭਾਸ਼ਿਤ ਹੈ।"
#: src/virsh.c:648 src/virsh.c:1492
msgid "domain name or uuid"
@ -830,25 +849,23 @@ msgstr "%s ਤੋਂ ਡੋਮੇਨ ਮੁੜ-ਪ੍ਰਾਪਤ ਕਰਨ ਲ
#: src/virsh.c:812
msgid "dump the core of a domain to a file for analysis"
msgstr ""
msgstr "ਕੋਰ ਨੂੰ ਇੱਕ ਡੋਮੇਨ 'ਚ ਫਾਇਲ ਸਿਸਟਮ ਜਾਂਚ ਲਈ ਸੰਭਾਲੋ"
#: src/virsh.c:813
#, fuzzy
msgid "Core dump a domain."
msgstr "ਇੱਕ ਡੋਮੇਨ ਮੁੜ-ਪ੍ਰਾਪਤ"
msgstr "ਕੋਰ ਡੰਪ ਇੱਕ ਡੋਮੇਨ ਹੈ।"
#: src/virsh.c:819
#, fuzzy
msgid "where to dump the core"
msgstr "ਡਾਟਾ ਕਿੱਥੇ ਸੰਭਾਲਣਾ ਹੈ"
msgstr "ਜਿੱਥੇ ਡੰਪ ਕੋਰ ਹੈ"
#: src/virsh.c:841
#, fuzzy, c-format
#, c-format
msgid "Domain %s dumpd to %s\n"
msgstr "ਡੋਮੇਨ %s %s ਉੱਤੇ ਸੰਭਾਲੀ ਗਈ ਹੈ\n"
#: src/virsh.c:843
#, fuzzy, c-format
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "%s ਡੋਮੇਨ ਨੂੰ %s ਲਈ ਸੰਭਾਲਣ ਲਈ ਫੇਲ੍ਹ"
@ -858,7 +875,7 @@ msgstr "ਇੱਕ ਡੋਮੇਨ ਮੁੜ-ਪ੍ਰਾਪਤ"
#: src/virsh.c:858
msgid "Resume a previously suspended domain."
msgstr ""
msgstr "ਇੱਕ ਪਹਿਲਾਂ ਮੁਅੱਤਲ ਡੋਮੇਨ ਮੁੜ-ਪ੍ਰਾਪਤ ਕਰੋ।"
#: src/virsh.c:881
#, c-format
@ -974,7 +991,7 @@ msgstr "ਡੋਮੇਨ vcpu ਜਾਣਕਾਰੀ"
#: src/virsh.c:1086
msgid "Returns basic information about the domain virtual CPUs."
msgstr ""
msgstr "ਡੋਮੇਨ ਫ਼ਰਜ਼ੀ CPU ਬਾਰੇ ਮੁੱਢਲੀ ਜਾਣਕਾਰੀ ਵਾਪਿਸ ਕੀਤੀ ਗਈ ਹੈ।"
#: src/virsh.c:1133
msgid "VCPU:"
@ -986,15 +1003,15 @@ msgstr "CPU:"
#: src/virsh.c:1144
msgid "CPU Affinity:"
msgstr ""
msgstr "CPU ਏਫੈਂਟੀ:"
#: src/virsh.c:1168
msgid "control domain vcpu affinity"
msgstr ""
msgstr "ਕੰਟਰੋਲ ਡੋਮੇਨ vcpu ਏਫੈਂਟੀ"
#: src/virsh.c:1169
msgid "Pin domain VCPUs to host physical CPUs."
msgstr ""
msgstr "ਮੇਜ਼ਬਾਨ ਭੌਤਿਕ CPU ਲਈ ਡੋਮੇਨ VCPU ਹਨ।"
#: src/virsh.c:1175
msgid "vcpu number"
@ -1034,7 +1051,7 @@ msgstr "ਵੱਧ ਤੋਂ ਵੱਧ ਮੈਮੋਰੀ ਸੀਮਾ ਤਬਦ
#: src/virsh.c:1341
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr ""
msgstr "ਮਹਿਮਾਨ ਡੋਮੇਨ 'ਚ ਵੱਧ ਤੋਂ ਵੱਧ ਮੈਮੋਰੀ ਜਾਰੀ ਸੀਮਾ ਬਦਲੋ।"
#: src/virsh.c:1347
msgid "maxmimum memory limit in bytes"
@ -1086,31 +1103,31 @@ msgstr "XML ਵਿੱਚ ਡੋਮੇਨ ਜਾਣਕਾਰੀ"
#: src/virsh.c:1418
msgid "Ouput the domain information as an XML dump to stdout."
msgstr ""
msgstr "ਇੱਕ XML ਡੰਮ ਤੋਂ stdout ਵਾਂਗ ਡੋਮੇਨ ਜਾਣਕਾਰੀ ਆਉਟਪੁੱਟ ਹੈ।"
#: src/virsh.c:1457
msgid "convert a domain id or UUID to domain name"
msgstr ""
msgstr "ਇੱਕ ਡੋਮੇਨ id ਜਾਂ UUID ਤੋਂ ਡੋਮੇਨ ਨਾਂ ਬਦਲੋ"
#: src/virsh.c:1462
msgid "domain id or uuid"
msgstr ""
msgstr "ਡੋਮੇਨ id ਜਾਂ uuid"
#: src/virsh.c:1487
msgid "convert a domain name or UUID to domain id"
msgstr ""
msgstr "ਇੱਕ ਡੋਮੇਨ ਨਾਂ ਜਾਂ UUID ਤੋਂ ਡੋਮੇਨ id ਬਦਲੋ"
#: src/virsh.c:1522
msgid "convert a domain name or id to domain UUID"
msgstr ""
msgstr "ਇੱਕ ਡੋਮੇਨ ਨਾਂ ਜਾਂ id ਤੋਂ ਡੋਮੇਨ UUID ਬਦਲੋ"
#: src/virsh.c:1527
msgid "domain id or name"
msgstr ""
msgstr "ਡੋਮੇਨ id ਜਾਂ ਨਾਂ"
#: src/virsh.c:1546
msgid "failed to get domain UUID"
msgstr ""
msgstr "ਡੋਮੇਨ UUID ਪ੍ਰਾਪਤ ਕਰਨ ਲਈ ਅਸਫ਼ਲ"
#: src/virsh.c:1557
msgid "show version"
@ -1118,25 +1135,25 @@ msgstr "ਵਰਜਨ ਵੇਖਾਓ"
#: src/virsh.c:1558
msgid "Display the system version information."
msgstr ""
msgstr "ਸਿਸਟਮ ਵਰਜਨ ਜਾਣਕਾਰੀ ਵੇਖਾਓ"
#: src/virsh.c:1581
msgid "failed to get hypervisor type"
msgstr ""
msgstr "ਹਾਈਪਰਵੀਜ਼ਰ ਕਿਸਮ ਪ੍ਰਾਪਤ ਕਰਨ ਲਈ ਫੇਲ੍ਹ"
#: src/virsh.c:1590
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr ""
msgstr "ਲਾਈਬਰੇਰੀ ਵਰਜਨ ਨਾਲ ਕੰਪਾਇਲ: libvir %d.%d.%d\n"
#: src/virsh.c:1595
msgid "failed to get the library version"
msgstr ""
msgstr "ਲਾਇਬਰੇਰੀ ਵਰਜਨ ਲੈਣ ਲਈ ਅਸਫ਼ਲ"
#: src/virsh.c:1602
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr ""
msgstr "ਲਾਇਬਰੇਰੀ ਰਾਹੀਂ: libvir %d.%d.%d\n"
#: src/virsh.c:1609
#, c-format
@ -1145,36 +1162,36 @@ msgstr "API ਰਾਹੀਂ: %s %d.%d.%d\n"
#: src/virsh.c:1614
msgid "failed to get the hypervisor version"
msgstr ""
msgstr "ਹਾਈਪਰਵੀਜ਼ਰ ਵਰਜਨ ਲੈਣ ਲਈ ਅਸਫ਼ਲ"
#: src/virsh.c:1619
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr ""
msgstr "ਚੱਲ ਰਿਹਾ %s ਹਾਈਪਰਵੀਜ਼ਰ ਵਰਜਨ ਖੋਲ੍ਹ ਨਹੀਂ ਸਕਦਾ\n"
#: src/virsh.c:1626
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr ""
msgstr "ਚੱਲ ਰਿਹਾ ਹਾਈਪਰਵੀਜ਼ਰ: %s %d.%d.%d\n"
#: src/virsh.c:1637
msgid "quit this interactive terminal"
msgstr ""
msgstr "ਇਹ ਇੰਟਰ-ਏਕਟਿਵ ਟਰਮੀਨਲ ਬੰਦ ਕਰੋ"
#: src/virsh.c:1750
#, c-format
msgid "command '%s' requires <%s> option"
msgstr ""
msgstr "ਕਮਾਂਡ '%s' ਲਈ <%s> ਚੋਣ ਚਾਹੀਦੀ ਹੈ"
#: src/virsh.c:1751
#, c-format
msgid "command '%s' requires --%s option"
msgstr ""
msgstr "ਕਮਾਂਡ '%s' ਲਈ --%s ਚੋਣ ਚਾਹੀਦੀ ਹੈ"
#: src/virsh.c:1778
#, c-format
msgid "command '%s' doesn't exist"
msgstr ""
msgstr "ਕਮਾਂਡ '%s' ਮੌਜੂਦ ਨਹੀਂ ਹੈ"
#: src/virsh.c:1786
msgid " NAME\n"
@ -1208,12 +1225,12 @@ msgstr "--%s <string>"
#: src/virsh.c:1923
msgid "undefined domain name or id"
msgstr ""
msgstr "ਨਾ-ਪ੍ਰਭਾਸ਼ਿਤ ਡੋਮੇਨ ਨਾਂ ਜਾਂ id"
#: src/virsh.c:1956
#, c-format
msgid "failed to get domain '%s'"
msgstr ""
msgstr "ਡੋਮੇਨ '%s' ਲੈਣ ਲਈ ਫੇਲ੍ਹ"
#: src/virsh.c:1984
#, c-format
@ -1233,7 +1250,7 @@ msgstr "ਗੁੰਮ \""
#: src/virsh.c:2119
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr ""
msgstr "ਅਣਜਾਣ ਟੋਕਣ (ਕਮਾਂਡ ਨਾਂ): '%s'"
#: src/virsh.c:2124
#, c-format
@ -1243,12 +1260,12 @@ msgstr "ਅਣਜਾਣ ਕਮਾਂਡ: '%s'"
#: src/virsh.c:2131
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr ""
msgstr "ਕਮਾਂਡ '%s' ਚੋਣ --%s ਲਈ ਸਹਿਯੋਗੀ ਨਹੀਂ ਹੈ"
#: src/virsh.c:2146
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr ""
msgstr "ਲੋੜੀਦਾ ਸੰਟੈਕਸ: --%s <%s>"
#: src/virsh.c:2149
msgid "number"
@ -1315,11 +1332,11 @@ msgstr "ਗਲਤੀ: "
#: src/virsh.c:2329 src/virsh.c:2341 src/virsh.c:2353
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr ""
msgstr "%s: %d: ਬਾਈਟ %d ਜਾਰੀ ਕਰਨ ਲਈ ਅਸਫ਼ਲ"
#: src/virsh.c:2381
msgid "failed to connect to the hypervisor"
msgstr ""
msgstr "ਹਾਇਪਰਵੀਜ਼ਰ ਨਾਲ ਜੁੜਨ ਲਈ ਅਸਫ਼ਲ"
#: src/virsh.c:2526
#, c-format
@ -1337,6 +1354,18 @@ msgid ""
"\n"
" commands (non interactive mode):\n"
msgstr ""
"\n"
"%s [options] [commands]\n"
"\n"
" options:\n"
" -c | --connect <uri> hypervisor connection URI\n"
" -d | --debug <num> 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"
" commands (non interactive mode):\n"
#: src/virsh.c:2542
#, c-format
@ -1345,11 +1374,14 @@ msgid ""
" (specify --help <command> for details about the command)\n"
"\n"
msgstr ""
"\n"
" (specify --help <command> for details about the command)\n"
"\n"
#: src/virsh.c:2628
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr ""
msgstr "ਨਾ-ਸਹਾਇਕ ਚੋਣਾਂ '-%c' ਹੈ। --help ਵੇਖੋ"
#: src/virsh.c:2709
#, c-format
@ -1357,7 +1389,7 @@ msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
msgstr ""
"%s ਵਲੋਂ ਜੀ ਆਇਆਂ ਨੂੰ, ਵੁਰਚੁਲਾਜ਼ੇਸ਼ਨ ਟਰਮੀਨਲ ਹੈ।\n"
"%s, ਵੁਰਚੁਲਾਜ਼ੇਸ਼ਨ ਟਰਮੀਨਲ ਹੈ, ਵਲੋਂ ਜੀ ਆਇਆਂ ਨੂੰ।\n"
"\n"
#: src/virsh.c:2712
@ -1366,49 +1398,52 @@ msgid ""
" 'quit' to quit\n"
"\n"
msgstr ""
"ਕਿਸਮ: ਕਮਾਂਡਾਂ ਬਾਰੇ ਸਹਾਇਤਾ ਵੇਖਣ ਲਈ 'help'\n"
" ਬਾਹਰ ਜਾਣ ਲਈ 'quit'\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "ਸੰਰਚਨਾ ਜਾਰੀ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "ਨਾ-ਖਤਮ ਨੰਬਰ"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "ਨਾ-ਖਤਮ ਸਤਰ"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "ਇੱਕ ਲੋੜੀਦਾ ਮੁੱਲ"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr ""
msgstr "ਸੂਚੀ ਵਿੱਚ ਇੱਕ ਵੱਖਰੇਵੇ ਦੀ ਮੰਗ ਸੀ"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr ""
msgstr "ਸੂਚੀ ] ਨਾਲ ਬੰਦ ਨਹੀਂ ਹੈ"
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "ਨਾਂ ਦੀ ਲੋੜ ਸੀ"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr ""
msgstr "ਇੱਕ ਵੱਖਰਵੇ ਦੀ ਮੰਗ ਸੀ"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr ""
msgstr "ਇੱਕ ਮੰਗ ਦੀ ਲੋੜ ਸੀ"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "ਫਾਇਲ ਖੋਲ੍ਹਣ ਲਈ ਅਸਫ਼ਲ ਹੈ"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "ਭਾਗ ਸੰਭਾਲਣ ਲਈ ਅਸਫ਼ਲ ਹੈ"
@ -1424,44 +1459,44 @@ msgstr "%s ਚਲਾਉਣ ਲਈ ਅਸਫ਼ਲ\n"
#: src/proxy_internal.c:291
#, c-format
msgid "Failed to close socket %d\n"
msgstr ""
msgstr "ਸਾਕਟ %d ਬੰਦ ਕਰਨ ਲਈ ਫੇਲ੍ਹ\n"
#: src/proxy_internal.c:324
#, c-format
msgid "Failed to read socket %d\n"
msgstr ""
msgstr "ਸਾਕਟ %d ਪੜ੍ਹਨ ਲਈ ਫੇਲ\n"
#: src/proxy_internal.c:358
#, c-format
msgid "Failed to write to socket %d\n"
msgstr ""
msgstr "ਸਾਕਟ %d ਲਿਖਣ ਲਈ ਅਸਫ਼ਲ\n"
#: src/proxy_internal.c:420 src/proxy_internal.c:441 src/proxy_internal.c:461
#, c-format
msgid "Communication error with proxy: got %d bytes of %d\n"
msgstr ""
msgstr "ਪਰਾਕਸੀ ਨਾਲ ਸੰਚਾਰ ਦੌਰਾਨ ਗਲਤੀ: %2$d ਦੇ %1$d ਬਾਈਟ ਮਿਲੇ\n"
#: src/proxy_internal.c:428
#, c-format
msgid "Communication error with proxy: expected %d bytes got %d\n"
msgstr ""
msgstr "ਪਰਕਾਸੀ ਸੰਚਾਰ ਦੌਰਾਨ ਗਲਤੀ: ਮੰਗ ਸੀ %d ਬਾਈਟਾਂ ਦੀ, ਮਿਲੇ %d\n"
#: src/proxy_internal.c:450
#, c-format
msgid "Communication error with proxy: got %d bytes packet\n"
msgstr ""
msgstr "ਪਰਾਕਸੀ ਸੰਚਾਰ ਦੌਰਾਨ ਗਲਤੀ: %d ਬਾਈਟ ਪੈਕਟ ਮਿਲੇ\n"
#: src/proxy_internal.c:474
#, c-format
msgid "Communication error with proxy: malformed packet\n"
msgstr ""
msgstr "ਪਰਾਕਸੀ ਨਾਲ ਸੰਚਾਰ ਗਲਤੀ: ਨਿਕਾਰਾ ਪੈਕਟ\n"
#: src/proxy_internal.c:480
#, c-format
msgid "got asynchronous packet number %d\n"
msgstr ""
msgstr "ਨਾ-ਸਮਕਾਲੀ ਪੈਕਟ ਨੰਬਰ %d ਮਿਲਿਆ\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "%d ਡੋਮੇਨ ਜਾਣਕਾਰੀ ਦਿੱਤੀ ਜਾ ਰਹੀ ਹੈ"

151
po/pl.po
View File

@ -5,8 +5,8 @@ msgid ""
msgstr ""
"Project-Id-Version: pl\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"PO-Revision-Date: 2006-11-21 20:41+0200\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-12-15 15:58+0200\n"
"Last-Translator: Piotr Drąg <raven@pmail.pl>\n"
"Language-Team: Polish <pl@li.org>\n"
"MIME-Version: 1.0\n"
@ -372,9 +372,9 @@ msgstr "przeanalizowanie odpowiedzi serwera nie powiodło się"
msgid "allocate new context"
msgstr "przydziel nowy kontekst"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "przydzielanie domeny"
@ -387,110 +387,125 @@ msgstr "dodanie domeny do tablicy hashów połączenia nie powiodło się"
msgid "domain missing from connection hash table"
msgstr "brak domeny w tablicy hashów połączenia"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "uzyskiwanie obecnego czasu"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domena"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "tworzenie kontekstu xpath"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "nazwa domeny"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "UUID domeny"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "pamięć domeny"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "pamięć domeny"
#: src/test.c:344
msgid "domain vcpus"
msgstr "wirtualne CPU domeny"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "zachowanie domeny przy ponownym uruchomieniu"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "zachowanie domeny przy wyłączeniu systemu"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "zachowanie domeny w przypadku zawieszenia się systemu"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "wczytaj plik definicji domeny"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "wczytywanie pliku definicji hosta"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "węzeł"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "węzeł CPU numa węzły"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "węzeł CPU gniazda"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "węzeł CPU rdzenie"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "węzeł CPU wątki"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "węzeł aktywność CPU"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "węzeł CPU MHz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "węzeł pamięć"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "węzeł domena lista"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "rozwiązywanie nazw plików domeny"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "przydzielanie węzła"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "za dużo połączeń"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "za dużo domen"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domena jest już aktywna"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "zwiększanie bufora"
@ -511,27 +526,27 @@ msgstr "przydzielenie węzła nie powiodło się"
msgid "failed to copy a string"
msgstr "skopiowanie łańcucha nie powiodło się"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "odczytanie z demona Xen nie powiodło się"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "zakodowanie opisu użytego do utworzenia domeny nie powiodło się"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "informacje o domenie są niekompletne, brak domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "informacje o domenie są nieprawidłowe, domid nie jest numeryczne"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "informacje o domenie są niekompletne, brak UUID"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "informacje o domenie są niekompletne, brak nazwy"
@ -540,9 +555,8 @@ msgid "domain information incomplete, missing kernel"
msgstr "informacje o domenie są niekompletne, brak jądra"
#: src/xend_internal.c:1604
#, fuzzy
msgid "domain information incomplete, vbd has no src"
msgstr "informacje o domenie są niekompletne, vbd nie ma dev"
msgstr "informacje o domenie są niekompletne, vbd nie ma src"
#: src/xend_internal.c:1610
msgid "domain information incomplete, vbd has no dev"
@ -550,31 +564,36 @@ msgstr "informacje o domenie są niekompletne, vbd nie ma dev"
#: src/xend_internal.c:1618
msgid "cannot parse vbd filename, missing driver name"
msgstr ""
msgstr "nie można przeanalizować nazwy pliku vbd, brak nazwy sterownika"
#: src/xend_internal.c:1637
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
msgstr "nie można przeanalizować nazwy pliku vbd, brak typu sterownika"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "przeanalizowanie informacji o domenie Xend nie powiodło się"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "utworzenie domeny %s nie powiodło się\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Uzyskanie urządzeń dla domeny %s nie powiodło się\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Ponownie nowej domeny %s nie powiodło się\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "utworzenie domeny %s nie powiodło się\n"
#: src/virsh.c:234
msgid "print help"
msgstr "wyświetl pomoc"
@ -830,27 +849,25 @@ msgstr "Przywrócenie domeny z %s nie powiodło się"
#: src/virsh.c:812
msgid "dump the core of a domain to a file for analysis"
msgstr ""
msgstr "zrzuć core domeny do pliku do analiz"
#: src/virsh.c:813
#, fuzzy
msgid "Core dump a domain."
msgstr "wznów domenę"
msgstr "Zrzuć core domeny."
#: src/virsh.c:819
#, fuzzy
msgid "where to dump the core"
msgstr "gdzie zapisać dane"
msgstr "gdzie zrzucić core"
#: src/virsh.c:841
#, fuzzy, c-format
#, c-format
msgid "Domain %s dumpd to %s\n"
msgstr "Domena %s została zapisana do %s\n"
msgstr "Domena %s została zrzucona do %s\n"
#: src/virsh.c:843
#, fuzzy, c-format
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Zapisanie domeny %s do %s nie powiodło się"
msgstr "Zrzucanie core domeny %s do %s nie powiodło się"
#: src/virsh.c:857
msgid "resume a domain"
@ -1385,48 +1402,48 @@ msgstr ""
" \"quit\", aby zakończyć\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "przydzielanie konfiguracji"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "niezakończona liczba"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "niezakończony łańcuch"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "oczekiwana wartość"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "oczekiwane rozdzielenia na liście"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "lista nie jest zakończona ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "oczekiwana nazwa"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "oczekiwane rozdzielenie"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "oczekiwane wyznaczenie"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "otwarcie pliku nie powiodło się"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "zapisanie zawartości nie powiodło się"
@ -1479,7 +1496,7 @@ msgstr "Błąd komunikacji z pośrednikiem: niesformowany pakiet\n"
msgid "got asynchronous packet number %d\n"
msgstr "uzyskano niesynchroniczny pakiet o numerze %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "przydzielanie %d informacji o domenie"

152
po/pt.po
View File

@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"PO-Revision-Date: 2006-09-28 20:29+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-12-14 15:51+0000\n"
"Last-Translator: José Nuno Coelho Pires <jncp@netcabo.pt>\n"
"Language-Team: pt <kde-i18n-pt@kde.org>\n"
"MIME-Version: 1.0\n"
@ -322,9 +322,8 @@ msgid "failed to write configuration file: %s"
msgstr "não foi possível gravar o ficheiro de configuração: %s"
#: src/virterror.c:581
#, fuzzy
msgid "parser error"
msgstr "erro interno"
msgstr "erro de processamento"
#: src/xmlrpc.c:63
msgid "copying node content"
@ -370,9 +369,9 @@ msgstr "a resposta processada pelo servidor falhou"
msgid "allocate new context"
msgstr "reservar um contexto novo"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "a reservar o domínio"
@ -385,110 +384,125 @@ msgstr "não foi possível adicionar o domínio à lista de ligações"
msgid "domain missing from connection hash table"
msgstr "falta o domínio na lista de ligações"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "a obter a data de hoje"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domínio"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "a criar o contexto de XPath"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "nome do domínio"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "UUID do domínio"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "memória do domínio"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "memória do domínio"
#: src/test.c:344
msgid "domain vcpus"
msgstr "vCPUs do domínio"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "comportamento do arranque do domínio"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "comportamento do encerramento do domínio"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "comportamento do estoiro do domínio"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "carregar o ficheiro de definição do domínio"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "a carregar o ficheiro de definição da máquina"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "máquina"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "nó"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "nós NUMA do CPU do nó"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "'sockets' do CPU do nó"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "núcleos do CPU do nó"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "tarefas do CPU do nó"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "CPU activo do nó"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "MHz do CPU do nó"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "memória do nó"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "lista de domínios do nó"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "a resolver o ficheiro do domínio"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "a reservar o nó"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "demasiadas ligações"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "demasiados domínios"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "O domínio já está activo"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "a aumentar o 'buffer'"
@ -509,27 +523,27 @@ msgstr "não foi possível reservar um nó"
msgid "failed to copy a string"
msgstr "não foi possível copiar a cadeia de caracteres"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "não foi possível ler do Servidor do Xen"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
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:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "informação do domínio incompleta, falta o 'domid'"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "informação do domínio incompleta, o 'domid' não é numérico"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "informação do domínio incompleta, falta o 'uuid'"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "informação do domínio incompleta, falta o nome"
@ -538,9 +552,8 @@ msgid "domain information incomplete, missing kernel"
msgstr "informação do domínio incompleta, falta o 'kernel'"
#: src/xend_internal.c:1604
#, fuzzy
msgid "domain information incomplete, vbd has no src"
msgstr "informação do domínio incompleta, o 'vbd' não tem dispositivo"
msgstr "informação do domínio incompleta, o 'vbd' não tem origem"
#: src/xend_internal.c:1610
msgid "domain information incomplete, vbd has no dev"
@ -549,30 +562,39 @@ msgstr "informação do domínio incompleta, o 'vbd' não tem dispositivo"
#: src/xend_internal.c:1618
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:1637
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:1944
#: src/xend_internal.c:1981
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:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Não foi possível criar o domínio %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Não foi possível obter os dispositivos do domínio %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Não foi possível prosseguir com o domínio novo %s\n"
#: src/xend_internal.c:3147
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Não foi possível criar o domínio inactivo %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "imprimir a ajuda"
@ -828,27 +850,25 @@ msgstr "Não foi possível repor o domínio a partir de %s"
#: src/virsh.c:812
msgid "dump the core of a domain to a file for analysis"
msgstr ""
msgstr "colocar o núcleo de um domínio num ficheiro para análise"
#: src/virsh.c:813
#, fuzzy
msgid "Core dump a domain."
msgstr "prosseguir um domínio"
msgstr "Gerar o 'core' de um domínio."
#: src/virsh.c:819
#, fuzzy
msgid "where to dump the core"
msgstr "onde gravar os dados"
msgstr "onde gravar o 'core'"
#: src/virsh.c:841
#, fuzzy, c-format
#, c-format
msgid "Domain %s dumpd to %s\n"
msgstr "O domínio %s foi gravado em %s\n"
#: src/virsh.c:843
#, fuzzy, c-format
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Não foi possível gravar o domínio %s em %s"
msgstr "Não foi possível gravar o 'core' do domínio %s em %s"
#: src/virsh.c:857
msgid "resume a domain"
@ -1383,48 +1403,48 @@ msgstr ""
" 'quit' para sair\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "a reservar a configuração"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "número sem terminação"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "texto sem terminação"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "era esperado um valor"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "era esperado um separador na lista"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "a lista não termina em ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "era esperado um nome"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "era esperado um separador"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "era esperada uma atribuição"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "não foi possível aceder ao ficheiro"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "não foi possível gravar o conteúdo"
@ -1479,7 +1499,7 @@ msgstr "Erro de comunicação com o 'proxy': pacote inválido\n"
msgid "got asynchronous packet number %d\n"
msgstr "foi obtido um número de pacote assíncrono %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "a reservar a informação de %d domínios"

View File

@ -1,20 +1,21 @@
# translation of pt_BR.po to Brazilian Portuguese
# Copyright (C) 2006 Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# This file is distributed under the same license as the pt_BR package.
# Valnir Ferreira Jr. <vferreir@redhat.com>, 2006.
# Igor Pires Soares <igor@projetofedora.org>, 2006.
#
#
msgid ""
msgstr ""
"Project-Id-Version: pt_BR\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"PO-Revision-Date: 2006-11-01 17:41+1000\n"
"Last-Translator: Valnir Ferreira Jr. <vferreir@redhat.com>\n"
"Language-Team: Brazilian Portuguese\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-12-14 11:43-0200\n"
"Last-Translator: Igor Pires Soares <igor@projetofedora.org>\n"
"Language-Team: Brazilian Portuguese <fedora-trans-pt_br@redhat.com>\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"
#: src/libvirt.c:245 src/libvirt.c:309 src/hash.c:652
msgid "allocating connection"
@ -325,9 +326,8 @@ msgid "failed to write configuration file: %s"
msgstr "não foi possível escrever o arquivo de configuração: %s"
#: src/virterror.c:581
#, fuzzy
msgid "parser error"
msgstr "erro interno"
msgstr "erro do analisador"
#: src/xmlrpc.c:63
msgid "copying node content"
@ -373,9 +373,9 @@ msgstr "falha ao analisar resposta do servidor"
msgid "allocate new context"
msgstr "alocar novo contexto"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "alocando domínio"
@ -388,110 +388,125 @@ msgstr "não foi possível adicionar domínio à tabela hash de conexões"
msgid "domain missing from connection hash table"
msgstr "domínio não disponível na tabela hash de conexões"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "obtendo horário"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domínio"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "criando contexto de xpath"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "nome do domínio"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "UUID do domínio"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "memória do domínio"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "memória do domínio"
#: src/test.c:344
msgid "domain vcpus"
msgstr "vCPUs do domínio"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "comportamento da inicialização do domínio"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "comportamento do desligamento do domínio"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "comportamento do travamento do domínio"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "carregar arquivo de definição do domínio"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "carregando arquivo de definição do host"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "nó"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "nós NUMA da CPU do nó"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "soquetes da CPU do nó"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "núcleos da CPU do nó"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "threads da CPU do nó"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "CPU ativa do nó"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "MHz da CPU do nó"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "memória do nó"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "lista de domínios do nó"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolvendo nome do arquivo do domínio"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "alocando nó"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "conexões excessivas"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "domínios excessivos"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domínio já está ativo"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "aumentando o buffer"
@ -512,27 +527,27 @@ msgstr "não foi possível alocar um nó"
msgid "failed to copy a string"
msgstr "não foi possível copiar a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "não foi possível ler a partir do Daemon do Xen"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "não foi possível efetuar o urlencode da S-Expr criada"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "informação do domínio incompleta, falta o domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "informação do domínio incompleta, domid não numérico"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "informação do domínio incompleta, falta uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "informação do domínio incompleta, falta nome"
@ -541,9 +556,8 @@ msgid "domain information incomplete, missing kernel"
msgstr "informação do domínio incompleta, falta kernel"
#: src/xend_internal.c:1604
#, fuzzy
msgid "domain information incomplete, vbd has no src"
msgstr "informação do domínio incompleta, vbd não tem dev"
msgstr "informação do domínio incompleta, vbd não tem src"
#: src/xend_internal.c:1610
msgid "domain information incomplete, vbd has no dev"
@ -551,31 +565,36 @@ msgstr "informação do domínio incompleta, vbd não tem dev"
#: src/xend_internal.c:1618
msgid "cannot parse vbd filename, missing driver name"
msgstr ""
msgstr "impossível analisar nome de arquivo vbd, nome do driver faltando"
#: src/xend_internal.c:1637
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
msgstr "impossível analisar nome de arquivo vbd, tipo de driver faltando"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "não foi possível analisar a informação do domínio do Xend"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Não foi possível criar domínio %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Não foi possível obter dispositivos para o domínio %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Não foi possível prosseguir com domínio novo %s\n"
#: src/xend_internal.c:3147
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Não foi possível criar o domínio inativo %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "imprimir ajuda"
@ -831,27 +850,25 @@ msgstr "Não foi possível restaurar domínio a partir de %s"
#: src/virsh.c:812
msgid "dump the core of a domain to a file for analysis"
msgstr ""
msgstr "descarregar memória de um domínio em um arquivo para análise"
#: src/virsh.c:813
#, fuzzy
msgid "Core dump a domain."
msgstr "restaurar um domínio"
msgstr "Descarregar a memória de um domínio."
#: src/virsh.c:819
#, fuzzy
msgid "where to dump the core"
msgstr "onde salvar os dados"
msgstr "onde salvar os dados de memória"
#: src/virsh.c:841
#, fuzzy, c-format
#, c-format
msgid "Domain %s dumpd to %s\n"
msgstr "Domínio %s foi gravado em %s\n"
msgstr "Domínio %s foi descarregado em %s\n"
#: src/virsh.c:843
#, fuzzy, c-format
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Não foi possível salvar o domínio %s em %s"
msgstr "Não foi possível descarregar a memória do domínio %s em %s"
#: src/virsh.c:857
msgid "resume a domain"
@ -1386,48 +1403,48 @@ msgstr ""
" 'quit' para sair\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "alocando a configuração"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "número sem terminação"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "texto sem terminação"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "esperando um valor"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "esperando um separador na lista"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "lista não termina em ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "esperando um nome"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "esperando um separador"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "esperando uma atribuição"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "não foi possível abrir o arquivo"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "não foi possível salvar o conteúdo"
@ -1481,7 +1498,7 @@ msgstr "Erro de comunicação com o proxy: pacote mal formado\n"
msgid "got asynchronous packet number %d\n"
msgstr "foi obtido um número de pacote assíncrono %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "alocando informação de domínio de %d"

126
po/ro.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

155
po/ru.po
View File

@ -6,6 +6,7 @@
# translation of ru.po to
# translation of ru.po to
# translation of ru.po to
# translation of ru.po to
# Copyright (C) 2006 Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# Yulia Poyarkova <ypoyarko@redhat.com>, 2006.
@ -14,8 +15,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ru\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"PO-Revision-Date: 2006-11-27 11:29+1000\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-12-15 10:47+1000\n"
"Last-Translator: Yulia Poyarkova <ypoyarko@redhat.com>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -332,9 +333,8 @@ msgid "failed to write configuration file: %s"
msgstr "ошибка записи файла конфигурации: %s"
#: src/virterror.c:581
#, fuzzy
msgid "parser error"
msgstr "внутренняя ошибка"
msgstr "ошибка разбора"
#: src/xmlrpc.c:63
msgid "copying node content"
@ -380,9 +380,9 @@ msgstr "ошибка разбора ответа сервера"
msgid "allocate new context"
msgstr "назначить новый контекст"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "выделение домена"
@ -395,110 +395,125 @@ msgstr "ошибка добавления домена к хэш-таблице
msgid "domain missing from connection hash table"
msgstr "домен отсутствует в хэш-таблице соединений"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "получение времени дня"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "домен"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "создание контекста xpath"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "имя домена"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "uuid домена"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "память домена"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "память домена"
#: src/test.c:344
msgid "domain vcpus"
msgstr "vcpus домена"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "поведение домена при перезагрузке"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "поведение домена при отключении питания"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "поведение домена при аварийном выходе"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "загрузить файл определений домена"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "загрузка файла определения хоста"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "хост"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "узел"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "узлы numa cpu узла"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "сокеты cpu узла"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "ядра cpu узла"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "потоки cpu узла"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "активный cpu узла"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "cpu узла (Mгц)"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "память узла"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "список доменов узла"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "разрешение имени файла домена"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "выделение узла"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "слишком много подключений"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "слишком много доменов"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Домен уже активен"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "растущий буфер"
@ -519,27 +534,27 @@ msgstr "ошибка выделения узла"
msgid "failed to copy a string"
msgstr "ошибка копирования строки"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "ошибка чтения из демона Xen"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "ошибка urlencode при создании S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "неполная информация домена, отсутствует domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "неверная информация домена, domid должен быть числом"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "неполная информация домена, отсутствует uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "неполная информация домена, отсутствует имя"
@ -548,9 +563,8 @@ msgid "domain information incomplete, missing kernel"
msgstr "неполная информация домена, отсутствует ядро"
#: src/xend_internal.c:1604
#, fuzzy
msgid "domain information incomplete, vbd has no src"
msgstr "неполная информация домена, нет dev для vbd"
msgstr "неполная информация домена, нет src для vbd"
#: src/xend_internal.c:1610
msgid "domain information incomplete, vbd has no dev"
@ -558,31 +572,36 @@ msgstr "неполная информация домена, нет dev для vb
#: src/xend_internal.c:1618
msgid "cannot parse vbd filename, missing driver name"
msgstr ""
msgstr "ошибка разбора имени файла vbd, отсутствует имя драйвера"
#: src/xend_internal.c:1637
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
msgstr "ошибка разбора имени файла vbd, отсутствует тип драйвера"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "ошибка разбора информации домена Xend"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Ошибка создания домена %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Ошибка получения устройств для домена %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Ошибка при возобновлении работы нового домена %s\n"
#: src/xend_internal.c:3147
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Ошибка создания неактивного домена %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "помощь печати"
@ -838,27 +857,25 @@ msgstr "Ошибка восстановления домена из %s"
#: src/virsh.c:812
msgid "dump the core of a domain to a file for analysis"
msgstr ""
msgstr "выполнить дамп ядра домена в файл для анализа"
#: src/virsh.c:813
#, fuzzy
msgid "Core dump a domain."
msgstr "возобновить домен"
msgstr "Дамп ядра домена."
#: src/virsh.c:819
#, fuzzy
msgid "where to dump the core"
msgstr "где сохранить"
msgstr "где сохранить дамп ядра"
#: src/virsh.c:841
#, fuzzy, c-format
#, c-format
msgid "Domain %s dumpd to %s\n"
msgstr "Домен %s сохранен в %s\n"
msgstr "Дамп домена %s сохранен в %s\n"
#: src/virsh.c:843
#, fuzzy, c-format
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Ошибка сохранения домена %s в %s"
msgstr "Ошибка сохранения дампа домена %s в %s"
#: src/virsh.c:857
msgid "resume a domain"
@ -1394,48 +1411,48 @@ msgstr ""
" 'quit' для выхода\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "назначение конфигурации"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "незавершенное число"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "незавершенная строка"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "ожидается значение"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "ожидается разделитель списка"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "отсутствует ] в конце списка"
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "ожидается имя"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "ожидается разделитель"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "ожидается присвоение"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "ошибка открытия файла"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "ошибка сохранения содержимого"
@ -1488,7 +1505,7 @@ msgstr "Ошибка связи с прокси: плохо сформирова
msgid "got asynchronous packet number %d\n"
msgstr "получен асинхронный номер пакета - %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "выделение %d данных домена"

126
po/si.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

126
po/sk.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

126
po/sl.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

126
po/sq.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

151
po/sr.po
View File

@ -1,14 +1,14 @@
# 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ć <kmilos@gmail.com>, 206.
# Miloš Komarčević <kmilos@gmail.com>, 2006.
#
msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"PO-Revision-Date: 2006-10-01 12:36+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-12-17 12:20+0100\n"
"Last-Translator: Miloš Komarčević <kmilos@gmail.com>\n"
"Language-Team: Serbian (sr) <fedora@prevod.org>\n"
"MIME-Version: 1.0\n"
@ -372,9 +372,9 @@ msgstr "неуспео одговор сервера тумачења"
msgid "allocate new context"
msgstr "заузми нови контекст"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "заузимам домен"
@ -387,110 +387,125 @@ msgstr "неуспело додавање домена у хеш табелу в
msgid "domain missing from connection hash table"
msgstr "домен недостаје у хеш табели веза"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "добављам време дана"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "домен"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "правим xpath контекст"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "име домена"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "uuid домена"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "меморија домена"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "меморија домена"
#: src/test.c:344
msgid "domain vcpus"
msgstr "vcpu-и домена"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "понашање поновног покретања домена"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "понашање гашења домена"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "понашање крахирања домена"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "учитај датотеку дефиниције домена"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "учитавам датотеку дефиниције домаћина"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "домаћин"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "чвор"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "cpu numa чворови за чвор"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "cpu прикључци за чвор"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "cpu сржи за чвор"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "cpu нити за чвор"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "активни cpu за чвор"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "cpu mhz за чвор"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "меморија чвора"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "списак домена за чвор"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "разрешавам име датотеке домена"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "заузимам чвор"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "превише веза"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "превише домена"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Домен је већ активан"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "растући бафер"
@ -511,27 +526,27 @@ msgstr "неуспело заузимање чвора"
msgid "failed to copy a string"
msgstr "неуспело умножавање низа"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "неуспело читање из Xen демона"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "неуспех при urlencode С-израза create"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "непотпуни подаци о домену, недостаје domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "подаци о домену су нетачни или domid није бројчан"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "непотпуни подаци о домену, недостаје uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "непотпуни подаци о домену, недостаје име"
@ -540,9 +555,8 @@ msgid "domain information incomplete, missing kernel"
msgstr "непотпуни подаци о домену, недостаје језгро"
#: src/xend_internal.c:1604
#, fuzzy
msgid "domain information incomplete, vbd has no src"
msgstr "непотпуни подаци о домену, vbd нема dev"
msgstr "непотпуни подаци о домену, vbd нема src"
#: src/xend_internal.c:1610
msgid "domain information incomplete, vbd has no dev"
@ -551,30 +565,37 @@ msgstr "непотпуни подаци о домену, vbd нема dev"
#: src/xend_internal.c:1618
msgid "cannot parse vbd filename, missing driver name"
msgstr ""
"не могу протумачити vbd име датотеке, недостаје име управљачког програма"
#: src/xend_internal.c:1637
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
"не могу протумачити vbd име датотеке, недостаје врста управљачког програма"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "неуспело тумачење података о Xend домену"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Неуспело прављење домена %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Неуспело прибављање уређаја за домен %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Неуспело настављање новог домена %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Неуспело прављење домена %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "штампај помоћ"
@ -830,27 +851,25 @@ msgstr "Неуспело враћање домена из %s"
#: src/virsh.c:812
msgid "dump the core of a domain to a file for analysis"
msgstr ""
msgstr "избаци срж домена у датотеку ради анализе"
#: src/virsh.c:813
#, fuzzy
msgid "Core dump a domain."
msgstr "настави домен"
msgstr "Избаци срж домена"
#: src/virsh.c:819
#, fuzzy
msgid "where to dump the core"
msgstr "где сачувати податке"
msgstr "где избацити срж"
#: src/virsh.c:841
#, fuzzy, c-format
#, c-format
msgid "Domain %s dumpd to %s\n"
msgstr "Домен %s је сачуван у %s\n"
msgstr "Домен %s је избачен у %s\n"
#: src/virsh.c:843
#, fuzzy, c-format
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Неуспело чување домена %s у %s"
msgstr "Неуспео избачај сржи домена %s у %s"
#: src/virsh.c:857
msgid "resume a domain"
@ -1385,48 +1404,48 @@ msgstr ""
" „quit“ за излаз\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "додељујем подешавања"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "недовршен број"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "недовршена ниска"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "очекујем вредност"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "очекујем разделник у списку"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "списак није затворен са ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "очекујем име"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "очекујем разделник"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "очекујем доделу"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "неуспело отварање датотеке"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "неуспело чување садржаја"
@ -1480,7 +1499,7 @@ msgstr "Грешка у комуникацији са проксијем: пог
msgid "got asynchronous packet number %d\n"
msgstr "примљен асинхрони број пакета %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "додељујем инфо %d домена"

View File

@ -1,14 +1,14 @@
# 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ć <kmilos@gmail.com>, 206.
# Miloš Komarčević <kmilos@gmail.com>, 2006.
#
msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"PO-Revision-Date: 2006-10-01 12:36+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-12-17 12:20+0100\n"
"Last-Translator: Miloš Komarčević <kmilos@gmail.com>\n"
"Language-Team: Serbian (sr) <fedora@prevod.org>\n"
"MIME-Version: 1.0\n"
@ -372,9 +372,9 @@ msgstr "neuspeo odgovor servera tumačenja"
msgid "allocate new context"
msgstr "zauzmi novi kontekst"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "zauzimam domen"
@ -387,110 +387,125 @@ msgstr "neuspelo dodavanje domena u heš tabelu veza"
msgid "domain missing from connection hash table"
msgstr "domen nedostaje u heš tabeli veza"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "dobavljam vreme dana"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domen"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "pravim xpath kontekst"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "ime domena"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "uuid domena"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "memorija domena"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "memorija domena"
#: src/test.c:344
msgid "domain vcpus"
msgstr "vcpu-i domena"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "ponašanje ponovnog pokretanja domena"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "ponašanje gašenja domena"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "ponašanje krahiranja domena"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "učitaj datoteku definicije domena"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "učitavam datoteku definicije domaćina"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "domaćin"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "čvor"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "cpu numa čvorovi za čvor"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "cpu priključci za čvor"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "cpu srži za čvor"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "cpu niti za čvor"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "aktivni cpu za čvor"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "cpu mhz za čvor"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "memorija čvora"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "spisak domena za čvor"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "razrešavam ime datoteke domena"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "zauzimam čvor"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "previše veza"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "previše domena"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domen je već aktivan"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "rastući bafer"
@ -511,27 +526,27 @@ msgstr "neuspelo zauzimanje čvora"
msgid "failed to copy a string"
msgstr "neuspelo umnožavanje niza"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "neuspelo čitanje iz Xen demona"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "neuspeh pri urlencode S-izraza create"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "nepotpuni podaci o domenu, nedostaje domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "podaci o domenu su netačni ili domid nije brojčan"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "nepotpuni podaci o domenu, nedostaje uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "nepotpuni podaci o domenu, nedostaje ime"
@ -540,9 +555,8 @@ msgid "domain information incomplete, missing kernel"
msgstr "nepotpuni podaci o domenu, nedostaje jezgro"
#: src/xend_internal.c:1604
#, fuzzy
msgid "domain information incomplete, vbd has no src"
msgstr "nepotpuni podaci o domenu, vbd nema dev"
msgstr "nepotpuni podaci o domenu, vbd nema src"
#: src/xend_internal.c:1610
msgid "domain information incomplete, vbd has no dev"
@ -551,30 +565,37 @@ msgstr "nepotpuni podaci o domenu, vbd nema dev"
#: src/xend_internal.c:1618
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:1637
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:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "neuspelo tumačenje podataka o Xend domenu"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Neuspelo pravljenje domena %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Neuspelo pribavljanje uređaja za domen %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Neuspelo nastavljanje novog domena %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Neuspelo pravljenje domena %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "štampaj pomoć"
@ -830,27 +851,25 @@ msgstr "Neuspelo vraćanje domena iz %s"
#: src/virsh.c:812
msgid "dump the core of a domain to a file for analysis"
msgstr ""
msgstr "izbaci srž domena u datoteku radi analize"
#: src/virsh.c:813
#, fuzzy
msgid "Core dump a domain."
msgstr "nastavi domen"
msgstr "Izbaci srž domena"
#: src/virsh.c:819
#, fuzzy
msgid "where to dump the core"
msgstr "gde sačuvati podatke"
msgstr "gde izbaciti srž"
#: src/virsh.c:841
#, fuzzy, c-format
#, c-format
msgid "Domain %s dumpd to %s\n"
msgstr "Domen %s je sačuvan u %s\n"
msgstr "Domen %s je izbačen u %s\n"
#: src/virsh.c:843
#, fuzzy, c-format
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Neuspelo čuvanje domena %s u %s"
msgstr "Neuspeo izbačaj srži domena %s u %s"
#: src/virsh.c:857
msgid "resume a domain"
@ -1385,48 +1404,48 @@ msgstr ""
" „quit“ za izlaz\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "dodeljujem podešavanja"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "nedovršen broj"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "nedovršena niska"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "očekujem vrednost"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "očekujem razdelnik u spisku"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "spisak nije zatvoren sa ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "očekujem ime"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "očekujem razdelnik"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "očekujem dodelu"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "neuspelo otvaranje datoteke"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "neuspelo čuvanje sadržaja"
@ -1480,7 +1499,7 @@ msgstr "Greška u komunikaciji sa proksijem: pogrešno oblikovan paket\n"
msgid "got asynchronous packet number %d\n"
msgstr "primljen asinhroni broj paketa %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "dodeljujem info %d domena"

126
po/sv.po
View File

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-09-30 02:59-0400\n"
"Last-Translator: Magnus Larsson <fedoratrans@gmail.com>\n"
"Language-Team: Swedish <sv@li.org>\n"
@ -374,9 +374,9 @@ msgstr "analys av svar från server misslyckades"
msgid "allocate new context"
msgstr "allokera ny kontext"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allokerar domän"
@ -389,110 +389,125 @@ msgstr "kunde inte lägga till domän till hashindextabellen för anslutningar"
msgid "domain missing from connection hash table"
msgstr "domän saknas från hashindextabellen för anslutningar<"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "hämtar tid på dygnet"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domän"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "skapar kontext för xpath"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domännamn"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domän-uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domänminne"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domänminne"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domän-vcpu:er"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "omstartsbeteende för domänen"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "beteende för avstängning av domän"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "beteende för krasch av domän"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "läs in domändefinitionsfil"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "läser in värddefinitionsfil<"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "värd"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "nod"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "nodens cpu-numa-noder"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "nodens cpu-uttag"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "nodens cpu-kärnor"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "nodens cpu-trådar"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "nodens aktiva cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "nodens cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "nodens minne"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "nodens domänlista"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "slå upp domänfilnamn"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allokerar nod"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "för många anslutningar"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "för många domäner"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domänen är redan aktiv"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "växande buffer"
@ -513,27 +528,27 @@ msgstr "misslyckades att allokera en nod"
msgid "failed to copy a string"
msgstr "misslyckades att kopiera en sträng"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "misslyckades att läsa från Xen-demonen"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "misslyckades att urlkoda den skapade S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domäninformation inkomplett, saknar domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domäninformation fel, domid är inte numerisk"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domäninformation inkomplett, saknar uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domäninformation inkomplett, saknar namn"
@ -558,25 +573,30 @@ msgstr ""
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "misslyckades att analysera domäninformation för Xend"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Misslyckades att skapa domän %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Misslyckades att hämta enheter för domän %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Misslyckades att fortsätta ny domän %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Misslyckades att skapa domän %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "skriv ut hjälp"
@ -1387,48 +1407,48 @@ msgstr ""
" 'quit' för att avsluta\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allokerar konfiguration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "oterminerade nummer"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "oterminerad sträng"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "förväntar sig ett värde"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "förväntar sig en separator i listan"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "listan är inte avslutad med ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "förväntar mig ett namn"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "förväntar mig en separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "förväntar mig en tilldelning"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "misslyckades att öppna fil"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "misslyckades att spara innehåll"
@ -1481,7 +1501,7 @@ msgstr "Kommunikationsfel med proxy: felformaterat paket\n"
msgid "got asynchronous packet number %d\n"
msgstr "fick asynkront paketnummer %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allokerar %d domän-info"

153
po/ta.po
View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ta\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"PO-Revision-Date: 2006-10-18 15:35+0530\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-12-14 15:59+0530\n"
"Last-Translator: Felix <ifelix@redhat.com>\n"
"Language-Team: Tamil <ta@li.org>\n"
"MIME-Version: 1.0\n"
@ -20,6 +20,7 @@ msgstr ""
"X-Generator: KBabel 1.9.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"\n"
"\n"
#: src/libvirt.c:245 src/libvirt.c:309 src/hash.c:652
msgid "allocating connection"
@ -330,9 +331,8 @@ msgid "failed to write configuration file: %s"
msgstr "கட்டமைப்பு கோப்பினை எழுத முடியவில்லை: %s"
#: src/virterror.c:581
#, fuzzy
msgid "parser error"
msgstr "உள்ளார்ந்த பிழை"
msgstr "பிரிப்பு பிழை"
#: src/xmlrpc.c:63
msgid "copying node content"
@ -378,9 +378,9 @@ msgstr "parse சேவையகம் பதிலளிக்கவில்
msgid "allocate new context"
msgstr "புதிய சூழல் ஒதுக்கீடு"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "செயற்கள ஒதுக்கீடு"
@ -393,110 +393,125 @@ msgstr "இணைப்பு hash அட்டவணையில் செய
msgid "domain missing from connection hash table"
msgstr "இணைப்பு hash அட்டவணையிலிருந்து விடுபட்ட செயற்களம்"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "நாளின் நேரத்தைப் பெறுகிறது"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "செயற்களம்"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "xpath சூழலை உருவாக்குகிறது"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "செயற்களப் பெயர்"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "செயற்கள uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "செயற்கள நினைவகம்"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "செயற்கள நினைவகம்"
#: src/test.c:344
msgid "domain vcpus"
msgstr "செயற்கள vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "செயற்கள மறு துவக்க பண்பு"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "செயற்கள மின்நிறுத்த பண்பு"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "செயற்கள அழித்தல் பண்பு"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "செயற்கள விளக்க கோப்பினை ஏற்றவும்"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "புரவலன் விளக்க கோப்பு ஏற்றப்படுகிறது"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "புரவலன்"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "முனை"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "முனை நினைவகம்"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "முனை செயற்களப் பட்டியல்"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "செயற்கள கோப்புப்பெயர் முடிக்கப்பட்டது"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "முனை ஒதுக்கப்படுகிறது"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "அதிகமான இணைப்புகள்"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "அதிகமான செயற்களம்"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "செயற்களம் ஏற்கனவே செயலில் உள்ளது"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "வளரும் இடையகம்"
@ -517,27 +532,27 @@ msgstr "ஒரு முனையை ஒதுக்க முடியவில
msgid "failed to copy a string"
msgstr "ஒரு சரத்தை நகலெடுக்க முடியவில்லை"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "Xen டீமானிலிருந்து வாசிக்க முடியவில்லை"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "S-Exprக்கு urlencode செய்ய முடியவில்லை"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "செயற்களம் தகவல் நிறைவு பெறாமல் உள்ளது, விடுபட்ட domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "செயற்களம் தகவல் நிறைவு பெறாமல் உள்ளது, domid எண்ணல்ல"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "செயற்களம் தகவல் நிறைவு பெறாமல் உள்ளது, விடுபட்ட uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "செயற்களம் தகவல் நிறைவு பெறாமல் உள்ளது, விடுபட்ட பெயர்"
@ -546,9 +561,8 @@ msgid "domain information incomplete, missing kernel"
msgstr "செயற்களம் தகவல் நிறைவு பெறாமல் உள்ளது, விடுபட்ட கர்னல்"
#: src/xend_internal.c:1604
#, fuzzy
msgid "domain information incomplete, vbd has no src"
msgstr "செயற்களம் தகவல் நிறைவு பெறாமல் உள்ளது, vbd dev எதுவும் கொண்டிருக்கவில்லை"
msgstr "செயற்களம் தகவல் நிறைவு பெறாமல் உள்ளது, vbd ஆனது src ஐ கொண்டிருக்கவில்லை"
#: src/xend_internal.c:1610
msgid "domain information incomplete, vbd has no dev"
@ -556,31 +570,36 @@ msgstr "செயற்களம் தகவல் நிறைவு பெற
#: src/xend_internal.c:1618
msgid "cannot parse vbd filename, missing driver name"
msgstr ""
msgstr "vbd கோப்பு பெயரை பிரிக்க முடியவில்லை, இயக்கி பெயர் விடுபட்டுள்ளது"
#: src/xend_internal.c:1637
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
msgstr "vbd கோப்பு பெயரை பிரிக்க முடியவில்லை, இயக்கி வகை விடுபட்டுள்ளது"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "Xend செயற்கள தகவலை இலக்கணப்படுத்த முடியவில்லை"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "செயற்களம் %s ஐ உருவாக்க முடியவில்லை\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "செயற்களம் %sக்கு சாதனங்களை பெற முடியவில்லை\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "புதிய செயற்களம்%sஐ தொடர முடியவில்லை\n"
#: src/xend_internal.c:3147
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "செயற்களம் %s ஐ உருவாக்க முடியவில்லை\n"
#: src/virsh.c:234
msgid "print help"
msgstr "அச்சு உதவி"
@ -835,27 +854,25 @@ msgstr "%s லிருந்து செயற்களத்தை மீட
#: src/virsh.c:812
msgid "dump the core of a domain to a file for analysis"
msgstr ""
msgstr "செயற்களத்தை ஆய்வு செய்ய ஒரு கோப்பில் கோர் சேமிக்கவும்"
#: src/virsh.c:813
#, fuzzy
msgid "Core dump a domain."
msgstr "ஒரு செயற்களத்தை மீண்டும் தொடங்குகிறது"
msgstr "ஒரு செயற்களத்தை கோரில் சேமிக்கவும்"
#: src/virsh.c:819
#, fuzzy
msgid "where to dump the core"
msgstr "தரவினை எங்க சேமிக்க வேண்டும்"
msgstr "கோரை எங்க சேமிக்க வேண்டும்"
#: src/virsh.c:841
#, fuzzy, c-format
#, c-format
msgid "Domain %s dumpd to %s\n"
msgstr "செயற்களம் %s %s இல் சேமிக்கப்பட்டது\n"
#: src/virsh.c:843
#, fuzzy, c-format
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "%s லிருந்து %s க்கு செயற்களத்தை சேமிக்க முடியவில்லை"
msgstr "%s லிருந்து %s க்கு செயற்களத்தை கோர் சேமிக்க முடியவில்லை"
#: src/virsh.c:857
msgid "resume a domain"
@ -1390,48 +1407,48 @@ msgstr ""
" 'quit' வெளியேறுதல்\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "கட்டமைப்பினை ஒதுக்குகிறது"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "முடிவுறாத எண்"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "முடிவுறாத சரம்"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "எதிர்பார்த்த ஒரு மதிப்பு"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "பட்டியலில் பிரிப்பி எதிர்பார்க்கப்படுகிறது"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "பட்டியல்] ஆல் மூடப்படவில்லை"
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "எதிர்பார்த்த பெயர்"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "எதிர்பார்த்த ஒரு பிரிப்பி"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "திட்டம் எதிர்பார்க்கப்படுகிறது"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "கோப்பினை திறக்க முடியவில்லை"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "உள்ளடக்கத்தை சேமிக்க முடியவில்லை"
@ -1484,7 +1501,7 @@ msgstr "பதிலாளுடன் தொடர்பு பிழை: த
msgid "got asynchronous packet number %d\n"
msgstr "ஒருங்கிணைக்கப்படாத பாக்கெட் எண் %d பெறப்பட்டது\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "%d செயற்களத் தகவல் ஒதுக்கப்படுகிறது"

147
po/te.po
View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: te\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"PO-Revision-Date: 2006-11-24 11:58+0530\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-12-15 17:13+0530\n"
"Last-Translator: Sree Ganesh <sthottem@redhat.com>\n"
"Language-Team: Telugu <en@li.org>\n"
"MIME-Version: 1.0\n"
@ -373,9 +373,9 @@ msgstr "విశ్లేషణ సర్వరు బాధ్యత విఫ
msgid "allocate new context"
msgstr "కొత్త సందర్భాన్ని కేటాయించు"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "క్షేత్రాన్ని కేటాయిస్తోంది"
@ -388,110 +388,125 @@ msgstr "అనుసంధాన హాష్ పట్టికకు క్ష
msgid "domain missing from connection hash table"
msgstr "అనుసంధాన హాష్ పట్టికనుండీ క్షేత్రం తప్పిపోయింది"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "రోజు యొక్క సమయాన్ని పొందుతోంది"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "క్షేత్రం"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "xమార్గ సందర్భాన్ని సృష్టిస్తోంది"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "క్షేత్ర నామం"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "క్షేత్ర uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "క్షేత్ర మెమోరీ"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "క్షేత్ర మెమోరీ"
#: src/test.c:344
msgid "domain vcpus"
msgstr "క్షేత్ర vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "క్షేత్ర పునఃప్రారంభ వర్తనం"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "క్షేత్ర poweroff వర్తనం"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "క్షేత్ర క్రాష్ వర్తనం"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "క్షేత్ర నిర్వచన ఫైలును లోడ్ చేస్తోంది"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "ఆతిధేయ నిర్వచన ఫైలును లోడుచేస్తోంది"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "ఆతిధేయి"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "నోడ్ cpu సాకెట్లు"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node క్రియాశీల cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node మెమోరీ"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node క్షేత్ర జాబితా"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "క్షేత్ర ఫైలు పేరును తీర్మానిస్తోంది"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "నోడును కేటాయిస్తోంది"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "ఎక్కువ అనుసంధానాలు"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "ఎక్కువ క్షేత్రాలు"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "క్షేత్రం ఇప్పటికే ‌క్రియాసహితంగా ఉంది"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "పెరుగుతున్న బప్ఫరు"
@ -512,27 +527,27 @@ msgstr "నోడును కేటాయించటంలో విఫలమ
msgid "failed to copy a string"
msgstr "స్ట్రింగుకి కాపీ చేయటంలో విఫలమైంది"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "Xen డెమోనునుండీ చదవటంలో విఫలమైంది"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "urlencodeను S-Exprకి చేయటంలో విఫలమైంది"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "క్షేత్ర సమాచారం అసంపూర్తిగా ఉంది, క్షేత్రం తప్పిపోయింది"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "క్షేత్ర సమాచారం సరైనదికాదు క్షేత్రం సంఖ్యాపరమైంది కాదు"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "క్షేత్ర సమాచారం అసంపూర్తిగా ఉంది, uuid తప్పిపోయింది"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "క్షేత్ర సమాచారం అసంపూర్తిగా ఉంది, పేరు తప్పిపోయింది"
@ -541,9 +556,8 @@ msgid "domain information incomplete, missing kernel"
msgstr "క్షేత్ర సమాచారం అసంపూర్తిగా ఉంది, కెర్నలు తప్పిపోయింది"
#: src/xend_internal.c:1604
#, fuzzy
msgid "domain information incomplete, vbd has no src"
msgstr "క్షేత్ర సమాచారం అసంపూర్తిగా ఉంది, vbd devని కలిగిలేదు"
msgstr "క్షేత్ర సమాచారం అసంపూర్తిగా ఉంది, vbd srcని కలిగిలేదు"
#: src/xend_internal.c:1610
msgid "domain information incomplete, vbd has no dev"
@ -551,31 +565,36 @@ msgstr "క్షేత్ర సమాచారం అసంపూర్తి
#: src/xend_internal.c:1618
msgid "cannot parse vbd filename, missing driver name"
msgstr ""
msgstr "vbd ఫైలు పేరు విశ్లేషించటానికి కుదరదు, డ్రైవరు పేరు తప్పిపోయింది"
#: src/xend_internal.c:1637
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
msgstr "vbd ఫైలు పేరు విశ్లేషించటానికి కుదరదు, డ్రైవరు రకం తప్పిపోయింది"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "Xend క్షేత్ర సమాచరాన్ని విశ్లేషించటంలో విఫలమైంది"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "%s క్షేత్రాన్ని సృష్టించటంలో విఫలమైంది\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "క్షేత్రం కోసం సాధనాలను పొందటంలో విఫలమైంది %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "కొత్త క్షేత్రాన్ని సంగ్రహించటంలో విఫలమైంది %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "%s క్షేత్రాన్ని సృష్టించటంలో విఫలమైంది\n"
#: src/virsh.c:234
msgid "print help"
msgstr "ముద్రణ సహాయం"
@ -829,25 +848,23 @@ msgstr "%s నుండీ క్షేత్రాన్ని తిరిగ
#: src/virsh.c:812
msgid "dump the core of a domain to a file for analysis"
msgstr ""
msgstr "క్షేత్రం కోరును విశ్లేషణకోసం ఫైలుకి నింపు"
#: src/virsh.c:813
#, fuzzy
msgid "Core dump a domain."
msgstr "క్షేత్రాన్ని సంక్షిప్తీకరించు"
#: src/virsh.c:819
#, fuzzy
msgid "where to dump the core"
msgstr "సమాచారాన్ని ఎక్కడ భద్రపరవాలి"
msgstr "కోర్న ఎక్కడ నింపా"
#: src/virsh.c:841
#, fuzzy, c-format
#, c-format
msgid "Domain %s dumpd to %s\n"
msgstr "%s క్షేత్రం %sలో భద్రపరవబడింది\n"
msgstr "%s క్షేత్రంను %sలో నిం\n"
#: src/virsh.c:843
#, fuzzy, c-format
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "%s క్షేత్రాన్ని %sకి భద్రపరవటంలో విఫలమైంది"
@ -1384,48 +1401,48 @@ msgstr ""
" 'బయటకు' బయటకు రావటానికి\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "ఆకృతీకరణను కేటాయిస్తోంది"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "పూర్తికాని సంఖ్య"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "పూర్తికాని స్ట్రింగు"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "ఒక విలువను ఊహిస్తున్నాను"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "జాబితాలో ఒక వేర్పాటును ఆశిస్తున్నాను"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "జాబితా ]తో మూయబడలేదు"
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "ఒక పేరును ఆశిస్తున్నాను"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "ఒక వేర్పాటును ఆశిస్తున్నాను"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "ఒక సమర్పణను ఆశిస్తున్నాను"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "ఫైలును తెరవటంలో విఫలమైంది"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "విషయాన్ని భధ్రపరవటంలో విఫలమైంది"
@ -1478,7 +1495,7 @@ msgstr "proxyతో సమాచార సంబంధాల దోషం: malfo
msgid "got asynchronous packet number %d\n"
msgstr "asynchronous పాకెత్ సంఖ్య %dను పొందాము\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "%d క్షేత్ర సమాచారాన్ని కేటాయిస్తోంది"

126
po/th.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

126
po/tr.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

126
po/uk.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

126
po/ur.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

126
po/vi.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

View File

@ -1,18 +1,19 @@
# translation of zh_CN.po to
# translation of zh_CN.po to
# translation of zh_CN.po to
# translation of PACKAGE.
# Copyright (C) 2006 Free Software Foundation, Inc.
# Copyright (C) 2006, 2007 Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# liutao <liutao_free@sohu.com>, 2006.
# Tony Fu <tfu@redhat.com>, 2006.
# Tony Fu <tfu@redhat.com>, 2006, 2007.
#
#
msgid ""
msgstr ""
"Project-Id-Version: zh_CN\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"PO-Revision-Date: 2006-10-13 10:21+1000\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2007-01-17 15:28+1000\n"
"Last-Translator: Tony Fu <tfu@redhat.com>\n"
"Language-Team: <zh@li.org>\n"
"MIME-Version: 1.0\n"
@ -377,9 +378,9 @@ msgstr "
msgid "allocate new context"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD>µ<EFBFBD><C2B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "<22><><EFBFBD>ڷ<EFBFBD><DAB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
@ -392,110 +393,125 @@ msgstr "
msgid "domain missing from connection hash table"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD>ӹ<EFBFBD>ϣ<EFBFBD><CFA3><EFBFBD><EFBFBD><EFBFBD>ж<EFBFBD>ʧ"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "<22><><EFBFBD>ڻ<EFBFBD><DABB><EFBFBD>һ<EFBFBD><EFBFBD>е<EFBFBD>ʱ<EFBFBD><CAB1>"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "<22><>"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "<22><><EFBFBD>ڴ<EFBFBD><DAB4><EFBFBD>xpath<74><68><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "<22><><EFBFBD><EFBFBD>"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "<22><><EFBFBD><EFBFBD>Ψһ<CEA8><D2BB>ʶ<EFBFBD><CAB6>"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "<22><><EFBFBD>ڴ<EFBFBD>"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "<22><><EFBFBD>ڴ<EFBFBD>"
#: src/test.c:344
msgid "domain vcpus"
msgstr "<22><> vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "<22><><EFBFBD>ر<EFBFBD><D8B1><EFBFBD>Ϊ"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "<22><>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "<22><>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "<22><><EFBFBD><EFBFBD>"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "<22>ڵ<EFBFBD>"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "<22>ڵ<EFBFBD> cpu <20><> numa <20>ڵ<EFBFBD>"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "<22>ڵ<EFBFBD> cpu socket"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "<22>ڵ<EFBFBD> cpu <20><><EFBFBD><EFBFBD>"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "<22>ڵ<EFBFBD> cpu <20>߳<EFBFBD>"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "<22>ڵ<EFBFBD><DAB5><EFBFBD>Ծ cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "<22>ڵ<EFBFBD> cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "<22>ڵ<EFBFBD><DAB5>ڴ<EFBFBD>"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "<22>ڵ<EFBFBD><DAB5><EFBFBD><EFBFBD>б<EFBFBD>"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD>"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "̫<><CCAB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "̫<><CCAB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "<22><><EFBFBD>Ѿ<EFBFBD><D1BE><EFBFBD>Ծ"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD>Ļ<EFBFBD><C4BB><EFBFBD>"
@ -516,27 +532,27 @@ msgstr "
msgid "failed to copy a string"
msgstr "<22><><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD>ַ<EFBFBD><D6B7><EFBFBD>ʧ<EFBFBD><CAA7>"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "<22><> Xen <20>ػ<EFBFBD><D8BB><EFBFBD><EFBFBD>̶<EFBFBD>ʧ<EFBFBD><CAA7>"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "urlencode <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> S-Expr ʧ<><CAA7>"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "<22><><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2><EFBFBD><EFBFBD>ȫ<EFBFBD><C8AB>ȱ<EFBFBD><C8B1> domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "<22><><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2><EFBFBD><EFBFBD>ȷ<EFBFBD><C8B7>domid <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ֵ"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "<22><><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2><EFBFBD><EFBFBD>ȫ<EFBFBD><C8AB>ȱ<EFBFBD><C8B1> uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "<22><><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2><EFBFBD><EFBFBD>ȫ<EFBFBD><C8AB>ȱ<EFBFBD><C8B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
@ -545,9 +561,8 @@ msgid "domain information incomplete, missing kernel"
msgstr "<22><><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2><EFBFBD><EFBFBD>ȫ<EFBFBD><C8AB>ȱ<EFBFBD><C8B1><EFBFBD>ں<EFBFBD>"
#: src/xend_internal.c:1604
#, fuzzy
msgid "domain information incomplete, vbd has no src"
msgstr "<22><><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2><EFBFBD><EFBFBD>ȫ<EFBFBD><C8AB>vbd û<><C3BB> dev"
msgstr "<22><><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2><EFBFBD><EFBFBD>ȫ<EFBFBD><C8AB>vbd û<><C3BB> src"
#: src/xend_internal.c:1610
msgid "domain information incomplete, vbd has no dev"
@ -555,31 +570,36 @@ msgstr "
#: src/xend_internal.c:1618
msgid "cannot parse vbd filename, missing driver name"
msgstr ""
msgstr "ȱ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>޷<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> vbd <20>ļ<EFBFBD><C4BC><EFBFBD>"
#: src/xend_internal.c:1637
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
msgstr "ȱ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͣ<EFBFBD><EFBFBD>޷<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> vbd <20>ļ<EFBFBD><C4BC><EFBFBD>"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "<22><><EFBFBD><EFBFBD> Xend <20><><EFBFBD><EFBFBD>Ϣʧ<CFA2><CAA7>"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s ʧ<><CAA7>\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Ϊ<><CEAA> %s <20><><EFBFBD><EFBFBD><EFBFBD>豸ʧ<E8B1B8><CAA7>\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "<22>ָ<EFBFBD><D6B8><EFBFBD><EFBFBD><EFBFBD> %s ʧ<><CAA7>\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s ʧ<><CAA7>\n"
#: src/virsh.c:234
msgid "print help"
msgstr "<22><>ӡ<EFBFBD><D3A1><EFBFBD><EFBFBD>"
@ -833,27 +853,25 @@ msgstr "
#: src/virsh.c:812
msgid "dump the core of a domain to a file for analysis"
msgstr ""
msgstr "<EFBFBD><EFBFBD>һ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ں<EFBFBD> dump <20><>һ<EFBFBD><D2BB><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD>Է<EFBFBD><D4B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
#: src/virsh.c:813
#, fuzzy
msgid "Core dump a domain."
msgstr "<22><><EFBFBD>»ָ<EFBFBD>һ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
msgstr "<22>ں<EFBFBD> dump һ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
#: src/virsh.c:819
#, fuzzy
msgid "where to dump the core"
msgstr "<22><><EFBFBD>ݴ浽ʲô<EFBFBD>ط<EFBFBD>"
msgstr "<22>ں<EFBFBD> dump <EFBFBD><EFBFBD>ʲô<EFBFBD>ط<EFBFBD>"
#: src/virsh.c:841
#, fuzzy, c-format
#, c-format
msgid "Domain %s dumpd to %s\n"
msgstr "<22><> %s <20><><EFBFBD> %s\n"
msgstr "<22><> %s <20><> dump <20><EFBFBD> %s\n"
#: src/virsh.c:843
#, fuzzy, c-format
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "<22><EFBFBD><EFBFBD><EFBFBD> %s <20> %s ʧ<><CAA7>"
msgstr "<22>ں<EFBFBD> dump <EFBFBD><EFBFBD> %s <20><EFBFBD> %s ʧ<><CAA7>"
#: src/virsh.c:857
msgid "resume a domain"
@ -1388,48 +1406,48 @@ msgstr ""
" 'quit' <20>˳<EFBFBD>\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "δ<><CEB4>ֹ<EFBFBD><D6B9><EFBFBD><EFBFBD>"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "δ<><CEB4>ֹ<EFBFBD><D6B9><EFBFBD>ַ<EFBFBD><D6B7><EFBFBD>"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "<22><>Ҫһ<D2AA><D2BB>ֵ"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "<22><><EFBFBD>б<EFBFBD><D0B1><EFBFBD><EFBFBD><EFBFBD>Ҫһ<D2AA><D2BB><EFBFBD>ָ<EFBFBD><D6B8><EFBFBD>"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "<22>б<EFBFBD>û<EFBFBD><C3BB>ʹ<EFBFBD><CAB9> ] <20><><EFBFBD><EFBFBD>"
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "<22><>Ҫһ<D2AA><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "<22><>Ҫһ<D2AA><D2BB><EFBFBD>ָ<EFBFBD><D6B8><EFBFBD>"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "<22><>Ҫһ<D2AA><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>ʧ<EFBFBD><CAA7>"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʧ<EFBFBD><CAA7>"
@ -1482,7 +1500,7 @@ msgstr "
msgid "got asynchronous packet number %d\n"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><ECB2BD><EFBFBD>ݰ<EFBFBD><DDB0><EFBFBD> %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "<22><><EFBFBD><EFBFBD> %d <20><><EFBFBD><EFBFBD>Ϣ"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: zh_TW\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"PO-Revision-Date: 2006-11-26 19:30+1000\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-12-15 09:25+1000\n"
"Last-Translator: Chester Cheng <ccheng@redhat.com>\n"
"Language-Team: Chinese, Traditional <zh_TW@li.org>\n"
"MIME-Version: 1.0\n"
@ -326,9 +326,8 @@ msgid "failed to write configuration file: %s"
msgstr "無法寫入設定檔:%s"
#: src/virterror.c:581
#, fuzzy
msgid "parser error"
msgstr "內部錯誤"
msgstr "解析程式錯誤"
#: src/xmlrpc.c:63
msgid "copying node content"
@ -374,9 +373,9 @@ msgstr "無法解析伺服器的回應"
msgid "allocate new context"
msgstr "分配新的內文"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "分配區域"
@ -389,110 +388,125 @@ msgstr "無法為連線雜湊表新增區域"
msgid "domain missing from connection hash table"
msgstr "連線雜湊表中找不到區域"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "讀取當天的時間"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "區域"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "建立 xpath 的內文"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "區域名稱"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "區域的 uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "區域的記憶體"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "區域的記憶體"
#: src/test.c:344
msgid "domain vcpus"
msgstr "區域的 vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "區域的重新啟動行為"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "區域的關機行為"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "區域的當機行為"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "載入區域定義檔"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "載入主機定義檔"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "主機"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "節點"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "節點的處理器 numa 節點"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "結點的處理器插槽"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "節點的處理器核心"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "節點的處理器執行續"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "節點啟用中的處理器"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "節點的處理器速度MHz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "節點的記憶體"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "節點的區域清單"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "解析區域的檔名"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "分配節點"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "過多連線"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "過多區域"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "區域已經啟動"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "增加中的緩衝區"
@ -513,27 +527,27 @@ msgstr "無法分配節點"
msgid "failed to copy a string"
msgstr "無法複製字串"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "無法從 Xen 系統程式讀取"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "無法 urlencode 以建立 S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "區域的資訊不全,沒有 domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "區域的資訊不正確domid 並非數字型態"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "區域的資訊不全,沒有 uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "區域的資訊不全,沒有名稱"
@ -542,9 +556,8 @@ msgid "domain information incomplete, missing kernel"
msgstr "區域的資訊不全,沒有核心"
#: src/xend_internal.c:1604
#, fuzzy
msgid "domain information incomplete, vbd has no src"
msgstr "區域的資訊不全vbd 沒有 dev"
msgstr "區域的資訊不全vbd 沒有 src"
#: src/xend_internal.c:1610
msgid "domain information incomplete, vbd has no dev"
@ -552,31 +565,36 @@ msgstr "區域的資訊不全vbd 沒有 dev"
#: src/xend_internal.c:1618
msgid "cannot parse vbd filename, missing driver name"
msgstr ""
msgstr "無法解析 vbd 檔名,找不到驅動程式名稱"
#: src/xend_internal.c:1637
msgid "cannot parse vbd filename, missing driver type"
msgstr ""
msgstr "無法解析 vbd 檔名,找不到驅動程式類型"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "無法解析 Xend 的區域資訊"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "無法建立區域 %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "無法為區域 %s 取得裝置\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "無法繼續新的區域 %s\n"
#: src/xend_internal.c:3147
#, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "無法建立非運作中的區域 %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "列印求助訊息"
@ -830,27 +848,25 @@ msgstr "無法從 %s 回復區域"
#: src/virsh.c:812
msgid "dump the core of a domain to a file for analysis"
msgstr ""
msgstr "將一個區域的核心傾印到檔案中,以供分析用"
#: src/virsh.c:813
#, fuzzy
msgid "Core dump a domain."
msgstr "繼續執行區域"
msgstr "傾印一個區域的核心。"
#: src/virsh.c:819
#, fuzzy
msgid "where to dump the core"
msgstr "將資料存至何處"
msgstr "將核心傾印至何處"
#: src/virsh.c:841
#, fuzzy, c-format
#, c-format
msgid "Domain %s dumpd to %s\n"
msgstr "區域 %s 已至 %s\n"
msgstr "區域 %s 已傾印至 %s\n"
#: src/virsh.c:843
#, fuzzy, c-format
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "無法將區域 %s 至 %s"
msgstr "無法將區域 %s 的核心傾印至 %s"
#: src/virsh.c:857
msgid "resume a domain"
@ -1385,48 +1401,48 @@ msgstr ""
" 「quit」離開\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "分配設定"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "未中止的數量"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "未中止的字串"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "預期的是數值"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "預期的是清單式的分隔子"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "清單並沒有以 ] 結尾"
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "預期的是名稱"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "預期的是分隔子"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "預期的是指定子"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "無法開啟檔案"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "無法存入內容"
@ -1479,7 +1495,7 @@ msgstr "使用代理伺服器時通訊錯誤:封包格式錯誤\n"
msgid "got asynchronous packet number %d\n"
msgstr "取得非同步的封包號碼 %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "分配 %d 區域資訊"

126
po/zu.po
View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 16:59+0100\n"
"POT-Creation-Date: 2007-01-22 16:17+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -372,9 +372,9 @@ msgstr "parse server response failed"
msgid "allocate new context"
msgstr "allocate new context"
#: src/hash.c:749 src/hash.c:755 src/test.c:728 src/test.c:753 src/test.c:776
#: src/test.c:800 src/xend_internal.c:1933 src/xend_internal.c:2680
#: src/xend_internal.c:2899 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/hash.c:749 src/hash.c:755 src/test.c:864 src/test.c:893 src/test.c:916
#: src/test.c:940 src/xend_internal.c:1962 src/xend_internal.c:2744
#: src/xend_internal.c:2963 src/xs_internal.c:603 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr "allocating domain"
@ -387,110 +387,125 @@ msgstr "failed to add domain to connection hash table"
msgid "domain missing from connection hash table"
msgstr "domain missing from connection hash table"
#: src/test.c:203 src/test.c:382 src/test.c:898 src/test.c:926 src/test.c:953
#: src/test.c:268 src/test.c:479 src/test.c:1047 src/test.c:1078
#: src/test.c:1129
msgid "getting time of day"
msgstr "getting time of day"
#: src/test.c:209 src/test.c:337 src/test.c:362
#: src/test.c:274 src/test.c:434 src/test.c:459 src/test.c:1318
msgid "domain"
msgstr "domain"
#: src/test.c:215 src/test.c:458
#: src/test.c:280 src/test.c:559
msgid "creating xpath context"
msgstr "creating xpath context"
#: src/test.c:222
#: src/test.c:287
msgid "domain name"
msgstr "domain name"
#: src/test.c:231 src/test.c:236
#: src/test.c:296 src/test.c:301
msgid "domain uuid"
msgstr "domain uuid"
#: src/test.c:244 src/test.c:249
#: src/test.c:309 src/test.c:314
msgid "domain memory"
msgstr "domain memory"
#: src/test.c:261
#: src/test.c:327
#, fuzzy
msgid "domain current memory"
msgstr "domain memory"
#: src/test.c:344
msgid "domain vcpus"
msgstr "domain vcpus"
#: src/test.c:272
#: src/test.c:355
msgid "domain reboot behaviour"
msgstr "domain reboot behaviour"
#: src/test.c:283
#: src/test.c:366
msgid "domain poweroff behaviour"
msgstr "domain poweroff behaviour"
#: src/test.c:294
#: src/test.c:377
msgid "domain crash behaviour"
msgstr "domain crash behaviour"
#: src/test.c:355
#: src/test.c:452
msgid "load domain definition file"
msgstr "load domain definition file"
#: src/test.c:437
#: src/test.c:538
msgid "loading host definition file"
msgstr "loading host definition file"
#: src/test.c:444
#: src/test.c:545
msgid "host"
msgstr "host"
#: src/test.c:452
#: src/test.c:553
msgid "node"
msgstr "node"
#: src/test.c:474
#: src/test.c:575
msgid "node cpu numa nodes"
msgstr "node cpu numa nodes"
#: src/test.c:486
#: src/test.c:587
msgid "node cpu sockets"
msgstr "node cpu sockets"
#: src/test.c:498
#: src/test.c:599
msgid "node cpu cores"
msgstr "node cpu cores"
#: src/test.c:510
#: src/test.c:611
msgid "node cpu threads"
msgstr "node cpu threads"
#: src/test.c:522
#: src/test.c:623
msgid "node active cpu"
msgstr "node active cpu"
#: src/test.c:536
#: src/test.c:637
msgid "node cpu mhz"
msgstr "node cpu mhz"
#: src/test.c:555
#: src/test.c:656
msgid "node memory"
msgstr "node memory"
#: src/test.c:564
#: src/test.c:665
msgid "node domain list"
msgstr "node domain list"
#: src/test.c:573
#: src/test.c:675
msgid "resolving domain filename"
msgstr "resolving domain filename"
#: src/test.c:611
#: src/test.c:714
msgid "allocating node"
msgstr "allocating node"
#: src/test.c:651
#: src/test.c:770
msgid "too many connections"
msgstr "too many connections"
#: src/test.c:736
#: src/test.c:849
msgid "too many domains"
msgstr "too many domains"
#: src/test.c:1347
#, fuzzy
msgid "Domain is already running"
msgstr "Domain is already active"
#: src/test.c:1371
msgid "Domain is still running"
msgstr ""
#: src/xml.c:65
msgid "growing buffer"
msgstr "growing buffer"
@ -511,27 +526,27 @@ msgstr "failed to allocate a node"
msgid "failed to copy a string"
msgstr "failed to copy a string"
#: src/xend_internal.c:272 src/xend_internal.c:275
#: src/xend_internal.c:274 src/xend_internal.c:277
msgid "failed to read from Xen Daemon"
msgstr "failed to read from Xen Daemon"
#: src/xend_internal.c:1071
#: src/xend_internal.c:1074
msgid "failed to urlencode the create S-Expr"
msgstr "failed to urlencode the create S-Expr"
#: src/xend_internal.c:1112
#: src/xend_internal.c:1115
msgid "domain information incomplete, missing domid"
msgstr "domain information incomplete, missing domid"
#: src/xend_internal.c:1118
#: src/xend_internal.c:1121
msgid "domain information incorrect domid not numeric"
msgstr "domain information incorrect domid not numeric"
#: src/xend_internal.c:1125 src/xend_internal.c:1174
#: src/xend_internal.c:1128 src/xend_internal.c:1177
msgid "domain information incomplete, missing uuid"
msgstr "domain information incomplete, missing uuid"
#: src/xend_internal.c:1165 src/xend_internal.c:1508
#: src/xend_internal.c:1168 src/xend_internal.c:1508
msgid "domain information incomplete, missing name"
msgstr "domain information incomplete, missing name"
@ -555,25 +570,30 @@ msgstr "cannot parse vbd filename, missing driver name"
msgid "cannot parse vbd filename, missing driver type"
msgstr "cannot parse vbd filename, missing driver type"
#: src/xend_internal.c:1944
#: src/xend_internal.c:1981
msgid "failed to parse Xend domain information"
msgstr "failed to parse Xend domain information"
#: src/xend_internal.c:2964
#: src/xend_internal.c:3021
#, c-format
msgid "Failed to create domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/xend_internal.c:2970
#: src/xend_internal.c:3027
#, c-format
msgid "Failed to get devices for domain %s\n"
msgstr "Failed to get devices for domain %s\n"
#: src/xend_internal.c:2981
#: src/xend_internal.c:3038
#, c-format
msgid "Failed to resume new domain %s\n"
msgstr "Failed to resume new domain %s\n"
#: src/xend_internal.c:3147
#, fuzzy, c-format
msgid "Failed to create inactive domain %s\n"
msgstr "Failed to create domain %s\n"
#: src/virsh.c:234
msgid "print help"
msgstr "print help"
@ -1381,48 +1401,48 @@ msgstr ""
" 'quit' to quit\n"
"\n"
#: src/conf.c:153 src/conf.c:204 src/conf.c:487 src/conf.c:526 src/conf.c:554
#: src/conf.c:632
#: src/conf.c:155 src/conf.c:206 src/conf.c:490 src/conf.c:528 src/conf.c:556
#: src/conf.c:634
msgid "allocating configuration"
msgstr "allocating configuration"
#: src/conf.c:339
#: src/conf.c:342
msgid "unterminated number"
msgstr "unterminated number"
#: src/conf.c:371 src/conf.c:388 src/conf.c:400
#: src/conf.c:374 src/conf.c:391 src/conf.c:403
msgid "unterminated string"
msgstr "unterminated string"
#: src/conf.c:428 src/conf.c:481
#: src/conf.c:431 src/conf.c:484
msgid "expecting a value"
msgstr "expecting a value"
#: src/conf.c:448
#: src/conf.c:451
msgid "expecting a separator in list"
msgstr "expecting a separator in list"
#: src/conf.c:471
#: src/conf.c:474
msgid "list is not closed with ] "
msgstr "list is not closed with ] "
#: src/conf.c:519
#: src/conf.c:521
msgid "expecting a name"
msgstr "expecting a name"
#: src/conf.c:582
#: src/conf.c:584
msgid "expecting a separator"
msgstr "expecting a separator"
#: src/conf.c:614
#: src/conf.c:616
msgid "expecting an assignment"
msgstr "expecting an assignment"
#: src/conf.c:881
#: src/conf.c:898
msgid "failed to open file"
msgstr "failed to open file"
#: src/conf.c:889
#: src/conf.c:906
msgid "failed to save content"
msgstr "failed to save content"
@ -1475,7 +1495,7 @@ msgstr "Communication error with proxy: malformed packet\n"
msgid "got asynchronous packet number %d\n"
msgstr "got asynchronous packet number %d\n"
#: src/xen_internal.c:1379
#: src/xen_internal.c:1378
#, c-format
msgid "allocating %d domain info"
msgstr "allocating %d domain info"

View File

@ -137,9 +137,11 @@ virConfFreeValue(virConfValuePtr val)
{
if (val == NULL)
return;
if (val->str != NULL)
if (val->type == VIR_CONF_STRING &&
val->str != NULL)
free(val->str);
if (val->list != NULL)
if (val->type == VIR_CONF_LIST &&
val->list != NULL)
virConfFreeList(val->list);
free(val);
}
@ -204,6 +206,7 @@ virConfAddEntry(virConfPtr conf, char *name, virConfValuePtr value, char *comm)
virConfError(NULL, VIR_ERR_NO_MEMORY, _("allocating configuration"), 0);
return(NULL);
}
memset(ret, 0, sizeof(virConfEntry));
ret->name = name;
ret->value = value;
@ -494,7 +497,6 @@ virConfParseValue(virConfParserCtxtPtr ctxt)
ret->l = l;
ret->str = str;
ret->list = lst;
return(ret);
}
@ -760,10 +762,23 @@ virConfReadMem(const char *memory, int len)
int
virConfFree(virConfPtr conf)
{
virConfEntryPtr tmp;
if (conf == NULL) {
virConfError(NULL, VIR_ERR_INVALID_ARG, __FUNCTION__, 0);
return(-1);
}
tmp = conf->entries;
while (tmp) {
virConfEntryPtr next;
free(tmp->name);
virConfFreeValue(tmp->value);
if (tmp->comment)
free(tmp->comment);
next = tmp->next;
free(tmp);
tmp = next;
}
free(conf);
return(0);
}
@ -818,12 +833,12 @@ int virConfSetValue (virConfPtr conf,
prev = cur;
cur = cur->next;
}
if (!cur) {
if (!(cur = malloc(sizeof(virConfEntry)))) {
virConfFreeValue(value);
return (-1);
}
cur->next = NULL;
cur->comment = NULL;
if (!(cur->name = strdup(setting))) {
virConfFreeValue(value);
@ -832,8 +847,10 @@ int virConfSetValue (virConfPtr conf,
}
cur->value = value;
if (prev) {
cur->next = prev->next;
prev->next = cur;
} else {
cur->next = conf->entries;
conf->entries = cur;
}
} else {
@ -935,7 +952,7 @@ virConfWriteMem(char *memory, int *len, virConfPtr conf)
}
memcpy(memory, buf->content, buf->use);
ret = buf->use;
*len = buf->use;
error:
virBufferFree(buf);
return(ret);

View File

@ -108,6 +108,7 @@ struct _virConnect {
int handle; /* internal handle used for hypercall */
struct xs_handle *xshandle;/* handle to talk to the xenstore */
int proxy; /* file descriptor if using the proxy */
int xendConfigVersion; /* XenD config version */
/* connection to xend */
int type; /* PF_UNIX or PF_INET */

File diff suppressed because it is too large Load Diff

View File

@ -1,15 +1,28 @@
/*
* test.h: A "mock" hypervisor for use by application unit tests
*
* Copyright (C) 2006 Red Hat, Inc.
* Copyright (C) 2006-2006 Red Hat, Inc.
* Copyright (C) 2006 Daniel P. Berrange
*
* See COPYING.LIB for the License of this software
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Daniel Berrange <berrange@redhat.com>
*/
#ifndef __VIR_TEST_SIMPLE_INTERNAL_H__
#define __VIR_TEST_SIMPLE_INTERNAL_H__
#ifndef __VIR_TEST_INTERNAL_H__
#define __VIR_TEST_INTERNAL_H__
#include <libvirt/virterror.h>
@ -18,46 +31,17 @@ extern "C" {
#endif
void testRegister(void);
int testOpen(virConnectPtr conn,
const char *name,
int flags);
int testClose (virConnectPtr conn);
int testGetVersion(virConnectPtr conn,
unsigned long *hvVer);
int testNodeGetInfo(virConnectPtr conn,
virNodeInfoPtr info);
int testNumOfDomains(virConnectPtr conn);
int testListDomains(virConnectPtr conn,
int *ids,
int maxids);
char *testGetOSType(virDomainPtr dom);
virDomainPtr
testDomainCreateLinux(virConnectPtr conn, const char *xmlDesc,
unsigned int flags ATTRIBUTE_UNUSED);
virDomainPtr testLookupDomainByID(virConnectPtr conn,
int id);
virDomainPtr testLookupDomainByUUID(virConnectPtr conn,
const unsigned char *uuid);
virDomainPtr testLookupDomainByName(virConnectPtr conn,
const char *name);
int testDestroyDomain(virDomainPtr domain);
int testResumeDomain(virDomainPtr domain);
int testPauseDomain(virDomainPtr domain);
int testShutdownDomain (virDomainPtr domain);
int testRebootDomain (virDomainPtr domain,
virDomainRestart action);
int testGetDomainInfo(virDomainPtr domain,
virDomainInfoPtr info);
unsigned long testGetMaxMemory(virDomainPtr domain);
int testSetMaxMemory(virDomainPtr domain,
unsigned long memory);
int testSetMemory(virDomainPtr domain,
unsigned long memory);
int testSetVcpus(virDomainPtr domain,
unsigned int nrCpus);
char * testDomainDumpXML(virDomainPtr domain, int flags);
#ifdef __cplusplus
}
#endif
#endif /* __VIR_TEST_INTERNAL_H__ */
/*
* Local variables:
* indent-tabs-mode: nil
* c-indent-level: 4
* c-basic-offset: 4
* tab-width: 4
* End:
*/

View File

@ -338,7 +338,6 @@ typedef struct xen_v0_vcpuinfo xen_v0_vcpuinfo;
typedef struct xen_v0_vcpuinfo xen_v1_vcpuinfo;
struct xen_v2_vcpuinfo {
domid_t domain; /* owner's domain */
uint32_t vcpu; /* the vcpu number */
uint8_t online; /* seen as on line */
uint8_t blocked; /* blocked on event */
@ -1036,7 +1035,7 @@ virXen_getvcpusinfo(int handle, int id, unsigned int vcpu, virVcpuInfoPtr ipt,
memset(&op, 0, sizeof(op));
op.cmd = XEN_V2_OP_GETVCPUINFO;
op.domain = (domid_t) id;
op.u.setvcpumap.vcpu = vcpu;
op.u.getvcpuinfo.vcpu = (uint16_t) vcpu;
ret = xenHypervisorDoV2Dom(handle, &op);
if (ret < 0)
return(-1);

View File

@ -41,6 +41,8 @@
static const char * xenDaemonGetType(virConnectPtr conn);
static int xenDaemonListDomains(virConnectPtr conn, int *ids, int maxids);
static int xenDaemonNumOfDomains(virConnectPtr conn);
static int xenDaemonListDefinedDomains(virConnectPtr conn, const char **names, int maxnames);
static int xenDaemonNumOfDefinedDomains(virConnectPtr conn);
static virDomainPtr xenDaemonLookupByID(virConnectPtr conn, int id);
static virDomainPtr xenDaemonLookupByUUID(virConnectPtr conn,
const unsigned char *uuid);
@ -93,11 +95,11 @@ static virDriver xenDaemonDriver = {
xenDaemonDomainPinVcpu, /* domainPinVcpu */
xenDaemonDomainGetVcpus, /* domainGetVcpus */
xenDaemonDomainDumpXML, /* domainDumpXML */
NULL, /* listDefinedDomains */
NULL, /* numOfDefinedDomains */
NULL, /* domainCreate */
NULL, /* domainDefineXML */
NULL, /* domainUndefine */
xenDaemonListDefinedDomains, /* listDefinedDomains */
xenDaemonNumOfDefinedDomains, /* numOfDefinedDomains */
xenDaemonDomainCreate, /* domainCreate */
xenDaemonDomainDefineXML, /* domainDefineXML */
xenDaemonDomainUndefine, /* domainUndefine */
xenDaemonAttachDevice, /* domainAttachDevice */
xenDaemonDetachDevice /* domainDetachDevice */
};
@ -702,6 +704,7 @@ sexpr_int(struct sexpr *sexpr, const char *name)
return 0;
}
/**
* sexpr_float:
* @sexpr: an S-Expression
@ -1273,8 +1276,8 @@ xend_get_node(virConnectPtr xend)
return node;
}
int
xend_get_config_version(virConnectPtr conn) {
static int
xend_detect_config_version(virConnectPtr conn) {
struct sexpr *root;
const char *value;
@ -1290,18 +1293,15 @@ xend_get_config_version(virConnectPtr conn) {
value = sexpr_node(root, "node/xend_config_format");
if (value) {
int version = strtol(value, NULL, 10);
sexpr_free(root);
return version;
}
sexpr_free(root);
conn->xendConfigVersion = strtol(value, NULL, 10);
} else {
/* Xen prior to 3.0.3 did not have the xend_config_format
field, and is implicitly version 1. */
return 1;
conn->xendConfigVersion = 1;
}
sexpr_free(root);
return conn->xendConfigVersion;
}
#ifndef PROXY
/**
@ -1736,6 +1736,24 @@ xend_parse_sexp_desc(virConnectPtr conn, struct sexpr *root, int xendConfigVersi
tmp2);
virBufferAdd(&buf, " </interface>\n", 17);
} else if (!hvm &&
sexpr_lookup(node, "device/vfb")) {
/* New style graphics config for PV guests only in 3.0.4 */
tmp = sexpr_node(node, "device/vfb/type");
if (tmp && !strcmp(tmp, "sdl")) {
virBufferAdd(&buf, " <graphics type='sdl'/>\n", 27);
} else if (tmp && !strcmp(tmp, "vnc")) {
int port = xenStoreDomainGetVNCPort(conn, domid);
const char *listenAddr = sexpr_node(node, "device/vfb/vnclisten");
if (port == -1)
port = 5900 + domid;
if (listenAddr) {
virBufferVSprintf(&buf, " <graphics type='vnc' port='%d' listen='%s'/>\n", port, listenAddr);
} else {
virBufferVSprintf(&buf, " <graphics type='vnc' port='%d'/>\n", port);
}
}
}
}
@ -1769,17 +1787,22 @@ xend_parse_sexp_desc(virConnectPtr conn, struct sexpr *root, int xendConfigVersi
}
}
/* Graphics device */
/* Graphics device (HVM, or old (pre-3.0.4) style PV vnc config) */
tmp = sexpr_fmt_node(root, "domain/image/%s/vnc", hvm ? "hvm" : "linux");
if (tmp != NULL) {
if (tmp[0] == '1') {
int port = xenStoreDomainGetVNCPort(conn, domid);
const char *listenAddr = sexpr_fmt_node(root, "domain/image/%s/vnclisten", hvm ? "hvm" : "linux");
if (port == -1)
port = 5900 + domid;
if (listenAddr)
virBufferVSprintf(&buf, " <graphics type='vnc' port='%d' listen='%s'/>\n", port, listenAddr);
else
virBufferVSprintf(&buf, " <graphics type='vnc' port='%d'/>\n", port);
}
}
/* Graphics device (HVM, or old (pre-3.0.4) style PV sdl config) */
tmp = sexpr_fmt_node(root, "domain/image/%s/sdl", hvm ? "hvm" : "linux");
if (tmp != NULL) {
if (tmp[0] == '1')
@ -1830,7 +1853,7 @@ xend_parse_domain_sexp(virConnectPtr conn, char *sexpr, int xendConfigVersion) {
* Returns 0 in case of success, -1 in case of error
*/
static int
sexpr_to_xend_domain_info(struct sexpr *root, virDomainInfoPtr info)
sexpr_to_xend_domain_info(virDomainPtr domain, struct sexpr *root, virDomainInfoPtr info)
{
const char *flags;
@ -1856,6 +1879,11 @@ sexpr_to_xend_domain_info(struct sexpr *root, virDomainInfoPtr info)
else if (strchr(flags, 'r'))
info->state = VIR_DOMAIN_RUNNING;
} else {
/* Inactive domains don't have a state reported, so
mark them SHUTOFF, rather than NOSTATE */
if (domain->handle < 0)
info->state = VIR_DOMAIN_SHUTOFF;
else
info->state = VIR_DOMAIN_NOSTATE;
}
info->cpuTime = sexpr_float(root, "domain/cpu_time") * 1000000000;
@ -1917,6 +1945,7 @@ sexpr_to_domain(virConnectPtr conn, struct sexpr *root)
char *dst_uuid = NULL;
char uuid[16];
const char *name;
const char *tmp;
if ((conn == NULL) || (root == NULL))
return(NULL);
@ -1933,10 +1962,18 @@ sexpr_to_domain(virConnectPtr conn, struct sexpr *root)
virXendError(conn, VIR_ERR_NO_MEMORY, _("allocating domain"));
return(NULL);
}
ret->handle = sexpr_int(root, "domain/domid");
if (ret->handle < 0)
tmp = sexpr_node(root, "domain/domid");
/* New 3.0.4 XenD will not report a domid for inactive domains,
* so only error out for old XenD
*/
if (!tmp && conn->xendConfigVersion < 3)
goto error;
if (tmp)
ret->handle = sexpr_int(root, "domain/domid");
else
ret->handle = -1; /* An inactive domain */
return (ret);
error:
@ -2039,6 +2076,15 @@ try_http:
}
done:
/* The XenD config version is used to determine
* which APIs / features to activate. Lookup & cache
* it now to avoid repeated HTTP calls
*/
if (xend_detect_config_version(conn) < 0) {
virXendError(conn, VIR_ERR_INTERNAL_ERROR, "cannot determine xend config version");
goto failed;
}
if (uri != NULL)
xmlFreeURI(uri);
return(ret);
@ -2279,7 +2325,7 @@ xenDaemonDomainGetMaxMemory(virDomainPtr domain)
__FUNCTION__);
return(-1);
}
if (domain->handle < 0)
if (domain->handle < 0 && domain->conn->xendConfigVersion < 3)
return(-1);
/* can we ask for a subset ? worth it ? */
@ -2315,7 +2361,7 @@ xenDaemonDomainSetMaxMemory(virDomainPtr domain, unsigned long memory)
__FUNCTION__);
return(-1);
}
if (domain->handle < 0)
if (domain->handle < 0 && domain->conn->xendConfigVersion < 3)
return(-1);
snprintf(buf, sizeof(buf), "%lu", memory >> 10);
@ -2349,7 +2395,7 @@ xenDaemonDomainSetMemory(virDomainPtr domain, unsigned long memory)
__FUNCTION__);
return(-1);
}
if (domain->handle < 0)
if (domain->handle < 0 && domain->conn->xendConfigVersion < 3)
return(-1);
snprintf(buf, sizeof(buf), "%lu", memory >> 10);
@ -2359,23 +2405,36 @@ xenDaemonDomainSetMemory(virDomainPtr domain, unsigned long memory)
#endif /* ! PROXY */
/* XXX change proxy to use Name instead of ID, then
dumpxml will work over proxy for inactive domains
and this can be removed */
char *
xenDaemonDomainDumpXMLByID(virConnectPtr conn, int domid)
{
char *ret = NULL;
struct sexpr *root;
int xendConfigVersion;
root = sexpr_get(conn, "/xend/domain/%d?detail=1", domid);
if (root == NULL)
return (NULL);
if ((xendConfigVersion = xend_get_config_version(conn)) < 0) {
virXendError(conn, VIR_ERR_INTERNAL_ERROR, "cannot determine xend config version");
return (NULL);
ret = xend_parse_sexp_desc(conn, root, conn->xendConfigVersion);
sexpr_free(root);
return (ret);
}
ret = xend_parse_sexp_desc(conn, root, xendConfigVersion);
char *
xenDaemonDomainDumpXMLByName(virConnectPtr conn, const char *name)
{
char *ret = NULL;
struct sexpr *root;
root = sexpr_get(conn, "/xend/domain/%s?detail=1", name);
if (root == NULL)
return (NULL);
ret = xend_parse_sexp_desc(conn, root, conn->xendConfigVersion);
sexpr_free(root);
return (ret);
@ -2400,9 +2459,11 @@ xenDaemonDomainDumpXML(virDomainPtr domain, int flags ATTRIBUTE_UNUSED)
__FUNCTION__);
return(NULL);
}
if (domain->handle < 0)
if (domain->handle < 0 && domain->conn->xendConfigVersion < 3)
return(NULL);
if (domain->handle < 0)
return xenDaemonDomainDumpXMLByName(domain->conn, domain->name);
else
return xenDaemonDomainDumpXMLByID(domain->conn, domain->handle);
}
#endif /* !PROXY */
@ -2429,14 +2490,14 @@ xenDaemonDomainGetInfo(virDomainPtr domain, virDomainInfoPtr info)
__FUNCTION__);
return(-1);
}
if (domain->handle < 0)
if (domain->handle < 0 && domain->conn->xendConfigVersion < 3)
return(-1);
root = sexpr_get(domain->conn, "/xend/domain/%s?detail=1", domain->name);
if (root == NULL)
return (-1);
ret = sexpr_to_xend_domain_info(root, info);
ret = sexpr_to_xend_domain_info(domain, root, info);
sexpr_free(root);
return (ret);
}
@ -2463,6 +2524,7 @@ xenDaemonDomainLookupByName(virConnectPtr conn, const char *domname)
virXendError(conn, VIR_ERR_INVALID_ARG, __FUNCTION__);
return(NULL);
}
root = sexpr_get(conn, "/xend/domain/%s?detail=1", domname);
if (root == NULL)
goto error;
@ -2612,6 +2674,8 @@ xenDaemonListDomains(virConnectPtr conn, int *ids, int maxids)
id = xenDaemonDomainLookupByName_ids(conn, node->value, NULL);
if (id >= 0)
ids[ret++] = (int) id;
if (ret >= maxids)
break;
}
error:
@ -2710,7 +2774,7 @@ xenDaemonDomainSetVcpus(virDomainPtr domain, unsigned int vcpus)
__FUNCTION__);
return (-1);
}
if (domain->handle < 0)
if (domain->handle < 0 && domain->conn->xendConfigVersion < 3)
return(-1);
snprintf(buf, sizeof(buf), "%d", vcpus);
@ -2930,7 +2994,6 @@ xenDaemonCreateLinux(virConnectPtr conn, const char *xmlDesc,
char *sexpr;
char *name = NULL;
virDomainPtr dom;
int xendConfigVersion;
if (!VIR_IS_CONNECT(conn)) {
virXendError(conn, VIR_ERR_INVALID_CONN, __FUNCTION__);
@ -2941,13 +3004,7 @@ xenDaemonCreateLinux(virConnectPtr conn, const char *xmlDesc,
return (NULL);
}
if ((xendConfigVersion = xend_get_config_version(conn)) < 0) {
virXendError(conn, VIR_ERR_INTERNAL_ERROR,
"cannot determine xend config version");
return (NULL);
}
sexpr = virDomainParseXMLDesc(xmlDesc, &name, xendConfigVersion);
sexpr = virDomainParseXMLDesc(xmlDesc, &name, conn->xendConfigVersion);
if ((sexpr == NULL) || (name == NULL)) {
virXendError(conn, VIR_ERR_XML_ERROR, "domain");
if (sexpr != NULL)
@ -2983,7 +3040,6 @@ xenDaemonCreateLinux(virConnectPtr conn, const char *xmlDesc,
goto error;
}
dom = virDomainLookupByName(conn, name);
free(name);
return (dom);
@ -3007,21 +3063,17 @@ static int
xenDaemonAttachDevice(virDomainPtr domain, char *xml)
{
char *sexpr, *conf;
int xendConfigVersion, hvm = 0, ret;
int hvm = 0, ret;
if ((domain == NULL) || (domain->conn == NULL) || (domain->name == NULL)) {
virXendError((domain ? domain->conn : NULL), VIR_ERR_INVALID_ARG,
__FUNCTION__);
return (-1);
}
if ((xendConfigVersion = xend_get_config_version(domain->conn)) < 0) {
virXendError(domain->conn, VIR_ERR_INTERNAL_ERROR,
"cannot determine xend config version");
return (-1);
}
if (strcmp(virDomainGetOSType(domain), "linux"))
hvm = 1;
sexpr = virParseXMLDevice(xml, hvm, xendConfigVersion);
sexpr = virParseXMLDevice(xml, hvm, domain->conn->xendConfigVersion);
if (sexpr == NULL)
return (-1);
if (!memcmp(sexpr, "(device ", 8)) {
@ -3059,8 +3111,152 @@ xenDaemonDetachDevice(virDomainPtr domain, char *xml)
return(xend_op(domain->conn, domain->name, "op", "device_destroy",
"type", class, "dev", ref, NULL));
}
virDomainPtr xenDaemonDomainDefineXML(virConnectPtr conn, const char *xmlDesc) {
int ret;
char *sexpr;
char *name = NULL;
virDomainPtr dom;
if (!VIR_IS_CONNECT(conn)) {
virXendError(conn, VIR_ERR_INVALID_CONN, __FUNCTION__);
return (NULL);
}
if (xmlDesc == NULL) {
virXendError(conn, VIR_ERR_INVALID_ARG, __FUNCTION__);
return (NULL);
}
if (conn->xendConfigVersion < 3)
return(NULL);
sexpr = virDomainParseXMLDesc(xmlDesc, &name, conn->xendConfigVersion);
if ((sexpr == NULL) || (name == NULL)) {
virXendError(conn, VIR_ERR_XML_ERROR, "domain");
if (sexpr != NULL)
free(sexpr);
if (name != NULL)
free(name);
return (NULL);
}
ret = xend_op(conn, "", "op", "new", "config", sexpr, NULL);
free(sexpr);
if (ret != 0) {
fprintf(stderr, _("Failed to create inactive domain %s\n"), name);
goto error;
}
dom = virDomainLookupByName(conn, name);
if (dom == NULL) {
goto error;
}
return (dom);
error:
if (name != NULL)
free(name);
return (NULL);
}
int xenDaemonDomainCreate(virDomainPtr domain) {
if ((domain == NULL) || (domain->conn == NULL) || (domain->name == NULL)) {
virXendError((domain ? domain->conn : NULL), VIR_ERR_INVALID_ARG,
__FUNCTION__);
return(-1);
}
if (domain->conn->xendConfigVersion < 3)
return(-1);
return xend_op(domain->conn, domain->name, "op", "start", NULL);
}
int xenDaemonDomainUndefine(virDomainPtr domain) {
if ((domain == NULL) || (domain->conn == NULL) || (domain->name == NULL)) {
virXendError((domain ? domain->conn : NULL), VIR_ERR_INVALID_ARG,
__FUNCTION__);
return(-1);
}
if (domain->conn->xendConfigVersion < 3)
return(-1);
return xend_op(domain->conn, domain->name, "op", "delete", NULL);
}
/**
* xenDaemonNumOfDomains:
* @conn: pointer to the hypervisor connection
*
* Provides the number of active domains.
*
* Returns the number of domain found or -1 in case of error
*/
static int
xenDaemonNumOfDefinedDomains(virConnectPtr conn)
{
struct sexpr *root = NULL;
int ret = -1;
struct sexpr *_for_i, *node;
if (conn->xendConfigVersion < 3)
return(-1);
root = sexpr_get(conn, "/xend/domain?state=halted");
if (root == NULL)
goto error;
ret = 0;
for (_for_i = root, node = root->car; _for_i->kind == SEXPR_CONS;
_for_i = _for_i->cdr, node = _for_i->car) {
if (node->kind != SEXPR_VALUE)
continue;
ret++;
}
error:
if (root != NULL)
sexpr_free(root);
return(ret);
}
int xenDaemonListDefinedDomains(virConnectPtr conn, const char **names, int maxnames) {
struct sexpr *root = NULL;
int ret = -1;
struct sexpr *_for_i, *node;
if (conn->xendConfigVersion < 3)
return(-1);
if ((names == NULL) || (maxnames <= 0))
goto error;
root = sexpr_get(conn, "/xend/domain?state=halted");
if (root == NULL)
goto error;
ret = 0;
for (_for_i = root, node = root->car; _for_i->kind == SEXPR_CONS;
_for_i = _for_i->cdr, node = _for_i->car) {
if (node->kind != SEXPR_VALUE)
continue;
names[ret++] = strdup(node->value);
if (ret >= maxnames)
break;
}
error:
if (root != NULL)
sexpr_free(root);
return(ret);
}
#endif /* ! PROXY */
/*
* Local variables:
* indent-tabs-mode: nil

View File

@ -551,6 +551,9 @@ int xenDaemonDomainLookupByID(virConnectPtr xend,
char *xenDaemonDomainDumpXMLByID(virConnectPtr xend,
int domid);
char *xenDaemonDomainDumpXMLByName(virConnectPtr xend,
const char *name);
/**
* \brief Lookup information about the host machine
* \param xend A xend instance
@ -613,7 +616,6 @@ char *xenDaemonDomainDumpXMLByID(virConnectPtr xend,
*/
int xend_log(virConnectPtr xend, char *buffer, size_t n_buffer);
int xend_get_config_version(virConnectPtr conn);
char *xend_parse_domain_sexp(virConnectPtr conn, char *root, int xendConfigVersion);
/* refactored ones */
@ -637,6 +639,10 @@ virDomainPtr xenDaemonDomainLookupByName(virConnectPtr conn, const char *domname
unsigned long xenDaemonDomainGetMaxMemory(virDomainPtr domain);
char **xenDaemonListDomainsOld(virConnectPtr xend);
virDomainPtr xenDaemonDomainDefineXML(virConnectPtr xend, const char *sexpr);
int xenDaemonDomainCreate(virDomainPtr domain);
int xenDaemonDomainUndefine(virDomainPtr domain);
int xenDaemonDomainSetVcpus (virDomainPtr domain,
unsigned int vcpus);
int xenDaemonDomainPinVcpu (virDomainPtr domain,

File diff suppressed because it is too large Load Diff

View File

@ -1,19 +1,32 @@
/*
* xm_internal.h: helper routines for dealing with inactive domains
*
* Copyright (C) 2006
* Copyright (C) 2006-2007 Red Hat
* Copyright (C) 2006 Daniel P. Berrange
*
* Daniel Berrange <berrange@redhat.com>
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Author: Daniel P. Berrange <berrange@redhat.com>
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License. See the file COPYING.LIB in the main directory of this
* archive for more details.
*/
#ifndef _LIBVIRT_XM_INTERNAL_H_
#define _LIBVIRT_XM_INTERNAL_H_
#include "libvirt/libvirt.h"
#include "conf.h"
#ifdef __cplusplus
extern "C" {
@ -40,6 +53,8 @@ int xenXMDomainCreate(virDomainPtr domain);
virDomainPtr xenXMDomainDefineXML(virConnectPtr con, const char *xml);
int xenXMDomainUndefine(virDomainPtr domain);
virConfPtr xenXMParseXMLToConfig(virConnectPtr conn, const char *xml);
char *xenXMDomainFormatXML(virConnectPtr conn, virConfPtr conf);
#ifdef __cplusplus
}

105
src/xml.c
View File

@ -572,7 +572,7 @@ virDomainGetXMLDesc(virDomainPtr domain, int flags)
#ifndef PROXY
/**
* virtDomainParseXMLGraphicsDesc:
* virtDomainParseXMLGraphicsDescImage:
* @node: node containing graphics description
* @buf: a buffer for the result S-Expr
* @xendConfigVersion: xend configuration file format
@ -584,7 +584,7 @@ virDomainGetXMLDesc(virDomainPtr domain, int flags)
*
* Returns 0 in case of success, -1 in case of error
*/
static int virDomainParseXMLGraphicsDesc(xmlNodePtr node, virBufferPtr buf, int xendConfigVersion)
static int virDomainParseXMLGraphicsDescImage(xmlNodePtr node, virBufferPtr buf, int xendConfigVersion)
{
xmlChar *graphics_type = NULL;
@ -592,16 +592,19 @@ static int virDomainParseXMLGraphicsDesc(xmlNodePtr node, virBufferPtr buf, int
if (graphics_type != NULL) {
if (xmlStrEqual(graphics_type, BAD_CAST "sdl")) {
virBufferAdd(buf, "(sdl 1)", 7);
// TODO:
// Need to understand sdl options
//
//virBufferAdd(buf, "(display localhost:10.0)", 24);
//virBufferAdd(buf, "(xauthority /root/.Xauthority)", 30);
/* TODO:
* Need to understand sdl options
*
*virBufferAdd(buf, "(display localhost:10.0)", 24);
*virBufferAdd(buf, "(xauthority /root/.Xauthority)", 30);
*/
}
else if (xmlStrEqual(graphics_type, BAD_CAST "vnc")) {
virBufferAdd(buf, "(vnc 1)", 7);
if (xendConfigVersion >= 2) {
xmlChar *vncport = xmlGetProp(node, BAD_CAST "port");
xmlChar *vnclisten = xmlGetProp(node, BAD_CAST "listen");
xmlChar *vncpasswd = xmlGetProp(node, BAD_CAST "passwd");
if (vncport != NULL) {
long port = strtol((const char *)vncport, NULL, 10);
if (port == -1)
@ -610,8 +613,74 @@ static int virDomainParseXMLGraphicsDesc(xmlNodePtr node, virBufferPtr buf, int
virBufferVSprintf(buf, "(vncdisplay %d)", port - 5900);
xmlFree(vncport);
}
if (vnclisten != NULL) {
virBufferVSprintf(buf, "(vnclisten %s)", vnclisten);
xmlFree(vnclisten);
}
if (vncpasswd != NULL) {
virBufferVSprintf(buf, "(vncpasswd %s)", vncpasswd);
xmlFree(vncpasswd);
}
}
}
xmlFree(graphics_type);
}
return 0;
}
/**
* virtDomainParseXMLGraphicsDescVFB:
* @node: node containing graphics description
* @buf: a buffer for the result S-Expr
*
* Parse the graphics part of the XML description and add it to the S-Expr
* in buf. This is a temporary interface as the S-Expr interface will be
* replaced by XML-RPC in the future. However the XML format should stay
* valid over time.
*
* Returns 0 in case of success, -1 in case of error
*/
static int virDomainParseXMLGraphicsDescVFB(xmlNodePtr node, virBufferPtr buf)
{
xmlChar *graphics_type = NULL;
graphics_type = xmlGetProp(node, BAD_CAST "type");
if (graphics_type != NULL) {
virBufferAdd(buf, "(device (vkbd))", 15);
virBufferAdd(buf, "(device (vfb ", 13);
if (xmlStrEqual(graphics_type, BAD_CAST "sdl")) {
virBufferAdd(buf, "(type sdl)", 10);
/* TODO:
* Need to understand sdl options
*
*virBufferAdd(buf, "(display localhost:10.0)", 24);
*virBufferAdd(buf, "(xauthority /root/.Xauthority)", 30);
*/
}
else if (xmlStrEqual(graphics_type, BAD_CAST "vnc")) {
virBufferAdd(buf, "(type vnc)", 10);
xmlChar *vncport = xmlGetProp(node, BAD_CAST "port");
xmlChar *vnclisten = xmlGetProp(node, BAD_CAST "listen");
xmlChar *vncpasswd = xmlGetProp(node, BAD_CAST "passwd");
if (vncport != NULL) {
long port = strtol((const char *)vncport, NULL, 10);
if (port == -1)
virBufferAdd(buf, "(vncunused 1)", 13);
else if (port > 5900)
virBufferVSprintf(buf, "(vncdisplay %d)", port - 5900);
xmlFree(vncport);
}
if (vnclisten != NULL) {
virBufferVSprintf(buf, "(vnclisten %s)", vnclisten);
xmlFree(vnclisten);
}
if (vncpasswd != NULL) {
virBufferVSprintf(buf, "(vncpasswd %s)", vncpasswd);
xmlFree(vncpasswd);
}
}
virBufferAdd(buf, "))", 2);
xmlFree(graphics_type);
}
return 0;
@ -792,7 +861,7 @@ virDomainParseXMLOSDescHVM(xmlNodePtr node, virBufferPtr buf, xmlXPathContextPtr
obj = xmlXPathEval(BAD_CAST "/domain/devices/graphics[1]", ctxt);
if ((obj != NULL) && (obj->type == XPATH_NODESET) &&
(obj->nodesetval != NULL) && (obj->nodesetval->nodeNr > 0)) {
res = virDomainParseXMLGraphicsDesc(obj->nodesetval->nodeTab[0], buf, xendConfigVersion);
res = virDomainParseXMLGraphicsDescImage(obj->nodesetval->nodeTab[0], buf, xendConfigVersion);
if (res != 0) {
goto error;
}
@ -896,15 +965,18 @@ virDomainParseXMLOSDescPV(xmlNodePtr node, virBufferPtr buf, xmlXPathContextPtr
virBufferVSprintf(buf, "(args '%s')", (const char *) cmdline);
/* Is a graphics device specified? */
/* Old style config before merge of PVFB */
if (xendConfigVersion < 3) {
obj = xmlXPathEval(BAD_CAST "/domain/devices/graphics[1]", ctxt);
if ((obj != NULL) && (obj->type == XPATH_NODESET) &&
(obj->nodesetval != NULL) && (obj->nodesetval->nodeNr > 0)) {
res = virDomainParseXMLGraphicsDesc(obj->nodesetval->nodeTab[0], buf, xendConfigVersion);
res = virDomainParseXMLGraphicsDescImage(obj->nodesetval->nodeTab[0], buf, xendConfigVersion);
if (res != 0) {
goto error;
}
}
xmlXPathFreeObject(obj);
}
error:
virBufferAdd(buf, "))", 2);
@ -1408,6 +1480,21 @@ virDomainParseXMLDesc(const char *xmldesc, char **name, int xendConfigVersion)
}
xmlXPathFreeObject(obj);
/* New style PVFB config - 3.0.4 merge */
if (xendConfigVersion >= 3 && !hvm) {
obj = xmlXPathEval(BAD_CAST "/domain/devices/graphics", ctxt);
if ((obj != NULL) && (obj->type == XPATH_NODESET) &&
(obj->nodesetval != NULL) && (obj->nodesetval->nodeNr >= 0)) {
for (i = 0; i < obj->nodesetval->nodeNr; i++) {
res = virDomainParseXMLGraphicsDescVFB(obj->nodesetval->nodeTab[i], &buf);
if (res != 0) {
goto error;
}
}
}
xmlXPathFreeObject(obj);
}
virBufferAdd(&buf, ")", 1); /* closes (vm */
buf.content[buf.use] = 0;

View File

@ -8,3 +8,4 @@ xml2sexprtest
virshtest
conftest
reconnect
xmconfigtest

View File

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
SUBDIRS = virshdata confdata sexpr2xmldata xml2sexprdata
SUBDIRS = virshdata confdata sexpr2xmldata xml2sexprdata xmconfigdata
LIBVIRT = $(top_builddir)/src/.libs/libvirt.a
@ -20,9 +20,9 @@ LDADDS = \
EXTRA_DIST = xmlrpcserver.py test_conf.sh
noinst_PROGRAMS = xmlrpctest xml2sexprtest sexpr2xmltest virshtest conftest \
reconnect
reconnect xmconfigtest
TESTS = xml2sexprtest sexpr2xmltest virshtest test_conf.sh reconnect
TESTS = xml2sexprtest sexpr2xmltest virshtest test_conf.sh reconnect xmconfigtest
valgrind:
$(MAKE) check TESTS_ENVIRONMENT="valgrind --quiet --leak-check=full"
@ -49,6 +49,12 @@ sexpr2xmltest_SOURCES = \
sexpr2xmltest_LDFLAGS =
sexpr2xmltest_LDADD = $(LDADDS)
xmconfigtest_SOURCES = \
xmconfigtest.c \
testutils.c testutils.h
xmconfigtest_LDFLAGS =
xmconfigtest_LDADD = $(LDADDS)
virshtest_SOURCES = \
virshtest.c \
testutils.c testutils.h

View File

@ -0,0 +1,2 @@
(domain (domid 6)(name 'pvtest')(memory 420)(maxmem 420)(vcpus 2)(uuid '596a5d2171f48fb2e068e2386a5c413e')(on_poweroff 'destroy')(on_reboot 'destroy')(on_crash 'destroy')(image (linux (kernel '/var/lib/xen/vmlinuz.2Dn2YT')(ramdisk '/var/lib/xen/initrd.img.0u-Vhq')(args ' method=http://download.fedora.devel.redhat.com/pub/fedora/linux/core/test/5.91/x86_64/os ')))(device (vbd (dev 'xvda')(uname 'file:/root/some.img')(mode 'w')))(device (vfb (type vnc)(vncunused 1)(vnclisten 0.0.0.0)(vncpasswd 123456)))))

View File

@ -0,0 +1,23 @@
<domain type='xen' id='6'>
<name>pvtest</name>
<uuid>596a5d2171f48fb2e068e2386a5c413e</uuid>
<os>
<type>linux</type>
<kernel>/var/lib/xen/vmlinuz.2Dn2YT</kernel>
<initrd>/var/lib/xen/initrd.img.0u-Vhq</initrd>
<cmdline> method=http://download.fedora.devel.redhat.com/pub/fedora/linux/core/test/5.91/x86_64/os </cmdline>
</os>
<memory>430080</memory>
<vcpu>2</vcpu>
<on_poweroff>destroy</on_poweroff>
<on_reboot>destroy</on_reboot>
<on_crash>destroy</on_crash>
<devices>
<disk type='file' device='disk'>
<driver name='file'/>
<source file='/root/some.img'/>
<target dev='xvda'/>
</disk>
<graphics type='vnc' port='5906' listen='0.0.0.0'/>
</devices>
</domain>

View File

@ -0,0 +1,2 @@
(domain (domid 6)(name 'pvtest')(memory 420)(maxmem 420)(vcpus 2)(uuid '596a5d2171f48fb2e068e2386a5c413e')(on_poweroff 'destroy')(on_reboot 'destroy')(on_crash 'destroy')(image (linux (kernel '/var/lib/xen/vmlinuz.2Dn2YT')(ramdisk '/var/lib/xen/initrd.img.0u-Vhq')(args ' method=http://download.fedora.devel.redhat.com/pub/fedora/linux/core/test/5.91/x86_64/os ')(vnc 1)(vncunused 1)(vnclisten 0.0.0.0)(vncpasswd 123456)))(device (vbd (dev 'xvda')(uname 'file:/root/some.img')(mode 'w'))))

Some files were not shown because too many files have changed in this diff Show More