Added skeleton for Croatian translation.

This commit is contained in:
William Kendrick 2004-05-16 19:21:24 +00:00
parent e3d1116845
commit 423f6ddce9
8 changed files with 536 additions and 13 deletions

View file

@ -7,7 +7,7 @@ bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/
June 17, 2002 - May 9, 2004
June 17, 2002 - May 16, 2004
* Design and Coding:
@ -82,7 +82,7 @@ June 17, 2002 - May 9, 2004
* Basque
Juan Irigoien <juanirigoien@irakasle.net>
* Belarusian (coming soon)
* Belarusian
Eugene Zelenko <greendeath@mail.ru>
* Breton
@ -96,6 +96,9 @@ June 17, 2002 - May 9, 2004
* Chinese
Wang Jian <lark@linux.net.cn>
* Croatian
Nedjeljko Jedvaj <jedvaj.nedeljko@lexunit.com>
* Czech
Peter Sterba <sterba@sterba.com>

View file

@ -7,7 +7,7 @@ bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/
2004.May.13 (0.9.14) [cvs]
2004.May.16 (0.9.14) [cvs]
* Fixed "--noprint=yes" not working under Windows and BeOS.
Thanks to Adam Moore for pointing out this bug!
Bill Kendrick & Mark K. Kim
@ -18,9 +18,12 @@ http://www.newbreedsoftware.com/tuxpaint/
* Fixed crash bug when translated text ends in a space.
Mark K. Kim & John Popplewell
* Support for Belarusian. [Not translated yet]
* Belarusian translation created.
Eugene Zelenko <greendeath@mail.ru>
* Support for Croatian [not translated yet]
Nedjeljko Jedvaj <jedvaj.nedeljko@lexunit.com> [will translate]
* Welsh translation created.
Kevin Donnelly <kevin@dotmon.com>

View file

@ -9,7 +9,7 @@
bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/
June 14, 2002 - May 9, 2004
June 14, 2002 - May 16, 2004
----------------------------------------------------------------------
@ -382,6 +382,8 @@ Options
|--------------------+------------------+---------|
|chinese | | |
|--------------------+------------------+---------|
|croatian |hrvatski | |
|--------------------+------------------+---------|
|czech |cesky | |
|--------------------+------------------+---------|
|danish |dansk | |
@ -612,6 +614,8 @@ Options
|---------------+-------------------+--------------------|
|he_IL (*) | |Hebrew |
|---------------+-------------------+--------------------|
|hr_HR |Hrvatski |Croatian |
|---------------+-------------------+--------------------|
|hu_HU |Magyar |Hungarian |
|---------------+-------------------+--------------------|
|id_ID |Bahasa Indonesia |Indonesian |

View file

@ -23,7 +23,7 @@ New Breed Software</p>
<p><a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a><br>
<a href="http://www.newbreedsoftware.com/tuxpaint/">http://www.newbreedsoftware.com/tuxpaint/</a></p>
<p>June 14, 2002 - May 9, 2004</p>
<p>June 14, 2002 - May 16, 2004</p>
</center>
<hr size=2 noshade>
@ -513,6 +513,11 @@ New Breed Software</p>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><code>croatian</code></td>
<td><code>hrvatski</code></td>
<td>&nbsp;</td>
</tr>
<tr>
<td><code>czech</code></td>
<td><code>cesky</code></td>
@ -936,6 +941,11 @@ New Breed Software</p>
<td>&nbsp;</td>
<td>Hebrew</td>
</tr>
<tr>
<td><code>hr_HR</code></td>
<td>Hrvatski</td>
<td>Croatian</td>
</tr>
<tr>
<td><code>hu_HU</code></td>
<td>Magyar</td>