Aragones translation.

This commit is contained in:
William Kendrick 2012-03-02 17:44:19 +00:00
parent 97d5871537
commit 05f33a2a08
10 changed files with 1550 additions and 20 deletions

View file

@ -2,12 +2,12 @@ AUTHORS.txt for Tux Paint
Tux Paint - A simple drawing program for children.
Copyright (c) 2002-2011 by Bill Kendrick and others
Copyright (c) 2002-2012 by Bill Kendrick and others
bill@newbreedsoftware.com
http://www.tuxpaint.org/
June 17, 2002 - July 2, 2011
June 17, 2002 - March 2, 2012
$Id$
@ -419,6 +419,9 @@ $Id$
Khaled Hosny <khaledhosny@eglug.org>
Khalid Al Holan <alholan@gmail.com>
* Aragones
Juan Pablo Martinez Cortes <jpmart@unizar.es>
* Asturian
Xandru Armesto <alarmes@wanadoo.es>
Mikel González <mikelisimu@yahoo.es>

View file

@ -2,13 +2,13 @@ CHANGES.txt for Tux Paint
Tux Paint - A simple drawing program for children.
Copyright (c) 2002-2011 by Bill Kendrick and others
Copyright (c) 2002-2012 by Bill Kendrick and others
bill@newbreedsoftware.com
http://www.tuxpaint.org/
$Id$
2011.September.23 (0.9.22)
2012.March.2 (0.9.22)
* New Tools:
----------
@ -324,6 +324,9 @@ $Id$
Solomon Gizaw <solohavi@yahoo.com>
http://pootle.locamotion.org/am/tuxpaint/
* Aragones translation
Juan Pablo Martinez Cortes <jpmart@unizar.es>
* Kiga translation
Florence Tushabe <tushabe@cit.mak.ac.ug>

View file

@ -3,13 +3,13 @@
Options Documentation
Copyright 2002-2011 by Bill Kendrick and others
Copyright 2002-2012 by Bill Kendrick and others
New Breed Software
bill@newbreedsoftware.com
http://www.tuxpaint.org/
May 28, 2011
March 2, 2012
----------------------------------------------------------------------
@ -378,9 +378,23 @@ Windows Users
Presents a clickable on-screen keyboard when using the Text
and Label tools.
onscreen-keyboard-layout=LAYOUTNAME
Selects the initial layout for the on-screen keyboard when
using the Text and Label tools.
Note: Using this option implies automatically
onscreen-keyboard=yes, so setting both is redundant.
onscreen-keyboard-disable-change=yes
Disables the possibility for changing the layout of the
on-screen keyboard when using the Text and Label tools,
usefull for simplifying things for the small children.
Note: Using this option implies automatically
onscreen-keyboard=yes, so setting both is redundant.
joystick-slowness=SPEED
Sets a delay at each axis motion, allowing to slow the
joystick. Allowed values are 0 to 500. Default value is 15.
joystick. Allowed values are from 0 to 500. Default value is
15.
joystick-threshold=THRESHOLD
Sets the minimum level of axis motion to start moving the
@ -391,6 +405,82 @@ Windows Users
Sets the maximum pixels the pointer will move at once. Allowed
values are from 1 to 7. Default value is 7.
joystick-hat-timeout=MILISECONDS
Sets the delay after wich the pointer will start moving
automatically if the hat is keeped pushed. Allowed values are
from 0 to 3000. Default value is 1000.
joystick-hat-slowness=SPEED
Sets a delay at each automatic motion, allowing to slow the
speed of the hat. Allowed values are from 0 to 500. Default
value is 15.
joystick-btn-escape=BUTTON NUMBER
Selects the joystick button number, as seen by SDL, that will
be used to generate a escape event. Usefull to dismiss dialogs
and quit.
joystick-btn-brush=BUTTON NUMBER
Selects the joystick button number, as seen by SDL, that will
be a shortcurt to select the brush tool.
joystick-btn-stamp=BUTTON NUMBER
Selects the joystick button number, as seen by SDL, that will
be a shortcurt to select the stamp tool.
joystick-btn-lines=BUTTON NUMBER
Selects the joystick button number, as seen by SDL, that will
be a shortcurt to select the lines tool.
joystick-btn-shapes=BUTTON NUMBER
Selects the joystick button number, as seen by SDL, that will
be a shortcurt to select the shapes tool.
joystick-btn-text=BUTTON NUMBER
Selects the joystick button number, as seen by SDL, that will
be a shortcurt to select the text tool.
joystick-btn-label=BUTTON NUMBER
Selects the joystick button number, as seen by SDL, that will
be a shortcurt to select the label tool.
joystick-btn-magic=BUTTON NUMBER
Selects the joystick button number, as seen by SDL, that will
be a shortcurt to select the magic tool.
joystick-btn-undo=BUTTON NUMBER
Selects the joystick button number, as seen by SDL, that will
be a shortcurt to the undo tool.
joystick-btn-redo=BUTTON NUMBER
Selects the joystick button number, as seen by SDL, that will
be a shortcurt to the redo tool.
joystick-btn-eraser=BUTTON NUMBER
Selects the joystick button number, as seen by SDL, that will
be a shortcurt for selecting the eraser tool.
joystick-btn-new=BUTTON NUMBER
Selects the joystick button number, as seen by SDL, that will
be a shortcurt to launch the dialog for opening a new draw.
joystick-btn-open=BUTTON NUMBER
Selects the joystick button number, as seen by SDL, that will
be a shortcurt to launch the dialog for opening an existing
draw.
joystick-btn-save=BUTTON NUMBER
Selects the joystick button number, as seen by SDL, that will
be a shortcurt for saving the draw.
joystick-btn-pgsetup=BUTTON NUMBER
Selects the joystick button number, as seen by SDL, that will
be a shortcurt to launch the page setup dialog for printing.
joystick-btn-print=BUTTON NUMBER
Selects the joystick button number, as seen by SDL, that will
be a shortcurt to print.
stampsize=SIZE
Use this option to force Tux Paint to set the starting size of
@ -557,6 +647,8 @@ Windows Users
|--------------------+---------------------+---------------|
|arabic | | |
|--------------------+---------------------+---------------|
|aragones | | |
|--------------------+---------------------+---------------|
|asturian | | |
|--------------------+---------------------+---------------|
|australian-english | | |
@ -793,6 +885,29 @@ Windows Users
--nolabel
--mouse-accessibility
--onscreen-keyboard
--onscreen-keyboard-layout
--onscreen-keyboard-disable-change
--joystick-slowness
--joystick-threshold
--joystick-maxsteps
--joystick-hat-slowness
--joystick-hat-timeout
--joystick-btn-escape
--joystick-btn-brush
--joystick-btn-stamp
--joystick-btn-lines
--joystick-btn-shapes
--joystick-btn-text
--joystick-btn-label
--joystick-btn-magic
--joystick-btn-undo
--joystick-btn-redo
--joystick-btn-eraser
--joystick-btn-new
--joystick-btn-open
--joystick-btn-save
--joystick-btn-pgsetup
--joystick-btn-print
--sysfonts
--alllocalefonts
--mirrorstamps
@ -928,6 +1043,8 @@ Available Languages
|-----------+-------------------+-----------------+----------------|
|am_ET | |Amharic | |
|-----------+-------------------+-----------------+----------------|
|an_ES | |Aragones | |
|-----------+-------------------+-----------------+----------------|
|ar_SA | |Arabic | |
|-----------+-------------------+-----------------+----------------|
|ast_ES | |Asturian | |

View file

@ -3,13 +3,13 @@
A simple drawing program for children
Copyright 2002-2009 by Bill Kendrick and others
Copyright 2002-2012 by Bill Kendrick and others
New Breed Software & Tux4Kids
bill@newbreedsoftware.com
http://www.tuxpaint.org/
June 14, 2002 - October 3, 2009
June 14, 2002 - March 2, 2012
----------------------------------------------------------------------

View file

@ -16,14 +16,14 @@ version
</h1>
<h2>Options Documentation</h2>
<p>Copyright 2002-2011 by Bill Kendrick and others<br>
<p>Copyright 2002-2012 by Bill Kendrick and others<br>
New Breed Software</p>
<p><a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a><br>
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
<p>May 28, 2011</p>
<p>March 2, 2012</p>
</center>
@ -816,6 +816,11 @@ New Breed Software</p>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><code>aragones</code></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><code>asturian</code></td>
<td>&nbsp;</td>
@ -1543,6 +1548,12 @@ New Breed Software</p>
<td>Amharic</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><code>an_ES</code></td>
<td>&nbsp;</td>
<td>Aragones</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><code>ar_SA</code></td>
<td>&nbsp;</td>

View file

@ -17,7 +17,7 @@ version
</h1>
<h3>A simple drawing program for children</h3>
<p>Copyright 2002-2009 by Bill Kendrick and others<br>
<p>Copyright 2002-2012 by Bill Kendrick and others<br>
<a href="http://www.newbreedsoftware.com/">New Breed Software &amp;
<a href="http://tux4kids.alioth.debian.org/">Tux4Kids</a></p>
@ -26,7 +26,7 @@ version
<p>June 14, 2002 -
October 3, 2009</p>
March 2, 2012</p>
</center>

View file

@ -4,7 +4,7 @@
For Tux Paint
Language-related functions
Copyright (c) 2002-2011 by Bill Kendrick and others
Copyright (c) 2002-2012 by Bill Kendrick and others
bill@newbreedsoftware.com
http://www.tuxpaint.org/
@ -25,7 +25,7 @@
$Id$
June 14, 2002 - April 15, 2011
June 14, 2002 - March 2, 2012
*/
#include <stdio.h>
@ -57,6 +57,7 @@ const char *lang_prefixes[NUM_LANGS] = {
"af",
"ak",
"am",
"an",
"ar",
"ast",
"az",
@ -204,6 +205,7 @@ static const language_to_locale_struct language_to_locale_array[] = {
{"twi-fante", "ak_GH.UTF-8"},
{"amharic", "am_ET.UTF-8"},
{"arabic", "ar_SA.UTF-8"},
{"aragones", "an_ES.UTF-8"},
{"asturian", "ast_ES.UTF-8"},
{"azerbaijani", "az_AZ.UTF-8"},
{"croatian", "hr_HR.UTF-8"},
@ -362,6 +364,7 @@ static void show_lang_usage(int exitcode)
/* sq */ " albanian\n"
/* am */ " amharic\n"
/* ar */ " arabic\n"
/* an */ " aragones\n"
/* ast */ " asturian\n"
/* en_AU */ " australian-english\n"
/* az */ " azerbaijani\n"
@ -471,6 +474,7 @@ static void show_locale_usage(FILE * f, const char *const prg)
" ak_GH (Akan Twi-Fante)\n"
" am_ET (Amharic)\n"
" ar_SA (Arabic)\n"
" an_ES (Aragones)\n"
" ast_ES (Asturian)\n"
" az_AZ (Azerbaijani)\n"
" eu_ES (Basque Euskara)\n"

View file

@ -4,7 +4,7 @@
For Tux Paint
Language-related functions
Copyright (c) 2002-2011 by Bill Kendrick and others
Copyright (c) 2002-2012 by Bill Kendrick and others
bill@newbreedsoftware.com
http://www.tuxpaint.org/
@ -25,7 +25,7 @@
$Id$
June 14, 2002 - April 15, 2011
June 14, 2002 - March 2, 2012
*/
@ -43,6 +43,7 @@ enum
LANG_AF, /* Afrikaans */
LANG_AK, /* Akan */
LANG_AM, /* Amharic */
LANG_AN, /* Aragones */
LANG_AR, /* Arabic */
LANG_AST, /* Asturian */
LANG_AZ, /* Azerbaijani */

1391
src/po/an.po Normal file

File diff suppressed because it is too large Load diff

View file

@ -3,7 +3,7 @@
Tux Paint - A simple drawing program for children.
Copyright (c) 2002-2011 by Bill Kendrick and others; see AUTHORS.txt
Copyright (c) 2002-2012 by Bill Kendrick and others; see AUTHORS.txt
bill@newbreedsoftware.com
http://www.tuxpaint.org/
@ -22,7 +22,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
June 14, 2002 - September 23, 2011
June 14, 2002 - March 2, 2012
*/
@ -22473,7 +22473,7 @@ static void setup(void)
printf("%s\n", tmp_str);
#endif
snprintf(tmp_str, sizeof(tmp_str), "© 20022011 Bill Kendrick et al.");
snprintf(tmp_str, sizeof(tmp_str), "© 20022012 Bill Kendrick et al.");
tmp_surf = render_text(medium_font, tmp_str, black);
dest.x = 10;
dest.y = WINDOW_HEIGHT - img_progress->h - (tmp_surf->h * 2);