Added Akan translation.
Fixed Basque PO file.
This commit is contained in:
parent
ac35ee654e
commit
bb6b21fa4d
7 changed files with 1370 additions and 38 deletions
|
|
@ -7,7 +7,7 @@ bill@newbreedsoftware.com
|
|||
http://www.tuxpaint.org/
|
||||
|
||||
|
||||
June 17, 2002 - October 26, 2010
|
||||
June 17, 2002 - October 27, 2010
|
||||
|
||||
$Id$
|
||||
|
||||
|
|
@ -385,6 +385,9 @@ $Id$
|
|||
Samuel Murray (Groenkloof) <samuel@translate.org.za>
|
||||
Petri Jooste <petri.jooste@nwu.ac.za>
|
||||
|
||||
* Akan
|
||||
Derrick Frimpong <flexyflame2006@yahoo.com>
|
||||
|
||||
* Albanian
|
||||
Ilir Rugova <ilirrugova@gmx.de>
|
||||
Laurent Dhima <laurenti@alblinux.net>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ http://www.tuxpaint.org/
|
|||
|
||||
$Id$
|
||||
|
||||
2010.October.26 (0.9.22)
|
||||
2010.October.27 (0.9.22)
|
||||
* New Tools:
|
||||
----------
|
||||
* Label - A tool to add text to a drawing, which can be modified or
|
||||
|
|
@ -172,6 +172,9 @@ $Id$
|
|||
|
||||
* New Locales:
|
||||
------------
|
||||
* Akan translation
|
||||
Derrick Frimpong <flexyflame2006@yahoo.com>
|
||||
|
||||
* Fula translation
|
||||
Ibraahiima SAAR <ibrahima.sarr@pulaagu.com>, Fula Localization Project, http://www.pulaar-fulfulde.org/
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
$Id$
|
||||
|
||||
June 14, 2002 - October 18, 2010
|
||||
June 14, 2002 - October 27, 2010
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
@ -54,6 +54,7 @@ static int langint = LANG_EN;
|
|||
|
||||
const char *lang_prefixes[NUM_LANGS] = {
|
||||
"af",
|
||||
"ak",
|
||||
"ar",
|
||||
"ast",
|
||||
"az",
|
||||
|
|
@ -193,6 +194,8 @@ const char *lang_prefix, *short_lang_prefix;
|
|||
static const language_to_locale_struct language_to_locale_array[] = {
|
||||
{"english", "C"},
|
||||
{"american-english", "C"},
|
||||
{"akan", "ak_GH.UTF-8"},
|
||||
{"twi-fante", "ak_GH.UTF-8"},
|
||||
{"arabic", "ar_SA.UTF-8"},
|
||||
{"asturian", "ast_ES.UTF-8"},
|
||||
{"azerbaijani", "az_AZ.UTF-8"},
|
||||
|
|
@ -344,6 +347,7 @@ static void show_lang_usage(int exitcode)
|
|||
"Usage: %s [--lang LANGUAGE]\n" "\n" "LANGUAGE may be one of:\n"
|
||||
/* C */ " english american-english\n"
|
||||
/* af */ " afrikaans\n"
|
||||
/* ak */ " akan twi-fante\n"
|
||||
/* sq */ " albanian\n"
|
||||
/* ar */ " arabic\n"
|
||||
/* ast */ " asturian\n"
|
||||
|
|
@ -449,6 +453,7 @@ static void show_locale_usage(FILE * f, const char *const prg)
|
|||
"LOCALE may be one of:\n"
|
||||
" C (English American English)\n"
|
||||
" af_ZA (Afrikaans)\n"
|
||||
" ak_GH (Akan Twi-Fante)\n"
|
||||
" ar_SA (Arabic)\n"
|
||||
" ast_ES (Asturian)\n"
|
||||
" az_AZ (Azerbaijani)\n"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
$Id$
|
||||
|
||||
June 14, 2002 - October 18, 2010
|
||||
June 14, 2002 - October 27, 2010
|
||||
*/
|
||||
|
||||
|
||||
|
|
@ -40,6 +40,7 @@
|
|||
enum
|
||||
{
|
||||
LANG_AF, /* Afrikaans */
|
||||
LANG_AK, /* Akan */
|
||||
LANG_AR, /* Arabic */
|
||||
LANG_AST, /* Asturian */
|
||||
LANG_AZ, /* Azerbaijani */
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" tuxpaint.1 - 2010.10.26
|
||||
.TH TUXPAINT 1 "26 October 2010" "0.9.22" "Tux Paint"
|
||||
.\" tuxpaint.1 - 2010.10.27
|
||||
.TH TUXPAINT 1 "27 October 2010" "0.9.22" "Tux Paint"
|
||||
.SH NAME
|
||||
tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||
|
||||
|
|
@ -471,6 +471,9 @@ english | american-english
|
|||
afrikaans
|
||||
.TP 2
|
||||
-
|
||||
akan | twi-fante
|
||||
.TP 2
|
||||
-
|
||||
albanian
|
||||
.TP 2
|
||||
-
|
||||
|
|
@ -609,10 +612,10 @@ latvian
|
|||
lithuanian | lietuviu
|
||||
.TP 2
|
||||
-
|
||||
luxembourgish | letzebuergesch
|
||||
luganda
|
||||
.TP 2
|
||||
-
|
||||
luganda
|
||||
luxembourgish | letzebuergesch
|
||||
.TP 2
|
||||
-
|
||||
macedonian
|
||||
|
|
@ -875,6 +878,7 @@ Doruk Fisek,
|
|||
Dovix,
|
||||
Korvigellou An Drouizig (Philippe),
|
||||
Fabian Franz,
|
||||
Derrick Frimpong,
|
||||
Martin Fuhrer,
|
||||
Fula Localization Project,
|
||||
Gabriel Gazzan,
|
||||
|
|
|
|||
1316
src/po/ak.po
Normal file
1316
src/po/ak.po
Normal file
File diff suppressed because it is too large
Load diff
60
src/po/eu.po
60
src/po/eu.po
|
|
@ -147,9 +147,9 @@ msgstr "oO"
|
|||
msgid ",.?!"
|
||||
msgstr ",.?!"
|
||||
|
||||
#| msgid "`\\%_@$~#{}<>^&*"
|
||||
#. uncommon punctuation (e.g., '@', '#', '*', etc.)
|
||||
#: ../dirwalk.c:197
|
||||
#| msgid "`\\%_@$~#{}<>^&*"
|
||||
msgid "`\\%_@$~#{<(^&*"
|
||||
msgstr "`\\%_@$~#{}<>^&*"
|
||||
|
||||
|
|
@ -447,10 +447,10 @@ msgstr ""
|
|||
"Aukeratu irudia. Egin klik erdia markatzeko, arrastatu, eta, nahi duzun "
|
||||
"tamainua duenean, askatu. Mugitu biratzeko eta klikatu marrazteko."
|
||||
|
||||
#| msgid ""
|
||||
#| "Choose a style of text. Click on your drawing and you can start typing."
|
||||
#. Text tool instructions
|
||||
#: ../tools.h:127
|
||||
#| msgid ""
|
||||
#| "Choose a style of text. Click on your drawing and you can start typing."
|
||||
msgid ""
|
||||
"Choose a style of text. Click on your drawing and you can start typing. "
|
||||
"Press [Enter] or [Tab] to complete the text."
|
||||
|
|
@ -458,10 +458,10 @@ msgstr ""
|
|||
"Aukera ezazu testu estiloa. Egin klik zure irudian eta has zaitez idazten.\n"
|
||||
"Sakatu [enter] edo [tab] testua amaitzeko."
|
||||
|
||||
#| msgid ""
|
||||
#| "Choose a style of text. Click on your drawing and you can start typing."
|
||||
#. Label tool instructions
|
||||
#: ../tools.h:130
|
||||
#| msgid ""
|
||||
#| "Choose a style of text. Click on your drawing and you can start typing."
|
||||
msgid ""
|
||||
"Choose a style of text. Click on your drawing and you can start typing. "
|
||||
"Press [Enter] or [Tab] to complete the text. By using the selector button "
|
||||
|
|
@ -543,9 +543,9 @@ msgstr "Ondo... jarrai dezagun honekin!"
|
|||
msgid "Do you really want to quit?"
|
||||
msgstr "Irten nahi al duzu, benetan?"
|
||||
|
||||
#| msgid "Yes, I'm done!"
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:1921
|
||||
#| msgid "Yes, I'm done!"
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Bai, amaitu dut!"
|
||||
|
||||
|
|
@ -563,8 +563,8 @@ msgstr "Irtenez gero, galdu egingo duzu irudia! Gorde nahi al duzu?"
|
|||
msgid "Yes, save it!"
|
||||
msgstr "Bai, gorde!"
|
||||
|
||||
#| msgid "No, don't bother saving!"
|
||||
#: ../tuxpaint.c:1930 ../tuxpaint.c:1935
|
||||
#| msgid "No, don't bother saving!"
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Ez, ez gorde!"
|
||||
|
||||
|
|
@ -622,8 +622,8 @@ msgstr "Irudi hau ezabatu?"
|
|||
msgid "Yes, erase it!"
|
||||
msgstr "Bai, ezabatu!"
|
||||
|
||||
#| msgid "No, don't erase it!"
|
||||
#: ../tuxpaint.c:1967
|
||||
#| msgid "No, don't erase it!"
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Ez, ez ezabatu"
|
||||
|
||||
|
|
@ -951,9 +951,9 @@ msgstr "Simetrikoa gora/behera"
|
|||
msgid "Kaleidoscope"
|
||||
msgstr "Kaleidoskopioa"
|
||||
|
||||
#: ../../magic/src/kalidescope.c:102
|
||||
#| msgid ""
|
||||
#| "Click and drag the mouse to draw with symmetric brushes (a kaleidoscope)."
|
||||
#: ../../magic/src/kalidescope.c:102
|
||||
msgid ""
|
||||
"Click and drag the mouse to draw with two brushes that are symmetric across "
|
||||
"the left and right of your picture."
|
||||
|
|
@ -961,9 +961,9 @@ msgstr ""
|
|||
"Klikatu eta arrastatu sagua irudiaren ezker eskuman simetrikoak diren bi "
|
||||
"pintzelekin marrazteko."
|
||||
|
||||
#: ../../magic/src/kalidescope.c:104
|
||||
#| msgid ""
|
||||
#| "Click and drag the mouse to draw with symmetric brushes (a kaleidoscope)."
|
||||
#: ../../magic/src/kalidescope.c:104
|
||||
msgid ""
|
||||
"Click and drag the mouse to draw with two brushes that are symmetric across "
|
||||
"the top and bottom of your picture."
|
||||
|
|
@ -1025,13 +1025,13 @@ msgstr ""
|
|||
msgid "Click to add a mosaic effect to your entire picture."
|
||||
msgstr "Egin klik irudi osoari mosaiko efektua emateko."
|
||||
|
||||
#| msgid "Square"
|
||||
#: ../../magic/src/mosaic_shaped.c:134
|
||||
#| msgid "Square"
|
||||
msgid "Square Mosaic"
|
||||
msgstr "Mosaiko laukia"
|
||||
|
||||
#| msgid "Mosaic"
|
||||
#: ../../magic/src/mosaic_shaped.c:135
|
||||
#| msgid "Mosaic"
|
||||
msgid "Hexagon Mosaic"
|
||||
msgstr "Mosaiko hexagonala"
|
||||
|
||||
|
|
@ -1039,23 +1039,23 @@ msgstr "Mosaiko hexagonala"
|
|||
msgid "Irregular Mosaic"
|
||||
msgstr "Mosaiko irregularra"
|
||||
|
||||
#: ../../magic/src/mosaic_shaped.c:141
|
||||
#| msgid ""
|
||||
#| "Click and move the mouse to add a mosaic effect to parts of your picture."
|
||||
#: ../../magic/src/mosaic_shaped.c:141
|
||||
msgid ""
|
||||
"Click and move the mouse to add a square mosaic to parts of your picture."
|
||||
msgstr ""
|
||||
"Klik egin eta mugitu sagua zure irudiaren parte batzuei mosaiko laukia "
|
||||
"gehitzeko."
|
||||
|
||||
#| msgid "Click to add a mosaic effect to your entire picture."
|
||||
#: ../../magic/src/mosaic_shaped.c:142
|
||||
#| msgid "Click to add a mosaic effect to your entire picture."
|
||||
msgid "Click to add a square mosaic to your entire picture."
|
||||
msgstr "Egin klik irudi osoari mosaiko efektua emateko."
|
||||
|
||||
#: ../../magic/src/mosaic_shaped.c:144
|
||||
#| msgid ""
|
||||
#| "Click and move the mouse to add a mosaic effect to parts of your picture."
|
||||
#: ../../magic/src/mosaic_shaped.c:144
|
||||
msgid ""
|
||||
"Click and move the mouse to add a hexagonal mosaic to parts of your picture."
|
||||
msgstr ""
|
||||
|
|
@ -1063,14 +1063,14 @@ msgstr ""
|
|||
"efektua "
|
||||
"emateko."
|
||||
|
||||
#| msgid "Click to add a mosaic effect to your entire picture."
|
||||
#: ../../magic/src/mosaic_shaped.c:145
|
||||
#| msgid "Click to add a mosaic effect to your entire picture."
|
||||
msgid "Click to add a hexagonal mosaic to your entire picture."
|
||||
msgstr "Egin klik irudi osoari mosaiko hexagonal efektua emateko."
|
||||
|
||||
#: ../../magic/src/mosaic_shaped.c:147
|
||||
#| msgid ""
|
||||
#| "Click and move the mouse to add a mosaic effect to parts of your picture."
|
||||
#: ../../magic/src/mosaic_shaped.c:147
|
||||
msgid ""
|
||||
"Click and move the mouse to add an irregular mosaic to parts of your picture."
|
||||
msgstr ""
|
||||
|
|
@ -1078,8 +1078,8 @@ msgstr ""
|
|||
"efektua "
|
||||
"emateko."
|
||||
|
||||
#| msgid "Click to add a mosaic effect to your entire picture."
|
||||
#: ../../magic/src/mosaic_shaped.c:148
|
||||
#| msgid "Click to add a mosaic effect to your entire picture."
|
||||
msgid "Click to add an irregular mosaic to your entire picture."
|
||||
msgstr "Egin klik irudi osoari mosaiko irregular efektua emateko."
|
||||
|
||||
|
|
@ -1116,28 +1116,28 @@ msgstr "Perspektiba"
|
|||
msgid "Zoom"
|
||||
msgstr "Zoom"
|
||||
|
||||
#| msgid "Click and drag the mouse to emboss the picture."
|
||||
#: ../../magic/src/perspective.c:151
|
||||
#| msgid "Click and drag the mouse to emboss the picture."
|
||||
msgid "Click on the corners and drag where you want to stretch the picture."
|
||||
msgstr "Klik egin izkinan eta arrastatu sagua irudia tiratu nahi duzun tokira."
|
||||
|
||||
#| msgid "Click and drag to squirt toothpaste onto your picture."
|
||||
#: ../../magic/src/perspective.c:154
|
||||
#| msgid "Click and drag to squirt toothpaste onto your picture."
|
||||
msgid "Click and drag up to zoom in or drag down to zoom out the picture."
|
||||
msgstr "Klik egin eta arrastatu gora behera zooma egiteko irudian."
|
||||
|
||||
#| msgid "Purple!"
|
||||
#: ../../magic/src/puzzle.c:79
|
||||
#| msgid "Purple!"
|
||||
msgid "Puzzle"
|
||||
msgstr "Puzzle"
|
||||
|
||||
#| msgid "Click on part of your picture to create a fisheye effect."
|
||||
#: ../../magic/src/puzzle.c:86
|
||||
#| msgid "Click on part of your picture to create a fisheye effect."
|
||||
msgid "Click the part of your picture where would you like a puzzle."
|
||||
msgstr "Klik egin irudiaren parte batean puzzle efektua sortzeko."
|
||||
|
||||
#| msgid "Click to make a mirror image."
|
||||
#: ../../magic/src/puzzle.c:87
|
||||
#| msgid "Click to make a mirror image."
|
||||
msgid "Click to make a puzzle in fullscreen mode."
|
||||
msgstr "Egin klik puzzle efektua pantaila osoan sortzeko!"
|
||||
|
||||
|
|
@ -1169,13 +1169,13 @@ msgstr "Egin klik irudiaren gainean euri tanta bat kokatzeko"
|
|||
msgid "Click to cover your picture with rain drops."
|
||||
msgstr "Egin klik irudia euri tantez estaltzeko."
|
||||
|
||||
#| msgid "Rainbow"
|
||||
#: ../../magic/src/realrainbow.c:86
|
||||
#| msgid "Rainbow"
|
||||
msgid "Real Rainbow"
|
||||
msgstr "Ostadar erreala"
|
||||
|
||||
#| msgid "Rainbow"
|
||||
#: ../../magic/src/realrainbow.c:88
|
||||
#| msgid "Rainbow"
|
||||
msgid "ROYGBIV Rainbow"
|
||||
msgstr "ROYGBIV Ostadarra"
|
||||
|
||||
|
|
@ -1260,9 +1260,9 @@ msgstr "Klik egin eta mugitu sagua irudia lekuz aldatzeko."
|
|||
msgid "Smudge"
|
||||
msgstr "Zirriborrotu"
|
||||
|
||||
#| msgid "Metal Paint"
|
||||
#. if (which == 1)
|
||||
#: ../../magic/src/smudge.c:85
|
||||
#| msgid "Metal Paint"
|
||||
msgid "Wet Paint"
|
||||
msgstr "Pintura bustia"
|
||||
|
||||
|
|
@ -1270,9 +1270,9 @@ msgstr "Pintura bustia"
|
|||
msgid "Click and move the mouse around to smudge the picture."
|
||||
msgstr "Klik egin eta mugi ezazu sagua irudia zirriborratzeko."
|
||||
|
||||
#| msgid "Click and move the mouse around to blur the image."
|
||||
#. if (which == 1)
|
||||
#: ../../magic/src/smudge.c:94
|
||||
#| msgid "Click and move the mouse around to blur the image."
|
||||
msgid "Click and move the mouse around to draw with wet, smudgy paint."
|
||||
msgstr "Klik egin eta mugi ezazu sagua pintura bustiaz zirriborratzeko."
|
||||
|
||||
|
|
@ -1313,8 +1313,8 @@ msgstr ""
|
|||
"beherantz lerroak jarri eta kentzeko, eskuina eta ezkerretara zuloak "
|
||||
"handitzeko eta txikitzeko."
|
||||
|
||||
#| msgid "Click and drag to draw a beam of light on your picture."
|
||||
#: ../../magic/src/string.c:137
|
||||
#| msgid "Click and drag to draw a beam of light on your picture."
|
||||
msgid "Click and drag to draw arrows made of string art."
|
||||
msgstr "Klik egin eta arrastatu sare artistiko geziak marrazteko."
|
||||
|
||||
|
|
@ -1363,8 +1363,8 @@ msgstr "Klik egin eta arrastatu zure irudian hortzetako pasta ixurtzeko."
|
|||
msgid "Tornado"
|
||||
msgstr "Tornadoa"
|
||||
|
||||
#| msgid "Click and drag to draw train track rails on your picture."
|
||||
#: ../../magic/src/tornado.c:133
|
||||
#| msgid "Click and drag to draw train track rails on your picture."
|
||||
msgid "Click and drag to draw a tornado funnel on your picture."
|
||||
msgstr "Klik egin eta arrastatu zure irudian tornado tunela marrazteko."
|
||||
|
||||
|
|
@ -1372,8 +1372,8 @@ msgstr "Klik egin eta arrastatu zure irudian tornado tunela marrazteko."
|
|||
msgid "TV"
|
||||
msgstr "TV"
|
||||
|
||||
#| msgid "Click to make your picture look like it's on television."
|
||||
#: ../../magic/src/tv.c:79
|
||||
#| msgid "Click to make your picture look like it's on television."
|
||||
msgid ""
|
||||
"Click and drag to make parts of your picture look like they are on "
|
||||
"television."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue