From 2edf53128e0da0d202de1f2c4bbf8514eccfab0f Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 14 Feb 2007 18:08:45 +0000 Subject: [PATCH] * configure.in NEWS include/libvirt/libvirt.h docs/* docs/apibuild.py: prepare release of 0.2.0, update doc, avoid console module for API. * po/*: regenerated Daniel --- ChangeLog | 6 + NEWS | 10 + configure.in | 4 +- docs/APIchunk0.html | 64 +++- docs/APIchunk1.html | 150 +++------- docs/APIchunk2.html | 157 ++++++---- docs/APIchunk3.html | 208 +++++++------ docs/APIchunk4.html | 258 ++++++++++------- docs/APIconstructors.html | 5 + docs/APIfiles.html | 26 ++ docs/APIfunctions.html | 22 ++ docs/APIsymbols.html | 26 ++ docs/apibuild.py | 2 + docs/devhelp/libvirt-libvirt.html | 122 +++++++- docs/devhelp/libvirt-virterror.html | 9 +- docs/libvir.html | 12 + docs/libvirt-api.xml | 162 ++++++++++- docs/libvirt-refs.xml | 433 ++++++++++++++++++++++++---- docs/news.html | 10 +- include/libvirt/libvirt.h | 2 +- po/af.po | 28 +- po/am.po | 28 +- po/ar.po | 28 +- po/as.po | 19 +- po/be.po | 28 +- po/bg.po | 28 +- po/bn.po | 28 +- po/bn_IN.po | 28 +- po/ca.po | 28 +- po/cs.po | 28 +- po/cy.po | 28 +- po/da.po | 28 +- po/de.po | 28 +- po/el.po | 28 +- po/en_GB.po | 19 +- po/es.po | 28 +- po/et.po | 28 +- po/eu_ES.po | 28 +- po/fa.po | 28 +- po/fi.po | 28 +- po/fr.po | 28 +- po/gl.po | 28 +- po/gu.po | 28 +- po/he.po | 28 +- po/hi.po | 28 +- po/hr.po | 28 +- po/hu.po | 28 +- po/hy.po | 28 +- po/id.po | 28 +- po/is.po | 28 +- po/it.po | 28 +- po/ja.po | 28 +- po/ka.po | 28 +- po/kn.po | 28 +- po/ko.po | 28 +- po/ku.po | 28 +- po/libvirt.pot | 19 +- po/lo.po | 28 +- po/lt.po | 28 +- po/lv.po | 28 +- po/mk.po | 28 +- po/ml.po | 28 +- po/mr.po | 28 +- po/ms.po | 27 +- po/my.po | 28 +- po/nb.po | 28 +- po/nl.po | 28 +- po/nn.po | 28 +- po/no.po | 28 +- po/nso.po | 28 +- po/or.po | 28 +- po/pa.po | 28 +- po/pl.po | 28 +- po/pt.po | 28 +- po/pt_BR.po | 28 +- po/ro.po | 28 +- po/ru.po | 28 +- po/si.po | 28 +- po/sk.po | 28 +- po/sl.po | 28 +- po/sq.po | 28 +- po/sr.po | 28 +- po/sr@Latn.po | 28 +- po/sv.po | 28 +- po/ta.po | 28 +- po/te.po | 28 +- po/th.po | 28 +- po/tr.po | 28 +- po/uk.po | 28 +- po/ur.po | 28 +- po/vi.po | 28 +- po/zh_CN.po | 28 +- po/zh_TW.po | 28 +- po/zu.po | 28 +- 94 files changed, 2478 insertions(+), 1254 deletions(-) diff --git a/ChangeLog b/ChangeLog index 91f24862e4..9eacb24160 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Feb 14 19:06:26 CET 2007 Daniel Veillard + + * configure.in NEWS include/libvirt/libvirt.h docs/* docs/apibuild.py: + prepare release of 0.2.0, update doc, avoid console module for API. + * po/*: regenerated + Tue Feb 14 12:35:24 EST 2007 Daniel P. Berrange * libvirt.spec.in: Added dep on libsysfs-devel. Pre-create diff --git a/NEWS b/NEWS index fd6bb7ddff..ff95ff51c4 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,16 @@ http://libvirt.org/news.html Releases +0.2.0: Feb 14 2007: + - Various internal cleanups (Mark McLoughlin, Richard Jones, + Daniel Berrange, Karel Zak) + - Bug fixes: avoid a crash in connect (Daniel Berrange), virsh args + parsing (Richard Jones), + + - Add support for QEmu and KVM virtualization (Daniel Berrange) + - Add support for network configuration (Mark McLoughlin) + + 0.1.11: Jan 22 2007: - Finish XML <-> XM config files support - Remove memory leak when freeing virConf objects diff --git a/configure.in b/configure.in index f397f1dfc1..7e9c35b714 100644 --- a/configure.in +++ b/configure.in @@ -4,8 +4,8 @@ AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST LIBVIRT_MAJOR_VERSION=0 -LIBVIRT_MINOR_VERSION=1 -LIBVIRT_MICRO_VERSION=11 +LIBVIRT_MINOR_VERSION=2 +LIBVIRT_MICRO_VERSION=0 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 diff --git a/docs/APIchunk0.html b/docs/APIchunk0.html index 18976e9ee5..95a535a89c 100644 --- a/docs/APIchunk0.html +++ b/docs/APIchunk0.html @@ -1,10 +1,11 @@ API Alphabetic Index A-a for libvirt

API Alphabetic Index A-a for libvirt

A-a -b-f -g-n -o-s -t-z +b-e +f-m +n-r +s-u +v-z

Letter A:

API
VIR_COPY_CPUMAP
VIR_CPU_MAPLEN
VIR_CPU_USABLE
@@ -38,13 +39,18 @@ virDomainPinVcpu
virDomainSetVcpus
Collect
virConnectListDomains
+virConnectListNetworks
Copy
virConnCopyLastError
virCopyLastError
Create
virDomainAttachDevice
+virNetworkCreate
+virNetworkCreateXML

Letter D:

Daemon
virDomainCoreDump
Default
virDefaultErrorFunc
+
Define
virNetworkDefineXML
Destroy
virDomainDestroy
virDomainDetachDevice
+virNetworkDestroy
Domain0
virDomainGetMaxMemory
virDomainGetVcpus
virDomainPinVcpu
@@ -60,7 +66,9 @@ virDomainGetVcpus
virNodeGetInfo

Letter F:

For
virDomainGetUUIDString
+virNetworkGetUUIDString
Free
virDomainFree
+virNetworkFree

Letter G:

Get
virConnectGetType
virConnectGetVersion
virDomainGetID
@@ -68,6 +76,9 @@ virDomainGetOSType
virDomainGetUUID
virDomainGetUUIDString
+virNetworkGetName
+virNetworkGetUUID
+virNetworkGetUUIDString

Letter H:

Hypervisor
virConnectClose
virConnectGetType
virConnectGetVersion
@@ -94,10 +105,14 @@

Letter P:

Provide
virConnGetLastError
virDomainGetXMLDesc
virGetLastError
+virNetworkGetXMLDesc
Provides
virConnectNumOfDefinedDomains
+virConnectNumOfDefinedNetworks
virConnectNumOfDomains
+virConnectNumOfNetworks
virGetVersion

Letter R:

RFC4122
virDomainGetUUIDString
+virNetworkGetUUIDString
Read-Only
virConnectGetVersion
Reboot
virDomainReboot
Reset
virConnResetLastError
@@ -105,6 +120,7 @@ virResetLastError
Resume
virDomainResume
Retrieve
virDomainGetMaxMemory
+
Returns
virNetworkGetBridgeName

Letter S:

Set
virConnSetErrorFunc
virSetErrorFunc
Shutdown
virDomainShutdown
@@ -120,6 +136,7 @@ VIR_NODEINFO_MAXCPUS
VIR_UNUSE_CPU
VIR_USE_CPU
+VIR_UUID_STRING_BUFLEN
cpumap
virConnectClose
virConnectGetVersion
@@ -136,29 +153,47 @@ virDomainSetMemory
virDomainSetVcpus
virDomainSuspend
+virNetworkDestroy
Try
virDomainLookupByID
virDomainLookupByName
virDomainLookupByUUID
virDomainLookupByUUIDString
+virNetworkLookupByName
+virNetworkLookupByUUID
+virNetworkLookupByUUIDString

Letter U:

USE_CPU
VIR_UNUSE_CPU
VIR_USE_CPU
UTF-8
virDomainDefineXML
virDomainGetXMLDesc
+virNetworkDefineXML
+virNetworkGetXMLDesc
UUID
virDomainGetUUID
virDomainGetUUIDString
virDomainLookupByUUID
virDomainLookupByUUIDString
+virNetworkGetUUID
+virNetworkGetUUIDString
+virNetworkLookupByUUID
+virNetworkLookupByUUIDString
+
Undefine
virNetworkUndefine
Use
virDomainSave
virDomainSuspend

Letter V:

VIR_COPY_CPUMAP
VIR_COPY_CPUMAP
VIR_CPU_USABLE
VIR_CPU_USABLE
VIR_GET_CPUMAP
VIR_GET_CPUMAP
+
VIR_UUID_BUFLEN
virDomainGetUUID
+virNetworkGetUUID
+
VIR_UUID_STRING_BUFLEN
virDomainGetUUIDString
+virNetworkGetUUIDString

Letter W:

What
_virError

Letter X:

XML
virDomainAttachDevice
virDomainCreateLinux
virDomainDefineXML
virDomainDetachDevice
virDomainGetXMLDesc
+virNetworkCreateXML
+virNetworkDefineXML
+virNetworkGetXMLDesc
Xen
virDomainCoreDump
virDomainGetVcpus
virDomainPinVcpu
@@ -166,6 +201,7 @@

Letter a:

about
virDomainGetInfo
virDomainGetUUIDString
virDomainGetVcpus
+virNetworkGetUUIDString
virNodeGetInfo
access
_virNodeInfo
virConnectGetVersion
@@ -177,13 +213,16 @@ virDomainSetMemory
virDomainSetVcpus
virDomainSuspend
+virNetworkDestroy
accesses
virConnGetLastError
virGetLastError
active
VIR_NODEINFO_MAXCPUS
_virNodeInfo
virConnectListDomains
+virConnectListNetworks
virConnectNumOfDefinedDomains
virConnectNumOfDomains
+virConnectNumOfNetworks
virDomainSuspend
add
virDomainShutdown
after
virDomainReboot
@@ -191,9 +230,11 @@ virDomainShutdown
against
virGetVersion
alive
virDomainFree
+virNetworkFree
all
VIR_CPU_MAPLEN
virDomainDestroy
virDomainGetVcpus
+virNetworkDestroy
allocated
cpumap
virDomainGetInfo
virDomainGetMaxMemory
@@ -205,6 +246,7 @@ virNodeGetInfo
allowed
_virDomainInfo
already
virDomainDestroy
+virNetworkDestroy
also
virDomainGetVcpus
amount
virDomainGetMaxMemory
virDomainSetMaxMemory
@@ -221,6 +263,7 @@ virConnectOpenReadOnly
virDomainDestroy
virDomainPinVcpu
+virNetworkDestroy
virSetErrorFunc
argument
virConnectOpen
virConnectOpenReadOnly
@@ -228,10 +271,14 @@ VIR_GET_CPUMAP
cpumaps
virConnectListDefinedDomains
+virConnectListDefinedNetworks
virConnectListDomains
+virConnectListNetworks
virDomainGetUUID
virDomainGetUUIDString
virDomainGetVcpus
+virNetworkGetUUID
+virNetworkGetUUIDString
assumed
virDomainGetVcpus
virGetVersion
attachment
virDomainAttachDevice
@@ -241,8 +288,9 @@
availble
virGetVersion
avoid
virInitialize

A-a -b-f -g-n -o-s -t-z +b-e +f-m +n-r +s-u +v-z

diff --git a/docs/APIchunk1.html b/docs/APIchunk1.html index 0aafab8013..c7ef6847e7 100644 --- a/docs/APIchunk1.html +++ b/docs/APIchunk1.html @@ -1,13 +1,15 @@ -API Alphabetic Index b-f for libvirt

API Alphabetic Index b-f for libvirt

A-a -b-f -g-n -o-s -t-z +API Alphabetic Index b-e for libvirt

API Alphabetic Index b-e for libvirt

A-a +b-e +f-m +n-r +s-u +v-z

Letter b:

back
virConnSetErrorFunc
virDomainDestroy
virGetVersion
+virNetworkDestroy
backend
virDomainAttachDevice
virDomainDetachDevice
based
virDomainCreateLinux
@@ -15,6 +17,10 @@ virDomainLookupByName
virDomainLookupByUUID
virDomainLookupByUUIDString
+virNetworkCreateXML
+virNetworkLookupByName
+virNetworkLookupByUUID
+virNetworkLookupByUUIDString
being
virDomainReboot
virDomainShutdown
virErrorFunc
@@ -27,6 +33,8 @@ virDomainGetVcpus
virDomainPinVcpu
block
_virDomainKernel
+
bridge
virNetworkGetBridgeName
+
buffer
VIR_UUID_STRING_BUFLEN
but
VIR_NODEINFO_MAXCPUS
virConnGetLastError
virDomainDefineXML
@@ -35,6 +43,8 @@ virDomainSuspend
virDomainUndefine
virGetLastError
+virNetworkDefineXML
+virNetworkUndefine
byte
virDomainPinVcpu
bytes
VIR_CPU_MAPLEN
cpumap
@@ -44,6 +54,8 @@ virDomainGetUUIDString
virDomainGetVcpus
virDomainPinVcpu
+virNetworkGetUUID
+virNetworkGetUUIDString

Letter c:

calculate
VIR_NODEINFO_MAXCPUS
call
virConnectGetVersion
virDomainCreate
@@ -51,6 +63,8 @@ virDomainSave
virDomainSetVcpus
virInitialize
+virNetworkCreate
+virNetworkDestroy
callback
virConnSetErrorFunc
virErrorFunc
virSetErrorFunc
@@ -62,6 +76,8 @@
caller
cpumap
virDomainGetOSType
virDomainGetXMLDesc
+virNetworkGetBridgeName
+virNetworkGetXMLDesc
calling
virDomainResume
calloc
virDomainGetVcpus
can
virConnectGetVersion
@@ -88,6 +104,7 @@ virDomainPinVcpu
virGetVersion
collect
virConnectListDomains
+virConnectListNetworks
command
_virDomainKernel
compiled
virGetVersion
complete
VIR_CPU_MAPLEN
@@ -97,6 +114,7 @@ VIR_GET_CPUMAP
VIR_UNUSE_CPU
VIR_USE_CPU
+
connect
virNetworkGetBridgeName
consequent
_virError
content
virConnCopyLastError
virCopyLastError
@@ -124,6 +142,7 @@
cpumaps
VIR_COPY_CPUMAP
VIR_GET_CPUMAP
virDomainGetVcpus
+
create
virNetworkDefineXML
cupmap
virDomainGetVcpus
currently
virConnectOpen
virConnectOpenReadOnly
@@ -132,20 +151,28 @@ virDomainDestroy
virDomainFree
virErrorFunc
+virNetworkDestroy
+virNetworkFree
virSetErrorFunc
deallocated
virDomainGetName
+virNetworkGetName
default
virConnSetErrorFunc
virSetErrorFunc
define
virDomainDefineXML
defined
virConnectListDefinedDomains
virDomainCreate
virDomainUndefine
+virNetworkCreate
+virNetworkUndefine
described
virDomainGetVcpus
description
virDomainAttachDevice
virDomainCreateLinux
virDomainDefineXML
virDomainDetachDevice
virDomainGetXMLDesc
+virNetworkCreateXML
+virNetworkDefineXML
+virNetworkGetXMLDesc
device
_virDomainKernel
virDomainAttachDevice
virDomainDetachDevice
@@ -156,6 +183,9 @@ virDomainDestroy
virDomainSetVcpus
virDomainUndefine
+virNetworkDefineXML
+virNetworkDestroy
+virNetworkUndefine
domains
virConnectListDefinedDomains
virConnectListDomains
virConnectNumOfDefinedDomains
@@ -163,10 +193,12 @@ virConnectOpenReadOnly
virDomainCreate
down
virDomainDestroy
+virNetworkDestroy
driver
virGetVersion
dump
virDomainCoreDump

Letter e:

each
virDomainPinVcpu
encoded
virDomainGetXMLDesc
+virNetworkGetXMLDesc
especially
virConnectClose
expected
_virNodeInfo
extra
_virError
@@ -176,107 +208,11 @@
extracted
virConnectGetVersion
virDomainGetInfo
extraction
virDomainGetXMLDesc
-

Letter f:

fail
virDomainSetVcpus
-
failure
virDomainAttachDevice
-virDomainCoreDump
-virDomainCreateLinux
-virDomainDestroy
-virDomainDetachDevice
-virDomainFree
-virDomainGetInfo
-virDomainGetVcpus
-virDomainLookupByID
-virDomainLookupByName
-virDomainLookupByUUID
-virDomainLookupByUUIDString
-virDomainPinVcpu
-virDomainReboot
-virDomainRestore
-virDomainResume
-virDomainSave
-virDomainSetMaxMemory
-virDomainSetMemory
-virDomainSetVcpus
-virDomainShutdown
-virDomainSuspend
-virGetVersion
-virNodeGetInfo
-
file
virDomainCoreDump
-virDomainSave
-
filename
_virDomainKernel
-
filled
virDomainGetVcpus
-
find
virDomainLookupByID
-
first
virConnectOpen
-virConnectOpenReadOnly
-
flags
virDomainCoreDump
-virDomainGetXMLDesc
-virDomainReboot
-
for
_virDomainInfo
-_virNodeInfo
-virConnGetLastError
-virConnectGetVersion
-virDomainCoreDump
-virDomainDefineXML
-virDomainGetID
-virDomainGetName
-virDomainGetUUID
-virDomainGetUUIDString
-virDomainGetVcpus
-virDomainLookupByName
-virDomainLookupByUUID
-virDomainLookupByUUIDString
-virDomainPinVcpu
-virDomainReboot
-virDomainSave
-virDomainSetVcpus
-virDomainShutdown
-virErrorFunc
-virGetLastError
-virGetVersion
-virSetErrorFunc
-
format
virDomainGetVcpus
-virGetVersion
-
found
virConnCopyLastError
-virConnectListDomains
-virConnectNumOfDefinedDomains
-virConnectNumOfDomains
-virCopyLastError
-
free
virConnCopyLastError
-virCopyLastError
-virDomainGetXMLDesc
-
freed
virDomainDestroy
-virDomainFree
-virDomainGetOSType
-
frequency
_virNodeInfo
-
from
VIR_COPY_CPUMAP
-VIR_GET_CPUMAP
-_virVcpuInfo
-virDomainCreate
-virDomainGetVcpus
-virDomainPinVcpu
-virDomainResume
-
frozen
virDomainResume
-virDomainSuspend
-
function
virConnSetErrorFunc
-virConnectClose
-virConnectOpen
-virConnectOpenReadOnly
-virDomainCreateLinux
-virDomainDestroy
-virDomainPinVcpu
-virDomainResume
-virDomainSetMaxMemory
-virDomainSetMemory
-virDomainSetVcpus
-virDomainSuspend
-virErrorFunc
-virSetErrorFunc
-
functionalities
virConnectOpenReadOnly
-
further
virConnectClose
-virDomainSuspend
+virNetworkGetXMLDesc

A-a -b-f -g-n -o-s -t-z +b-e +f-m +n-r +s-u +v-z

diff --git a/docs/APIchunk2.html b/docs/APIchunk2.html index 0a1a8b7550..500f56e56b 100644 --- a/docs/APIchunk2.html +++ b/docs/APIchunk2.html @@ -1,11 +1,73 @@ -API Alphabetic Index g-n for libvirt

API Alphabetic Index g-n for libvirt

A-a -b-f -g-n -o-s -t-z -

Letter g:

general
virDomainShutdown
+API Alphabetic Index f-m for libvirt

API Alphabetic Index f-m for libvirt

A-a +b-e +f-m +n-r +s-u +v-z +

Letter f:

fail
virDomainSetVcpus
+
file
virDomainCoreDump
+virDomainSave
+
filename
_virDomainKernel
+
filled
virDomainGetVcpus
+
find
virDomainLookupByID
+
first
virConnectOpen
+virConnectOpenReadOnly
+
flags
virDomainCoreDump
+virDomainGetXMLDesc
+virDomainReboot
+virNetworkGetXMLDesc
+
format
virDomainGetVcpus
+virGetVersion
+
found
virConnCopyLastError
+virConnectListDomains
+virConnectListNetworks
+virConnectNumOfDefinedDomains
+virConnectNumOfDefinedNetworks
+virConnectNumOfDomains
+virConnectNumOfNetworks
+virCopyLastError
+
free
virConnCopyLastError
+virCopyLastError
+virDomainGetXMLDesc
+virNetworkGetBridgeName
+virNetworkGetXMLDesc
+
freed
virDomainDestroy
+virDomainFree
+virDomainGetOSType
+virNetworkDestroy
+virNetworkFree
+
frequency
_virNodeInfo
+
from
VIR_COPY_CPUMAP
+VIR_GET_CPUMAP
+_virVcpuInfo
+virDomainCreate
+virDomainGetVcpus
+virDomainPinVcpu
+virDomainResume
+virNetworkCreate
+
frozen
virDomainResume
+virDomainSuspend
+
function
virConnSetErrorFunc
+virConnectClose
+virConnectOpen
+virConnectOpenReadOnly
+virDomainCreateLinux
+virDomainDestroy
+virDomainPinVcpu
+virDomainResume
+virDomainSetMaxMemory
+virDomainSetMemory
+virDomainSetVcpus
+virDomainSuspend
+virErrorFunc
+virNetworkDestroy
+virSetErrorFunc
+
functionalities
virConnectOpenReadOnly
+
further
virConnectClose
+virDomainSuspend
+

Letter g:

general
virDomainShutdown
get
virConnSetErrorFunc
virConnectOpen
virConnectOpenReadOnly
@@ -17,6 +79,10 @@ virDomainLookupByName
virDomainLookupByUUID
virDomainLookupByUUIDString
+virNetworkDestroy
+virNetworkLookupByName
+virNetworkLookupByUUID
+virNetworkLookupByUUIDString
global
virConnSetErrorFunc
virSetErrorFunc
growing
virDomainSetVcpus
@@ -39,6 +105,8 @@
ignore
virDomainReboot
virDomainShutdown
image
_virDomainKernel
+
inactive
virConnectListDefinedNetworks
+virConnectNumOfDefinedNetworks
indicating
_virNodeInfo
info
virDomainGetVcpus
information
_virError
@@ -46,6 +114,7 @@ virDomainGetUUIDString
virDomainGetVcpus
virGetVersion
+virNetworkGetUUIDString
virNodeGetInfo
informative
_virError
init
_virDomainKernel
@@ -55,8 +124,12 @@ virDomainDestroy
virDomainFree
virDomainGetXMLDesc
+virNetworkDestroy
+virNetworkFree
+virNetworkGetXMLDesc
int
virDomainGetID
interaction
virConnectClose
+
interface
virNetworkGetBridgeName
interpreted
virDomainCoreDump
into
VIR_COPY_CPUMAP
its
virDomainGetName
@@ -64,7 +137,13 @@ virDomainLookupByUUID
virDomainLookupByUUIDString
virDomainSave
+virNetworkGetName
+virNetworkLookupByName
+virNetworkLookupByUUID
+virNetworkLookupByUUIDString
+

Letter j:

join
virNetworkGetBridgeName

Letter k:

kept
virDomainFree
+virNetworkFree
kernel
_virDomainKernel
kilobytes
_virNodeInfo
virDomainGetMaxMemory
@@ -80,9 +159,11 @@ virResetLastError
later
VIR_COPY_CPUMAP
virDomainGetXMLDesc
+virNetworkGetXMLDesc
launch
virDomainCreate
least
virDomainPinVcpu
length
VIR_CPU_MAPLEN
+VIR_UUID_STRING_BUFLEN
maplen
level
virConnectGetVersion
virCopyLastError
@@ -102,17 +183,23 @@ virResetLastError
virSetErrorFunc
lifetime
virDomainGetName
+virNetworkGetName
limited
virDomainGetInfo
virDomainSetVcpus
line
_virDomainKernel
list
virConnectListDefinedDomains
+virConnectListDefinedNetworks
virConnectListDomains
+virConnectListNetworks
listed
virDomainSave
little-endian
virDomainPinVcpu
looked
virGetVersion
lookup
virDomainLookupByName
virDomainLookupByUUID
virDomainLookupByUUIDString
+virNetworkLookupByName
+virNetworkLookupByUUID
+virNetworkLookupByUUIDString
lowest
virDomainPinVcpu

Letter m:

macro
VIR_COPY_CPUMAP
VIR_CPU_MAPLEN
@@ -121,6 +208,7 @@ VIR_NODEINFO_MAXCPUS
VIR_UNUSE_CPU
VIR_USE_CPU
+VIR_UUID_STRING_BUFLEN
major
virConnectGetVersion
virGetVersion
malloc
cpumap
@@ -148,6 +236,9 @@ virDomainShutdown
virDomainSuspend
virGetLastError
+virNetworkDestroy
+virNetworkGetBridgeName
+virNetworkGetXMLDesc
means
virDomainPinVcpu
mem
_virNodeInfo
memory
_virDomainInfo
@@ -171,7 +262,9 @@
model
_virNodeInfo
monitoring
virConnectClose
more
virDomainGetUUIDString
+virNetworkGetUUIDString
moves
virDomainCreate
+virNetworkCreate
multithreaded
virConnGetLastError
virGetLastError
virInitialize
@@ -179,50 +272,12 @@ virDomainGetOSType
virDomainGetVcpus
virDomainGetXMLDesc
-

Letter n:

name
virConnectGetType
-virDomainGetName
-virDomainLookupByName
-
names
virConnectListDefinedDomains
-
nanoseconds
_virDomainInfo
-_virVcpuInfo
-
neccessarily
VIR_NODEINFO_MAXCPUS
-
need
virConnCopyLastError
-virConnectClose
-virCopyLastError
-virDomainGetName
-
needed
virConnectClose
-
new
virDomainCreateLinux
-virDomainGetOSType
-virDomainLookupByID
-virDomainLookupByName
-virDomainLookupByUUID
-virDomainLookupByUUIDString
-virDomainSetVcpus
-
node
_virNodeInfo
-virNodeGetInfo
-
non
VIR_CPU_USABLE
-
none
virConnGetLastError
-virGetLastError
-
not
VIR_NODEINFO_MAXCPUS
-VIR_UNUSE_CPU
-virConnGetLastError
-virConnectClose
-virConnectGetVersion
-virDomainDefineXML
-virDomainDestroy
-virDomainFree
-virDomainGetName
-virDomainGetXMLDesc
-virDomainReboot
-virDomainSave
-virDomainSetVcpus
-virDomainShutdown
-virDomainUndefine
-virGetLastError
-virGetVersion
+virNetworkGetBridgeName
+virNetworkGetXMLDesc

A-a -b-f -g-n -o-s -t-z +b-e +f-m +n-r +s-u +v-z

diff --git a/docs/APIchunk3.html b/docs/APIchunk3.html index 5e4cff27f8..b41e5c065d 100644 --- a/docs/APIchunk3.html +++ b/docs/APIchunk3.html @@ -1,11 +1,74 @@ -API Alphabetic Index o-s for libvirt

API Alphabetic Index o-s for libvirt

A-a -b-f -g-n -o-s -t-z -

Letter o:

occured
virConnGetLastError
+API Alphabetic Index n-r for libvirt

API Alphabetic Index n-r for libvirt

A-a +b-e +f-m +n-r +s-u +v-z +

Letter n:

name
virConnectGetType
+virDomainGetName
+virDomainLookupByName
+virNetworkGetBridgeName
+virNetworkGetName
+virNetworkLookupByName
+
names
virConnectListDefinedDomains
+virConnectListDefinedNetworks
+virConnectListNetworks
+
nanoseconds
_virDomainInfo
+_virVcpuInfo
+
neccessarily
VIR_NODEINFO_MAXCPUS
+
need
virConnCopyLastError
+virConnectClose
+virCopyLastError
+virDomainGetName
+virNetworkGetName
+
needed
virConnectClose
+
networks
virConnectListDefinedNetworks
+virConnectListNetworks
+virConnectNumOfDefinedNetworks
+virConnectNumOfNetworks
+virNetworkCreate
+
new
virDomainCreateLinux
+virDomainGetOSType
+virDomainLookupByID
+virDomainLookupByName
+virDomainLookupByUUID
+virDomainLookupByUUIDString
+virDomainSetVcpus
+virNetworkCreateXML
+virNetworkLookupByName
+virNetworkLookupByUUID
+virNetworkLookupByUUIDString
+
node
_virNodeInfo
+virNodeGetInfo
+
non
VIR_CPU_USABLE
+
none
virConnGetLastError
+virGetLastError
+
not
VIR_NODEINFO_MAXCPUS
+VIR_UNUSE_CPU
+virConnGetLastError
+virConnectClose
+virConnectGetVersion
+virDomainDefineXML
+virDomainDestroy
+virDomainFree
+virDomainGetName
+virDomainGetXMLDesc
+virDomainReboot
+virDomainSave
+virDomainSetVcpus
+virDomainShutdown
+virDomainUndefine
+virGetLastError
+virGetVersion
+virNetworkDefineXML
+virNetworkDestroy
+virNetworkFree
+virNetworkGetName
+virNetworkGetXMLDesc
+virNetworkUndefine
+

Letter o:

occured
virConnGetLastError
virGetLastError
offline
_virVcpuInfo
one
_virDomainInfo
@@ -14,6 +77,7 @@ virDomainCreateLinux
virDomainDetachDevice
virDomainGetVcpus
+virNetworkCreateXML
only
virConnectGetVersion
virDomainGetInfo
operation
virDomainGetOSType
@@ -23,6 +87,7 @@ virConnectOpen
virConnectOpenReadOnly
virDomainCreateLinux
+
order
virNetworkGetBridgeName
order:
virDomainPinVcpu
otherwise
VIR_CPU_USABLE
virConnCopyLastError
@@ -31,6 +96,7 @@ virCopyLastError
virDomainDefineXML
virGetVersion
+virNetworkDefineXML
output
virDomainSave

Letter p:

parameter
virConnCopyLastError
virCopyLastError
@@ -51,10 +117,13 @@ virDomainSetMemory
pointed
virResetError
pointers
virConnectListDefinedDomains
+virConnectListDefinedNetworks
pointing
_virDomainKernel
pools
virDomainCreate
+virNetworkCreate
potential
virInitialize
preferably
virDomainDefineXML
+virNetworkDefineXML
previously
cpumap
printing
virSetErrorFunc
priviledged
virConnectGetVersion
@@ -66,21 +135,26 @@ virDomainSetMemory
virDomainSetVcpus
virDomainSuspend
+virNetworkDestroy
problem
virDomainSave
process
virDomainResume
virDomainSuspend
provided
virConnSetErrorFunc
virConnectListDefinedDomains
+virConnectListDefinedNetworks
virErrorFunc
virSetErrorFunc
+
provides
VIR_UUID_STRING_BUFLEN
providing
LIBVIR_VERSION_NUMBER
public
virDomainGetName
+virNetworkGetName

Letter r:

race
virInitialize
raised
_virError
virErrorFunc
virSetErrorFunc
ramdisk
_virDomainKernel
raw
virDomainLookupByUUID
+virNetworkLookupByUUID
reactivate
virDomainSuspend
real
_virVcpuInfo
cpumap
@@ -93,6 +167,7 @@
related
VIR_UNUSE_CPU
VIR_USE_CPU
relaunch
virDomainGetXMLDesc
+virNetworkGetXMLDesc
release
virConnectGetVersion
virGetVersion
remote
virDomainCoreDump
@@ -100,6 +175,7 @@
request
virDomainReboot
virDomainShutdown
required
VIR_CPU_MAPLEN
+VIR_UUID_STRING_BUFLEN
requires
virDomainCreateLinux
virDomainDestroy
virDomainPinVcpu
@@ -108,6 +184,7 @@ virDomainSetMemory
virDomainSetVcpus
virDomainSuspend
+virNetworkDestroy
reserved
virDomainGetMaxMemory
virDomainSetMaxMemory
virDomainSetMemory
@@ -116,6 +193,7 @@ virSetErrorFunc
resources
virDomainDestroy
virDomainSuspend
+virNetworkDestroy
restart
virDomainReboot
restarted
virDomainResume
restore
virDomainRestore
@@ -126,16 +204,21 @@
return
virConnectGetVersion
virDomainDestroy
virGetVersion
+virNetworkDestroy
returned
virDomainCreateLinux
virDomainGetVcpus
virDomainGetXMLDesc
virDomainPinVcpu
virGetVersion
+virNetworkCreateXML
+virNetworkGetBridgeName
+virNetworkGetXMLDesc
returns
VIR_CPU_MAPLEN
VIR_CPU_USABLE
VIR_GET_CPUMAP
virConnectGetVersion
reused
virDomainGetXMLDesc
+virNetworkGetXMLDesc
root
_virDomainKernel
routine
virDefaultErrorFunc
virInitialize
@@ -147,112 +230,17 @@ virDomainFree
virDomainSave
virDomainUndefine
+virNetworkCreate
+virNetworkDestroy
+virNetworkFree
+virNetworkUndefine
runs
virDomainGetMaxMemory
virDomainSetMaxMemory
virDomainSetMemory
-

Letter s:

same
virDomainGetName
-
save
virDomainSave
-
saved
virDomainRestore
-
saving
virDomainSave
-
see
virDomainGetUUIDString
-
set
VIR_USE_CPU
-virConnectOpenReadOnly
-virDomainCreateLinux
-virDomainGetInfo
-virDomainGetXMLDesc
-virDomainPinVcpu
-
should
virConnectClose
-virConnectOpen
-virConnectOpenReadOnly
-virDomainDestroy
-virDomainFree
-virDomainShutdown
-
shutdown
virDomainDestroy
-
significant
virDomainPinVcpu
-
similar
virDomainCreateLinux
-
single
VIR_CPU_MAPLEN
-
size
_virNodeInfo
-virConnectListDefinedDomains
-virConnectListDomains
-virDomainGetMaxMemory
-virDomainGetVcpus
-virDomainPinVcpu
-virDomainSetMaxMemory
-virDomainSetMemory
-
socket
_virNodeInfo
-
software
virConnectGetType
-
specified
VIR_COPY_CPUMAP
-VIR_GET_CPUMAP
-
start
virDomainDefineXML
-
startup
virInitialize
-
state
_virDomainInfo
-virDomainResume
-
static
virConnectGetType
-
stay
virDomainSuspend
-
stderr
virDefaultErrorFunc
-virSetErrorFunc
-
still
virDomainReboot
-virDomainShutdown
-
stop
virDomainUndefine
-
stopped
virDomainReboot
-virDomainShutdown
-
store
VIR_CPU_MAPLEN
-virConnectListDefinedDomains
-virConnectListDomains
-virConnectOpen
-virDomainGetVcpus
-
stored
virDomainPinVcpu
-
stores
virConnectListDefinedDomains
-
string
_virError
-_virNodeInfo
-virConnectGetType
-virDomainGetName
-virDomainGetOSType
-virDomainGetUUIDString
-virDomainLookupByUUIDString
-
structure
virDomainDestroy
-virDomainFree
-virDomainGetInfo
-virNodeGetInfo
-
structures
virDomainGetVcpus
-
succeed
virDomainCreate
-
success
virConnectClose
-virDomainAttachDevice
-virDomainCoreDump
-virDomainCreate
-virDomainDestroy
-virDomainDetachDevice
-virDomainFree
-virDomainGetInfo
-virDomainGetUUID
-virDomainGetUUIDString
-virDomainGetVcpus
-virDomainPinVcpu
-virDomainReboot
-virDomainRestore
-virDomainResume
-virDomainSave
-virDomainSetMaxMemory
-virDomainSetMemory
-virDomainSetVcpus
-virDomainShutdown
-virDomainSuspend
-virDomainUndefine
-virInitialize
-virNodeGetInfo
-
successful
virDomainSave
-
suitable
virConnGetLastError
-virGetLastError
-
support
virDomainSetVcpus
-
supported
VIR_NODEINFO_MAXCPUS
-
suspend
virDomainSave
-
suspended
virDomainResume
-
system
virDomainGetOSType
-virDomainGetVcpus
-virDomainPinVcpu

A-a -b-f -g-n -o-s -t-z +b-e +f-m +n-r +s-u +v-z

diff --git a/docs/APIchunk4.html b/docs/APIchunk4.html index f233b4ade0..05ef1c0f2e 100644 --- a/docs/APIchunk4.html +++ b/docs/APIchunk4.html @@ -1,15 +1,145 @@ -API Alphabetic Index t-z for libvirt

API Alphabetic Index t-z for libvirt

A-a -b-f -g-n -o-s -t-z -

Letter t:

target
virConnCopyLastError
+API Alphabetic Index s-u for libvirt

API Alphabetic Index s-u for libvirt

A-a +b-e +f-m +n-r +s-u +v-z +

Letter s:

same
virDomainGetName
+virNetworkGetName
+
save
virDomainSave
+
saved
virDomainRestore
+
saving
virDomainSave
+
see
virDomainGetUUIDString
+virNetworkGetUUIDString
+
set
VIR_USE_CPU
+virConnectOpenReadOnly
+virDomainCreateLinux
+virDomainGetInfo
+virDomainGetXMLDesc
+virDomainPinVcpu
+virNetworkGetXMLDesc
+
should
virConnectClose
+virConnectOpen
+virConnectOpenReadOnly
+virDomainDestroy
+virDomainFree
+virDomainShutdown
+virNetworkDestroy
+virNetworkFree
+
shutdown
virDomainDestroy
+virNetworkDestroy
+
significant
virDomainPinVcpu
+
similar
virDomainCreateLinux
+virNetworkCreateXML
+
single
VIR_CPU_MAPLEN
+
size
_virNodeInfo
+virConnectListDefinedDomains
+virConnectListDefinedNetworks
+virConnectListDomains
+virConnectListNetworks
+virDomainGetMaxMemory
+virDomainGetVcpus
+virDomainPinVcpu
+virDomainSetMaxMemory
+virDomainSetMemory
+
socket
_virNodeInfo
+
software
virConnectGetType
+
specified
VIR_COPY_CPUMAP
+VIR_GET_CPUMAP
+
start
virDomainDefineXML
+virNetworkCreate
+virNetworkCreateXML
+
startup
virInitialize
+
state
_virDomainInfo
+virDomainResume
+
static
virConnectGetType
+
stay
virDomainSuspend
+
stderr
virDefaultErrorFunc
+virSetErrorFunc
+
still
virDomainReboot
+virDomainShutdown
+
stop
virDomainUndefine
+virNetworkUndefine
+
stopped
virDomainReboot
+virDomainShutdown
+
store
VIR_CPU_MAPLEN
+virConnectListDefinedDomains
+virConnectListDefinedNetworks
+virConnectListDomains
+virConnectListNetworks
+virConnectOpen
+virDomainGetVcpus
+
stored
virDomainPinVcpu
+
stores
virConnectListDefinedDomains
+virConnectListDefinedNetworks
+
string
_virError
+_virNodeInfo
+virConnectGetType
+virDomainGetName
+virDomainGetOSType
+virDomainGetUUIDString
+virDomainLookupByUUIDString
+virNetworkGetName
+virNetworkGetUUIDString
+virNetworkLookupByUUIDString
+
structure
virDomainDestroy
+virDomainFree
+virDomainGetInfo
+virNetworkDestroy
+virNetworkFree
+virNodeGetInfo
+
structures
virDomainGetVcpus
+
succeed
virDomainCreate
+virNetworkCreate
+
success
virConnectClose
+virDomainAttachDevice
+virDomainCoreDump
+virDomainCreate
+virDomainDestroy
+virDomainDetachDevice
+virDomainFree
+virDomainGetInfo
+virDomainGetUUID
+virDomainGetUUIDString
+virDomainGetVcpus
+virDomainPinVcpu
+virDomainReboot
+virDomainRestore
+virDomainResume
+virDomainSave
+virDomainSetMaxMemory
+virDomainSetMemory
+virDomainSetVcpus
+virDomainShutdown
+virDomainSuspend
+virDomainUndefine
+virInitialize
+virNetworkCreate
+virNetworkDestroy
+virNetworkFree
+virNetworkGetUUID
+virNetworkGetUUIDString
+virNetworkUndefine
+virNodeGetInfo
+
successful
virDomainSave
+
suitable
virConnGetLastError
+virGetLastError
+
support
virDomainSetVcpus
+
supported
VIR_NODEINFO_MAXCPUS
+
suspend
virDomainSave
+
suspended
virDomainResume
+
system
virDomainGetOSType
+virDomainGetVcpus
+virDomainPinVcpu
+

Letter t:

target
virConnCopyLastError
virCopyLastError
virDomainSetMemory
terminated
virConnectGetType
virDomainGetXMLDesc
+virNetworkGetBridgeName
+virNetworkGetXMLDesc
that
virConnCopyLastError
virConnGetLastError
virConnResetLastError
@@ -20,7 +150,9 @@ virDomainReboot
virDomainSetVcpus
virDomainShutdown
+virNetworkGetName
their
virConnectListDomains
+virConnectListNetworks
then
virConnectOpenReadOnly
virDomainGetMaxMemory
virDomainGetVcpus
@@ -34,6 +166,8 @@ virSetErrorFunc
thereafter
virDomainDestroy
virDomainFree
+virNetworkDestroy
+virNetworkFree
this
_virError
virDomainGetMaxMemory
virDomainGetVcpus
@@ -87,114 +221,18 @@ virDomainReboot
virDomainSetVcpus
virDomainSuspend
+virNetworkDestroy
+virNetworkFree
+virNetworkGetXMLDesc
user
virConnSetErrorFunc
virDomainGetInfo
virErrorFunc
virNodeGetInfo
virSetErrorFunc
-

Letter v:

value
VIR_CPU_USABLE
-_virVcpuInfo
-virConnectGetVersion
-virDomainGetXMLDesc
-virGetVersion
-
values
virGetVersion
-
vcpu
VIR_COPY_CPUMAP
-VIR_CPU_USABLE
-VIR_GET_CPUMAP
-
vcpus
virDomainGetVcpus
-
version
LIBVIR_VERSION_NUMBER
-virConnectGetVersion
-virGetVersion
-
virConnCopyLastError
virConnGetLastError
-
virCopyLastError
virGetLastError
-
virDomainCreateLinux
virDomainGetXMLDesc
-
virDomainFlags
_virDomainInfo
-virDomainCreateLinux
-
virDomainGetVcpus
VIR_COPY_CPUMAP
-VIR_CPU_USABLE
-VIR_GET_CPUMAP
-
virDomainGetXMLDesc
virDomainCreateLinux
-
virDomainInfo
virDomainGetInfo
-
virDomainPinVcpu
VIR_COPY_CPUMAP
-VIR_CPU_MAPLEN
-VIR_GET_CPUMAP
-VIR_UNUSE_CPU
-VIR_USE_CPU
-virDomainGetVcpus
-
virDomainRestore
virDomainSave
-
virDomainResume
virDomainSuspend
-
virDomainSave
virDomainRestore
-
virError
virResetError
-
virErrorNumber
_virError
-
virNodeInfo
nodeinfo
-virNodeGetInfo
-
virResetError
virConnCopyLastError
-virCopyLastError
-
virSuspendDomain
virDomainResume
-
virVcpuInfo
virDomainGetVcpus
-
virVcpuState
_virVcpuInfo
-
virtual
VIR_CPU_MAPLEN
-_virDomainInfo
-_virVcpuInfo
-vcpu
-virDomainAttachDevice
-virDomainDetachDevice
-virDomainGetVcpus
-virDomainPinVcpu
-virDomainSetVcpus
-
virtualization
virDomainGetVcpus
-virDomainPinVcpu
-virDomainSetVcpus
-

Letter w:

was
virConnCopyLastError
-virCopyLastError
-virDomainResume
-virGetVersion
-
when
virErrorFunc
-virInitialize
-
where
virDomainGetMaxMemory
-virDomainResume
-virDomainSetMaxMemory
-virDomainSetMemory
-
which
virConnGetLastError
-virConnSetErrorFunc
-virConnectClose
-virDomainPinVcpu
-virGetLastError
-virGetVersion
-virSetErrorFunc
-
while
virGetVersion
-
will
virConnCopyLastError
-virConnSetErrorFunc
-virCopyLastError
-virDomainCoreDump
-virDomainGetName
-virDomainRestore
-virDomainSave
-virDomainSuspend
-virGetVersion
-virSetErrorFunc
-
with
VIR_COPY_CPUMAP
-VIR_CPU_MAPLEN
-VIR_CPU_USABLE
-VIR_GET_CPUMAP
-VIR_UNUSE_CPU
-VIR_USE_CPU
-virConnCopyLastError
-virConnectClose
-virConnectGetVersion
-virCopyLastError
-virDomainGetXMLDesc
-
without
virDomainSuspend
-
work
virConnectGetVersion
-

Letter x:

xen
virConnectOpen
-

Letter y:

yet
virDomainGetXMLDesc
-virDomainReboot
-

Letter z:

zero
VIR_CPU_USABLE
-virConnectGetType
-virDomainPinVcpu

A-a -b-f -g-n -o-s -t-z +b-e +f-m +n-r +s-u +v-z

diff --git a/docs/APIconstructors.html b/docs/APIconstructors.html index 740e6a6c3b..7fc7136683 100644 --- a/docs/APIconstructors.html +++ b/docs/APIconstructors.html @@ -12,4 +12,9 @@ virDomainLookupByUUIDString

Type virErrorPtr:

virConnGetLastError
virGetLastError
+

Type virNetworkPtr:

virNetworkCreateXML
+virNetworkDefineXML
+virNetworkLookupByName
+virNetworkLookupByUUID
+virNetworkLookupByUUIDString

diff --git a/docs/APIfiles.html b/docs/APIfiles.html index d0cb108fba..ff54362e51 100644 --- a/docs/APIfiles.html +++ b/docs/APIfiles.html @@ -24,6 +24,8 @@ VIR_NODEINFO_MAXCPUS
VIR_UNUSE_CPU
VIR_USE_CPU
+VIR_UUID_BUFLEN
+VIR_UUID_STRING_BUFLEN
VIR_VCPU_BLOCKED
VIR_VCPU_OFFLINE
VIR_VCPU_RUNNING
@@ -36,9 +38,13 @@ virConnectGetType
virConnectGetVersion
virConnectListDefinedDomains
+virConnectListDefinedNetworks
virConnectListDomains
+virConnectListNetworks
virConnectNumOfDefinedDomains
+virConnectNumOfDefinedNetworks
virConnectNumOfDomains
+virConnectNumOfNetworks
virConnectOpen
virConnectOpenReadOnly
virConnectPtr
@@ -86,6 +92,22 @@ virDomainUndefine
virGetVersion
virInitialize
+virNetwork
+virNetworkCreate
+virNetworkCreateXML
+virNetworkDefineXML
+virNetworkDestroy
+virNetworkFree
+virNetworkGetBridgeName
+virNetworkGetName
+virNetworkGetUUID
+virNetworkGetUUIDString
+virNetworkGetXMLDesc
+virNetworkLookupByName
+virNetworkLookupByUUID
+virNetworkLookupByUUIDString
+virNetworkPtr
+virNetworkUndefine
virNodeGetInfo
virNodeInfo
virNodeInfoPtr
@@ -103,6 +125,8 @@ VIR_ERR_INVALID_ARG
VIR_ERR_INVALID_CONN
VIR_ERR_INVALID_DOMAIN
+VIR_ERR_INVALID_NETWORK
+VIR_ERR_NETWORK_EXIST
VIR_ERR_NONE
VIR_ERR_NO_CONNECT
VIR_ERR_NO_DEVICE
@@ -133,8 +157,10 @@ VIR_ERR_XML_ERROR
VIR_FROM_CONF
VIR_FROM_DOM
+VIR_FROM_NET
VIR_FROM_NONE
VIR_FROM_PROXY
+VIR_FROM_QEMU
VIR_FROM_RPC
VIR_FROM_SEXPR
VIR_FROM_XEN
diff --git a/docs/APIfunctions.html b/docs/APIfunctions.html index 9db433eae6..8ebbe265df 100644 --- a/docs/APIfunctions.html +++ b/docs/APIfunctions.html @@ -1,11 +1,15 @@ List of function manipulating types in libvirt

List of function manipulating types in libvirt

Type const char **:

virConnectListDefinedDomains
+virConnectListDefinedNetworks
+virConnectListNetworks

Type const unsigned char *:

virDomainLookupByUUID
+virNetworkLookupByUUID

Type int *:

virConnectListDomains

Type unsigned char *:

virDomainGetUUID
virDomainGetVcpus
virDomainPinVcpu
+virNetworkGetUUID

Type unsigned int:

virDomainCreateLinux
virDomainPinVcpu
virDomainReboot
@@ -22,9 +26,13 @@ virConnectGetType
virConnectGetVersion
virConnectListDefinedDomains
+virConnectListDefinedNetworks
virConnectListDomains
+virConnectListNetworks
virConnectNumOfDefinedDomains
+virConnectNumOfDefinedNetworks
virConnectNumOfDomains
+virConnectNumOfNetworks
virDomainCreateLinux
virDomainDefineXML
virDomainLookupByID
@@ -32,6 +40,11 @@ virDomainLookupByUUID
virDomainLookupByUUIDString
virDomainRestore
+virNetworkCreateXML
+virNetworkDefineXML
+virNetworkLookupByName
+virNetworkLookupByUUID
+virNetworkLookupByUUIDString
virNodeGetInfo

Type virDomainInfoPtr:

virDomainGetInfo

Type virDomainPtr:

virDomainAttachDevice
@@ -66,6 +79,15 @@ virDefaultErrorFunc
virErrorFunc
virResetError
+

Type virNetworkPtr:

virNetworkCreate
+virNetworkDestroy
+virNetworkFree
+virNetworkGetBridgeName
+virNetworkGetName
+virNetworkGetUUID
+virNetworkGetUUIDString
+virNetworkGetXMLDesc
+virNetworkUndefine

Type virNodeInfoPtr:

virNodeGetInfo

Type virVcpuInfoPtr:

virDomainGetVcpus

Type void *:

virConnSetErrorFunc
diff --git a/docs/APIsymbols.html b/docs/APIsymbols.html index ff9a9ee7ff..1af44ef354 100644 --- a/docs/APIsymbols.html +++ b/docs/APIsymbols.html @@ -31,6 +31,8 @@ VIR_ERR_INVALID_ARG
VIR_ERR_INVALID_CONN
VIR_ERR_INVALID_DOMAIN
+VIR_ERR_INVALID_NETWORK
+VIR_ERR_NETWORK_EXIST
VIR_ERR_NONE
VIR_ERR_NO_CONNECT
VIR_ERR_NO_DEVICE
@@ -61,8 +63,10 @@ VIR_ERR_XML_ERROR
VIR_FROM_CONF
VIR_FROM_DOM
+VIR_FROM_NET
VIR_FROM_NONE
VIR_FROM_PROXY
+VIR_FROM_QEMU
VIR_FROM_RPC
VIR_FROM_SEXPR
VIR_FROM_XEN
@@ -73,6 +77,8 @@ VIR_NODEINFO_MAXCPUS
VIR_UNUSE_CPU
VIR_USE_CPU
+VIR_UUID_BUFLEN
+VIR_UUID_STRING_BUFLEN
VIR_VCPU_BLOCKED
VIR_VCPU_OFFLINE
VIR_VCPU_RUNNING
@@ -90,9 +96,13 @@ virConnectGetType
virConnectGetVersion
virConnectListDefinedDomains
+virConnectListDefinedNetworks
virConnectListDomains
+virConnectListNetworks
virConnectNumOfDefinedDomains
+virConnectNumOfDefinedNetworks
virConnectNumOfDomains
+virConnectNumOfNetworks
virConnectOpen
virConnectOpenReadOnly
virConnectPtr
@@ -149,6 +159,22 @@ virGetLastError
virGetVersion
virInitialize
+virNetwork
+virNetworkCreate
+virNetworkCreateXML
+virNetworkDefineXML
+virNetworkDestroy
+virNetworkFree
+virNetworkGetBridgeName
+virNetworkGetName
+virNetworkGetUUID
+virNetworkGetUUIDString
+virNetworkGetXMLDesc
+virNetworkLookupByName
+virNetworkLookupByUUID
+virNetworkLookupByUUIDString
+virNetworkPtr
+virNetworkUndefine
virNodeGetInfo
virNodeInfo
virNodeInfoPtr
diff --git a/docs/apibuild.py b/docs/apibuild.py index c7b18487ab..e8fc4a1d13 100755 --- a/docs/apibuild.py +++ b/docs/apibuild.py @@ -43,6 +43,8 @@ ignored_files = { "test.c": "test driver", "conf.h": "internal code", "conf.c": "internal code", + "console.h": "internal code", + "console.c": "internal code", } ignored_words = { diff --git a/docs/devhelp/libvirt-libvirt.html b/docs/devhelp/libvirt-libvirt.html index ff90a02815..117fd28ac5 100644 --- a/docs/devhelp/libvirt-libvirt.html +++ b/docs/devhelp/libvirt-libvirt.html @@ -42,16 +42,20 @@ #define LIBVIR_VERSION_NUMBER; #define VIR_USE_CPU(cpumap, cpu); #define VIR_CPU_MAPLEN(cpu); +#define VIR_UUID_BUFLEN; #define VIR_CPU_USABLE(cpumaps, maplen, vcpu, cpu); #define VIR_COPY_CPUMAP(cpumaps, maplen, vcpu, cpumap); +#define VIR_UUID_STRING_BUFLEN; #define VIR_GET_CPUMAP(cpumaps, maplen, vcpu); #define VIR_UNUSE_CPU(cpumap, cpu); typedef virNodeInfo * virNodeInfoPtr; +typedef virNetwork * virNetworkPtr; typedef virDomainInfo * virDomainInfoPtr; typedef virDomainKernel * virDomainKernelPtr; typedef virConnect * virConnectPtr; typedef struct _virDomainKernel virDomainKernel; typedef struct _virNodeInfo virNodeInfo; +typedef struct _virNetwork virNetwork; typedef enum virDomainState; typedef enum virDeviceMode; typedef struct _virDomain virDomain; @@ -64,25 +68,34 @@ typedef enum virDomainCreateFlags; typedef struct _virDomainInfo virDomainInfo; typedef enum virVcpuState; int virDomainGetInfo (virDomainPtr domain,
virDomainInfoPtr info); -int virDomainUndefine (virDomainPtr domain); +int virNetworkFree (virNetworkPtr network); +const char * virNetworkGetName (virNetworkPtr network); +const char * virDomainGetName (virDomainPtr domain); virDomainPtr virDomainDefineXML (virConnectPtr conn,
const char * xml); int virDomainShutdown (virDomainPtr domain); +int virNetworkUndefine (virNetworkPtr network); int virGetVersion (unsigned long * libVer,
const char * type,
unsigned long * typeVer); int virConnectListDefinedDomains (virConnectPtr conn,
const char ** names,
int maxnames); +int virNetworkGetUUID (virNetworkPtr network,
unsigned char * uuid); virDomainPtr virDomainLookupByName (virConnectPtr conn,
const char * name); +char * virNetworkGetBridgeName (virNetworkPtr network); int virDomainPinVcpu (virDomainPtr domain,
unsigned int vcpu,
unsigned char * cpumap,
int maplen); int virDomainRestore (virConnectPtr conn,
const char * from); const char * virConnectGetType (virConnectPtr conn); int virDomainSave (virDomainPtr domain,
const char * to); int virDomainCreate (virDomainPtr domain); int virConnectListDomains (virConnectPtr conn,
int * ids,
int maxids); +virNetworkPtr virNetworkLookupByUUIDString (virConnectPtr conn,
const char * uuidstr); int virDomainCoreDump (virDomainPtr domain,
const char * to,
int flags); virDomainPtr virDomainLookupByUUID (virConnectPtr conn,
const unsigned char * uuid); virDomainPtr virDomainLookupByUUIDString (virConnectPtr conn,
const char * uuidstr); -virDomainPtr virDomainLookupByID (virConnectPtr conn,
int id); +int virConnectNumOfDefinedNetworks (virConnectPtr conn); +int virDomainUndefine (virDomainPtr domain); char * virDomainGetOSType (virDomainPtr domain); +int virConnectListDefinedNetworks (virConnectPtr conn,
const char ** names,
int maxnames); int virNodeGetInfo (virConnectPtr conn,
virNodeInfoPtr info); int virDomainGetUUID (virDomainPtr domain,
unsigned char * uuid); +virNetworkPtr virNetworkCreateXML (virConnectPtr conn,
const char * xmlDesc); int virConnectNumOfDomains (virConnectPtr conn); int virDomainGetUUIDString (virDomainPtr domain,
char * buf); unsigned long virDomainGetMaxMemory (virDomainPtr domain); @@ -92,20 +105,29 @@ int virDomainFree (virConnectPtr virConnectOpen (const char * name); int virDomainSuspend (virDomainPtr domain); int virConnectNumOfDefinedDomains (virConnectPtr conn); +virNetworkPtr virNetworkDefineXML (virConnectPtr conn,
const char * xml); +int virNetworkCreate (virNetworkPtr network); int virConnectClose (virConnectPtr conn); int virDomainReboot (virDomainPtr domain,
unsigned int flags); int virInitialize (void); int virDomainSetVcpus (virDomainPtr domain,
unsigned int nvcpus); +int virNetworkGetUUIDString (virNetworkPtr network,
char * buf); +virNetworkPtr virNetworkLookupByName (virConnectPtr conn,
const char * name); +char * virNetworkGetXMLDesc (virNetworkPtr network,
int flags); unsigned int virDomainGetID (virDomainPtr domain); int virDomainResume (virDomainPtr domain); virDomainPtr virDomainCreateLinux (virConnectPtr conn,
const char * xmlDesc,
unsigned int flags); int virDomainSetMemory (virDomainPtr domain,
unsigned long memory); +int virNetworkDestroy (virNetworkPtr network); int virDomainDestroy (virDomainPtr domain); +int virConnectNumOfNetworks (virConnectPtr conn); int virDomainDetachDevice (virDomainPtr domain,
char * xml); +virNetworkPtr virNetworkLookupByUUID (virConnectPtr conn,
const unsigned char * uuid); int virDomainGetVcpus (virDomainPtr domain,
virVcpuInfoPtr info,
int maxinfo,
unsigned char * cpumaps,
int maplen); char * virDomainGetXMLDesc (virDomainPtr domain,
int flags); int virConnectGetVersion (virConnectPtr conn,
unsigned long * hvVer); -const char * virDomainGetName (virDomainPtr domain); +int virConnectListNetworks (virConnectPtr conn,
const char ** names,
int maxnames); +virDomainPtr virDomainLookupByID (virConnectPtr conn,
int id); virConnectPtr virConnectOpenReadOnly (const char * name);

@@ -145,6 +167,14 @@ const char * virDomainGetName (

Macro VIR_USE_CPU

#define VIR_USE_CPU(cpumap, cpu);
 

This macro is to be used in conjonction with virDomainPinVcpu() API. USE_CPU macro set the bit (CPU usable) of the related cpu in cpumap.

cpumap:pointer to a bit map of real CPUs (in 8-bit bytes) (IN/OUT)
cpu:the physical CPU number
+
+
+

Macro VIR_UUID_BUFLEN

#define VIR_UUID_BUFLEN;
+

+

+
+

Macro VIR_UUID_STRING_BUFLEN

#define VIR_UUID_STRING_BUFLEN;
+

This macro provides the length of the buffer required for virDomainGetUUIDString()


Structure virConnect

struct _virConnect {
@@ -228,6 +258,16 @@ The content of this structure is not made public by the API.
     VIR_DOMAIN_CRASHED = 6 /*  the domain is crashed */
 };
 

+

+
+

Structure virNetwork

struct _virNetwork {
+The content of this structure is not made public by the API.
+} virNetwork;
+

+

+
+

Typedef virNetworkPtr

virNetwork * virNetworkPtr;
+

a virNetworkPtr is pointer to a virNetwork private structure, this is the type used to reference a virtual network in the API.


Structure virNodeInfo

struct _virNodeInfo {
@@ -282,19 +322,35 @@ The content of this structure is not made public by the API.
         

virConnectListDefinedDomains ()

int	virConnectListDefinedDomains	(virConnectPtr conn, 
const char ** names,
int maxnames)

list the defined domains, stores the pointers to the names in @names

+
conn:pointer to the hypervisor connection
names:pointer to an array to store the names
maxnames:size of the array
Returns:the number of names provided in the array or -1 in case of error
+
+

virConnectListDefinedNetworks ()

int	virConnectListDefinedNetworks	(virConnectPtr conn, 
const char ** names,
int maxnames)
+

list the inactive networks, stores the pointers to the names in @names

conn:pointer to the hypervisor connection
names:pointer to an array to store the names
maxnames:size of the array
Returns:the number of names provided in the array or -1 in case of error

virConnectListDomains ()

int	virConnectListDomains		(virConnectPtr conn, 
int * ids,
int maxids)

Collect the list of active domains, and store their ID in @maxids

conn:pointer to the hypervisor connection
ids:array to collect the list of IDs of active domains
maxids:size of @ids
Returns:the number of domain found or -1 in case of error
+
+

virConnectListNetworks ()

int	virConnectListNetworks		(virConnectPtr conn, 
const char ** names,
int maxnames)
+

Collect the list of active networks, and store their names in @names

+
conn:pointer to the hypervisor connection
names:array to collect the list of names of active networks
maxnames:size of @names
Returns:the number of networks found or -1 in case of error

virConnectNumOfDefinedDomains ()

int	virConnectNumOfDefinedDomains	(virConnectPtr conn)

Provides the number of active domains.

conn:pointer to the hypervisor connection
Returns:the number of domain found or -1 in case of error
+
+

virConnectNumOfDefinedNetworks ()

int	virConnectNumOfDefinedNetworks	(virConnectPtr conn)
+

Provides the number of inactive networks.

+
conn:pointer to the hypervisor connection
Returns:the number of networks found or -1 in case of error

virConnectNumOfDomains ()

int	virConnectNumOfDomains		(virConnectPtr conn)

Provides the number of active domains.

conn:pointer to the hypervisor connection
Returns:the number of domain found or -1 in case of error
+
+

virConnectNumOfNetworks ()

int	virConnectNumOfNetworks		(virConnectPtr conn)
+

Provides the number of active networks.

+
conn:pointer to the hypervisor connection
Returns:the number of network found or -1 in case of error

virConnectOpen ()

virConnectPtr	virConnectOpen		(const char * name)

This function should be called first to get a connection to the Hypervisor and xen store

@@ -358,11 +414,11 @@ The content of this structure is not made public by the API.

virDomainGetUUID ()

int	virDomainGetUUID		(virDomainPtr domain, 
unsigned char * uuid)

Get the UUID for a domain

-
domain:a domain object
uuid:pointer to a 16 bytes array
Returns:-1 in case of error, 0 in case of success
+
domain:a domain object
uuid:pointer to a VIR_UUID_BUFLEN bytes array
Returns:-1 in case of error, 0 in case of success

virDomainGetUUIDString ()

int	virDomainGetUUIDString		(virDomainPtr domain, 
char * buf)

Get the UUID for a domain as string. For more information about UUID see RFC4122.

-
domain:a domain object
buf:pointer to a 37 bytes array
Returns:-1 in case of error, 0 in case of success
+
domain:a domain object
buf:pointer to a VIR_UUID_STRING_BUFLEN bytes array
Returns:-1 in case of error, 0 in case of success

virDomainGetVcpus ()

int	virDomainGetVcpus		(virDomainPtr domain, 
virVcpuInfoPtr info,
int maxinfo,
unsigned char * cpumaps,
int maplen)

Extract information about virtual CPUs of domain, store it in info array and also in cpumaps if this pointer is'nt NULL.

@@ -439,6 +495,62 @@ The content of this structure is not made public by the API. +
+

virNetworkCreate ()

int	virNetworkCreate		(virNetworkPtr network)
+

Create and start a defined network. If the call succeed the network moves from the defined to the running networks pools.

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

virNetworkCreateXML ()

virNetworkPtr	virNetworkCreateXML	(virConnectPtr conn, 
const char * xmlDesc)
+

Create and start a new virtual network, based on an XML description similar to the one returned by virNetworkGetXMLDesc()

+
conn:pointer to the hypervisor connection
xmlDesc:an XML description of the network
Returns:a new network object or NULL in case of failure
+
+

virNetworkDefineXML ()

virNetworkPtr	virNetworkDefineXML	(virConnectPtr conn, 
const char * xml)
+

Define a network, but does not create it

+
conn:pointer to the hypervisor connection
xml:the XML description for the network, preferably in UTF-8
Returns:NULL in case of error, a pointer to the network otherwise
+
+

virNetworkDestroy ()

int	virNetworkDestroy		(virNetworkPtr network)
+

Destroy the network object. The running instance is shutdown if not down already and all resources used by it are given back to the hypervisor. The data structure is freed and should not be used thereafter if the call does not return an error. This function may requires priviledged access

+
network:a network object
Returns:0 in case of success and -1 in case of failure.
+
+

virNetworkFree ()

int	virNetworkFree			(virNetworkPtr network)
+

Free the network object. The running instance is kept alive. The data structure is freed and should not be used thereafter.

+
network:a network object
Returns:0 in case of success and -1 in case of failure.
+
+

virNetworkGetBridgeName ()

char *	virNetworkGetBridgeName		(virNetworkPtr network)
+

+

network:a network object
Returns:a bridge interface name to which a domain may connect a network interface in order to join the network. Returns a 0 terminated interface name, or NULL in case of error. the caller must free() the returned value.
+
+

virNetworkGetName ()

const char *	virNetworkGetName	(virNetworkPtr network)
+

Get the public name for that network

+
network:a network object
Returns:a pointer to the name or NULL, the string need not be deallocated its lifetime will be the same as the network object.
+
+

virNetworkGetUUID ()

int	virNetworkGetUUID		(virNetworkPtr network, 
unsigned char * uuid)
+

Get the UUID for a network

+
network:a network object
uuid:pointer to a VIR_UUID_BUFLEN bytes array
Returns:-1 in case of error, 0 in case of success
+
+

virNetworkGetUUIDString ()

int	virNetworkGetUUIDString		(virNetworkPtr network, 
char * buf)
+

Get the UUID for a network as string. For more information about UUID see RFC4122.

+
network:a network object
buf:pointer to a VIR_UUID_STRING_BUFLEN bytes array
Returns:-1 in case of error, 0 in case of success
+
+

virNetworkGetXMLDesc ()

char *	virNetworkGetXMLDesc		(virNetworkPtr network, 
int flags)
+

Provide an XML description of the network. The description may be reused later to relaunch the network with virNetworkCreateXML().

+
network:a network object
flags:and OR'ed set of extraction flags, not used yet
Returns:a 0 terminated UTF-8 encoded XML instance, or NULL in case of error. the caller must free() the returned value.
+
+

virNetworkLookupByName ()

virNetworkPtr	virNetworkLookupByName	(virConnectPtr conn, 
const char * name)
+

Try to lookup a network on the given hypervisor based on its name.

+
conn:pointer to the hypervisor connection
name:name for the network
Returns:a new network object or NULL in case of failure
+
+

virNetworkLookupByUUID ()

virNetworkPtr	virNetworkLookupByUUID	(virConnectPtr conn, 
const unsigned char * uuid)
+

Try to lookup a network on the given hypervisor based on its UUID.

+
conn:pointer to the hypervisor connection
uuid:the raw UUID for the network
Returns:a new network object or NULL in case of failure
+
+

virNetworkLookupByUUIDString ()

virNetworkPtr	virNetworkLookupByUUIDString	(virConnectPtr conn, 
const char * uuidstr)
+

Try to lookup a network on the given hypervisor based on its UUID.

+
conn:pointer to the hypervisor connection
uuidstr:the string UUID for the network
Returns:a new network object or NULL in case of failure
+
+

virNetworkUndefine ()

int	virNetworkUndefine		(virNetworkPtr network)
+

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

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

virNodeGetInfo ()

int	virNodeGetInfo			(virConnectPtr conn, 
virNodeInfoPtr info)

Extract hardware information about the node.

diff --git a/docs/devhelp/libvirt-virterror.html b/docs/devhelp/libvirt-virterror.html index 6e290e287e..365d9e199d 100644 --- a/docs/devhelp/libvirt-virterror.html +++ b/docs/devhelp/libvirt-virterror.html @@ -74,6 +74,7 @@ void virConnResetLastError (virNetworkPtr net : the network if available } virError;

@@ -88,7 +89,9 @@ void virConnResetLastError (VIR_FROM_DOM = 6 /* Error when operating on a domain */ VIR_FROM_RPC = 7 /* Error in the XML-RPC code */ VIR_FROM_PROXY = 8 /* Error in the proxy code */ - VIR_FROM_CONF = 9 /* Error in the configuration file handling */ + VIR_FROM_CONF = 9 /* Error in the configuration file handling */ + VIR_FROM_QEMU = 10 /* Error at the QEMU daemon */ + VIR_FROM_NET = 11 /* Error when operating on a network */ };

@@ -137,7 +140,9 @@ void virConnResetLastError (VIR_ERR_PARSE_FAILED = 32 /* failed to parse a conf file */ VIR_ERR_CONF_SYNTAX = 33 /* failed to parse the syntax of a conf file */ VIR_ERR_WRITE_FAILED = 34 /* failed to write a conf file */ - VIR_ERR_XML_DETAIL = 35 /* detail of an XML error */ + VIR_ERR_XML_DETAIL = 35 /* detail of an XML error */ + VIR_ERR_INVALID_NETWORK = 36 /* invalid network object */ + VIR_ERR_NETWORK_EXIST = 37 /* the network already exist */ };

diff --git a/docs/libvir.html b/docs/libvir.html index 77a6a727f0..c1526ad383 100644 --- a/docs/libvir.html +++ b/docs/libvir.html @@ -33,6 +33,18 @@ development of libvirt, it is preferable when possible to just use the CVS version or snapshot, contact the mailing list and check the ChangeLog to gauge progresses.

+

0.2.0: Feb 14 2007

+
    +
  • Various internal cleanups (Mark McLoughlin, Richard Jones, + Daniel Berrange, Karel Zak)
  • +
  • Bug fixes: avoid a crash in connect (Daniel Berrange), virsh args + parsing (Richard Jones)
  • +
  • Add support for QEmu and KVM virtualization (Daniel Berrange)
  • +
  • Add support for network configuration (Mark McLoughlin)
  • +
  • Minor improvements: regression testing (Daniel Berrange), + localization string updates
  • +
+

0.1.11: Jan 22 2007

  • Finish XML <-> XM config files support
  • diff --git a/docs/libvirt-api.xml b/docs/libvirt-api.xml index 856b3725bb..2bb7044d34 100644 --- a/docs/libvirt-api.xml +++ b/docs/libvirt-api.xml @@ -9,8 +9,10 @@ + + @@ -33,11 +35,13 @@ + + @@ -54,25 +58,34 @@ - + + + + + + + - + + + + @@ -82,26 +95,36 @@ + + + + + + + + - + + error handling interfaces for the libvirt library Provides the interfaces of the libvirt library to handle errors raised while using the library. Daniel Veillard <veillard@redhat.com> + @@ -117,9 +140,10 @@ - + - + + @@ -127,15 +151,17 @@ + + - + @@ -212,6 +238,11 @@ + + + + This macro provides the length of the buffer required for virDomainGetUUIDString() + @@ -239,6 +270,8 @@ + + @@ -265,12 +298,14 @@ - + - + + + @@ -323,11 +358,16 @@ + + + + a virNetworkPtr is pointer to a virNetwork private structure, this is the type used to reference a virtual network in the API. + @@ -395,6 +435,13 @@ + + list the inactive networks, stores the pointers to the names in @names + + + + + Collect the list of active domains, and store their ID in @maxids @@ -402,16 +449,33 @@ + + Collect the list of active networks, and store their names in @names + + + + + Provides the number of active domains. + + Provides the number of inactive networks. + + + Provides the number of active domains. + + Provides the number of active networks. + + + This function should be called first to get a connection to the Hypervisor and xen store @@ -509,13 +573,13 @@ Get the UUID for a domain - + Get the UUID for a domain as string. For more information about UUID see RFC4122. - + Extract information about virtual CPUs of domain, store it in info array and also in cpumaps if this pointer is'nt NULL. @@ -641,6 +705,84 @@ Initialize the library. It's better to call this routine at startup in multithreaded applications to avoid potential race when initializing the library. + + Create and start a defined network. If the call succeed the network moves from the defined to the running networks pools. + + + + + Create and start a new virtual network, based on an XML description similar to the one returned by virNetworkGetXMLDesc() + + + + + + Define a network, but does not create it + + + + + + Destroy the network object. The running instance is shutdown if not down already and all resources used by it are given back to the hypervisor. The data structure is freed and should not be used thereafter if the call does not return an error. This function may requires priviledged access + + + + + Free the network object. The running instance is kept alive. The data structure is freed and should not be used thereafter. + + + + + + + + + + Get the public name for that network + + + + + Get the UUID for a network + + + + + + Get the UUID for a network as string. For more information about UUID see RFC4122. + + + + + + Provide an XML description of the network. The description may be reused later to relaunch the network with virNetworkCreateXML(). + + + + + + Try to lookup a network on the given hypervisor based on its name. + + + + + + Try to lookup a network on the given hypervisor based on its UUID. + + + + + + Try to lookup a network on the given hypervisor based on its UUID. + + + + + + Undefine a network but does not stop it if it is running + + + Extract hardware information about the node. diff --git a/docs/libvirt-refs.xml b/docs/libvirt-refs.xml index 47aee2391f..2bac5b6b91 100644 --- a/docs/libvirt-refs.xml +++ b/docs/libvirt-refs.xml @@ -32,6 +32,8 @@ + + @@ -62,8 +64,10 @@ + + @@ -74,6 +78,8 @@ + + @@ -91,9 +97,13 @@ + + + + @@ -150,6 +160,22 @@ + + + + + + + + + + + + + + + + @@ -195,6 +221,8 @@ + + @@ -225,8 +253,10 @@ + + @@ -237,6 +267,8 @@ + + @@ -258,9 +290,13 @@ + + + + @@ -317,6 +353,22 @@ + + + + + + + + + + + + + + + + @@ -351,13 +403,23 @@ + + + + + + + + + + @@ -366,6 +428,7 @@ + @@ -390,9 +453,13 @@ + + + + @@ -400,6 +467,11 @@ + + + + + @@ -443,6 +515,17 @@ + + + + + + + + + + + @@ -481,6 +564,8 @@ + + @@ -493,9 +578,13 @@ + + + + @@ -543,6 +632,22 @@ + + + + + + + + + + + + + + + + @@ -562,6 +667,8 @@ + + @@ -592,8 +699,10 @@ + + @@ -674,6 +783,7 @@ + @@ -681,6 +791,8 @@ + + @@ -690,9 +802,13 @@ + + + + @@ -722,9 +838,11 @@ + + @@ -736,6 +854,9 @@ + + + @@ -802,16 +923,20 @@ + + + + @@ -830,6 +955,9 @@ + + + @@ -862,6 +990,7 @@ + @@ -878,12 +1007,16 @@ + + + + @@ -894,12 +1027,21 @@ + + + + + + + + + @@ -916,6 +1058,14 @@ + + + + + + + + @@ -929,6 +1079,9 @@ + + + @@ -942,6 +1095,7 @@ + @@ -955,6 +1109,7 @@ + @@ -964,8 +1119,10 @@ + + @@ -981,11 +1138,13 @@ + + @@ -1003,6 +1162,7 @@ + @@ -1035,6 +1195,7 @@ + @@ -1046,10 +1207,14 @@ + + + + @@ -1077,6 +1242,7 @@ + @@ -1088,6 +1254,10 @@ + + + + @@ -1111,6 +1281,12 @@ + + + + + + @@ -1120,6 +1296,8 @@ + + @@ -1133,6 +1311,8 @@ + + @@ -1146,6 +1326,8 @@ + + @@ -1163,6 +1345,8 @@ + + @@ -1211,6 +1395,7 @@ + @@ -1229,6 +1414,9 @@ + + + @@ -1278,6 +1466,9 @@ + + + @@ -1293,10 +1484,13 @@ + + + @@ -1309,6 +1503,8 @@ + + @@ -1319,6 +1515,9 @@ + + + @@ -1337,6 +1536,9 @@ + + + @@ -1348,6 +1550,7 @@ + @@ -1362,6 +1565,7 @@ + @@ -1383,38 +1587,15 @@ + + + - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1436,31 +1617,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -1469,19 +1626,26 @@ + + + + + + + @@ -1494,6 +1658,7 @@ + @@ -1513,6 +1678,7 @@ + @@ -1523,8 +1689,6 @@ - - @@ -1543,6 +1707,10 @@ + + + + @@ -1598,6 +1766,10 @@ + + + + @@ -1610,6 +1782,7 @@ + @@ -1629,6 +1802,9 @@ + + + @@ -1636,6 +1812,9 @@ + + + @@ -1648,11 +1827,21 @@ + + + + + + + + + + @@ -1682,6 +1871,7 @@ + @@ -1691,6 +1881,7 @@ + @@ -1718,6 +1909,7 @@ + @@ -1728,7 +1920,9 @@ + + @@ -1743,6 +1937,9 @@ + + + @@ -1757,6 +1954,7 @@ + @@ -1798,6 +1996,9 @@ + + + @@ -1845,9 +2046,11 @@ + + @@ -1859,16 +2062,25 @@ + + + + + + + + + @@ -1882,10 +2094,18 @@ + + + + + + + + @@ -1894,6 +2114,10 @@ + + + + @@ -1924,10 +2148,14 @@ + + + + + + - - @@ -1943,6 +2171,7 @@ + @@ -1961,6 +2190,9 @@ + + + @@ -1972,6 +2204,7 @@ + @@ -2016,18 +2249,21 @@ + + + @@ -2045,6 +2281,7 @@ + @@ -2056,14 +2293,19 @@ + + + + + @@ -2080,6 +2322,7 @@ + @@ -2104,6 +2347,7 @@ + @@ -2121,6 +2365,7 @@ + @@ -2131,6 +2376,7 @@ + @@ -2145,6 +2391,7 @@ + @@ -2167,6 +2414,7 @@ + @@ -2174,6 +2422,9 @@ + + + @@ -2183,6 +2434,7 @@ + @@ -2200,6 +2452,10 @@ + + + + @@ -2207,9 +2463,12 @@ + + + @@ -2222,6 +2481,7 @@ + @@ -2230,6 +2490,7 @@ + @@ -2238,15 +2499,19 @@ + + + + @@ -2254,7 +2519,9 @@ + + @@ -2273,6 +2540,8 @@ + + @@ -2297,6 +2566,7 @@ + @@ -2305,7 +2575,9 @@ + + @@ -2314,6 +2586,7 @@ + @@ -2323,11 +2596,16 @@ + + + + + @@ -2335,6 +2613,7 @@ + @@ -2360,6 +2639,12 @@ + + + + + + @@ -2387,8 +2672,6 @@ - - @@ -2398,6 +2681,8 @@ + + @@ -2410,9 +2695,11 @@ + + @@ -2432,6 +2719,8 @@ + + @@ -2521,6 +2810,9 @@ + + + @@ -2530,6 +2822,8 @@ + + @@ -2537,6 +2831,8 @@ + + @@ -2567,6 +2863,9 @@ + + + @@ -2601,6 +2900,12 @@ + + + + + + @@ -2628,6 +2933,7 @@ + @@ -2659,6 +2965,7 @@ + @@ -2674,6 +2981,7 @@ + @@ -2688,6 +2996,7 @@ + @@ -2705,6 +3014,7 @@ + @@ -2717,10 +3027,11 @@ - - - - + + + + + diff --git a/docs/news.html b/docs/news.html index 6bae0d233d..e1cb428684 100644 --- a/docs/news.html +++ b/docs/news.html @@ -2,7 +2,15 @@ Releases

    Releases

    Here is the list of official releases, however since it is early on in the development of libvirt, it is preferable when possible to just use the CVS version or snapshot, contact the mailing list -and check the ChangeLog to gauge progresses.

    0.1.11: Jan 22 2007

    • Finish XML <-> XM config files support
    • +and check the ChangeLog to gauge progresses.

      0.2.0: Feb 14 2007

      • Various internal cleanups (Mark McLoughlin, Richard Jones, + Daniel Berrange, Karel Zak)
      • +
      • Bug fixes: avoid a crash in connect (Daniel Berrange), virsh args + parsing (Richard Jones)
      • +
      • Add support for QEmu and KVM virtualization (Daniel Berrange)
      • +
      • Add support for network configuration (Mark McLoughlin)
      • +
      • Minor improvements: regression testing (Daniel Berrange), + localization string updates
      • +

      0.1.11: Jan 22 2007

      • Finish XML <-> XM config files support
      • Remove memory leak when freeing virConf objects
      • Finishing inactive domain support (Daniel Berrange)
      • Added a Relax-NG schemas to check XML instances
      • diff --git a/include/libvirt/libvirt.h b/include/libvirt/libvirt.h index 550309e2d5..ee28d7f09a 100644 --- a/include/libvirt/libvirt.h +++ b/include/libvirt/libvirt.h @@ -214,7 +214,7 @@ typedef virNodeInfo *virNodeInfoPtr; * version * 1,000,000 + minor * 1000 + micro */ -#define LIBVIR_VERSION_NUMBER 1011 +#define LIBVIR_VERSION_NUMBER 2000 int virGetVersion (unsigned long *libVer, const char *type, diff --git a/po/af.po b/po/af.po index bcfec68bea..d4004232f9 100644 --- a/po/af.po +++ b/po/af.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/am.po b/po/am.po index bcfec68bea..d4004232f9 100644 --- a/po/am.po +++ b/po/am.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/ar.po b/po/ar.po index bcfec68bea..d4004232f9 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/as.po b/po/as.po index 1e7d6f3d33..e66f1516d8 100644 --- a/po/as.po +++ b/po/as.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: as\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-09-29 12:41+0530\n" "Last-Translator: Amitakhya Phukan \n" "Language-Team: Assamese\n" @@ -602,7 +602,22 @@ msgstr "" msgid "failed to parse Xend domain information" msgstr "" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "" + +#: src/xend_internal.c:2971 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "" diff --git a/po/be.po b/po/be.po index bcfec68bea..d4004232f9 100644 --- a/po/be.po +++ b/po/be.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/bg.po b/po/bg.po index bcfec68bea..d4004232f9 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/bn.po b/po/bn.po index bcfec68bea..d4004232f9 100644 --- a/po/bn.po +++ b/po/bn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/bn_IN.po b/po/bn_IN.po index 665d2f4362..0ee86f9481 100644 --- a/po/bn_IN.po +++ b/po/bn_IN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: bn_IN\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-12-14 16:36+0530\n" "Last-Translator: Runa Bhattacharjee \n" "Language-Team: Bengali India\n" @@ -612,7 +612,22 @@ msgstr "vbd ফাইলের নাম পার্স করতে ব্য msgid "failed to parse Xend domain information" msgstr "Xend ডোমেইন সংক্রান্ত তথ্য পার্স করতে ব্যর্থ" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "ডোমেইন %s নির্মাণ করতে ব্যর্থ\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "ডোমেইন %s'র জন্য ডিভাইস প্রাপ্ত করতে ব্যর্থ\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "নতুন ডোমেইন %s পুনরাম্ভ করতে ব্যর্থ\n" + +#: src/xend_internal.c:2971 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "নিষ্ক্রিয় ডোমেইন %s নির্মাণ করতে ব্যর্থ\n" @@ -1742,12 +1757,3 @@ msgstr "অ্যাসিঙ্ক্রোনাস প্যাকেট স #, c-format msgid "allocating %d domain info" msgstr "%d ডোমেইন সংক্রান্ত তথ্য বরাদ্দ করা হয়েছে" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "ডোমেইন %s নির্মাণ করতে ব্যর্থ\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "ডোমেইন %s'র জন্য ডিভাইস প্রাপ্ত করতে ব্যর্থ\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "নতুন ডোমেইন %s পুনরাম্ভ করতে ব্যর্থ\n" diff --git a/po/ca.po b/po/ca.po index ca6e29ef5b..766cf5b877 100644 --- a/po/ca.po +++ b/po/ca.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-12-02 10:20-0100\n" "Last-Translator: Xavier Conde Rueda \n" "Language-Team: Catalan \n" @@ -625,7 +625,22 @@ msgstr "" msgid "failed to parse Xend domain information" msgstr "no s'ha pogut analitzar la informació del domini Xen" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "No s'ha pogut crear el domini %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "No s'ha pogut obtenir els dispositius per al domini %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "No s'ha pogut recuperar el nou domini %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "No s'ha pogut crear el domini %s\n" @@ -1761,12 +1776,3 @@ msgstr "s'ha rebut un número de paquet asíncron %d\n" #, c-format msgid "allocating %d domain info" msgstr "s'està assignant %d informació de domini" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "No s'ha pogut crear el domini %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "No s'ha pogut obtenir els dispositius per al domini %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "No s'ha pogut recuperar el nou domini %s\n" diff --git a/po/cs.po b/po/cs.po index bcfec68bea..d4004232f9 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/cy.po b/po/cy.po index bcfec68bea..d4004232f9 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/da.po b/po/da.po index 675eab29b8..eff93760e7 100644 --- a/po/da.po +++ b/po/da.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-09-30 02:59-0400\n" "Last-Translator: Keld Smonsen \n" "Language-Team: Danish \n" @@ -612,7 +612,22 @@ msgstr "" msgid "failed to parse Xend domain information" msgstr "kunne ikke analysere domæneinformation for Xend" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Kunne ikke oprette domæne %s\n" + +#: src/xend_internal.c:2851 +#, 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:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Kunne ikke fortsætte nyt domæne %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Kunne ikke oprette domæne %s\n" @@ -1744,12 +1759,3 @@ msgstr "fik asynkront pakkenummer %d\n" #, c-format msgid "allocating %d domain info" msgstr "allokerer %d domæne-info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Kunne ikke oprette domæne %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Kunne ikke hente enheder for domæne %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Kunne ikke fortsætte nyt domæne %s\n" diff --git a/po/de.po b/po/de.po index 518c066025..0427e82842 100644 --- a/po/de.po +++ b/po/de.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: de\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-12-15 08:03+1000\n" "Last-Translator: Timo Trinks \n" "Language-Team: \n" @@ -611,7 +611,22 @@ msgstr "vbd Dateiname kann nicht analysiert werden, fehlender Treibertyp" msgid "failed to parse Xend domain information" msgstr "Analyse der Xend-Domaininformation schlug fehl" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Fehler beim Erstellen der Domain %s\n" + +#: src/xend_internal.c:2851 +#, 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:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Fehler beim Zusammenfassen der neuen Domain %s\n" + +#: src/xend_internal.c:2971 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Fehler beim Erstellen einer inaktiven Domain %s\n" @@ -1742,12 +1757,3 @@ msgstr "erhielt asynchrone Paketnummer %d\n" #, c-format msgid "allocating %d domain info" msgstr "%d Domain-Info zuweisen" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Fehler beim Erstellen der Domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Ermittlung der Geräte für Domain %s schlug fehl\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Fehler beim Zusammenfassen der neuen Domain %s\n" diff --git a/po/el.po b/po/el.po index bcfec68bea..d4004232f9 100644 --- a/po/el.po +++ b/po/el.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/en_GB.po b/po/en_GB.po index 73231f8ee5..fa452c7dcd 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-09-20 10:20-0400\n" "Last-Translator: Daniel Berrange \n" "Language-Team: English \n" @@ -602,7 +602,22 @@ msgstr "" msgid "failed to parse Xend domain information" msgstr "" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "" + +#: src/xend_internal.c:2971 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "" diff --git a/po/es.po b/po/es.po index 525f743581..b86b81b488 100644 --- a/po/es.po +++ b/po/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: es~\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-12-15 08:59+1000\n" "Last-Translator: Manuel Ospina \n" "Language-Team: Spanish \n" @@ -611,7 +611,22 @@ msgstr "" msgid "failed to parse Xend domain information" msgstr "falló el análisis sintáctico de la información del dominio Xend" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Falló al crear dominio %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Falló al obtener los dispositivos del dominio %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Falló al continuar el nuevo dominio %s\n" + +#: src/xend_internal.c:2971 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Falló al crear dominio inactivo %s\n" @@ -1746,12 +1761,3 @@ msgstr "se obtuvo un número de paquete %d sin sincronía\n" #, c-format msgid "allocating %d domain info" msgstr "asignando info de dominio %d" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Falló al crear dominio %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Falló al obtener los dispositivos del dominio %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Falló al continuar el nuevo dominio %s\n" diff --git a/po/et.po b/po/et.po index bcfec68bea..d4004232f9 100644 --- a/po/et.po +++ b/po/et.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/eu_ES.po b/po/eu_ES.po index bcfec68bea..d4004232f9 100644 --- a/po/eu_ES.po +++ b/po/eu_ES.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/fa.po b/po/fa.po index bcfec68bea..d4004232f9 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/fi.po b/po/fi.po index bcfec68bea..d4004232f9 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/fr.po b/po/fr.po index c30de53af8..721f576ff6 100644 --- a/po/fr.po +++ b/po/fr.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: fr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2007-01-17 10:44+1000\n" "Last-Translator: Myriam Malga \n" "Language-Team: \n" @@ -617,7 +617,22 @@ msgstr "" msgid "failed to parse Xend domain information" msgstr "échec lors de l'analyse des informations du domaine Xen" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "échec de la création du domaine %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Échec de la récupération des périphériques pour le domaine %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Échec de la reprise du nouveau domaine %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "échec de la création du domaine %s\n" @@ -1749,12 +1764,3 @@ msgstr "nombre de paquets asynchrones reçus : %d\n" #, c-format msgid "allocating %d domain info" msgstr "attribue les informations de domaine %d" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "échec de la création du domaine %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Échec de la récupération des périphériques pour le domaine %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Échec de la reprise du nouveau domaine %s\n" diff --git a/po/gl.po b/po/gl.po index bcfec68bea..d4004232f9 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/gu.po b/po/gu.po index 91c79e9168..1348e85272 100644 --- a/po/gu.po +++ b/po/gu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-12-14 15:30+0530\n" "Last-Translator: Ankit Patel \n" "Language-Team: Gujarati \n" @@ -612,7 +612,22 @@ msgstr "vbd ફાઈલનામ પદચ્છેદન કરી શકત msgid "failed to parse Xend domain information" msgstr "Xend ડોમેઈન જાણકારીનું પદચ્છેદન કરવામાં નિષ્ફળ" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "ડોમેઈન %s બનાવવામાં નિષ્ફળ\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "ડોમેઈન %s માટે ઉપકરણો મેળવવામાં નિષ્ફળ\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "નવું ડોમેઈન %s પાછું મેળવવામાં નિષ્ફળ\n" + +#: src/xend_internal.c:2971 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "અસક્રિય ડોમેઈન %s બનાવવામાં નિષ્ફળ\n" @@ -1740,12 +1755,3 @@ msgstr "અસુમેળ પેકેટ નંબર %d મળ્યું\n" #, c-format msgid "allocating %d domain info" msgstr "%d ડોમેઈન જાણકારી ફાળવી રહ્યા છીએ" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "ડોમેઈન %s બનાવવામાં નિષ્ફળ\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "ડોમેઈન %s માટે ઉપકરણો મેળવવામાં નિષ્ફળ\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "નવું ડોમેઈન %s પાછું મેળવવામાં નિષ્ફળ\n" diff --git a/po/he.po b/po/he.po index bcfec68bea..d4004232f9 100644 --- a/po/he.po +++ b/po/he.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/hi.po b/po/hi.po index 4debe686f4..fbd8a016e9 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: hi\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-12-14 18:50+0530\n" "Last-Translator: Rajesh Ranjan \n" "Language-Team: Hindi \n" @@ -613,7 +613,22 @@ msgstr "vbd फाइलनाम विश्लेषित नहीं क msgid "failed to parse Xend domain information" msgstr "Xend डोमेन सूचना विश्लेषण में विफल" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "डोमेन %s बनाने में विफल\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "डोमेन %s के लिये युक्ति पाने में विफल\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "नया डोमेन %s बहाल करने में विफल\n" + +#: src/xend_internal.c:2971 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "निष्क्रिय डोमेन %s बनाने में विफल\n" @@ -1741,12 +1756,3 @@ msgstr "अतुल्यकालित पैकेट संख्या %d\ #, c-format msgid "allocating %d domain info" msgstr "%d डोमेन सूचना दे रहा है" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "डोमेन %s बनाने में विफल\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "डोमेन %s के लिये युक्ति पाने में विफल\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "नया डोमेन %s बहाल करने में विफल\n" diff --git a/po/hr.po b/po/hr.po index 89751ac2c3..12b4c3567d 100644 --- a/po/hr.po +++ b/po/hr.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: hr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-12-14 18:24+0100\n" "Last-Translator: Renato Pavicic \n" "Language-Team: CROATIAN \n" @@ -607,7 +607,22 @@ msgstr "" msgid "failed to parse Xend domain information" msgstr "raščlanjivanje podataka Xend domene nije uspjelo" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Izrada domene %s nije uspjela\n" + +#: src/xend_internal.c:2851 +#, 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:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Nastavljanje nove domene %s nije uspjelo\n" + +#: src/xend_internal.c:2971 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Izrada neaktivne domene %s nije uspjela\n" @@ -1734,12 +1749,3 @@ msgstr "dobiven asinkroni broj paketa %d\n" #, c-format msgid "allocating %d domain info" msgstr "dodjeljivanje podataka domene: %d" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Izrada domene %s nije uspjela\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Dohvaćanje uređaja za domenu %s nije uspjelo\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Nastavljanje nove domene %s nije uspjelo\n" diff --git a/po/hu.po b/po/hu.po index bcfec68bea..d4004232f9 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/hy.po b/po/hy.po index bcfec68bea..d4004232f9 100644 --- a/po/hy.po +++ b/po/hy.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/id.po b/po/id.po index bcfec68bea..d4004232f9 100644 --- a/po/id.po +++ b/po/id.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/is.po b/po/is.po index bcfec68bea..d4004232f9 100644 --- a/po/is.po +++ b/po/is.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/it.po b/po/it.po index 915e39bfdf..cd3d625fa9 100644 --- a/po/it.po +++ b/po/it.po @@ -223,7 +223,7 @@ msgid "" msgstr "" "Project-Id-Version: it\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-12-15 00:32+0100\n" "Last-Translator: \n" "Language-Team: \n" @@ -827,7 +827,22 @@ msgstr "impossibile analizzare il filename vbd, tipo di driver mancante" msgid "failed to parse Xend domain information" msgstr "impossibile analizzare le informazioni del dominio Xend" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Impossibile creare il dominio %s\n" + +#: src/xend_internal.c:2851 +#, 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:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "impossibile ripristinare il nuovo dominio %s\n" + +#: src/xend_internal.c:2971 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Impossibile creare il dominio inattivo %s\n" @@ -1959,12 +1974,3 @@ msgstr "presente un numero %d asincrono del pacchetto \n" #, c-format msgid "allocating %d domain info" msgstr "allocazione informazioni del dominio %d" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Impossibile creare il dominio %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Impossibile ottenere i dispositivi per il dominio %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "impossibile ripristinare il nuovo dominio %s\n" diff --git a/po/ja.po b/po/ja.po index d3a64ad7e2..2c047fd760 100644 --- a/po/ja.po +++ b/po/ja.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ja\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-12-15 10:32\n" "Last-Translator: Kiyoto James Hashida \n" "Language-Team: Japanese \n" @@ -611,7 +611,22 @@ msgstr "vbd のファイル名を構文解析できません。ドライバタ msgid "failed to parse Xend domain information" msgstr "Xend ドメイン情報の解析に失敗しました" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "ドメイン %s の作成に失敗しました\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "ドメイン %s のデバイス取得に失敗しました\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "新しいドメイン %s の再開に失敗しました\n" + +#: src/xend_internal.c:2971 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "停止中のドメイン %s の作成に失敗しました\n" @@ -1741,12 +1756,3 @@ msgstr "非同期パケット番号 %d を取得しました\n" #, c-format msgid "allocating %d domain info" msgstr "%d ドメイン情報を割り当て中" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "ドメイン %s の作成に失敗しました\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "ドメイン %s のデバイス取得に失敗しました\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "新しいドメイン %s の再開に失敗しました\n" diff --git a/po/ka.po b/po/ka.po index bcfec68bea..d4004232f9 100644 --- a/po/ka.po +++ b/po/ka.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/kn.po b/po/kn.po index bcfec68bea..d4004232f9 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/ko.po b/po/ko.po index 8f0507d5b7..bd542fa1c6 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: ko\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-12-15 11:06+1000\n" "Last-Translator: Eunju Kim \n" "Language-Team: Korean \n" @@ -609,7 +609,22 @@ msgstr "vbd 파일명을 구문 분석할 수 없음, 드라이버 유형 부재 msgid "failed to parse Xend domain information" msgstr "Xend 도메인 정보 분석 실패" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "도메인 %s 생성 실패\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "도메인 %s에 대한 장치 가져오기 실패\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "새 도메인 %s를 다시 시작하기 실패\n" + +#: src/xend_internal.c:2971 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "비활성화 도메인 %s 생성 실패\n" @@ -1737,12 +1752,3 @@ msgstr "비동기식 패킷 번호 %d를 갖음\n" #, c-format msgid "allocating %d domain info" msgstr "%d 도메인 정보 할당 중" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "도메인 %s 생성 실패\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "도메인 %s에 대한 장치 가져오기 실패\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "새 도메인 %s를 다시 시작하기 실패\n" diff --git a/po/ku.po b/po/ku.po index bcfec68bea..d4004232f9 100644 --- a/po/ku.po +++ b/po/ku.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/libvirt.pot b/po/libvirt.pot index 4d0eb115ac..29c43009db 100644 --- a/po/libvirt.pot +++ b/po/libvirt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -602,7 +602,22 @@ msgstr "" msgid "failed to parse Xend domain information" msgstr "" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "" + +#: src/xend_internal.c:2971 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "" diff --git a/po/lo.po b/po/lo.po index bcfec68bea..d4004232f9 100644 --- a/po/lo.po +++ b/po/lo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/lt.po b/po/lt.po index bcfec68bea..d4004232f9 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/lv.po b/po/lv.po index bcfec68bea..d4004232f9 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/mk.po b/po/mk.po index bcfec68bea..d4004232f9 100644 --- a/po/mk.po +++ b/po/mk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/ml.po b/po/ml.po index 8fdcd0a66d..b7e347fc7a 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: ml\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-12-14 15:51+0530\n" "Last-Translator: Ani Peter \n" "Language-Team: Malayalam \n" @@ -611,7 +611,22 @@ msgstr "vbd ഫയല്‍ നെയിം പാഴ്സ് ചെയ്യ msgid "failed to parse Xend domain information" msgstr "Xend ഡൊമെയിന്‍ വിവരം പാര്‍സ് ചെയ്യുന്നതില്‍ പരാജയപ്പെട്ടു" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "ഡൊമെയിന്‍ %s ഉണ്ടാക്കുന്നതില്‍ പരാജയം\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "ഡൊമെയിന്‍ %s-നുളള ഡിവൈസുകള്‍ ലഭ്യമാക്കുന്നതില്‍ പരാജയം\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "പുതിയ ഡൊമെയിന്‍ %s തുടങ്ങുന്നതില്‍ പരാജയം\n" + +#: src/xend_internal.c:2971 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "നിഷ്ക്റിയമായ ഡൊമെയിന്‍ %s ഉണ്ടാക്കുന്നതില്‍ പരാജയം\n" @@ -1740,12 +1755,3 @@ msgstr "അസിന്‍ക്രൊണസ് പാക്കറ്റ് ന #, c-format msgid "allocating %d domain info" msgstr "%d ഡൊമെയിന്‍ വിവരം ലഭ്യമാക്കുന്നു" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "ഡൊമെയിന്‍ %s ഉണ്ടാക്കുന്നതില്‍ പരാജയം\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "ഡൊമെയിന്‍ %s-നുളള ഡിവൈസുകള്‍ ലഭ്യമാക്കുന്നതില്‍ പരാജയം\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "പുതിയ ഡൊമെയിന്‍ %s തുടങ്ങുന്നതില്‍ പരാജയം\n" diff --git a/po/mr.po b/po/mr.po index 6e8fc824f6..a954119666 100644 --- a/po/mr.po +++ b/po/mr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: mr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2007-01-17 10:24+0530\n" "Last-Translator: Rahul Bhalerao \n" "Language-Team: Marathi\n" @@ -612,7 +612,22 @@ msgstr "vbd फाइलनाव विश्लेषित करू शक msgid "failed to parse Xend domain information" msgstr "Xend डोमेन माहिती विश्लेषित करण्यात अपयशी" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "डोमेन %s निर्माण करण्यात अपयशी\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "डोमेन %s साठी यंत्रे मिळवणे अपयशी\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "नविन डोमेन %s पुन्हा घेण्यास अपयशी\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "डोमेन %s निर्माण करण्यात अपयशी\n" @@ -1740,12 +1755,3 @@ msgstr "असिंक्रोनस पॅकेट संख्या %d म #, c-format msgid "allocating %d domain info" msgstr "%d डोमेन माहिती वाटत आहे" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "डोमेन %s निर्माण करण्यात अपयशी\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "डोमेन %s साठी यंत्रे मिळवणे अपयशी\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "नविन डोमेन %s पुन्हा घेण्यास अपयशी\n" diff --git a/po/ms.po b/po/ms.po index 3dab5924fd..b33dde7740 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-12-09 03:02+0800\n" "Last-Translator: Sharuzzaman Ahmat Raslan \n" "Language-Team: ms \n" @@ -677,7 +677,22 @@ msgstr "" msgid "failed to parse Xend domain information" msgstr "" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, fuzzy, c-format +msgid "Failed to create domain %s\n" +msgstr "Gagal mencipta direktori %s" + +#: src/xend_internal.c:2851 +#, fuzzy, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Gagal mencipta direktori %s" + +#: src/xend_internal.c:2862 +#, fuzzy, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Gagal menyimpan direktori baru dalam %s" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Gagal mencipta direktori %s" @@ -1852,11 +1867,3 @@ msgstr "" #, c-format msgid "allocating %d domain info" msgstr "mengumpukkan maklumat domain %d" - -#, fuzzy -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Gagal mencipta direktori %s" - -#, fuzzy -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Gagal menyimpan direktori baru dalam %s" diff --git a/po/my.po b/po/my.po index bcfec68bea..d4004232f9 100644 --- a/po/my.po +++ b/po/my.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/nb.po b/po/nb.po index bcfec68bea..d4004232f9 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/nl.po b/po/nl.po index bcfec68bea..d4004232f9 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/nn.po b/po/nn.po index bcfec68bea..d4004232f9 100644 --- a/po/nn.po +++ b/po/nn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/no.po b/po/no.po index bcfec68bea..d4004232f9 100644 --- a/po/no.po +++ b/po/no.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/nso.po b/po/nso.po index bcfec68bea..d4004232f9 100644 --- a/po/nso.po +++ b/po/nso.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/or.po b/po/or.po index 0c60596929..926aeaf887 100644 --- a/po/or.po +++ b/po/or.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: or\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-12-14 16:58+0530\n" "Last-Translator: Subhransu Behera \n" "Language-Team: Oriya \n" @@ -615,7 +615,22 @@ msgstr "vbd ଫାଇଲ ନାମକୁ ବିଶ୍ଳେଷଣ କରିପ msgid "failed to parse Xend domain information" msgstr "Xend ପରିସର ସୂଚନାକୁ ବିଶ୍ଳେଷଣ କରିବାରେ ବିଫଳ" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "%s ପରିସରକୁ ସୃଷ୍ଟି କରିବାରେ ବିଫଳ\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "%s ପରିସର ପାଇଁ ପରିସର ପାଇବାରେ ବିଫଳ\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "ନୂତନ ପରିସର %s କୁ ପୁନର୍ବାର ଆରମ୍ଭ କରିବାରେ ବିଫଳ\n" + +#: src/xend_internal.c:2971 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "%s ନିଷ୍କ୍ରିୟ ପରିସରକୁ ସୃଷ୍ଟି କରିବାରେ ବିଫଳ\n" @@ -1743,12 +1758,3 @@ msgstr "ତାଳହୀନ ପ୍ଯାକେଟ ସଂଖ୍ଯା %d ମିଳ #, c-format msgid "allocating %d domain info" msgstr "%d ପରିସର ସୂଚନା ବାଣ୍ଟୁଅଛି" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "%s ପରିସରକୁ ସୃଷ୍ଟି କରିବାରେ ବିଫଳ\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "%s ପରିସର ପାଇଁ ପରିସର ପାଇବାରେ ବିଫଳ\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "ନୂତନ ପରିସର %s କୁ ପୁନର୍ବାର ଆରମ୍ଭ କରିବାରେ ବିଫଳ\n" diff --git a/po/pa.po b/po/pa.po index 628d4c1b61..7466135c34 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: pa\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-12-15 18:05+0530\n" "Last-Translator: A S Alam \n" "Language-Team: Punjabi \n" @@ -611,7 +611,22 @@ msgstr "vbd ਫਾਇਲ ਨਾਂ ਪਾਰਸ ਨਹੀਂ ਕੀਤਾ ਜਾ msgid "failed to parse Xend domain information" msgstr "Xend ਡੋਮੇਨ ਜਾਣਾਕਰੀ ਪਾਰਸ ਕਰਨ ਲਈ ਫੇਲ੍ਹ" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "ਡੋਮੇਨ %s ਬਣਾਉਣ ਲਈ ਅਸਫ਼ਲ\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "ਡੋਮੇਨ %s ਵਾਸਤੇ ਜੰਤਰ ਜਾਣਕਾਰੀ ਲੈਣ ਲਈ ਫੇਲ੍ਹ\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "ਨਵੀਂ ਡੋਮੇਨ %s ਮੁੜ-ਪ੍ਰਾਪਤ ਲਈ ਫੇਲ੍ਹ\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "ਡੋਮੇਨ %s ਬਣਾਉਣ ਲਈ ਅਸਫ਼ਲ\n" @@ -1739,12 +1754,3 @@ msgstr "ਨਾ-ਸਮਕਾਲੀ ਪੈਕਟ ਨੰਬਰ %d ਮਿਲਿਆ\n #, c-format msgid "allocating %d domain info" msgstr "%d ਡੋਮੇਨ ਜਾਣਕਾਰੀ ਦਿੱਤੀ ਜਾ ਰਹੀ ਹੈ" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "ਡੋਮੇਨ %s ਬਣਾਉਣ ਲਈ ਅਸਫ਼ਲ\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "ਡੋਮੇਨ %s ਵਾਸਤੇ ਜੰਤਰ ਜਾਣਕਾਰੀ ਲੈਣ ਲਈ ਫੇਲ੍ਹ\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "ਨਵੀਂ ਡੋਮੇਨ %s ਮੁੜ-ਪ੍ਰਾਪਤ ਲਈ ਫੇਲ੍ਹ\n" diff --git a/po/pl.po b/po/pl.po index f3ec950c09..74ac39cee7 100644 --- a/po/pl.po +++ b/po/pl.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: pl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-12-15 15:58+0200\n" "Last-Translator: Piotr Drąg \n" "Language-Team: Polish \n" @@ -609,7 +609,22 @@ msgstr "nie można przeanalizować nazwy pliku vbd, brak typu sterownika" msgid "failed to parse Xend domain information" msgstr "przeanalizowanie informacji o domenie Xend nie powiodło się" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "utworzenie domeny %s nie powiodło się\n" + +#: src/xend_internal.c:2851 +#, 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:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Ponownie nowej domeny %s nie powiodło się\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "utworzenie domeny %s nie powiodło się\n" @@ -1739,12 +1754,3 @@ msgstr "uzyskano niesynchroniczny pakiet o numerze %d\n" #, c-format msgid "allocating %d domain info" msgstr "przydzielanie %d informacji o domenie" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "utworzenie domeny %s nie powiodło się\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Uzyskanie urządzeń dla domeny %s nie powiodło się\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Ponownie nowej domeny %s nie powiodło się\n" diff --git a/po/pt.po b/po/pt.po index 271595027c..24436871eb 100644 --- a/po/pt.po +++ b/po/pt.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-12-14 15:51+0000\n" "Last-Translator: José Nuno Coelho Pires \n" "Language-Team: pt \n" @@ -610,7 +610,22 @@ msgstr "" 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:2969 +#: src/xend_internal.c:2845 +#, 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:2851 +#, 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:2862 +#, 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:2971 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Não foi possível criar o domínio inactivo %s\n" @@ -1742,12 +1757,3 @@ msgstr "foi obtido um número de pacote assíncrono %d\n" #, c-format msgid "allocating %d domain info" msgstr "a reservar a informação de %d domínios" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Não foi possível criar o domínio %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Não foi possível obter os dispositivos do domínio %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Não foi possível prosseguir com o domínio novo %s\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index 4d846f83c8..1904cf90a3 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: pt_BR\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-12-14 11:43-0200\n" "Last-Translator: Igor Pires Soares \n" "Language-Team: Brazilian Portuguese \n" @@ -610,7 +610,22 @@ msgstr "impossível analisar nome de arquivo vbd, tipo de driver faltando" 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:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Não foi possível criar domínio %s\n" + +#: src/xend_internal.c:2851 +#, 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:2862 +#, 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:2971 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Não foi possível criar o domínio inativo %s\n" @@ -1741,12 +1756,3 @@ msgstr "foi obtido um número de pacote assíncrono %d\n" #, c-format msgid "allocating %d domain info" msgstr "alocando informação de domínio de %d" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Não foi possível criar domínio %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Não foi possível obter dispositivos para o domínio %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Não foi possível prosseguir com domínio novo %s\n" diff --git a/po/ro.po b/po/ro.po index bcfec68bea..d4004232f9 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/ru.po b/po/ru.po index f7e667046e..a903832b3c 100644 --- a/po/ru.po +++ b/po/ru.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: ru\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-12-15 10:47+1000\n" "Last-Translator: Yulia Poyarkova \n" "Language-Team: \n" @@ -617,7 +617,22 @@ msgstr "ошибка разбора имени файла vbd, отсутств msgid "failed to parse Xend domain information" msgstr "ошибка разбора информации домена Xend" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Ошибка создания домена %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Ошибка получения устройств для домена %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Ошибка при возобновлении работы нового домена %s\n" + +#: src/xend_internal.c:2971 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Ошибка создания неактивного домена %s\n" @@ -1748,12 +1763,3 @@ msgstr "получен асинхронный номер пакета - %d\n" #, c-format msgid "allocating %d domain info" msgstr "выделение %d данных домена" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Ошибка создания домена %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Ошибка получения устройств для домена %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Ошибка при возобновлении работы нового домена %s\n" diff --git a/po/si.po b/po/si.po index bcfec68bea..d4004232f9 100644 --- a/po/si.po +++ b/po/si.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/sk.po b/po/sk.po index bcfec68bea..d4004232f9 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/sl.po b/po/sl.po index bcfec68bea..d4004232f9 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/sq.po b/po/sq.po index bcfec68bea..d4004232f9 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/sr.po b/po/sr.po index 1fa2c82a87..ea7a9cbb15 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-12-17 12:20+0100\n" "Last-Translator: Miloš Komarčević \n" "Language-Team: Serbian (sr) \n" @@ -611,7 +611,22 @@ msgstr "" msgid "failed to parse Xend domain information" msgstr "неуспело тумачење података о Xend домену" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Неуспело прављење домена %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Неуспело прибављање уређаја за домен %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Неуспело настављање новог домена %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Неуспело прављење домена %s\n" @@ -1742,12 +1757,3 @@ msgstr "примљен асинхрони број пакета %d\n" #, c-format msgid "allocating %d domain info" msgstr "додељујем инфо %d домена" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Неуспело прављење домена %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Неуспело прибављање уређаја за домен %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Неуспело настављање новог домена %s\n" diff --git a/po/sr@Latn.po b/po/sr@Latn.po index 7416a112a1..85822d4723 100644 --- a/po/sr@Latn.po +++ b/po/sr@Latn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-12-17 12:20+0100\n" "Last-Translator: Miloš Komarčević \n" "Language-Team: Serbian (sr) \n" @@ -611,7 +611,22 @@ msgstr "" msgid "failed to parse Xend domain information" msgstr "neuspelo tumačenje podataka o Xend domenu" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Neuspelo pravljenje domena %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Neuspelo pribavljanje uređaja za domen %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Neuspelo nastavljanje novog domena %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Neuspelo pravljenje domena %s\n" @@ -1742,12 +1757,3 @@ msgstr "primljen asinhroni broj paketa %d\n" #, c-format msgid "allocating %d domain info" msgstr "dodeljujem info %d domena" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Neuspelo pravljenje domena %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Neuspelo pribavljanje uređaja za domen %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Neuspelo nastavljanje novog domena %s\n" diff --git a/po/sv.po b/po/sv.po index fbff6c89eb..c647077950 100644 --- a/po/sv.po +++ b/po/sv.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-09-30 02:59-0400\n" "Last-Translator: Magnus Larsson \n" "Language-Team: Swedish \n" @@ -612,7 +612,22 @@ msgstr "" msgid "failed to parse Xend domain information" msgstr "misslyckades att analysera domäninformation för Xend" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Misslyckades att skapa domän %s\n" + +#: src/xend_internal.c:2851 +#, 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:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Misslyckades att fortsätta ny domän %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Misslyckades att skapa domän %s\n" @@ -1744,12 +1759,3 @@ msgstr "fick asynkront paketnummer %d\n" #, c-format msgid "allocating %d domain info" msgstr "allokerar %d domän-info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Misslyckades att skapa domän %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Misslyckades att hämta enheter för domän %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Misslyckades att fortsätta ny domän %s\n" diff --git a/po/ta.po b/po/ta.po index 8f82f538e4..ea6b1211af 100644 --- a/po/ta.po +++ b/po/ta.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: ta\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-12-14 15:59+0530\n" "Last-Translator: Felix \n" "Language-Team: Tamil \n" @@ -615,7 +615,22 @@ msgstr "vbd கோப்பு பெயரை பிரிக்க முட msgid "failed to parse Xend domain information" msgstr "Xend செயற்கள தகவலை இலக்கணப்படுத்த முடியவில்லை" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "செயற்களம் %s ஐ உருவாக்க முடியவில்லை\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "செயற்களம் %sக்கு சாதனங்களை பெற முடியவில்லை\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "புதிய செயற்களம்%sஐ தொடர முடியவில்லை\n" + +#: src/xend_internal.c:2971 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "செயற்களம் %s ஐ உருவாக்க முடியவில்லை\n" @@ -1744,12 +1759,3 @@ msgstr "ஒருங்கிணைக்கப்படாத பாக்க #, c-format msgid "allocating %d domain info" msgstr "%d செயற்களத் தகவல் ஒதுக்கப்படுகிறது" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "செயற்களம் %s ஐ உருவாக்க முடியவில்லை\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "செயற்களம் %sக்கு சாதனங்களை பெற முடியவில்லை\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "புதிய செயற்களம்%sஐ தொடர முடியவில்லை\n" diff --git a/po/te.po b/po/te.po index 6af3a77a38..0651e18a62 100644 --- a/po/te.po +++ b/po/te.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: te\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-12-15 17:13+0530\n" "Last-Translator: Sree Ganesh \n" "Language-Team: Telugu \n" @@ -610,7 +610,22 @@ msgstr "vbd ఫైలు పేరు విశ్లేషించటాని msgid "failed to parse Xend domain information" msgstr "Xend క్షేత్ర సమాచరాన్ని విశ్లేషించటంలో విఫలమైంది" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "%s క్షేత్రాన్ని సృష్టించటంలో విఫలమైంది\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "క్షేత్రం కోసం సాధనాలను పొందటంలో విఫలమైంది %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "కొత్త క్షేత్రాన్ని సంగ్రహించటంలో విఫలమైంది %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "%s క్షేత్రాన్ని సృష్టించటంలో విఫలమైంది\n" @@ -1738,12 +1753,3 @@ msgstr "asynchronous పాకెత్ సంఖ్య %dను పొందా #, c-format msgid "allocating %d domain info" msgstr "%d క్షేత్ర సమాచారాన్ని కేటాయిస్తోంది" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "%s క్షేత్రాన్ని సృష్టించటంలో విఫలమైంది\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "క్షేత్రం కోసం సాధనాలను పొందటంలో విఫలమైంది %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "కొత్త క్షేత్రాన్ని సంగ్రహించటంలో విఫలమైంది %s\n" diff --git a/po/th.po b/po/th.po index bcfec68bea..d4004232f9 100644 --- a/po/th.po +++ b/po/th.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/tr.po b/po/tr.po index bcfec68bea..d4004232f9 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/uk.po b/po/uk.po index bcfec68bea..d4004232f9 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/ur.po b/po/ur.po index bcfec68bea..d4004232f9 100644 --- a/po/ur.po +++ b/po/ur.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/vi.po b/po/vi.po index bcfec68bea..d4004232f9 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n" diff --git a/po/zh_CN.po b/po/zh_CN.po index a8b10a15e1..9b227cc4b4 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: zh_CN\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2007-01-17 15:28+1000\n" "Last-Translator: Tony Fu \n" "Language-Team: \n" @@ -615,7 +615,22 @@ msgstr "ȱ msgid "failed to parse Xend domain information" msgstr " Xend Ϣʧ" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr " %s ʧ\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Ϊ %s 豸ʧ\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "ָ %s ʧ\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr " %s ʧ\n" @@ -1743,12 +1758,3 @@ msgstr " #, c-format msgid "allocating %d domain info" msgstr " %d Ϣ" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr " %s ʧ\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Ϊ %s 豸ʧ\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "ָ %s ʧ\n" diff --git a/po/zh_TW.po b/po/zh_TW.po index 099cc051b1..8bfc9b8fd0 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: zh_TW\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-12-15 09:25+1000\n" "Last-Translator: Chester Cheng \n" "Language-Team: Chinese, Traditional \n" @@ -610,7 +610,22 @@ msgstr "無法解析 vbd 檔名,找不到驅動程式類型" msgid "failed to parse Xend domain information" msgstr "無法解析 Xend 的區域資訊" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "無法建立區域 %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "無法為區域 %s 取得裝置\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "無法繼續新的區域 %s\n" + +#: src/xend_internal.c:2971 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "無法建立非運作中的區域 %s\n" @@ -1738,12 +1753,3 @@ msgstr "取得非同步的封包號碼 %d\n" #, c-format msgid "allocating %d domain info" msgstr "分配 %d 區域資訊" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "無法建立區域 %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "無法為區域 %s 取得裝置\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "無法繼續新的區域 %s\n" diff --git a/po/zu.po b/po/zu.po index bcfec68bea..d4004232f9 100644 --- a/po/zu.po +++ b/po/zu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-02-14 12:10-0500\n" +"POT-Creation-Date: 2007-02-14 18:55+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -609,7 +609,22 @@ msgstr "cannot parse vbd filename, missing driver type" msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2969 +#: src/xend_internal.c:2845 +#, c-format +msgid "Failed to create domain %s\n" +msgstr "Failed to create domain %s\n" + +#: src/xend_internal.c:2851 +#, c-format +msgid "Failed to get devices for domain %s\n" +msgstr "Failed to get devices for domain %s\n" + +#: src/xend_internal.c:2862 +#, c-format +msgid "Failed to resume new domain %s\n" +msgstr "Failed to resume new domain %s\n" + +#: src/xend_internal.c:2971 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" @@ -1738,12 +1753,3 @@ msgstr "got asynchronous packet number %d\n" #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" - -#~ msgid "Failed to create domain %s\n" -#~ msgstr "Failed to create domain %s\n" - -#~ msgid "Failed to get devices for domain %s\n" -#~ msgstr "Failed to get devices for domain %s\n" - -#~ msgid "Failed to resume new domain %s\n" -#~ msgstr "Failed to resume new domain %s\n"