Update of localizations and XML descriptions

* po/*: updated a could of locale, regenerated
* docs/libvirt-api.xml docs/libvirt-refs.xml: regenerated too
daniel
This commit is contained in:
Daniel Veillard 2009-04-24 10:09:24 +00:00
parent d83ded2dba
commit 741fecedaa
80 changed files with 21809 additions and 18348 deletions

View File

@ -69,7 +69,7 @@ Patches have also been contributed by:
Florian Vichot <florian.vichot@diateam.net>
Takahashi Tomohiro <takatom@jp.fujitsu.com>
Serge E. Hallyn <serue@us.ibm.com>
Soren Hansen <soren@ubuntu.com>
Soren Hansen <soren@canonical.com>
[....send patches to get your name here....]

View File

@ -1,3 +1,8 @@
Fri Apr 24 12:06:47 CEST 2009 Daniel Veillard <veillard@redhat.com>
* po/*: updated a could of locale, regenerated
* docs/libvirt-api.xml docs/libvirt-refs.xml: regenerated too
Wed Apr 22 15:28:03 BST 2009 Daniel P. Berrange <berrange@redhat.com>
* src/network_driver.c: Explicit check for NULL, to avoid

View File

@ -913,7 +913,7 @@ The content of this structure is not made public by the API.
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>conn</tt></i>:</span></td><td>pointer to the hypervisor connection</td></tr><tr><td><span class="term"><i><tt>xmlDesc</tt></i>:</span></td><td>string containing an XML description of the domain</td></tr><tr><td><span class="term"><i><tt>flags</tt></i>:</span></td><td>callers should always pass 0</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>a new domain object or NULL in case of failure</td></tr></tbody></table></div></div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="virDomainDefineXML"/>virDomainDefineXML ()</h3><pre class="programlisting"><a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> virDomainDefineXML (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br/> const char * xml)<br/>
</pre><p>Define a domain, but does not start it. This definition is persistent, until explicitly undefined with virDomainUndefine().</p>
</pre><p>Define a domain, but does not start it. This definition is persistent, until explicitly undefined with virDomainUndefine(). A previous definition for this domain would be overriden if it already exists.</p>
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>conn</tt></i>:</span></td><td>pointer to the hypervisor connection</td></tr><tr><td><span class="term"><i><tt>xml</tt></i>:</span></td><td>the XML description for the domain, preferably in UTF-8</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>NULL in case of error, a pointer to the domain otherwise</td></tr></tbody></table></div></div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="virDomainDestroy"/>virDomainDestroy ()</h3><pre class="programlisting">int virDomainDestroy (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain)<br/>

View File

@ -390,7 +390,7 @@ int <a href="#virStorageVolRef">virStorageVolRef</a> (<a href="libvirt-libvirt.
</pre><p>launch a defined domain. If the call succeed the domain moves from the defined to the running domains pools.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>domain</tt></i>:</span></td><td>pointer to a defined domain</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 in case of success, -1 in case of error</td></tr></tbody></table></div><h3><a name="virDomainCreateLinux" id="virDomainCreateLinux"><code>virDomainCreateLinux</code></a></h3><pre class="programlisting"><a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> virDomainCreateLinux (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br /> const char * xmlDesc, <br /> unsigned int flags)<br />
</pre><p>Deprecated after 0.4.6. Renamed to virDomainCreateXML() providing identical functionality. This existing name will left indefinitely for API compatability.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>conn</tt></i>:</span></td><td>pointer to the hypervisor connection</td></tr><tr><td><span class="term"><i><tt>xmlDesc</tt></i>:</span></td><td>string containing an XML description of the domain</td></tr><tr><td><span class="term"><i><tt>flags</tt></i>:</span></td><td>callers should always pass 0</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>a new domain object or NULL in case of failure</td></tr></tbody></table></div><h3><a name="virDomainCreateXML" id="virDomainCreateXML"><code>virDomainCreateXML</code></a></h3><pre class="programlisting"><a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> virDomainCreateXML (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br /> const char * xmlDesc, <br /> unsigned int flags)<br />
</pre><p>Launch a new guest domain, based on an XML description similar to the one returned by virDomainGetXMLDesc() This function may requires privileged access to the hypervisor. The domain is not persistent, so its definition will disappear when it is destroyed, or if the host is restarted (see virDomainDefineXML() to define persistent domains).</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>conn</tt></i>:</span></td><td>pointer to the hypervisor connection</td></tr><tr><td><span class="term"><i><tt>xmlDesc</tt></i>:</span></td><td>string containing an XML description of the domain</td></tr><tr><td><span class="term"><i><tt>flags</tt></i>:</span></td><td>callers should always pass 0</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>a new domain object or NULL in case of failure</td></tr></tbody></table></div><h3><a name="virDomainDefineXML" id="virDomainDefineXML"><code>virDomainDefineXML</code></a></h3><pre class="programlisting"><a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> virDomainDefineXML (<a href="libvirt-libvirt.html#virConnectPtr">virConnectPtr</a> conn, <br /> const char * xml)<br />
</pre><p>Define a domain, but does not start it. This definition is persistent, until explicitly undefined with virDomainUndefine().</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>conn</tt></i>:</span></td><td>pointer to the hypervisor connection</td></tr><tr><td><span class="term"><i><tt>xml</tt></i>:</span></td><td>the XML description for the domain, preferably in UTF-8</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>NULL in case of error, a pointer to the domain otherwise</td></tr></tbody></table></div><h3><a name="virDomainDestroy" id="virDomainDestroy"><code>virDomainDestroy</code></a></h3><pre class="programlisting">int virDomainDestroy (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain)<br />
</pre><p>Define a domain, but does not start it. This definition is persistent, until explicitly undefined with virDomainUndefine(). A previous definition for this domain would be overriden if it already exists.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>conn</tt></i>:</span></td><td>pointer to the hypervisor connection</td></tr><tr><td><span class="term"><i><tt>xml</tt></i>:</span></td><td>the XML description for the domain, preferably in UTF-8</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>NULL in case of error, a pointer to the domain otherwise</td></tr></tbody></table></div><h3><a name="virDomainDestroy" id="virDomainDestroy"><code>virDomainDestroy</code></a></h3><pre class="programlisting">int virDomainDestroy (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain)<br />
</pre><p>Destroy the domain object. The running instance is shutdown if not down already and all resources used by it are given back to the hypervisor. This does not free the associated <a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> object. This function may require privileged access</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>domain</tt></i>:</span></td><td>a domain object</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 in case of success and -1 in case of failure.</td></tr></tbody></table></div><h3><a name="virDomainDetachDevice" id="virDomainDetachDevice"><code>virDomainDetachDevice</code></a></h3><pre class="programlisting">int virDomainDetachDevice (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain, <br /> const char * xml)<br />
</pre><p>Destroy a virtual device attachment to backend.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>domain</tt></i>:</span></td><td>pointer to domain object</td></tr><tr><td><span class="term"><i><tt>xml</tt></i>:</span></td><td>pointer to XML description of one device</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 in case of success, -1 in case of failure.</td></tr></tbody></table></div><h3><a name="virDomainFree" id="virDomainFree"><code>virDomainFree</code></a></h3><pre class="programlisting">int virDomainFree (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain)<br />
</pre><p>Free the domain object. The running instance is kept alive. The data structure is freed and should not be used thereafter.</p><div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>domain</tt></i>:</span></td><td>a domain object</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 in case of success and -1 in case of failure.</td></tr></tbody></table></div><h3><a name="virDomainGetAutostart" id="virDomainGetAutostart"><code>virDomainGetAutostart</code></a></h3><pre class="programlisting">int virDomainGetAutostart (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain, <br /> int * autostart)<br />

View File

@ -1061,7 +1061,7 @@ see note above'/>
<arg name='flags' type='unsigned int' info='callers should always pass 0'/>
</function>
<function name='virDomainDefineXML' file='libvirt' module='libvirt'>
<info>Define a domain, but does not start it. This definition is persistent, until explicitly undefined with virDomainUndefine().</info>
<info>Define a domain, but does not start it. This definition is persistent, until explicitly undefined with virDomainUndefine(). A previous definition for this domain would be overriden if it already exists.</info>
<return type='virDomainPtr' info='NULL in case of error, a pointer to the domain otherwise'/>
<arg name='conn' type='virConnectPtr' info='pointer to the hypervisor connection'/>
<arg name='xml' type='const char *' info='the XML description for the domain, preferably in UTF-8'/>

View File

@ -2568,6 +2568,7 @@
<ref name='virDomainMemoryPeek'/>
</word>
<word name='already'>
<ref name='virDomainDefineXML'/>
<ref name='virDomainDestroy'/>
<ref name='virNetworkDestroy'/>
</word>
@ -3593,6 +3594,7 @@
<ref name='virDomainCreateLinux'/>
</word>
<word name='exists'>
<ref name='virDomainDefineXML'/>
<ref name='virDomainMigrate'/>
</word>
<word name='expected'>
@ -4945,6 +4947,9 @@
<ref name='virDomainBlockPeek'/>
<ref name='virDomainMemoryPeek'/>
</word>
<word name='overriden'>
<ref name='virDomainDefineXML'/>
</word>
<word name='own'>
<ref name='virResetLastError'/>
</word>
@ -5088,6 +5093,9 @@
<ref name='virDomainDefineXML'/>
<ref name='virNetworkDefineXML'/>
</word>
<word name='previous'>
<ref name='virDomainDefineXML'/>
</word>
<word name='previously'>
<ref name='cpumap'/>
<ref name='virNodeDeviceReAttach'/>
@ -6632,6 +6640,7 @@
<ref name='virConnectFindStoragePoolSources'/>
<ref name='virConnectRef'/>
<ref name='virDomainBlockPeek'/>
<ref name='virDomainDefineXML'/>
<ref name='virDomainMemoryPeek'/>
<ref name='virDomainRef'/>
<ref name='virNetworkRef'/>

541
po/af.po

File diff suppressed because it is too large Load Diff

541
po/am.po

File diff suppressed because it is too large Load Diff

541
po/ar.po

File diff suppressed because it is too large Load Diff

602
po/as.po

File diff suppressed because it is too large Load Diff

541
po/be.po

File diff suppressed because it is too large Load Diff

543
po/bg.po

File diff suppressed because it is too large Load Diff

541
po/bn.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

543
po/bs.po

File diff suppressed because it is too large Load Diff

543
po/ca.po

File diff suppressed because it is too large Load Diff

543
po/cs.po

File diff suppressed because it is too large Load Diff

541
po/cy.po

File diff suppressed because it is too large Load Diff

543
po/da.po

File diff suppressed because it is too large Load Diff

543
po/de.po

File diff suppressed because it is too large Load Diff

541
po/el.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

539
po/es.po

File diff suppressed because it is too large Load Diff

541
po/et.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

541
po/fa.po

File diff suppressed because it is too large Load Diff

543
po/fi.po

File diff suppressed because it is too large Load Diff

541
po/fr.po

File diff suppressed because it is too large Load Diff

541
po/gl.po

File diff suppressed because it is too large Load Diff

539
po/gu.po

File diff suppressed because it is too large Load Diff

541
po/he.po

File diff suppressed because it is too large Load Diff

543
po/hi.po

File diff suppressed because it is too large Load Diff

543
po/hr.po

File diff suppressed because it is too large Load Diff

543
po/hu.po

File diff suppressed because it is too large Load Diff

541
po/hy.po

File diff suppressed because it is too large Load Diff

543
po/id.po

File diff suppressed because it is too large Load Diff

541
po/is.po

File diff suppressed because it is too large Load Diff

539
po/it.po

File diff suppressed because it is too large Load Diff

539
po/ja.po

File diff suppressed because it is too large Load Diff

541
po/ka.po

File diff suppressed because it is too large Load Diff

590
po/kn.po

File diff suppressed because it is too large Load Diff

543
po/ko.po

File diff suppressed because it is too large Load Diff

541
po/ku.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

541
po/lo.po

File diff suppressed because it is too large Load Diff

541
po/lt.po

File diff suppressed because it is too large Load Diff

541
po/lv.po

File diff suppressed because it is too large Load Diff

543
po/mk.po

File diff suppressed because it is too large Load Diff

543
po/ml.po

File diff suppressed because it is too large Load Diff

539
po/mr.po

File diff suppressed because it is too large Load Diff

543
po/ms.po

File diff suppressed because it is too large Load Diff

541
po/my.po

File diff suppressed because it is too large Load Diff

543
po/nb.po

File diff suppressed because it is too large Load Diff

541
po/nl.po

File diff suppressed because it is too large Load Diff

541
po/nn.po

File diff suppressed because it is too large Load Diff

541
po/nso.po

File diff suppressed because it is too large Load Diff

539
po/or.po

File diff suppressed because it is too large Load Diff

537
po/pa.po

File diff suppressed because it is too large Load Diff

539
po/pl.po

File diff suppressed because it is too large Load Diff

543
po/pt.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

541
po/ro.po

File diff suppressed because it is too large Load Diff

543
po/ru.po

File diff suppressed because it is too large Load Diff

541
po/si.po

File diff suppressed because it is too large Load Diff

541
po/sk.po

File diff suppressed because it is too large Load Diff

541
po/sl.po

File diff suppressed because it is too large Load Diff

541
po/sq.po

File diff suppressed because it is too large Load Diff

543
po/sr.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

543
po/sv.po

File diff suppressed because it is too large Load Diff

539
po/ta.po

File diff suppressed because it is too large Load Diff

539
po/te.po

File diff suppressed because it is too large Load Diff

541
po/th.po

File diff suppressed because it is too large Load Diff

541
po/tr.po

File diff suppressed because it is too large Load Diff

543
po/uk.po

File diff suppressed because it is too large Load Diff

541
po/ur.po

File diff suppressed because it is too large Load Diff

541
po/vi.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

541
po/zu.po

File diff suppressed because it is too large Load Diff