Bosnian translation

This commit is contained in:
Pere Pujal i Carabantes 2014-07-14 23:08:40 +00:00
parent 1da6cdda34
commit 271cd0e1e3
5 changed files with 1612 additions and 2 deletions

View file

@ -909,6 +909,11 @@ New Breed Software</p>
<td>&nbsp;</td> <td>&nbsp;</td>
<td>&nbsp;</td> <td>&nbsp;</td>
</tr> </tr>
<tr>
<td><code>bosnian</code></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr> <tr>
<td><code>brazilian-portuguese</code></td> <td><code>brazilian-portuguese</code></td>
<td><code>portugues-brazilian</code></td> <td><code>portugues-brazilian</code></td>
@ -1763,6 +1768,12 @@ New Breed Software</p>
<td>Breton</td> <td>Breton</td>
<td>&nbsp;</td> <td>&nbsp;</td>
</tr> </tr>
<tr>
<td><code>bs_BA</code></td>
<td>&nbsp</td>
<td>Bosnian</td>
<td>&nbsp;</td>
</tr>
<tr> <tr>
<td><code>ca_ES</code></td> <td><code>ca_ES</code></td>
<td>Catal&agrave;</td> <td>Catal&agrave;</td>

View file

@ -67,6 +67,7 @@ const char *lang_prefixes[NUM_LANGS] = {
"bm", "bm",
"bo", "bo",
"br", "br",
"bs",
"ca", "ca",
"cgg", "cgg",
"cs", "cs",
@ -232,6 +233,7 @@ static const language_to_locale_struct language_to_locale_array[] = {
{"asturian", "ast_ES.UTF-8"}, {"asturian", "ast_ES.UTF-8"},
{"azerbaijani", "az_AZ.UTF-8"}, {"azerbaijani", "az_AZ.UTF-8"},
{"bambara", "bm_ML.UTF-8"}, {"bambara", "bm_ML.UTF-8"},
{"bosnian", "bs_BA.UTF-8"},
{"croatian", "hr_HR.UTF-8"}, {"croatian", "hr_HR.UTF-8"},
{"hrvatski", "hr_HR.UTF-8"}, {"hrvatski", "hr_HR.UTF-8"},
{"catalan", "ca_ES.UTF-8"}, {"catalan", "ca_ES.UTF-8"},
@ -416,6 +418,7 @@ static void show_lang_usage(int exitcode)
/* eu */ " basque euskara\n" /* eu */ " basque euskara\n"
/* be */ " belarusian bielaruskaja\n" /* be */ " belarusian bielaruskaja\n"
/* nb */ " bokmal\n" /* nb */ " bokmal\n"
/* bs */ " bosnian\n"
/* pt_BR */ " brazilian brazilian-portuguese portugues-brazilian\n" /* pt_BR */ " brazilian brazilian-portuguese portugues-brazilian\n"
/* br */ " breton brezhoneg\n" /* br */ " breton brezhoneg\n"
/* en_GB */ " british british-english\n" /* en_GB */ " british british-english\n"
@ -544,6 +547,7 @@ static void show_locale_usage(FILE * f, const char *const prg)
" bm_ML (Bambara)\n" " bm_ML (Bambara)\n"
" eu_ES (Basque Euskara)\n" " eu_ES (Basque Euskara)\n"
" be_BY (Belarusian Bielaruskaja)\n" " be_BY (Belarusian Bielaruskaja)\n"
" bs_BA (Bosnian)\n"
" nb_NO (Bokmal)\n" " nb_NO (Bokmal)\n"
" pt_BR (Brazilian Brazilian Portuguese Portugues Brazilian)\n" " pt_BR (Brazilian Brazilian Portuguese Portugues Brazilian)\n"
" br_FR (Breton Brezhoneg)\n" " br_FR (Breton Brezhoneg)\n"

View file

@ -53,6 +53,7 @@ enum
LANG_BM, /* Bambara */ LANG_BM, /* Bambara */
LANG_BO, /* Tibetan */ LANG_BO, /* Tibetan */
LANG_BR, /* Breton */ LANG_BR, /* Breton */
LANG_BS, /* Bosnian */
LANG_CA, /* Catalan */ LANG_CA, /* Catalan */
LANG_CGG, /* Kiga */ LANG_CGG, /* Kiga */
LANG_CS, /* Czech */ LANG_CS, /* Czech */

View file

@ -424,7 +424,7 @@ you click, move, and click again to end the motion.
Presents a clickable on-screen keyboard when using the \fIText\fP and Presents a clickable on-screen keyboard when using the \fIText\fP and
\fILabel\fP tools. \fILabel\fP tools.
.TB 8 .TP 8
.B \-\-stampsize=\fIsize\fP \-\-stampsize=default .B \-\-stampsize=\fIsize\fP \-\-stampsize=default
Sets the default size of all stamps, relative to their possible sizes Sets the default size of all stamps, relative to their possible sizes
(determined by \fITux Paint\fP, based on the dimensions of both the stamps (determined by \fITux Paint\fP, based on the dimensions of both the stamps
@ -578,6 +578,9 @@ belarusian | bielaruskaja
bokmal bokmal
.TP 2 .TP 2
- -
bosnian
.TP 2
-
brazilian-portuguese | portugues-brazilian | brazilian brazilian-portuguese | portugues-brazilian | brazilian
.TP 2 .TP 2
- -
@ -898,7 +901,7 @@ only require one click, but users think they need to double-click.)
This option makes \fITux Paint\fP ignore the current lockfile. This option makes \fITux Paint\fP ignore the current lockfile.
.SH ENVIRONMENT .SH ENVIRONMENT
.l .ad l
While \fITux Paint\fP may refer to a number of environment variables indirectly While \fITux Paint\fP may refer to a number of environment variables indirectly
(e.g., via \fISDL(3)\fP), it only directly accesses the following: (e.g., via \fISDL(3)\fP), it only directly accesses the following:
.PP .PP

1591
src/po/bs.po Normal file

File diff suppressed because it is too large Load diff