Added Vietnamese translation.
This commit is contained in:
parent
9f4453ba02
commit
609a5e8d62
9 changed files with 584 additions and 10 deletions
|
|
@ -7,7 +7,7 @@ bill@newbreedsoftware.com
|
|||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
|
||||
June 17, 2002 - March 31, 2004
|
||||
June 17, 2002 - April 14, 2004
|
||||
|
||||
|
||||
* Design and Coding:
|
||||
|
|
@ -193,6 +193,9 @@ June 17, 2002 - March 31, 2004
|
|||
* Turkish
|
||||
Doruk Fisek <dfisek@fisek.com.tr>
|
||||
|
||||
* Vietnamese
|
||||
Le Quang Phan <lqphan@hn.vnn.vn>
|
||||
|
||||
* Walloon
|
||||
Pablo Saratxaga <pablo@walon.org>
|
||||
|
||||
|
|
|
|||
|
|
@ -11,6 +11,9 @@ http://www.newbreedsoftware.com/tuxpaint/
|
|||
* Updated Makefile for easier install.
|
||||
Mark K. Kim <tuxNO_SOLICITATIONpaint-dev@cbreak.org>
|
||||
|
||||
* Vietnamese translation created. (Simple version)
|
||||
Le Quang Phan <lqphan@hn.vnn.vn>
|
||||
|
||||
* Afrikaans translation created.
|
||||
Petri Jooste <rkwjpj@puk.ac.za>
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
bill@newbreedsoftware.com
|
||||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
June 14, 2002 - March 31, 2004
|
||||
June 14, 2002 - April 14, 2004
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -434,6 +434,8 @@ Options
|
|||
|--------------------+------------------+---------|
|
||||
|tamil | | |
|
||||
|--------------------+------------------+---------|
|
||||
|vietnamese | | |
|
||||
|--------------------+------------------+---------|
|
||||
|turkish | | |
|
||||
|--------------------+------------------+---------|
|
||||
|walloon |walon | |
|
||||
|
|
@ -646,6 +648,8 @@ Options
|
|||
|---------------+-------------------+--------------------|
|
||||
|tr_TR@euro | |Turkish |
|
||||
|---------------+-------------------+--------------------|
|
||||
|vi_VN | |Vietnamese |
|
||||
|---------------+-------------------+--------------------|
|
||||
|wa_BE@euro | |Walloon |
|
||||
|---------------+-------------------+--------------------|
|
||||
|zh_CN (*) | |Chinese (Simplified)|
|
||||
|
|
|
|||
|
|
@ -115,6 +115,8 @@ LOW-PRIORITY TRANSLATION STUFF:
|
|||
|
||||
* Update Czech and Slovak translations (so they use accents/etc.!)
|
||||
|
||||
* Update Vietnamese translation (so it uses accents/etc.!)
|
||||
|
||||
|
||||
FEATURE IDEAS:
|
||||
--------------
|
||||
|
|
|
|||
|
|
@ -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 - March 31, 2004</p>
|
||||
<p>June 14, 2002 - April 14, 2004</p>
|
||||
</center>
|
||||
|
||||
<hr size=2 noshade>
|
||||
|
|
@ -35,8 +35,8 @@ New Breed Software</p>
|
|||
access to previous images using a thumbnail browser (e.g., no access to
|
||||
the underlying file-system).</p>
|
||||
|
||||
<p>Unlike popular drawing programs like "The GIMP," it has a very limited
|
||||
tool-set. However, it provides a much simpler interface,
|
||||
<p>Unlike popular drawing programs like "The GIMP," it has a very
|
||||
limited tool-set. However, it provides a much simpler interface,
|
||||
and has entertaining, child-oriented additions such as sound effects.</p>
|
||||
</blockquote>
|
||||
|
||||
|
|
@ -643,6 +643,11 @@ New Breed Software</p>
|
|||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>vietnamese</code></td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>turkish</code></td>
|
||||
<td> </td>
|
||||
|
|
@ -1021,6 +1026,11 @@ New Breed Software</p>
|
|||
<td> </td>
|
||||
<td>Turkish</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>vi_VN</code></td>
|
||||
<td> </td>
|
||||
<td>Vietnamese</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>wa_BE@euro</code></td>
|
||||
<td> </td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue