Added Gaelic support.
This commit is contained in:
parent
e790877b36
commit
2d7aef0041
8 changed files with 527 additions and 12 deletions
|
|
@ -2,12 +2,12 @@ AUTHORS.txt for Tux Paint
|
|||
|
||||
Tux Paint - A simple drawing program for children.
|
||||
|
||||
Copyright (c) 2004 by Bill Kendrick
|
||||
Copyright (c) 2005 by Bill Kendrick
|
||||
bill@newbreedsoftware.com
|
||||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
|
||||
June 17, 2002 - December 26, 2004
|
||||
June 17, 2002 - January 6, 2005
|
||||
|
||||
|
||||
* Design and Coding:
|
||||
|
|
@ -135,6 +135,9 @@ June 17, 2002 - December 26, 2004
|
|||
Jacques Chion <Jacques.Chion@wanadoo.fr>
|
||||
Charles Vidal <vidalc@club-internet.fr>
|
||||
|
||||
* Gaelic
|
||||
Kevin Patrick Scannell <scannell@SLU.EDU>
|
||||
|
||||
* Galician
|
||||
Leandro Regueiro <unho@gulo.org>
|
||||
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@ CHANGES.txt for Tux Paint
|
|||
|
||||
Tux Paint - A simple drawing program for children.
|
||||
|
||||
Copyright (c) 2004 by Bill Kendrick
|
||||
Copyright (c) 2005 by Bill Kendrick
|
||||
bill@newbreedsoftware.com
|
||||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
|
||||
2004.December.26 (0.9.15)
|
||||
2005.January.06 (0.9.15)
|
||||
* Stamp tool improvements:
|
||||
------------------------
|
||||
* Greatly improved stamp outlining (to avoid empty rows or columns
|
||||
|
|
@ -157,6 +157,9 @@ http://www.newbreedsoftware.com/tuxpaint/
|
|||
Ilir Rugova <ilirrugova@gmx.de>
|
||||
Laurent Dhima <laurenti@alblinux.net>
|
||||
|
||||
* Gaelic translation created.
|
||||
Kevin Patrick Scannell <scannell@SLU.EDU>
|
||||
|
||||
* Galician translation created.
|
||||
Leandro Regueiro <unho@gulo.org>
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
bill@newbreedsoftware.com
|
||||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
January 3, 2005
|
||||
January 6, 2005
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
|
|
@ -288,6 +288,8 @@ Windows Users
|
|||
|--------------------+------------------+---------|
|
||||
|french |francais | |
|
||||
|--------------------+------------------+---------|
|
||||
|gaelic |gaidhlig | |
|
||||
|--------------------+------------------+---------|
|
||||
|galician |galego | |
|
||||
|--------------------+------------------+---------|
|
||||
|german |deutsch | |
|
||||
|
|
@ -550,6 +552,8 @@ Available Languages
|
|||
|---------------+-------------------+---------------------|
|
||||
|fr_FR |Franc,ais |French |
|
||||
|---------------+-------------------+---------------------|
|
||||
|ga_IE |G`aidhlig |Gaelic |
|
||||
|---------------+-------------------+---------------------|
|
||||
|gl_ES |Galego |Galician |
|
||||
|---------------+-------------------+---------------------|
|
||||
|he_IL (*) | |Hebrew |
|
||||
|
|
|
|||
|
|
@ -22,7 +22,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>January 3, 2005</p>
|
||||
<p>January 6, 2005</p>
|
||||
</center>
|
||||
|
||||
<hr size=2 noshade>
|
||||
|
|
@ -415,6 +415,11 @@ New Breed Software</p>
|
|||
<td><code>francais</code></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>gaelic</code></td>
|
||||
<td><code>gaidhlig</code></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>galician</code></td>
|
||||
<td><code>galego</code></td>
|
||||
|
|
@ -873,6 +878,11 @@ New Breed Software</p>
|
|||
<td>Français</td>
|
||||
<td>French</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ga_IE</code></td>
|
||||
<td>Gàidhlig</td>
|
||||
<td>Gaelic</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>gl_ES</code></td>
|
||||
<td>Galego</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue