doc and localization updates

* docs//* po/*: regenerated the documentation and reextracted the
  full set of localization strings to push to the translation team.
Daniel
This commit is contained in:
Daniel Veillard 2008-04-04 08:06:18 +00:00
parent a528e97383
commit 3a50451e84
82 changed files with 179503 additions and 71900 deletions

View File

@ -1,3 +1,8 @@
Fri Apr 4 10:04:23 CEST 2008 Daniel Veillard <veillard@redhat.com>
* docs//* po/*: regenerated the documentation and reextracted the
full set of localization strings to push to the translation team.
Fri Apr 4 09:56:42 CEST 2008 Daniel Veillard <veillard@redhat.com>
* docs//* src/conf.c src/hash.c src/libvirt.c src/proxy_internal.c

View File

@ -677,7 +677,7 @@ The content of this structure is not made public by the API.
<hr/>
<div class="refsect2" lang="en"><h3><a name="virDomainCreateLinux"/>virDomainCreateLinux ()</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>Launch a new Linux guest domain, based on an XML description similar to the one returned by virDomainGetXMLDesc() This function may requires privileged access to the hypervisor.</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>an XML description of the domain</td></tr><tr><td><span class="term"><i><tt>flags</tt></i>:</span></td><td>an optional set of virDomainFlags</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>
<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>an optional set of virDomainFlags</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</p>
@ -744,7 +744,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>domain</tt></i>:</span></td><td>a domain object</td></tr><tr><td><span class="term"><i><tt>buf</tt></i>:</span></td><td>pointer to a <a href="libvirt-libvirt.html#VIR_UUID_STRING_BUFLEN">VIR_UUID_STRING_BUFLEN</a> bytes array</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>-1 in case of error, 0 in case of success</td></tr></tbody></table></div></div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="virDomainGetVcpus"/>virDomainGetVcpus ()</h3><pre class="programlisting">int virDomainGetVcpus (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain, <br/> <a href="libvirt-libvirt.html#virVcpuInfoPtr">virVcpuInfoPtr</a> info, <br/> int maxinfo, <br/> unsigned char * cpumaps, <br/> int maplen)<br/>
</pre><p>Extract information about virtual CPUs of domain, store it in info array and also in cpumaps if this pointer is'nt NULL.</p>
</pre><p>Extract information about virtual CPUs of domain, store it in info array and also in cpumaps if this pointer isn't NULL.</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, or NULL for Domain0</td></tr><tr><td><span class="term"><i><tt>info</tt></i>:</span></td><td>pointer to an array of <a href="libvirt-libvirt.html#virVcpuInfo">virVcpuInfo</a> structures (OUT)</td></tr><tr><td><span class="term"><i><tt>maxinfo</tt></i>:</span></td><td>number of structures in info array</td></tr><tr><td><span class="term"><i><tt>cpumaps</tt></i>:</span></td><td>pointer to an bit map of real CPUs for all vcpus of this domain (in 8-bit bytes) (OUT) If cpumaps is NULL, then no cpumap information is returned by the API. It's assumed there is &lt;maxinfo&gt; cpumap in cpumaps array. The memory allocated to cpumaps must be (maxinfo * maplen) bytes (ie: calloc(maxinfo, maplen)). One cpumap inside cpumaps has the format described in virDomainPinVcpu() API.</td></tr><tr><td><span class="term"><i><tt>maplen</tt></i>:</span></td><td>number of bytes in one cpumap, from 1 up to size of CPU map in underlying virtualization system (Xen...).</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the number of info filled in case of success, -1 in case of failure.</td></tr></tbody></table></div></div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="virDomainGetXMLDesc"/>virDomainGetXMLDesc ()</h3><pre class="programlisting">char * virDomainGetXMLDesc (<a href="libvirt-libvirt.html#virDomainPtr">virDomainPtr</a> domain, <br/> int flags)<br/>

View File

@ -97,7 +97,8 @@ void <a href="#virConnResetLastError">virConnResetLastError</a> (<a href="libvi
<a name="VIR_FROM_OPENVZ">VIR_FROM_OPENVZ</a> = 14 /* Error from OpenVZ driver */
<a name="VIR_FROM_XENXM">VIR_FROM_XENXM</a> = 15 /* Error at Xen XM layer */
<a name="VIR_FROM_STATS_LINUX">VIR_FROM_STATS_LINUX</a> = 16 /* Error in the Linux Stats code */
<a name="VIR_FROM_STORAGE">VIR_FROM_STORAGE</a> = 17 /* Error from storage driver */
<a name="VIR_FROM_LXC">VIR_FROM_LXC</a> = 17 /* Error from Linux Container driver */
<a name="VIR_FROM_STORAGE">VIR_FROM_STORAGE</a> = 18 /* Error from storage driver */
};
</pre><p/>
</div>

View File

@ -399,7 +399,7 @@ int virConnectAuthCallbackPtr (<a href="libvirt-libvirt.html#virConnectCredentia
</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"></a>Function: virDomainCreateLinux</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>Launch a new Linux guest domain, based on an XML description similar to the one returned by virDomainGetXMLDesc() This function may requires privileged access to the hypervisor.</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>an XML description of the domain</td></tr><tr><td><span class="term"><i><tt>flags</tt></i>:</span></td><td>an optional set of virDomainFlags</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"></a>Function: 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 />
<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>an optional set of virDomainFlags</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"></a>Function: 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</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"></a>Function: virDomainDestroy</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. The data structure is freed and should not be used thereafter if the call does not return an error. This function may requires privileged access</p>

View File

@ -50,7 +50,8 @@ void <a href="#virErrorFunc">virErrorFunc</a> (void * userData, <br /> <a
<a name="VIR_FROM_OPENVZ" id="VIR_FROM_OPENVZ">VIR_FROM_OPENVZ</a> = 14 : Error from OpenVZ driver
<a name="VIR_FROM_XENXM" id="VIR_FROM_XENXM">VIR_FROM_XENXM</a> = 15 : Error at Xen XM layer
<a name="VIR_FROM_STATS_LINUX" id="VIR_FROM_STATS_LINUX">VIR_FROM_STATS_LINUX</a> = 16 : Error in the Linux Stats code
<a name="VIR_FROM_STORAGE" id="VIR_FROM_STORAGE">VIR_FROM_STORAGE</a> = 17 : Error from storage driver
<a name="VIR_FROM_LXC" id="VIR_FROM_LXC">VIR_FROM_LXC</a> = 17 : Error from Linux Container driver
<a name="VIR_FROM_STORAGE" id="VIR_FROM_STORAGE">VIR_FROM_STORAGE</a> = 18 : Error from storage driver
}
</pre><h3>Enum <a name="virErrorLevel" id="virErrorLevel">virErrorLevel</a></h3><pre class="programlisting">Enum virErrorLevel {
<a name="VIR_ERR_NONE" id="VIR_ERR_NONE">VIR_ERR_NONE</a> = 0

View File

@ -273,6 +273,7 @@
<exports symbol='VIR_ERR_GNUTLS_ERROR' type='enum'/>
<exports symbol='VIR_ERR_POST_FAILED' type='enum'/>
<exports symbol='VIR_ERR_OS_TYPE' type='enum'/>
<exports symbol='VIR_FROM_XENSTORE' type='enum'/>
<exports symbol='VIR_WAR_NO_NETWORK' type='enum'/>
<exports symbol='VIR_ERR_INVALID_CONN' type='enum'/>
<exports symbol='VIR_ERR_NONE' type='enum'/>
@ -305,7 +306,7 @@
<exports symbol='VIR_ERR_NO_DOMAIN' type='enum'/>
<exports symbol='VIR_ERR_READ_FAILED' type='enum'/>
<exports symbol='VIR_ERR_SEXPR_SERIAL' type='enum'/>
<exports symbol='VIR_FROM_XENSTORE' type='enum'/>
<exports symbol='VIR_FROM_LXC' type='enum'/>
<exports symbol='VIR_FROM_XEN' type='enum'/>
<exports symbol='VIR_ERR_OPEN_FAILED' type='enum'/>
<exports symbol='VIR_ERR_XEN_CALL' type='enum'/>
@ -462,6 +463,7 @@
<enum name='VIR_ERR_XML_ERROR' file='virterror' value='27' type='virErrorNumber' info='an XML description is not well formed or broken'/>
<enum name='VIR_FROM_CONF' file='virterror' value='9' type='virErrorDomain' info='Error in the configuration file handling'/>
<enum name='VIR_FROM_DOM' file='virterror' value='6' type='virErrorDomain' info='Error when operating on a domain'/>
<enum name='VIR_FROM_LXC' file='virterror' value='17' type='virErrorDomain' info='Error from Linux Container driver'/>
<enum name='VIR_FROM_NET' file='virterror' value='11' type='virErrorDomain' info='Error when operating on a network'/>
<enum name='VIR_FROM_NONE' file='virterror' value='0' type='virErrorDomain'/>
<enum name='VIR_FROM_OPENVZ' file='virterror' value='14' type='virErrorDomain' info='Error from OpenVZ driver'/>
@ -471,7 +473,7 @@
<enum name='VIR_FROM_RPC' file='virterror' value='7' type='virErrorDomain' info='Error in the XML-RPC code'/>
<enum name='VIR_FROM_SEXPR' file='virterror' value='4' type='virErrorDomain' info='Error in the S-Expression code'/>
<enum name='VIR_FROM_STATS_LINUX' file='virterror' value='16' type='virErrorDomain' info='Error in the Linux Stats code'/>
<enum name='VIR_FROM_STORAGE' file='virterror' value='17' type='virErrorDomain' info=' Error from storage driver'/>
<enum name='VIR_FROM_STORAGE' file='virterror' value='18' type='virErrorDomain' info=' Error from storage driver'/>
<enum name='VIR_FROM_TEST' file='virterror' value='12' type='virErrorDomain' info='Error from test driver'/>
<enum name='VIR_FROM_XEN' file='virterror' value='1' type='virErrorDomain' info='Error at Xen hypervisor layer'/>
<enum name='VIR_FROM_XEND' file='virterror' value='2' type='virErrorDomain' info='Error at connection with xend daemon'/>
@ -834,7 +836,7 @@
<info>Launch a new Linux guest domain, based on an XML description similar to the one returned by virDomainGetXMLDesc() This function may requires privileged access to the hypervisor.</info>
<return type='virDomainPtr' info='a new domain object or NULL in case of failure'/>
<arg name='conn' type='virConnectPtr' info='pointer to the hypervisor connection'/>
<arg name='xmlDesc' type='const char *' info='an XML description of the domain'/>
<arg name='xmlDesc' type='const char *' info='string containing an XML description of the domain'/>
<arg name='flags' type='unsigned int' info='an optional set of virDomainFlags'/>
</function>
<function name='virDomainDefineXML' file='libvirt' module='libvirt'>
@ -927,7 +929,7 @@
<arg name='buf' type='char *' info='pointer to a VIR_UUID_STRING_BUFLEN bytes array'/>
</function>
<function name='virDomainGetVcpus' file='libvirt' module='libvirt'>
<info>Extract information about virtual CPUs of domain, store it in info array and also in cpumaps if this pointer is&apos;nt NULL.</info>
<info>Extract information about virtual CPUs of domain, store it in info array and also in cpumaps if this pointer isn&apos;t NULL.</info>
<return type='int' info='the number of info filled in case of success, -1 in case of failure.'/>
<arg name='domain' type='virDomainPtr' info='pointer to domain object, or NULL for Domain0'/>
<arg name='info' type='virVcpuInfoPtr' info='pointer to an array of virVcpuInfo structures (OUT)'/>

View File

@ -86,6 +86,7 @@
<reference name='VIR_ERR_XML_ERROR' href='html/libvirt-virterror.html#VIR_ERR_XML_ERROR'/>
<reference name='VIR_FROM_CONF' href='html/libvirt-virterror.html#VIR_FROM_CONF'/>
<reference name='VIR_FROM_DOM' href='html/libvirt-virterror.html#VIR_FROM_DOM'/>
<reference name='VIR_FROM_LXC' href='html/libvirt-virterror.html#VIR_FROM_LXC'/>
<reference name='VIR_FROM_NET' href='html/libvirt-virterror.html#VIR_FROM_NET'/>
<reference name='VIR_FROM_NONE' href='html/libvirt-virterror.html#VIR_FROM_NONE'/>
<reference name='VIR_FROM_OPENVZ' href='html/libvirt-virterror.html#VIR_FROM_OPENVZ'/>
@ -410,6 +411,7 @@
<ref name='VIR_ERR_XML_ERROR'/>
<ref name='VIR_FROM_CONF'/>
<ref name='VIR_FROM_DOM'/>
<ref name='VIR_FROM_LXC'/>
<ref name='VIR_FROM_NET'/>
<ref name='VIR_FROM_NONE'/>
<ref name='VIR_FROM_OPENVZ'/>
@ -1234,6 +1236,7 @@
<ref name='VIR_ERR_XML_ERROR'/>
<ref name='VIR_FROM_CONF'/>
<ref name='VIR_FROM_DOM'/>
<ref name='VIR_FROM_LXC'/>
<ref name='VIR_FROM_NET'/>
<ref name='VIR_FROM_NONE'/>
<ref name='VIR_FROM_OPENVZ'/>
@ -2063,9 +2066,6 @@
<word name='available'>
<ref name='_virError'/>
<ref name='virConnectOpenReadOnly'/>
<ref name='virNodeGetFreeMemory'/>
</word>
<word name='available'>
<ref name='virGetVersion'/>
<ref name='virNodeGetFreeMemory'/>
</word>
@ -2395,6 +2395,9 @@
<word name='constants'>
<ref name='_virConnectCredential'/>
</word>
<word name='containing'>
<ref name='virDomainCreateLinux'/>
</word>
<word name='contains'>
<ref name='virStoragePoolLookupByVolume'/>
<ref name='virStorageVolFree'/>
@ -2473,9 +2476,6 @@
<ref name='_virConnectAuth'/>
<ref name='virConnectOpenAuth'/>
</word>
<word name='cpumap'>
<ref name='virDomainGetVcpus'/>
</word>
<word name='current'>
<ref name='virDomainMigrate'/>
<ref name='virStorageVolGetInfo'/>
@ -3171,6 +3171,9 @@
<word name='involve'>
<ref name='virStoragePoolRefresh'/>
</word>
<word name='isn'>
<ref name='virDomainGetVcpus'/>
</word>
<word name='its'>
<ref name='virDomainGetName'/>
<ref name='virDomainLookupByName'/>
@ -3282,13 +3285,11 @@
<ref name='virResetLastError'/>
<ref name='virSetErrorFunc'/>
</word>
<word name='library'>
<ref name='virConnectOpenReadOnly'/>
</word>
<word name='library'>
<ref name='LIBVIR_VERSION_NUMBER'/>
<ref name='_virError'/>
<ref name='virConnSetErrorFunc'/>
<ref name='virConnectOpenReadOnly'/>
<ref name='virCopyLastError'/>
<ref name='virErrorFunc'/>
<ref name='virGetLastError'/>
@ -3820,13 +3821,11 @@
<word name='performed'>
<ref name='virConnectOpenAuth'/>
</word>
<word name='persistent'>
<ref name='virStoragePoolDestroy'/>
<ref name='virStorageVolGetPath'/>
</word>
<word name='persistent'>
<ref name='virStoragePoolCreateXML'/>
<ref name='virStoragePoolDefineXML'/>
<ref name='virStoragePoolDestroy'/>
<ref name='virStorageVolGetPath'/>
</word>
<word name='physical'>
<ref name='VIR_CPU_MAPLEN'/>
@ -4377,6 +4376,7 @@
<ref name='virConnectGetCapabilities'/>
<ref name='virConnectGetType'/>
<ref name='virConnectGetURI'/>
<ref name='virDomainCreateLinux'/>
<ref name='virDomainGetName'/>
<ref name='virDomainGetOSType'/>
<ref name='virDomainGetSchedulerType'/>

3348
po/af.po

File diff suppressed because it is too large Load Diff

3348
po/am.po

File diff suppressed because it is too large Load Diff

3348
po/ar.po

File diff suppressed because it is too large Load Diff

3347
po/as.po

File diff suppressed because it is too large Load Diff

3348
po/be.po

File diff suppressed because it is too large Load Diff

3349
po/bg.po

File diff suppressed because it is too large Load Diff

3348
po/bn.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

3348
po/bs.po

File diff suppressed because it is too large Load Diff

3349
po/ca.po

File diff suppressed because it is too large Load Diff

3349
po/cs.po

File diff suppressed because it is too large Load Diff

3348
po/cy.po

File diff suppressed because it is too large Load Diff

3349
po/da.po

File diff suppressed because it is too large Load Diff

3429
po/de.po

File diff suppressed because it is too large Load Diff

3348
po/el.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

3351
po/es.po

File diff suppressed because it is too large Load Diff

3348
po/et.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

3348
po/fa.po

File diff suppressed because it is too large Load Diff

3351
po/fi.po

File diff suppressed because it is too large Load Diff

3351
po/fr.po

File diff suppressed because it is too large Load Diff

3348
po/gl.po

File diff suppressed because it is too large Load Diff

3351
po/gu.po

File diff suppressed because it is too large Load Diff

3348
po/he.po

File diff suppressed because it is too large Load Diff

3359
po/hi.po

File diff suppressed because it is too large Load Diff

3351
po/hr.po

File diff suppressed because it is too large Load Diff

3349
po/hu.po

File diff suppressed because it is too large Load Diff

3348
po/hy.po

File diff suppressed because it is too large Load Diff

3345
po/id.po

File diff suppressed because it is too large Load Diff

3348
po/is.po

File diff suppressed because it is too large Load Diff

3410
po/it.po

File diff suppressed because it is too large Load Diff

3351
po/ja.po

File diff suppressed because it is too large Load Diff

3348
po/ka.po

File diff suppressed because it is too large Load Diff

3354
po/kn.po

File diff suppressed because it is too large Load Diff

3349
po/ko.po

File diff suppressed because it is too large Load Diff

3348
po/ku.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

3348
po/lo.po

File diff suppressed because it is too large Load Diff

3348
po/lt.po

File diff suppressed because it is too large Load Diff

3348
po/lv.po

File diff suppressed because it is too large Load Diff

3349
po/mk.po

File diff suppressed because it is too large Load Diff

3351
po/ml.po

File diff suppressed because it is too large Load Diff

3351
po/mr.po

File diff suppressed because it is too large Load Diff

3364
po/ms.po

File diff suppressed because it is too large Load Diff

3348
po/my.po

File diff suppressed because it is too large Load Diff

3335
po/nb.po

File diff suppressed because it is too large Load Diff

3337
po/nl.po

File diff suppressed because it is too large Load Diff

3348
po/nn.po

File diff suppressed because it is too large Load Diff

3348
po/no.po

File diff suppressed because it is too large Load Diff

3348
po/nso.po

File diff suppressed because it is too large Load Diff

3349
po/or.po

File diff suppressed because it is too large Load Diff

3349
po/pa.po

File diff suppressed because it is too large Load Diff

3412
po/pl.po

File diff suppressed because it is too large Load Diff

3351
po/pt.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

3348
po/ro.po

File diff suppressed because it is too large Load Diff

3349
po/ru.po

File diff suppressed because it is too large Load Diff

3348
po/si.po

File diff suppressed because it is too large Load Diff

3348
po/sk.po

File diff suppressed because it is too large Load Diff

3348
po/sl.po

File diff suppressed because it is too large Load Diff

3348
po/sq.po

File diff suppressed because it is too large Load Diff

3351
po/sr.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

3349
po/sv.po

File diff suppressed because it is too large Load Diff

3349
po/ta.po

File diff suppressed because it is too large Load Diff

3351
po/te.po

File diff suppressed because it is too large Load Diff

3348
po/th.po

File diff suppressed because it is too large Load Diff

3348
po/tr.po

File diff suppressed because it is too large Load Diff

3349
po/uk.po

File diff suppressed because it is too large Load Diff

3348
po/ur.po

File diff suppressed because it is too large Load Diff

3348
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

3348
po/zu.po

File diff suppressed because it is too large Load Diff