Update po files with latest translatable strings

This commit is contained in:
Daniel P. Berrange 2008-02-20 16:08:56 +00:00
parent 4bea16df64
commit caad8777e0
79 changed files with 331519 additions and 162319 deletions

View File

@ -1,3 +1,9 @@
Wed Feb 20 11:03:27 EST 2008 Daniel P. Berrange <berrange@redhat.com>
* po/*.po, po/libvirt.pot: Re-generate to pull in latest
strings from storage APIs
* docs/libvirt-api.xml, docs/libvirt-refs.xml: Re-generate
Wed Feb 20 10:50:27 EST 2008 Daniel P. Berrange <berrange@redhat.com>
* docs/libvir.html, docs/site.xsl: Added webpage describing

View File

@ -160,6 +160,8 @@ void <a href="#virConnResetLastError">virConnResetLastError</a> (<a href="libvi
<a name="VIR_ERR_INVALID_STORAGE_POOL">VIR_ERR_INVALID_STORAGE_POOL</a> = 46 /* invalid storage pool object */
<a name="VIR_ERR_INVALID_STORAGE_VOL">VIR_ERR_INVALID_STORAGE_VOL</a> = 47 /* invalid storage vol object */
<a name="VIR_WAR_NO_STORAGE">VIR_WAR_NO_STORAGE</a> = 48 /* failed to start storage */
<a name="VIR_ERR_NO_STORAGE_POOL">VIR_ERR_NO_STORAGE_POOL</a> = 49 /* storage pool not found */
<a name="VIR_ERR_NO_STORAGE_VOL">VIR_ERR_NO_STORAGE_VOL</a> = 50 /* storage pool not found */
};
</pre><p/>
</div>

View File

@ -240,7 +240,7 @@
<summary>error handling interfaces for the libvirt library</summary>
<description>Provides the interfaces of the libvirt library to handle errors raised while using the library. </description>
<author>Daniel Veillard &lt;veillard@redhat.com&gt; </author>
<exports symbol='VIR_FROM_XML' type='enum'/>
<exports symbol='VIR_ERR_XML_ERROR' type='enum'/>
<exports symbol='VIR_ERR_RPC' type='enum'/>
<exports symbol='VIR_ERR_SYSTEM_ERROR' type='enum'/>
<exports symbol='VIR_FROM_TEST' type='enum'/>
@ -256,16 +256,17 @@
<exports symbol='VIR_FROM_SEXPR' type='enum'/>
<exports symbol='VIR_FROM_RPC' type='enum'/>
<exports symbol='VIR_ERR_INVALID_MAC' type='enum'/>
<exports symbol='VIR_ERR_XML_ERROR' type='enum'/>
<exports symbol='VIR_ERR_NO_STORAGE_VOL' type='enum'/>
<exports symbol='VIR_FROM_NONE' type='enum'/>
<exports symbol='VIR_ERR_DOM_EXIST' type='enum'/>
<exports symbol='VIR_ERR_NO_XENSTORE' type='enum'/>
<exports symbol='VIR_FROM_DOM' type='enum'/>
<exports symbol='VIR_ERR_INVALID_DOMAIN' type='enum'/>
<exports symbol='VIR_FROM_QEMU' type='enum'/>
<exports symbol='VIR_ERR_NO_STORAGE_POOL' type='enum'/>
<exports symbol='VIR_FROM_CONF' type='enum'/>
<exports symbol='VIR_ERR_INVALID_NETWORK' type='enum'/>
<exports symbol='VIR_ERR_AUTH_FAILED' type='enum'/>
<exports symbol='VIR_FROM_XML' type='enum'/>
<exports symbol='VIR_ERR_OPERATION_DENIED' type='enum'/>
<exports symbol='VIR_FROM_STORAGE' type='enum'/>
<exports symbol='VIR_ERR_NO_KERNEL' type='enum'/>
@ -296,6 +297,7 @@
<exports symbol='VIR_ERR_INVALID_STORAGE_POOL' type='enum'/>
<exports symbol='VIR_FROM_REMOTE' type='enum'/>
<exports symbol='VIR_ERR_NO_SUPPORT' type='enum'/>
<exports symbol='VIR_FROM_QEMU' type='enum'/>
<exports symbol='VIR_FROM_XEND' type='enum'/>
<exports symbol='VIR_ERR_INVALID_STORAGE_VOL' type='enum'/>
<exports symbol='VIR_FROM_PROXY' type='enum'/>
@ -435,6 +437,8 @@
<enum name='VIR_ERR_NO_OS' file='virterror' value='22' type='virErrorNumber' info='missing domain OS information'/>
<enum name='VIR_ERR_NO_ROOT' file='virterror' value='18' type='virErrorNumber' info='missing root device information'/>
<enum name='VIR_ERR_NO_SOURCE' file='virterror' value='19' type='virErrorNumber' info='missing source device information'/>
<enum name='VIR_ERR_NO_STORAGE_POOL' file='virterror' value='49' type='virErrorNumber' info='storage pool not found'/>
<enum name='VIR_ERR_NO_STORAGE_VOL' file='virterror' value='50' type='virErrorNumber' info=' storage pool not found'/>
<enum name='VIR_ERR_NO_SUPPORT' file='virterror' value='3' type='virErrorNumber' info='no support for this function'/>
<enum name='VIR_ERR_NO_TARGET' file='virterror' value='20' type='virErrorNumber' info='missing target device information'/>
<enum name='VIR_ERR_NO_XEN' file='virterror' value='14' type='virErrorNumber' info='could not open Xen hypervisor control'/>

View File

@ -61,6 +61,8 @@
<reference name='VIR_ERR_NO_OS' href='html/libvirt-virterror.html#VIR_ERR_NO_OS'/>
<reference name='VIR_ERR_NO_ROOT' href='html/libvirt-virterror.html#VIR_ERR_NO_ROOT'/>
<reference name='VIR_ERR_NO_SOURCE' href='html/libvirt-virterror.html#VIR_ERR_NO_SOURCE'/>
<reference name='VIR_ERR_NO_STORAGE_POOL' href='html/libvirt-virterror.html#VIR_ERR_NO_STORAGE_POOL'/>
<reference name='VIR_ERR_NO_STORAGE_VOL' href='html/libvirt-virterror.html#VIR_ERR_NO_STORAGE_VOL'/>
<reference name='VIR_ERR_NO_SUPPORT' href='html/libvirt-virterror.html#VIR_ERR_NO_SUPPORT'/>
<reference name='VIR_ERR_NO_TARGET' href='html/libvirt-virterror.html#VIR_ERR_NO_TARGET'/>
<reference name='VIR_ERR_NO_XEN' href='html/libvirt-virterror.html#VIR_ERR_NO_XEN'/>
@ -383,6 +385,8 @@
<ref name='VIR_ERR_NO_OS'/>
<ref name='VIR_ERR_NO_ROOT'/>
<ref name='VIR_ERR_NO_SOURCE'/>
<ref name='VIR_ERR_NO_STORAGE_POOL'/>
<ref name='VIR_ERR_NO_STORAGE_VOL'/>
<ref name='VIR_ERR_NO_SUPPORT'/>
<ref name='VIR_ERR_NO_TARGET'/>
<ref name='VIR_ERR_NO_XEN'/>
@ -1205,6 +1209,8 @@
<ref name='VIR_ERR_NO_OS'/>
<ref name='VIR_ERR_NO_ROOT'/>
<ref name='VIR_ERR_NO_SOURCE'/>
<ref name='VIR_ERR_NO_STORAGE_POOL'/>
<ref name='VIR_ERR_NO_STORAGE_VOL'/>
<ref name='VIR_ERR_NO_SUPPORT'/>
<ref name='VIR_ERR_NO_TARGET'/>
<ref name='VIR_ERR_NO_XEN'/>

6671
po/af.po

File diff suppressed because it is too large Load Diff

6671
po/am.po

File diff suppressed because it is too large Load Diff

6671
po/ar.po

File diff suppressed because it is too large Load Diff

6359
po/as.po

File diff suppressed because it is too large Load Diff

6671
po/be.po

File diff suppressed because it is too large Load Diff

6520
po/bg.po

File diff suppressed because it is too large Load Diff

6671
po/bn.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

6675
po/bs.po

File diff suppressed because it is too large Load Diff

6560
po/ca.po

File diff suppressed because it is too large Load Diff

6496
po/cs.po

File diff suppressed because it is too large Load Diff

6671
po/cy.po

File diff suppressed because it is too large Load Diff

6624
po/da.po

File diff suppressed because it is too large Load Diff

6521
po/de.po

File diff suppressed because it is too large Load Diff

6671
po/el.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

6510
po/es.po

File diff suppressed because it is too large Load Diff

6671
po/et.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

6671
po/fa.po

File diff suppressed because it is too large Load Diff

6644
po/fi.po

File diff suppressed because it is too large Load Diff

6539
po/fr.po

File diff suppressed because it is too large Load Diff

6671
po/gl.po

File diff suppressed because it is too large Load Diff

6499
po/gu.po

File diff suppressed because it is too large Load Diff

6671
po/he.po

File diff suppressed because it is too large Load Diff

6552
po/hi.po

File diff suppressed because it is too large Load Diff

6530
po/hr.po

File diff suppressed because it is too large Load Diff

6643
po/hu.po

File diff suppressed because it is too large Load Diff

6671
po/hy.po

File diff suppressed because it is too large Load Diff

6406
po/id.po

File diff suppressed because it is too large Load Diff

6671
po/is.po

File diff suppressed because it is too large Load Diff

6518
po/it.po

File diff suppressed because it is too large Load Diff

6434
po/ja.po

File diff suppressed because it is too large Load Diff

6671
po/ka.po

File diff suppressed because it is too large Load Diff

6422
po/kn.po

File diff suppressed because it is too large Load Diff

6506
po/ko.po

File diff suppressed because it is too large Load Diff

6671
po/ku.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

6671
po/lo.po

File diff suppressed because it is too large Load Diff

6671
po/lt.po

File diff suppressed because it is too large Load Diff

6671
po/lv.po

File diff suppressed because it is too large Load Diff

6635
po/mk.po

File diff suppressed because it is too large Load Diff

6423
po/ml.po

File diff suppressed because it is too large Load Diff

6485
po/mr.po

File diff suppressed because it is too large Load Diff

6839
po/ms.po

File diff suppressed because it is too large Load Diff

6671
po/my.po

File diff suppressed because it is too large Load Diff

6459
po/nb.po

File diff suppressed because it is too large Load Diff

6368
po/nl.po

File diff suppressed because it is too large Load Diff

6671
po/nn.po

File diff suppressed because it is too large Load Diff

6671
po/no.po

File diff suppressed because it is too large Load Diff

6671
po/nso.po

File diff suppressed because it is too large Load Diff

6498
po/or.po

File diff suppressed because it is too large Load Diff

6506
po/pa.po

File diff suppressed because it is too large Load Diff

6513
po/pl.po

File diff suppressed because it is too large Load Diff

6513
po/pt.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

6671
po/ro.po

File diff suppressed because it is too large Load Diff

6626
po/ru.po

File diff suppressed because it is too large Load Diff

6671
po/si.po

File diff suppressed because it is too large Load Diff

6671
po/sk.po

File diff suppressed because it is too large Load Diff

6671
po/sl.po

File diff suppressed because it is too large Load Diff

6671
po/sq.po

File diff suppressed because it is too large Load Diff

6495
po/sr.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

6605
po/sv.po

File diff suppressed because it is too large Load Diff

6507
po/ta.po

File diff suppressed because it is too large Load Diff

6429
po/te.po

File diff suppressed because it is too large Load Diff

6671
po/th.po

File diff suppressed because it is too large Load Diff

6671
po/tr.po

File diff suppressed because it is too large Load Diff

6502
po/uk.po

File diff suppressed because it is too large Load Diff

6671
po/ur.po

File diff suppressed because it is too large Load Diff

6671
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

6671
po/zu.po

File diff suppressed because it is too large Load Diff