Fula translation.
This commit is contained in:
parent
80a0f2e4dc
commit
5d035c1430
5 changed files with 1376 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ bill@newbreedsoftware.com
|
|||
http://www.tuxpaint.org/
|
||||
|
||||
|
||||
June 17, 2002 - October 1, 2010
|
||||
June 17, 2002 - October 5, 2010
|
||||
|
||||
$Id$
|
||||
|
||||
|
|
@ -493,6 +493,9 @@ $Id$
|
|||
Charles Vidal
|
||||
Jérôme Chantreau <plovemax@hotmail.com> [documentation]
|
||||
|
||||
* Fula
|
||||
Ibraahiima SAAR <ibrahima.sarr@pulaagu.com>, Fula Localization Project, http://www.pulaar-fulfulde.org/
|
||||
|
||||
* Galician
|
||||
Leandro Regueiro <leandro.regueiro@gmail.com>
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ http://www.tuxpaint.org/
|
|||
|
||||
$Id$
|
||||
|
||||
2010.October.1 (0.9.22)
|
||||
2010.October.5 (0.9.22)
|
||||
* New Tools:
|
||||
----------
|
||||
* Label - A tool to add text to a drawing, which can be modified or
|
||||
|
|
@ -168,6 +168,9 @@ $Id$
|
|||
|
||||
* New Locales:
|
||||
------------
|
||||
* Fula translation
|
||||
Ibraahiima SAAR <ibrahima.sarr@pulaagu.com>, Fula Localization Project, http://www.pulaar-fulfulde.org/
|
||||
|
||||
* Luganda translation
|
||||
James Olweny <sjolweny85@yahoo.co.uk>
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
$Id$
|
||||
|
||||
June 14, 2002 - October 1, 2010
|
||||
June 14, 2002 - October 5, 2010
|
||||
*/
|
||||
|
||||
// FIXME: gettext() won't even bother to look up messages unless it
|
||||
|
|
@ -95,6 +95,7 @@ const char *lang_prefixes[NUM_LANGS] = {
|
|||
"et",
|
||||
"eu",
|
||||
"fa",
|
||||
"ff",
|
||||
"fi",
|
||||
"fo",
|
||||
"fr",
|
||||
|
|
@ -240,6 +241,9 @@ static const language_to_locale_struct language_to_locale_array[] = {
|
|||
{"espanol-mejicano", "es_MX.UTF-8"},
|
||||
{"espanol", "es_ES.UTF-8"},
|
||||
{"persian", "fa_IR.UTF-8"},
|
||||
{"fula", "ff_SN.UTF-8"},
|
||||
{"fulah", "ff_SN.UTF-8"},
|
||||
{"pulaar", "ff_SN.UTF-8"},
|
||||
{"finnish", "fi_FI.UTF-8"},
|
||||
{"suomi", "fi_FI.UTF-8"},
|
||||
{"faroese", "fo_FO.UTF-8"},
|
||||
|
|
@ -380,6 +384,7 @@ static void show_lang_usage(int exitcode)
|
|||
/* fo */ " faroese\n"
|
||||
/* fi */ " finnish suomi\n"
|
||||
/* fr */ " french francais\n"
|
||||
/* ff */ " fula fulah pulaar\n"
|
||||
/* ga */ " gaelic irish-gaelic gaidhlig\n"
|
||||
/* gl */ " galician galego\n"
|
||||
/* ka */ " georgian\n"
|
||||
|
|
@ -478,6 +483,7 @@ static void show_locale_usage(FILE * f, const char *const prg)
|
|||
" da_DK (Danish Dansk)\n"
|
||||
" nl_NL (Dutch)\n"
|
||||
" fa_IR (Persian)\n"
|
||||
" ff_SN (Fula)\n"
|
||||
" fi_FI (Finnish Suomi)\n"
|
||||
" fo_FO (Faroese)\n"
|
||||
" fr_FR (French Francais)\n"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
$Id$
|
||||
|
||||
June 14, 2002 - April 3, 2010
|
||||
June 14, 2002 - October 5, 2010
|
||||
*/
|
||||
|
||||
|
||||
|
|
@ -64,6 +64,7 @@ enum
|
|||
LANG_ET, /* Estonian */
|
||||
LANG_EU, /* Basque */
|
||||
LANG_FA, /* Persian */
|
||||
LANG_FF, /* Fula */
|
||||
LANG_FI, /* Finnish */
|
||||
LANG_FO, /* Faroese */
|
||||
LANG_FR, /* French */
|
||||
|
|
|
|||
1359
src/po/ff.po
Normal file
1359
src/po/ff.po
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue