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

@ -159,7 +159,9 @@ void <a href="#virConnResetLastError">virConnResetLastError</a> (<a href="libvi
<a name="VIR_ERR_AUTH_FAILED">VIR_ERR_AUTH_FAILED</a> = 45 /* authentication failed */
<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_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'/>
@ -492,7 +496,7 @@
<enum name='VIR_VCPU_OFFLINE' file='libvirt' value='0' type='virVcpuState' info='the virtual CPU is offline'/>
<enum name='VIR_VCPU_RUNNING' file='libvirt' value='1' type='virVcpuState' info='the virtual CPU is running'/>
<enum name='VIR_WAR_NO_NETWORK' file='virterror' value='41' type='virErrorNumber' info='failed to start network'/>
<enum name='VIR_WAR_NO_STORAGE' file='virterror' value='48' type='virErrorNumber' info=' failed to start storage'/>
<enum name='VIR_WAR_NO_STORAGE' file='virterror' value='48' type='virErrorNumber' info='failed to start storage'/>
<struct name='virConnect' file='libvirt' type='struct _virConnect'/>
<struct name='virConnectAuth' file='libvirt' type='struct _virConnectAuth'>
<field name='credtype' type='int *' info=' List of supported virConnectCredentialType values'/>

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'/>

6673
po/af.po

File diff suppressed because it is too large Load Diff

6673
po/am.po

File diff suppressed because it is too large Load Diff

6673
po/ar.po

File diff suppressed because it is too large Load Diff

6361
po/as.po

File diff suppressed because it is too large Load Diff

6673
po/be.po

File diff suppressed because it is too large Load Diff

6522
po/bg.po

File diff suppressed because it is too large Load Diff

6673
po/bn.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

6677
po/bs.po

File diff suppressed because it is too large Load Diff

6562
po/ca.po

File diff suppressed because it is too large Load Diff

6498
po/cs.po

File diff suppressed because it is too large Load Diff

6673
po/cy.po

File diff suppressed because it is too large Load Diff

6626
po/da.po

File diff suppressed because it is too large Load Diff

6523
po/de.po

File diff suppressed because it is too large Load Diff

6673
po/el.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

6512
po/es.po

File diff suppressed because it is too large Load Diff

6673
po/et.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

6673
po/fa.po

File diff suppressed because it is too large Load Diff

6646
po/fi.po

File diff suppressed because it is too large Load Diff

6541
po/fr.po

File diff suppressed because it is too large Load Diff

6673
po/gl.po

File diff suppressed because it is too large Load Diff

6501
po/gu.po

File diff suppressed because it is too large Load Diff

6673
po/he.po

File diff suppressed because it is too large Load Diff

6554
po/hi.po

File diff suppressed because it is too large Load Diff

6532
po/hr.po

File diff suppressed because it is too large Load Diff

6645
po/hu.po

File diff suppressed because it is too large Load Diff

6673
po/hy.po

File diff suppressed because it is too large Load Diff

6408
po/id.po

File diff suppressed because it is too large Load Diff

6673
po/is.po

File diff suppressed because it is too large Load Diff

6520
po/it.po

File diff suppressed because it is too large Load Diff

6436
po/ja.po

File diff suppressed because it is too large Load Diff

6673
po/ka.po

File diff suppressed because it is too large Load Diff

6424
po/kn.po

File diff suppressed because it is too large Load Diff

6508
po/ko.po

File diff suppressed because it is too large Load Diff

6673
po/ku.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

6673
po/lo.po

File diff suppressed because it is too large Load Diff

6673
po/lt.po

File diff suppressed because it is too large Load Diff

6673
po/lv.po

File diff suppressed because it is too large Load Diff

6637
po/mk.po

File diff suppressed because it is too large Load Diff

6425
po/ml.po

File diff suppressed because it is too large Load Diff

6487
po/mr.po

File diff suppressed because it is too large Load Diff

6841
po/ms.po

File diff suppressed because it is too large Load Diff

6673
po/my.po

File diff suppressed because it is too large Load Diff

6461
po/nb.po

File diff suppressed because it is too large Load Diff

6370
po/nl.po

File diff suppressed because it is too large Load Diff

6673
po/nn.po

File diff suppressed because it is too large Load Diff

6673
po/no.po

File diff suppressed because it is too large Load Diff

6673
po/nso.po

File diff suppressed because it is too large Load Diff

6500
po/or.po

File diff suppressed because it is too large Load Diff

6508
po/pa.po

File diff suppressed because it is too large Load Diff

6515
po/pl.po

File diff suppressed because it is too large Load Diff

6515
po/pt.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

6673
po/ro.po

File diff suppressed because it is too large Load Diff

6628
po/ru.po

File diff suppressed because it is too large Load Diff

6673
po/si.po

File diff suppressed because it is too large Load Diff

6673
po/sk.po

File diff suppressed because it is too large Load Diff

6673
po/sl.po

File diff suppressed because it is too large Load Diff

6673
po/sq.po

File diff suppressed because it is too large Load Diff

6497
po/sr.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

6607
po/sv.po

File diff suppressed because it is too large Load Diff

6509
po/ta.po

File diff suppressed because it is too large Load Diff

6431
po/te.po

File diff suppressed because it is too large Load Diff

6673
po/th.po

File diff suppressed because it is too large Load Diff

6673
po/tr.po

File diff suppressed because it is too large Load Diff

6504
po/uk.po

File diff suppressed because it is too large Load Diff

6673
po/ur.po

File diff suppressed because it is too large Load Diff

6673
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

6673
po/zu.po

File diff suppressed because it is too large Load Diff