Added Galician support.

This commit is contained in:
William Kendrick 2004-10-24 02:46:04 +00:00
parent e4bc4d006e
commit 871f5add79
9 changed files with 639 additions and 85 deletions

View file

@ -7,7 +7,7 @@ bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/
June 17, 2002 - July 27, 2004
June 17, 2002 - October 23, 2004
* Design and Coding:
@ -122,6 +122,9 @@ June 17, 2002 - July 27, 2004
* French
Jacques Chion <Jacques.Chion@wanadoo.fr>
Charles Vidal <vidalc@club-internet.fr>
* Galician
Leandro Regueiro <unho@gulo.org>
* German
Fabian Franz <FabianFranz@gmx.de>

View file

@ -7,6 +7,13 @@ bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/
2004.October.23 (0.9.15)
* Galician translation created.
Leandro Regueiro <unho@gulo.org>
* Chinese (Traditional) documentation updates.
Song Huang <Song@ossacc.org>
2004.September.28 (0.9.14)
* New Features:
-------------

View file

@ -1,7 +1,7 @@
Tux Paint
version 0.9.14
version 0.9.15
Options Documentation
Options Documentation
Copyright 2004 by Bill Kendrick
New Breed Software
@ -9,9 +9,9 @@
bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/
September 24, 2004
October 23, 2004
---------------------------------------------------------------------------
----------------------------------------------------------------------
Tux Paint Config.
@ -20,7 +20,7 @@
install and use this tool, or want a better understanding of the
available options, please continue reading.
---------------------------------------------------------------------------
----------------------------------------------------------------------
Configuration File
@ -60,7 +60,7 @@ Windows Users
as Plain Text, and make sure the filename doesn't have ".txt" at the
end...
---------------------------------------------------------------------------
----------------------------------------------------------------------
Available Options
@ -273,6 +273,8 @@ Windows Users
|--------------------+------------------+---------|
|french |francais | |
|--------------------+------------------+---------|
|galician |galego | |
|--------------------+------------------+---------|
|german |deutsch | |
|--------------------+------------------+---------|
|greek | | |
@ -332,7 +334,7 @@ Windows Users
|welsh |cymraeg | |
+-------------------------------------------------+
---------------------------------------------------------------------------
----------------------------------------------------------------------
Overriding System Config. Options using .tuxpaintrc
@ -353,7 +355,7 @@ Windows Users
print=yes
mixedcase=yes
---------------------------------------------------------------------------
----------------------------------------------------------------------
Command-Line Options
@ -417,7 +419,7 @@ Windows Users
Run Tux Paint in one of the support languages. See the
"Choosing a Different Language" section below for the locale
strings (e.g., "de_DE@euro" for German) to use.
strings (e.g., "de_DE" for German) to use.
(If your locale is already set, e.g. with the "$LANG"
environment variable, this option is not necessary, since
@ -448,7 +450,7 @@ Windows Users
By default, the lockfile is stored in "~/.tuxpaint/" under
Linux and Unix, and "userdata\" under Windows.
---------------------------------------------------------------------------
----------------------------------------------------------------------
Command-Line Informational Options
@ -472,7 +474,7 @@ Command-Line Informational Options
--lang help
Display a list of available languages in Tux Paint.
---------------------------------------------------------------------------
----------------------------------------------------------------------
Choosing a Different Language
@ -511,19 +513,21 @@ Available Languages
|---------------+-------------------+---------------------|
|da_DK |Dansk |Danish |
|---------------+-------------------+---------------------|
|de_DE@euro |Deutsch |German |
|de_DE |Deutsch |German |
|---------------+-------------------+---------------------|
|el_GR.UTF8 (*) | |Greek |
|---------------+-------------------+---------------------|
|en_GB | |British English |
|---------------+-------------------+---------------------|
|es_ES@euro |Espanol |Spanish |
|es_ES |Espanol |Spanish |
|---------------+-------------------+---------------------|
|eu_ES |Euskara |Basque |
|---------------+-------------------+---------------------|
|fi_FI@euro |Suomi |Finnish |
|fi_FI |Suomi |Finnish |
|---------------+-------------------+---------------------|
|fr_FR@euro |Franc,ais |French |
|fr_FR |Franc,ais |French |
|---------------+-------------------+---------------------|
|gl_ES |Galego |Galician |
|---------------+-------------------+---------------------|
|he_IL (*) | |Hebrew |
|---------------+-------------------+---------------------|
@ -537,7 +541,7 @@ Available Languages
|---------------+-------------------+---------------------|
|is_IS |Islenska |Icelandic |
|---------------+-------------------+---------------------|
|it_IT@euro |Italiano |Italian |
|it_IT |Italiano |Italian |
|---------------+-------------------+---------------------|
|ja_JP.UTF-8 (*)| |Japanese |
|---------------+-------------------+---------------------|
@ -551,7 +555,7 @@ Available Languages
|---------------+-------------------+---------------------|
|nn_NO |Norsk (nynorsk) |Norwegian Nynorsk |
|---------------+-------------------+---------------------|
|nl_NL@euro | |Dutch |
|nl_NL | |Dutch |
|---------------+-------------------+---------------------|
|pl_PL |Polski |Polish |
|---------------+-------------------+---------------------|
@ -569,17 +573,17 @@ Available Languages
|---------------+-------------------+---------------------|
|sr_YU | |Serbian |
|---------------+-------------------+---------------------|
|sv_SE@euro |Svenska |Swedish |
|sv_SE |Svenska |Swedish |
|---------------+-------------------+---------------------|
|ta_IN (*) | |Tamil |
|---------------+-------------------+---------------------|
|tlh (*) |tlhIngan |Klingon |
|---------------+-------------------+---------------------|
|tr_TR@euro | |Turkish |
|tr_TR | |Turkish |
|---------------+-------------------+---------------------|
|vi_VN | |Vietnamese |
|---------------+-------------------+---------------------|
|wa_BE@euro | |Walloon |
|wa_BE | |Walloon |
|---------------+-------------------+---------------------|
|zh_CN (*) | |Chinese (Simplified) |
|---------------+-------------------+---------------------|
@ -618,15 +622,15 @@ Setting Your Environment's Locale
For example, in a Bourne Shell (like BASH):
export LANG=es_ES@euro ; \
export LANG=es_ES ; \
tuxpaint
And in a C Shell (like TCSH):
setenv LANG es_ES@euro ; \
setenv LANG es_ES ; \
tuxpaint
---------------------------------------------------------------------------
----------------------------------------------------------------------
Windows Users
@ -638,7 +642,7 @@ Setting Your Environment's Locale
shortcut (see "INSTALL.txt"). However, by using an MSDOS Prompt
window, it is also possible to issue a command like this:
set LANG=es_ES@euro
set LANG=es_ES
...which will set the language for the lifetime of that DOS window.
@ -654,7 +658,7 @@ Setting Your Environment's Locale
Editor.
5. Add the following at the bottom of the file:
set LANG=es_ES@euro
set LANG=es_ES
6. Close the System Configuration Editor, answering yes to save the
changes.
@ -681,7 +685,8 @@ Setting Your Environment's Locale
Tux Paint will try to load the font file from its system-wide "fonts"
directory (under a "locale" subdirectory). The name of the file
corresponds to the first two letters in the 'locale' code of the
language (e.g., "ko" for Korean, "ja" for Japanese, "zh" for Chinese).
language (e.g., "ko" for Korean, "ja" for Japanese, "zh_tw" for
Traditional Chinese).
For example, under Linux or Unix, when Tux Paint is run in Korean
(e.g., with the option "--lang korean"), Tux Paint will attempt to

View file

@ -1,7 +1,7 @@
Tux Paint
version 0.9.14
version 0.9.15
A simple drawing program for children
A simple drawing program for children
Copyright 2004 by Bill Kendrick
New Breed Software
@ -9,9 +9,9 @@
bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/
June 14, 2002 - September 24, 2004
June 14, 2002 - October 23, 2004
---------------------------------------------------------------------------
----------------------------------------------------------------------
About
@ -65,7 +65,7 @@ Objectives:
is done by selecting it from a collection of thumbnails.
Access to other files on the computer is restricted.
---------------------------------------------------------------------------
----------------------------------------------------------------------
Using Tux Paint
@ -84,7 +84,7 @@ Loading Tux Paint
If any errors occur, they will be displayed on the terminal (to
"stderr").
---------------------------------------------------------------------------
----------------------------------------------------------------------
Windows Users
@ -110,13 +110,13 @@ Loading Tux Paint
If you used the 'ZIP-file' download, Tux Paint's folder will be
wherever you put it when you unzipped the ZIP file.
---------------------------------------------------------------------------
----------------------------------------------------------------------
Mac OS X Users
Simply double-click the "Tux Paint" icon.
---------------------------------------------------------------------------
----------------------------------------------------------------------
Title Screen
@ -128,7 +128,7 @@ Title Screen
continue. (Or, after about 30 seconds, the title screen will go away
automatically.)
---------------------------------------------------------------------------
----------------------------------------------------------------------
Main Screen
@ -174,7 +174,7 @@ Main Screen
when it is the size you want. Move around to rotate it, and click to draw
it.)
---------------------------------------------------------------------------
----------------------------------------------------------------------
Available Tools
@ -192,7 +192,7 @@ Available Tools
As you draw, a sound is played. The bigger the brush, the
lower the pitch.
---------------------------------------------------------------------------
----------------------------------------------------------------------
Stamp (Rubber Stamp)
@ -214,7 +214,7 @@ Available Tools
won't display the Mirror, Flip, Shrink and Grow controls for
stamps. See the "Options" documentation.)
---------------------------------------------------------------------------
----------------------------------------------------------------------
Lines
@ -228,7 +228,7 @@ Available Tools
Let go of the mouse to complete the line. A "sproing!" sound
will play.
---------------------------------------------------------------------------
----------------------------------------------------------------------
Shapes
@ -259,7 +259,7 @@ Available Tools
drawn on the canvas when you let go of the
mouse button. (There's no rotation step.)
---------------------------------------------------------------------------
----------------------------------------------------------------------
Text
@ -274,7 +274,7 @@ Available Tools
Click elsewhere in the picture and the current line of text
will move there, where you can continue editing.
---------------------------------------------------------------------------
----------------------------------------------------------------------
Magic (Special Effects)
@ -341,7 +341,7 @@ Available Tools
you quickly fill parts of the picture, as if it
were a coloring book.
---------------------------------------------------------------------------
----------------------------------------------------------------------
Eraser
@ -359,7 +359,7 @@ Available Tools
As you erase, a "squeaky clean" eraser/wiping sound is
played.
---------------------------------------------------------------------------
----------------------------------------------------------------------
Other Controls
@ -371,7 +371,7 @@ Available Tools
Note: You can also press [Control]-[Z] on the keyboard to
undo.
---------------------------------------------------------------------------
----------------------------------------------------------------------
Redo
@ -384,7 +384,7 @@ Available Tools
Note: You can also press [Control]-[R] on the keyboard to
redo.
---------------------------------------------------------------------------
----------------------------------------------------------------------
New
@ -394,7 +394,7 @@ Available Tools
Note: You can also press [Control]-[N] on the keyboard to
start a new drawing.
---------------------------------------------------------------------------
----------------------------------------------------------------------
Open
@ -441,7 +441,7 @@ Available Tools
Note: You can also press [Control]-[O] on the keyboard to
get the 'Open' dialog.
---------------------------------------------------------------------------
----------------------------------------------------------------------
Save
@ -467,7 +467,7 @@ Available Tools
Note: You can also press [Control]-[S] on the keyboard to
save.
---------------------------------------------------------------------------
----------------------------------------------------------------------
Print
@ -539,7 +539,7 @@ Available Tools
See the "Options" documentation.)
---------------------------------------------------------------------------
----------------------------------------------------------------------
Quit
@ -562,7 +562,7 @@ Available Tools
NOTE: If the image is saved, it will be reloaded
automatically the next time you run Tux Paint!
---------------------------------------------------------------------------
----------------------------------------------------------------------
Loading Other Pictures into Tux Paint
@ -642,7 +642,7 @@ Doing it Manually
Under Windows, this is in the "userdata" folder. Under Mac OS X, this
is in "Library/Preferences/tuxpaint/" in your home directory.
---------------------------------------------------------------------------
----------------------------------------------------------------------
Extending Tux Paint
@ -687,7 +687,7 @@ Where Files Go
/Users/Joe/Library/Preferences/
---------------------------------------------------------------------------
----------------------------------------------------------------------
Personal Files
@ -717,7 +717,7 @@ Where Files Go
(For example, if you created a brush named "flower.png", you would
put it in "~/.tuxpaint/brushes/" under Linux or Unix.)
---------------------------------------------------------------------------
----------------------------------------------------------------------
Brushes
@ -737,7 +737,7 @@ Brushes
it's because you forgot to use alpha transparency! See the
documentation file "PNG.txt" for more information and tips.
---------------------------------------------------------------------------
----------------------------------------------------------------------
Stamps
@ -765,7 +765,7 @@ Stamps
use alpha transparency! See the documentation file "PNG.txt" for
more information and tips.
---------------------------------------------------------------------------
----------------------------------------------------------------------
Description Text
@ -801,7 +801,7 @@ Stamps
them as Plain Text, and make sure they have ".txt" at the end of
the filename...
---------------------------------------------------------------------------
----------------------------------------------------------------------
Sound Effects
@ -823,7 +823,7 @@ Stamps
If no localized sound effect can be loaded, Tux Paint will attempt
to load the 'default' sound file. (e.g., "picture.wav")
---------------------------------------------------------------------------
----------------------------------------------------------------------
Stamp Options
@ -909,7 +909,7 @@ Stamps
named "truck_mirror.png", which will be used when the stamp is
mirrored (rather than using a backwards version of 'truck.png').
---------------------------------------------------------------------------
----------------------------------------------------------------------
Fonts
@ -919,7 +919,7 @@ Fonts
font and provide four different sizes in the 'Letters' selector when
using the 'Text' tool.
---------------------------------------------------------------------------
----------------------------------------------------------------------
'Starters'
@ -991,13 +991,12 @@ Fonts
picture loaded or started. (In other words, if you base a drawing on a
'starter' image, it will always be affected by it.)
---------------------------------------------------------------------------
----------------------------------------------------------------------
Further Reading
Other documentation included with Tux Paint (in the "docs"
folder/directory) include:
* AUTHORS.txt
List of authors and contributors
* CHANGES.txt
@ -1014,7 +1013,7 @@ Fonts
* TODO.txt
A list of pending features or bugs needing fixed
---------------------------------------------------------------------------
----------------------------------------------------------------------
How to Get Help

View file

@ -11,7 +11,7 @@ alink="#FF00FF">
version
0.9.14
0.9.15
</h1>
<h2>Options Documentation</h2>
@ -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>September 24, 2004</p>
<p>October 23, 2004</p>
</center>
<hr size=2 noshade>
@ -395,6 +395,11 @@ New Breed Software</p>
<td><code>francais</code></td>
<td>&nbsp;</td>
</tr>
<tr>
<td><code>galician</code></td>
<td><code>galego</code></td>
<td>&nbsp;</td>
</tr>
<tr>
<td><code>german</code></td>
<td><code>deutsch</code></td>
@ -649,7 +654,7 @@ New Breed Software</p>
<p>Run Tux&nbsp;Paint in one of the support languages.
See the "<i><a href="#different_language">Choosing a Different
Language</a></i>" section below for the
locale strings (e.g., "<code>de_DE@euro</code>" for German) to
locale strings (e.g., "<code>de_DE</code>" for German) to
use.</p>
<p>(If your locale is already set, e.g. with the "<code>$LANG</code>"
@ -803,7 +808,7 @@ New Breed Software</p>
<td>Danish</td>
</tr>
<tr>
<td><code>de_DE@euro</code></td>
<td><code>de_DE</code></td>
<td>Deutsch</td>
<td>German</td>
</tr>
@ -818,7 +823,7 @@ New Breed Software</p>
<td>British English</td>
</tr>
<tr>
<td><code>es_ES@euro</code></td>
<td><code>es_ES</code></td>
<td>Espa&ntilde;ol</td>
<td>Spanish</td>
</tr>
@ -828,15 +833,20 @@ New Breed Software</p>
<td>Basque</td>
</tr>
<tr>
<td><code>fi_FI@euro</code></td>
<td><code>fi_FI</code></td>
<td>Suomi</td>
<td>Finnish</td>
</tr>
<tr>
<td><code>fr_FR@euro</code></td>
<td><code>fr_FR</code></td>
<td>Fran&ccedil;ais</td>
<td>French</td>
</tr>
<tr>
<td><code>gl_ES</code></td>
<td>Galego</td>
<td>Galician</td>
</tr>
<tr>
<td><code>he_IL</code> (*)</td>
<td>&nbsp;</td>
@ -868,7 +878,7 @@ New Breed Software</p>
<td>Icelandic</td>
</tr>
<tr>
<td><code>it_IT@euro</code></td>
<td><code>it_IT</code></td>
<td>Italiano</td>
<td>Italian</td>
</tr>
@ -903,7 +913,7 @@ New Breed Software</p>
<td>Norwegian Nynorsk</td>
</tr>
<tr>
<td><code>nl_NL@euro</code></td>
<td><code>nl_NL</code></td>
<td>&nbsp;</td>
<td>Dutch</td>
</tr>
@ -948,7 +958,7 @@ New Breed Software</p>
<td>Serbian</td>
</tr>
<tr>
<td><code>sv_SE@euro</code></td>
<td><code>sv_SE</code></td>
<td>Svenska</td>
<td>Swedish</td>
</tr>
@ -963,7 +973,7 @@ New Breed Software</p>
<td>Klingon</td>
</tr>
<tr>
<td><code>tr_TR@euro</code></td>
<td><code>tr_TR</code></td>
<td>&nbsp;</td>
<td>Turkish</td>
</tr>
@ -973,7 +983,7 @@ New Breed Software</p>
<td>Vietnamese</td>
</tr>
<tr>
<td><code>wa_BE@euro</code></td>
<td><code>wa_BE</code></td>
<td>&nbsp;</td>
<td>Walloon</td>
</tr>
@ -1027,7 +1037,7 @@ New Breed Software</p>
<p>For example, in a Bourne Shell (like BASH):</p>
<blockquote><code>
export&nbsp;LANG=es_ES@euro&nbsp;;&nbsp;\<br>
export&nbsp;LANG=es_ES&nbsp;;&nbsp;\<br>
tuxpaint
</code></blockquote>
@ -1035,7 +1045,7 @@ New Breed Software</p>
<p>And in a C Shell (like TCSH):</p>
<blockquote><code>
setenv&nbsp;LANG&nbsp;es_ES@euro&nbsp;;&nbsp;\<br>
setenv&nbsp;LANG&nbsp;es_ES&nbsp;;&nbsp;\<br>
tuxpaint
</code></blockquote>
</blockquote>
@ -1054,7 +1064,7 @@ New Breed Software</p>
like this:</p>
<blockquote><code>
set LANG=es_ES@euro
set LANG=es_ES
</code></blockquote>
<p>...which will set the language for the lifetime of that DOS
@ -1074,7 +1084,7 @@ New Breed Software</p>
<li>Add the following at the bottom of the file:
<blockquote><code>
set LANG=es_ES@euro
set LANG=es_ES
</code></blockquote>
<li>Close the System Configuration Editor, answering yes to save

View file

@ -12,7 +12,7 @@ alt="Tux&nbsp;Paint"><br>
version
0.9.14
0.9.15
</h1>
<h3>A simple drawing program for children</h3>
@ -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 - September 24, 2004</p>
<p>June 14, 2002 - October 23, 2004</p>
</center>
<hr size=2 noshade>