Attempting to debug/fix SDL_Pango stuff.

Added icon for Kalidescope magic tool.
Added Canada map starter.
Added Japan map starter.
Improved comments near gettext() calls to improve POT and PO files.
Regenerated PO files and POT file.
Added .cvsignore to make sure tp_magic_api.h (which is generated) isn't noticed.
This commit is contained in:
William Kendrick 2007-07-17 18:41:16 +00:00
parent 21d9cf24be
commit 21ea42f38f
93 changed files with 21568 additions and 10201 deletions

View file

@ -4,11 +4,11 @@
For Tux Paint
List of available titles
Copyright (c) 2004 by Bill Kendrick
Copyright (c) 2002-2007 by Bill Kendrick and others
bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/
http://www.tuxpaint.org/
June 14, 2002 - September 14, 2004
June 14, 2002 - July 17, 2007
$Id$
*/
@ -37,12 +37,27 @@ enum
const char *const title_names[NUM_TITLES] = {
"",
"",
// Title of tool selector (buttons down the left)
gettext_noop("Tools"),
// Title of color palette (buttons across the bottom)
gettext_noop("Colors"),
// Title of brush selector (buttons down the right for paint and line tools)
gettext_noop("Brushes"),
// Title of eraser selector (buttons down the right for eraser tool)
gettext_noop("Erasers"),
// Title of stamp selector (buttons down the right for stamps tool)
gettext_noop("Stamps"),
// Title of shape selector (buttons down the right for shapes tool)
gettext_noop("Shapes"),
// Title of font selector (buttons down the right for text tool)
gettext_noop("Letters"),
// Title of magic tool selector (buttons down the right for magic (effect plugin) tool)
gettext_noop("Magic")
};