Begin adding Klingon translation.

This commit is contained in:
William Kendrick 2004-08-17 07:44:24 +00:00
parent dd00cc5101
commit c4de3f6966
5 changed files with 243 additions and 201 deletions

View file

@ -6,7 +6,7 @@
# bill@newbreedsoftware.com # bill@newbreedsoftware.com
# http://www.newbreedsoftware.com/tuxpaint/ # http://www.newbreedsoftware.com/tuxpaint/
# June 14, 2002 - June 11, 2004 # June 14, 2002 - August 16, 2004
# Where to install things: # Where to install things:
@ -239,6 +239,7 @@ uninstall:
-rm $(LOCALE_PREFIX)hi/LC_MESSAGES/tuxpaint.mo -rm $(LOCALE_PREFIX)hi/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)hr/LC_MESSAGES/tuxpaint.mo -rm $(LOCALE_PREFIX)hr/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)hu/LC_MESSAGES/tuxpaint.mo -rm $(LOCALE_PREFIX)hu/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)tlh/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)id/LC_MESSAGES/tuxpaint.mo -rm $(LOCALE_PREFIX)id/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)is/LC_MESSAGES/tuxpaint.mo -rm $(LOCALE_PREFIX)is/LC_MESSAGES/tuxpaint.mo
-rm $(LOCALE_PREFIX)it/LC_MESSAGES/tuxpaint.mo -rm $(LOCALE_PREFIX)it/LC_MESSAGES/tuxpaint.mo
@ -537,6 +538,11 @@ install-gettext:
@cp trans/ja.mo $(LOCALE_PREFIX)ja/LC_MESSAGES/tuxpaint.mo @cp trans/ja.mo $(LOCALE_PREFIX)ja/LC_MESSAGES/tuxpaint.mo
@chmod 644 $(LOCALE_PREFIX)ja/LC_MESSAGES/tuxpaint.mo @chmod 644 $(LOCALE_PREFIX)ja/LC_MESSAGES/tuxpaint.mo
@# @#
@echo " tlh ...Klingon (Romanized)..."
@install -d $(LOCALE_PREFIX)tlh/LC_MESSAGES
@cp trans/tlh.mo $(LOCALE_PREFIX)tlh/LC_MESSAGES/tuxpaint.mo
@chmod 644 $(LOCALE_PREFIX)tlh/LC_MESSAGES/tuxpaint.mo
@#
@echo " ko_KR ...Korean..." @echo " ko_KR ...Korean..."
@install -d $(LOCALE_PREFIX)ko/LC_MESSAGES @install -d $(LOCALE_PREFIX)ko/LC_MESSAGES
@cp trans/ko.mo $(LOCALE_PREFIX)ko/LC_MESSAGES/tuxpaint.mo @cp trans/ko.mo $(LOCALE_PREFIX)ko/LC_MESSAGES/tuxpaint.mo
@ -764,6 +770,7 @@ translations: trans \
trans/sr.mo \ trans/sr.mo \
trans/sv.mo \ trans/sv.mo \
trans/ta.mo \ trans/ta.mo \
trans/tlh.mo \
trans/tr.mo \ trans/tr.mo \
trans/vi.mo \ trans/vi.mo \
trans/wa.mo \ trans/wa.mo \
@ -847,6 +854,10 @@ trans/hu.mo: src/po/hu.po
@echo " hu_HU ...Hungarian..." @echo " hu_HU ...Hungarian..."
@msgfmt src/po/hu.po -o trans/hu.mo @msgfmt src/po/hu.po -o trans/hu.mo
trans/tlh.mo: src/po/tlh.po
@echo " tlh ...Klingon (Romanized)..."
@msgfmt src/po/tlh.po -o trans/tlh.mo
trans/id.mo: src/po/id.po trans/id.mo: src/po/id.po
@echo " id_ID ...Indonesian..." @echo " id_ID ...Indonesian..."
@msgfmt src/po/id.po -o trans/id.mo @msgfmt src/po/id.po -o trans/id.mo

View file

@ -7,7 +7,9 @@ bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/ http://www.newbreedsoftware.com/tuxpaint/
2004.July.30 (0.9.14) [cvs] 2004.August.16 (0.9.14) [cvs]
* Began Klingon translation.
* Updated Danish translation. * Updated Danish translation.
Mogens Jæger <mogensjaeger@get2net.dk> Mogens Jæger <mogensjaeger@get2net.dk>

View file

@ -1,17 +1,17 @@
Tux Paint [1]Tux Paint
version 0.9.14 version 0.9.14
A simple drawing program for children A simple drawing program for children
Copyright 2004 by Bill Kendrick Copyright 2004 by Bill Kendrick
New Breed Software New Breed Software
bill@newbreedsoftware.com [2]bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/ [3]http://www.newbreedsoftware.com/tuxpaint/
June 14, 2002 - June 20, 2004 June 14, 2002 - June 20, 2004
---------------------------------------------------------------------- ---------------------------------------------------------------------------
About About
@ -24,7 +24,7 @@
tool-set. However, it provides a much simpler interface, and has tool-set. However, it provides a much simpler interface, and has
entertaining, child-oriented additions such as sound effects. entertaining, child-oriented additions such as sound effects.
---------------------------------------------------------------------- ---------------------------------------------------------------------------
License: License:
@ -35,7 +35,7 @@
See COPYING.txt for the full text of the GPL license. See COPYING.txt for the full text of the GPL license.
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Objectives: Objectives:
@ -69,7 +69,7 @@
is done by selecting it from a collection of thumbnails. Access is done by selecting it from a collection of thumbnails. Access
to other files on the computer is restricted. to other files on the computer is restricted.
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Other Documentation Other Documentation
@ -91,7 +91,7 @@
* TODO.txt * TODO.txt
A list of pending features or bugs needing fixed A list of pending features or bugs needing fixed
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Using Tux Paint Using Tux Paint
@ -99,7 +99,7 @@ Building Tux Paint
To compile Tux Paint from source, please refer to INSTALL.txt. To compile Tux Paint from source, please refer to INSTALL.txt.
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Loading Tux Paint Loading Tux Paint
@ -116,11 +116,11 @@ Loading Tux Paint
If any errors occur, they will be displayed on the terminal (to If any errors occur, they will be displayed on the terminal (to
"stderr"). "stderr").
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Windows Users Windows Users
[Icon] [4][Icon]
Tux Paint Tux Paint
Simply double-click the "Tux Paint" icon on the desktop (which was Simply double-click the "Tux Paint" icon on the desktop (which was
@ -138,13 +138,13 @@ Loading Tux Paint
need to run "tuxpaint.exe" from an MSDOS Prompt window. (See need to run "tuxpaint.exe" from an MSDOS Prompt window. (See
"INSTALL.txt" for details.) "INSTALL.txt" for details.)
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Mac OS X Users Mac OS X Users
Simply double-click the "Tux Paint" icon. Simply double-click the "Tux Paint" icon.
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Options Options
@ -187,8 +187,8 @@ Options
Available Options Available Options
The following settings can be set in the configuration file. The following settings can be set in the configuration file.
(Command-line settings will override these. See the "Command-Line (Command-line settings will override these. See the
Options" section, below.) "[5]Command-Line Options" section, below.)
fullscreen=yes fullscreen=yes
Run the program in full screen mode, rather than in a Run the program in full screen mode, rather than in a
@ -367,95 +367,97 @@ Options
Run Tux Paint in one of the supported languages. Possible Run Tux Paint in one of the supported languages. Possible
choice for LANGUAGE currently include: choice for LANGUAGE currently include:
+-------------------------------------------------+ +-------------------------------------------------------+
|english |american-english | | |english |american-english | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|afrikaans | | | |afrikaans | | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|basque |euskara | | |basque |euskara | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|belarusian |bielaruskaja | | |belarusian |bielaruskaja | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|bokmal | | | |bokmal | | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|brazilian-portuguese|portuges-brazilian|brazilian| |brazilian-portuguese |portuges-brazilian |brazilian |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|breton |brezhoneg | | |breton |brezhoneg | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|british-english |british | | |british-english |british | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|catalan |catala | | |catalan |catala | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|chinese |simplified-chinese| | |chinese |simplified-chinese | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|croatian |hrvatski | | |croatian |hrvatski | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|czech |cesky | | |czech |cesky | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|danish |dansk | | |danish |dansk | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|dutch |nederlands | | |dutch |nederlands | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|finnish |suomi | | |finnish |suomi | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|french |francais | | |french |francais | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|german |deutsch | | |german |deutsch | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|greek | | | |greek | | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|hebrew | | | |hebrew | | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|hungarian |magyar | | |hungarian |magyar | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|icelandic |islenska | | |icelandic |islenska | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|indonesian |bahasa-indonesia | | |indonesian |bahasa-indonesia | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|italian |italiano | | |italian |italiano | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|japanese | | | |japanese | | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|korean | | | |klingon |tlhIngan | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|lithuanian |lietuviu | | |korean | | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|malay | | | |lithuanian |lietuviu | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|norwegian |nynorsk | | |malay | | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|polish |polski | | |norwegian |nynorsk | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|portuguese |portugues | | |polish |polski | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|romanian | | | |portuguese |portugues | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|russian | | | |romanian | | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|serbian | | | |russian | | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|spanish |espanol | | |serbian | | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|slovak | | | |spanish |espanol | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|slovenian |slovensko | | |slovak | | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|swedish |svenska | | |slovenian |slovensko | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|tamil | | | |swedish |svenska | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|traditional-chinese | | | |tamil | | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|turkish | | | |traditional-chinese | | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|vietnamese | | | |turkish | | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|walloon |walon | | |vietnamese | | |
|--------------------+------------------+---------| |----------------------+--------------------+-----------|
|welsh |cymraeg | | |walloon |walon | |
+-------------------------------------------------+ |----------------------+--------------------+-----------|
|welsh |cymraeg | |
+-------------------------------------------------------+
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Overriding System Config. Options using .tuxpaintrc Overriding System Config. Options using .tuxpaintrc
@ -475,7 +477,7 @@ Options
print=yes print=yes
mixedcase=yes mixedcase=yes
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Command-Line Options Command-Line Options
@ -535,7 +537,7 @@ Options
--locale locale --locale locale
Run Tux Paint in one of the support languages. See the Run Tux Paint in one of the support languages. See the
"Choosing a Different Language" section below for the "[6]Choosing a Different Language" section below for the
locale strings (e.g., "de_DE@euro" for German) to use. locale strings (e.g., "de_DE@euro" for German) to use.
(If your locale is already set, e.g. with the "$LANG" (If your locale is already set, e.g. with the "$LANG"
@ -551,7 +553,7 @@ Options
Only your own configuration file, "~/.tuxpaintrc", if it Only your own configuration file, "~/.tuxpaintrc", if it
exists, will be used. exists, will be used.
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Command-Line Informational Options Command-Line Informational Options
@ -576,7 +578,7 @@ Options
--lang help --lang help
Display a list of available languages in Tux Paint. Display a list of available languages in Tux Paint.
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Choosing a Different Language Choosing a Different Language
@ -587,7 +589,7 @@ Options
Tux Paint also honors your environment's current locale. (You can Tux Paint also honors your environment's current locale. (You can
override it on the command-line using the "--locale" option; see override it on the command-line using the "--locale" option; see
above.) [7]above.)
Use the option "--lang help" to list the available language options Use the option "--lang help" to list the available language options
available. available.
@ -674,6 +676,8 @@ Options
|---------------+-------------------+---------------------| |---------------+-------------------+---------------------|
|ta_IN (*) | |Tamil | |ta_IN (*) | |Tamil |
|---------------+-------------------+---------------------| |---------------+-------------------+---------------------|
|tlh (*) |tlhIngan |Klingon |
|---------------+-------------------+---------------------|
|tr_TR@euro | |Turkish | |tr_TR@euro | |Turkish |
|---------------+-------------------+---------------------| |---------------+-------------------+---------------------|
|vi_VN | |Vietnamese | |vi_VN | |Vietnamese |
@ -687,7 +691,7 @@ Options
(*) - These languages require their own fonts, since they are not (*) - These languages require their own fonts, since they are not
represented using a Latin character set, like the others. See the represented using a Latin character set, like the others. See the
"Special Fonts" section, below. "[8]Special Fonts" section, below.
Setting Your Environment's Locale Setting Your Environment's Locale
@ -725,7 +729,7 @@ Options
setenv LANG es_ES@euro ; \ setenv LANG es_ES@euro ; \
tuxpaint tuxpaint
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Windows Users Windows Users
@ -776,7 +780,7 @@ Options
Some languages require special fonts be installed. These font Some languages require special fonts be installed. These font
files (which are in TrueType format (TTF)), are much too large to files (which are in TrueType format (TTF)), are much too large to
include with the Tux Paint download, and are available separately. include with the Tux Paint download, and are available separately.
(See the table above, under the "Choosing a Different Language" (See the table above, under the "[9]Choosing a Different Language"
section.) section.)
When running Tux Paint in a language that requires its own font, When running Tux Paint in a language that requires its own font,
@ -793,25 +797,25 @@ Options
/usr/share/tuxpaint/fonts/locale/ko.ttf /usr/share/tuxpaint/fonts/locale/ko.ttf
You can download fonts for supported languages from Tux Paint's You can download fonts for supported languages from Tux Paint's
website, http://www.newbreedsoftware.com/tuxpaint/. (Look in the website, [10]http://www.newbreedsoftware.com/tuxpaint/. (Look in
'Fonts' section under 'Download.') the 'Fonts' section under 'Download.')
Under Unix and Linux, you can use the Makefile that comes with the Under Unix and Linux, you can use the Makefile that comes with the
font to install the font in the appropriate location. font to install the font in the appropriate location.
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Title Screen Title Screen
When Tux Paint first loads, a title/credits screen will appear. When Tux Paint first loads, a title/credits screen will appear.
[Title Screenshot] [11][Title Screenshot]
Once loading is complete, press a key or click on the mouse to Once loading is complete, press a key or click on the mouse to
continue. (Or, after about 30 seconds, the title screen will go away continue. (Or, after about 30 seconds, the title screen will go away
automatically.) automatically.)
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Main Screen Main Screen
@ -821,15 +825,15 @@ Main Screen
The toolbar contains the drawing and editing controls. The toolbar contains the drawing and editing controls.
[Tools: Paint, Stamp, Lines, Shapes, Text, Magic, Undo, Redo, Eraser, New, [12][Tools: Paint, Stamp, Lines, Shapes, Text, Magic, Undo, Redo, Eraser,
Open, Save, Print, Quit] New, Open, Save, Print, Quit]
Middle: Drawing Canvas Middle: Drawing Canvas
The largest part of the screen, in the center, is the drawing The largest part of the screen, in the center, is the drawing
canvas. This is, obviously, where you draw! canvas. This is, obviously, where you draw!
[(Canvas)] [13][(Canvas)]
Right Side: Selector Right Side: Selector
@ -838,14 +842,14 @@ Main Screen
the various brushes available. When the Rubber Stamp tool is the various brushes available. When the Rubber Stamp tool is
selected, it shows the different shapes you can use. selected, it shows the different shapes you can use.
[Selectors - Brushes, Letters, Shapes, Stamps] [14][Selectors - Brushes, Letters, Shapes, Stamps]
Lower: Colors Lower: Colors
A palette of available colors are shown near the bottom of the A palette of available colors are shown near the bottom of the
screen. screen.
[Colors - Black, White, Red, Pink, Orange, Yellow, Green, Cyan, Blue, [15][Colors - Black, White, Red, Pink, Orange, Yellow, Green, Cyan, Blue,
Purple, Brown, Grey] Purple, Brown, Grey]
Bottom: Help Area Bottom: Help Area
@ -853,11 +857,11 @@ Main Screen
At the very bottom of the screen, Tux, the Linux Penguin, At the very bottom of the screen, Tux, the Linux Penguin,
provides tips and other information while you draw. provides tips and other information while you draw.
(For example: 'Pick a shape. Click to pick the center, drag, then let go [16](For example: 'Pick a shape. Click to pick the center, drag, then let
when it is the size you want. Move around to rotate it, and click to draw go when it is the size you want. Move around to rotate it, and click to
it.) draw it.)
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Available Tools Available Tools
@ -875,7 +879,7 @@ Available Tools
As you draw, a sound is played. The bigger the brush, the As you draw, a sound is played. The bigger the brush, the
lower the pitch. lower the pitch.
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Stamp (Rubber Stamp) Stamp (Rubber Stamp)
@ -895,9 +899,10 @@ Available Tools
(NOTE: If the "nostampcontrols" option is set, Tux Paint (NOTE: If the "nostampcontrols" option is set, Tux Paint
won't display the Mirror, Flip, Shrink and Grow controls for won't display the Mirror, Flip, Shrink and Grow controls for
stamps. See the "Options" section of this document, above.) stamps. See the "[17]Options" section of this document,
above.)
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Lines Lines
@ -911,7 +916,7 @@ Available Tools
Let go of the mouse to complete the line. A "sproing!" sound Let go of the mouse to complete the line. A "sproing!" sound
will play. will play.
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Shapes Shapes
@ -942,7 +947,7 @@ Available Tools
drawn on the canvas when you let go of the drawn on the canvas when you let go of the
mouse button. (There's no rotation step.) mouse button. (There's no rotation step.)
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Text Text
@ -957,7 +962,7 @@ Available Tools
Click elsewhere in the picture and the current line of text Click elsewhere in the picture and the current line of text
will move there, where you can continue editing. will move there, where you can continue editing.
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Magic (Special Effects) Magic (Special Effects)
@ -1024,7 +1029,7 @@ Available Tools
you quickly fill parts of the picture, as if it you quickly fill parts of the picture, as if it
were a coloring book. were a coloring book.
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Eraser Eraser
@ -1038,7 +1043,7 @@ Available Tools
As you erase, a "squeaky clean" eraser/wiping sound is As you erase, a "squeaky clean" eraser/wiping sound is
played. played.
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Other Controls Other Controls
@ -1050,7 +1055,7 @@ Available Tools
Note: You can also press [Control]-[Z] on the keyboard to Note: You can also press [Control]-[Z] on the keyboard to
undo. undo.
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Redo Redo
@ -1063,7 +1068,7 @@ Available Tools
Note: You can also press [Control]-[R] on the keyboard to Note: You can also press [Control]-[R] on the keyboard to
redo. redo.
---------------------------------------------------------------------- ---------------------------------------------------------------------------
New New
@ -1073,7 +1078,7 @@ Available Tools
Note: You can also press [Control]-[N] on the keyboard to Note: You can also press [Control]-[N] on the keyboard to
start a new drawing. start a new drawing.
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Open Open
@ -1100,12 +1105,12 @@ Available Tools
If choose to open a picture, and your current drawing hasn't If choose to open a picture, and your current drawing hasn't
been saved, you will be prompted as to whether you want to been saved, you will be prompted as to whether you want to
save it or not. (See "Save," below.) save it or not. (See "[18]Save," below.)
Note: You can also press [Control]-[O] on the keyboard to Note: You can also press [Control]-[O] on the keyboard to
get the 'Open' dialog. get the 'Open' dialog.
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Save Save
@ -1125,13 +1130,13 @@ Available Tools
create a new entry (a new file). create a new entry (a new file).
(NOTE: If either the "saveover" or "saveovernew" options are (NOTE: If either the "saveover" or "saveovernew" options are
set, it won't ask before saving over. See the "Options" set, it won't ask before saving over. See the "[19]Options"
section of this document, above.) section of this document, above.)
Note: You can also press [Control]-[S] on the keyboard to Note: You can also press [Control]-[S] on the keyboard to
save. save.
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Print Print
@ -1145,7 +1150,7 @@ Available Tools
command-line), the "Print" button will be command-line), the "Print" button will be
disabled. disabled.
See the "Options" section of this document, See the "[20]Options" section of this document,
above. above.
Restricting Printing Restricting Printing
@ -1159,7 +1164,7 @@ Available Tools
For example, with "printdelay=60", you can For example, with "printdelay=60", you can
print only once a minute. print only once a minute.
See the "Options" section of this document, See the "[21]Options" section of this document,
above. above.
Printing Command Printing Command
@ -1176,7 +1181,7 @@ Available Tools
"printcommand" value in Tux Paint's "printcommand" value in Tux Paint's
configuration file. configuration file.
See the "Options" section of this document, See the "[22]Options" section of this document,
above. above.
Printer Settings Printer Settings
@ -1204,10 +1209,10 @@ Available Tools
"userdata/print.cfg". Any changes will be saved "userdata/print.cfg". Any changes will be saved
there as well. there as well.
See the "Options" section of this document, See the "[23]Options" section of this document,
above. above.
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Quit Quit
@ -1216,7 +1221,7 @@ Available Tools
(NOTE: The "Quit" button can be disabled (e.g., with the (NOTE: The "Quit" button can be disabled (e.g., with the
"--noquit" command-line option), but the [Escape] key will "--noquit" command-line option), but the [Escape] key will
still work. See the "Options" section of this document, still work. See the "[24]Options" section of this document,
above.) above.)
You will first be prompted as to whether you really want to You will first be prompted as to whether you really want to
@ -1225,13 +1230,13 @@ Available Tools
If you choose to quit, and you haven't saved the current If you choose to quit, and you haven't saved the current
picture, you will first be asked if wish to save it. If it's picture, you will first be asked if wish to save it. If it's
not a new image, you will then be asked if you want to save not a new image, you will then be asked if you want to save
over the old version, or create a new entry. (See "Save" over the old version, or create a new entry. (See "[25]Save"
above.) above.)
NOTE: If the image is saved, it will be reloaded NOTE: If the image is saved, it will be reloaded
automatically the next time you run Tux Paint! automatically the next time you run Tux Paint!
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Loading Other Pictures into Tux Paint Loading Other Pictures into Tux Paint
@ -1311,7 +1316,7 @@ Doing it Manually
Under Windows, this is in the "userdata" folder. Under Mac OS X, this Under Windows, this is in the "userdata" folder. Under Mac OS X, this
is in "Library/Preferences/tuxpaint/" in your home directory. is in "Library/Preferences/tuxpaint/" in your home directory.
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Extending Tux Paint Extending Tux Paint
@ -1356,7 +1361,7 @@ Where Files Go
/Users/Joe/Library/Preferences/ /Users/Joe/Library/Preferences/
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Personal Files Personal Files
@ -1386,7 +1391,7 @@ Where Files Go
(For example, if you created a brush named "flower.png", you would (For example, if you created a brush named "flower.png", you would
put it in "~/.tuxpaint/brushes/" under Linux or Unix.) put it in "~/.tuxpaint/brushes/" under Linux or Unix.)
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Brushes Brushes
@ -1406,7 +1411,7 @@ Brushes
it's because you forgot to use alpha transparency! See the it's because you forgot to use alpha transparency! See the
documentation file "PNG.txt" for more information and tips. documentation file "PNG.txt" for more information and tips.
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Stamps Stamps
@ -1434,7 +1439,7 @@ Stamps
use alpha transparency! See the documentation file "PNG.txt" for use alpha transparency! See the documentation file "PNG.txt" for
more information and tips. more information and tips.
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Description Text Description Text
@ -1442,8 +1447,8 @@ Stamps
"picture.png"'s description is stored in "picture.txt" in the same "picture.png"'s description is stored in "picture.txt" in the same
directory.) directory.)
The first line of the text file will be used as the default The first line of the text file will be used as the US English
description of the stamp's image. description of the stamp's image. It must be encoded in UTF-8.
Language Support Language Support
@ -1451,44 +1456,18 @@ Stamps
translations of the description, to be displayed when Tux Paint is translations of the description, to be displayed when Tux Paint is
running in a different locale (like French or Spanish). running in a different locale (like French or Spanish).
There are three ways of placing translated descriptions in a The beginning of the line should correspond to the language code
stamp's ".txt" file. In each case, the beginning of the line of the language in question (e.g., "fr" for French, and "zh_tw"
should correspond to the locale code of the language in question for Traditional Chinese), followed by ".utf8=" and the translated
(e.g., "de" for German, "fr" for French, etc.). description (encoded in UTF-8).
* Lines beginning with "xx=" (where "xx" is the locale code) There are scripts in the "po" directory for converting the text
will be considered plain ASCII. That is, any special files to PO format (and back) for easy translation to different
characters on the line will be interpreted literally. languages. Therefore you should never add or change translations
in the .txt files directly.
For example, "es=!Ninos!", will come out literally as
"!Ninos!"
* Lines beginning with "xx.esc=" can contain special
'escape sequences' which allow you to create a description
using special ASCII characters (like "a" and "th") without the
need to figure out how to get those characters in the file
with whatever editor you chose to use.
The escape sequences are identical to those used in HTML to
display ASCII characters 161 through 255. The sequence begins
with a "&" (ampersand), and ends with a ";" (semicolon). See
the documentation file "ESCAPES.txt" for a list of escapable
characters.
For example, "es.esc=&iexcl;Ni&ntilde;os!", will come out as
"!Ninos!"
Note: As in HTML, if you want an actual ampersand ("&") in
your description when using the "xx.esc" method ,you'll need
to escape it: "&amp;".
* Lines beginning with "xx.utf8=" can be used to use UTF-8
encoded text for the description's translation. You'll need an
editor capable of saving UTF-8 encoded files.
If no translation is available for the language Tux Paint is If no translation is available for the language Tux Paint is
currently running in, the default string (the first line, which is currently running in, the US English text is used.
typically in English) is used.
Windows Users Windows Users
@ -1496,7 +1475,7 @@ Stamps
them as Plain Text, and make sure they have ".txt" at the end of them as Plain Text, and make sure they have ".txt" at the end of
the filename... the filename...
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Sound Effects Sound Effects
@ -1518,7 +1497,7 @@ Stamps
If no localized sound effect can be loaded, Tux Paint will attempt If no localized sound effect can be loaded, Tux Paint will attempt
to load the 'default' sound file. (e.g., "picture.wav") to load the 'default' sound file. (e.g., "picture.wav")
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Stamp Options Stamp Options
@ -1557,6 +1536,12 @@ Stamps
Add the word "tintable" to the stamp's data file. Add the word "tintable" to the stamp's data file.
Sometimes you don't want the white or gray parts of an image
tinted (see for example the dry erase marker stamp in the
default stamp package). You can add the word "notintgray" to the
stamp's data file to accomplish this. Only areas with saturation
over 25 % are then tinted.
Unalterable Stamps Unalterable Stamps
By default, a stamp can be flipped upside down, shown as a mirror By default, a stamp can be flipped upside down, shown as a mirror
@ -1598,7 +1583,7 @@ Stamps
named "truck_mirror.png", which will be used when the stamp is named "truck_mirror.png", which will be used when the stamp is
mirrored (rather than using a backwards version of 'truck.png'). mirrored (rather than using a backwards version of 'truck.png').
---------------------------------------------------------------------- ---------------------------------------------------------------------------
Fonts Fonts
@ -1608,7 +1593,7 @@ Fonts
font and provide four different sizes in the 'Letters' selector when font and provide four different sizes in the 'Letters' selector when
using the 'Text' tool. using the 'Text' tool.
---------------------------------------------------------------------- ---------------------------------------------------------------------------
More Information More Information
@ -1617,9 +1602,32 @@ Fonts
If you need help, feel free to contact New Breed Software: If you need help, feel free to contact New Breed Software:
http://www.newbreedsoftware.com/ [26]http://www.newbreedsoftware.com/
You may also wish to participate in the numerous Tux Paint mailing You may also wish to participate in the numerous Tux Paint mailing
lists: lists:
http://www.newbreedsoftware.com/tuxpaint/lists/ [27]http://www.newbreedsoftware.com/tuxpaint/lists/
References
Visible links
2. mailto:bill@newbreedsoftware.com
3. http://www.newbreedsoftware.com/tuxpaint/
5. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/README.html#command_line
6. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/README.html#different_language
7. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/README.html#locale
8. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/README.html#special_fonts
9. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/README.html#different_language
10. http://www.newbreedsoftware.com/tuxpaint/
17. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/README.html#options
18. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/README.html#save
19. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/README.html#options
20. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/README.html#options
21. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/README.html#options
22. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/README.html#options
23. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/README.html#options
24. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/README.html#options
25. file:///home/kendrick/Development/tux/tp/tuxpaint/docs/html/README.html#save
26. http://www.newbreedsoftware.com/
27. http://www.newbreedsoftware.com/tuxpaint/lists/

View file

@ -591,6 +591,11 @@ New Breed Software</p>
<td>&nbsp;</td> <td>&nbsp;</td>
<td>&nbsp;</td> <td>&nbsp;</td>
</tr> </tr>
<tr>
<td><code>klingon</code></td>
<td><code>tlhIngan</code></td>
<td>&nbsp;</td>
</tr>
<tr> <tr>
<td><code>korean</code></td> <td><code>korean</code></td>
<td>&nbsp;</td> <td>&nbsp;</td>
@ -1074,6 +1079,11 @@ New Breed Software</p>
<td>&nbsp;</td> <td>&nbsp;</td>
<td>Tamil</td> <td>Tamil</td>
</tr> </tr>
<tr>
<td><code>tlh</code> (*)</td>
<td>tlhIngan</td>
<td>Klingon</td>
</tr>
<tr> <tr>
<td><code>tr_TR@euro</code></td> <td><code>tr_TR@euro</code></td>
<td>&nbsp;</td> <td>&nbsp;</td>

View file

@ -21,12 +21,12 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
June 14, 2002 - July 21, 2004 June 14, 2002 - August 16, 2004
*/ */
#define VER_VERSION "0.9.14" #define VER_VERSION "0.9.14"
#define VER_DATE "2004-07-21" #define VER_DATE "2004-08-16"
/* #define DEBUG */ /* #define DEBUG */
@ -303,6 +303,7 @@ enum {
LANG_HI, /* Hindi */ LANG_HI, /* Hindi */
LANG_HR, /* Croatian */ LANG_HR, /* Croatian */
LANG_HU, /* Hungarian */ LANG_HU, /* Hungarian */
LANG_I_KLINGON_ROMANIZED, /* Klingon (Romanized) */
LANG_ID, /* Indonesian */ LANG_ID, /* Indonesian */
LANG_IS, /* Icelandic */ LANG_IS, /* Icelandic */
LANG_IT, /* Italian */ LANG_IT, /* Italian */
@ -351,6 +352,7 @@ const char * lang_prefixes[NUM_LANGS] = {
"hi", "hi",
"hr", "hr",
"hu", "hu",
"tlh",
"id", "id",
"is", "is",
"it", "it",
@ -3811,6 +3813,7 @@ void show_lang_usage(FILE * f, char * prg)
/* id */ " indonesian bahasa-indonesia\n" /* id */ " indonesian bahasa-indonesia\n"
/* it */ " italian italiano\n" /* it */ " italian italiano\n"
/* ja */ " japanese\n" /* ja */ " japanese\n"
/* tlh */ " klingon tlhIngan\n"
/* ko */ " korean\n" /* ko */ " korean\n"
/* lt */ " lithuanian lietuviu\n" /* lt */ " lithuanian lietuviu\n"
/* ms */ " malay\n" /* ms */ " malay\n"
@ -3867,6 +3870,7 @@ void show_locale_usage(FILE * f, char * prg)
" hi_IN (Hindi)\n" " hi_IN (Hindi)\n"
" hr_HR (Croatian Hrvatski)\n" " hr_HR (Croatian Hrvatski)\n"
" hu_HU (Hungarian Magyar)\n" " hu_HU (Hungarian Magyar)\n"
" tlh (Klingon tlhIngan)\n"
" is_IS (Icelandic Islenska)\n" " is_IS (Icelandic Islenska)\n"
" id_ID (Indonesian Bahasa Indonesia)\n" " id_ID (Indonesian Bahasa Indonesia)\n"
" it_IT (Italian Italiano)\n" " it_IT (Italian Italiano)\n"
@ -4547,6 +4551,13 @@ void setup(int argc, char * argv[])
putenv("LANGUAGE=ko_KR.UTF-8"); putenv("LANGUAGE=ko_KR.UTF-8");
putenv("LC_ALL=ko_KR.UTF-8"); putenv("LC_ALL=ko_KR.UTF-8");
} }
else if (strcmp(langstr, "klingon") == 0 ||
strcmp(langstr, "tlhIngan") == 0 ||
strcmp(langstr, "tlhingan") == 0)
{
putenv("LANGUAGE=tlh.UTF-8");
putenv("LC_ALL=tlh.UTF-8");
}
else if (strcmp(langstr, "tamil") == 0) else if (strcmp(langstr, "tamil") == 0)
{ {
putenv("LANGUAGE=ta_IN.UTF-8"); putenv("LANGUAGE=ta_IN.UTF-8");