New translation: Marathi (mr_IN)

This commit is contained in:
William Kendrick 2013-03-28 22:59:23 +00:00
parent 31e2a3ce43
commit 041e822a68
6 changed files with 34 additions and 9 deletions

View file

@ -2,12 +2,12 @@ AUTHORS.txt for Tux Paint
Tux Paint - A simple drawing program for children.
Copyright (c) 2002-2012 by Bill Kendrick and others
Copyright (c) 2002-2013 by Bill Kendrick and others
bill@newbreedsoftware.com
http://www.tuxpaint.org/
June 17, 2002 - April 10, 2012
June 17, 2002 - March 28, 2013
$Id$
@ -728,6 +728,9 @@ $Id$
Sonith Kumar <sonith.kumar153@gmail.com>
Haris Ibrahim K. V. <blucalvin@gmail.com>
* Marathi
Santosh Jankiram Kshetre <quicklearning@rediffmail.com>
* Ndebele
Vincent Mahlangu <vmahlangu@parliament.gov.za>

View file

@ -8,7 +8,7 @@ http://www.tuxpaint.org/
$Id$
2013.February.17 (0.9.22)
2013.March.28 (0.9.22)
* New Tools:
----------
@ -85,7 +85,6 @@ $Id$
Special thanks to Richard Verhoeven <river@win.tue.nl>
Public domain.
FIXME:
* When refreshing a draw full of labels flickers a lot.
* "Caps" label perhaps should show an up-arrow (a la
@ -147,7 +146,7 @@ $Id$
Allowed values from 1 to 7, defaults to 7.
* Magic Tool Improvememnts:
--------------------------
-------------------------
* Magic tools can register themselves as paint with one click
(versus click/drag/release): MODE_ONECLICK. (e.g., "Ripples")
Utilized by mouse-accessibility feature.
@ -385,6 +384,9 @@ $Id$
Updated by Sonith Kumar <sonith.kumar153@gmail.com>
Reviewed by Haris Ibrahim K. V. <blucalvin@gmail.com>
* Marathi translation
Santosh Jankiram Kshetre <quicklearning@rediffmail.com>
* Northern Sotho translation
Pheledi Mathibela <pheledi@mosekolatranslation.co.za>

View file

@ -9,7 +9,7 @@ Options Documentation
bill@newbreedsoftware.com
http://www.tuxpaint.org/
March 2, 2012
March 28, 2013
----------------------------------------------------------------------
@ -749,6 +749,8 @@ Windows Users
|--------------------+---------------------+---------------|
|malayalam | | |
|--------------------+---------------------+---------------|
|marathi | | |
|--------------------+---------------------+---------------|
|mexican-spanish |espanol-mejicano |mexican |
|--------------------+---------------------+---------------|
|ndebele | | |
@ -1151,6 +1153,8 @@ Available Languages
|-----------+-------------------+-----------------+----------------|
|ml_IN | |Malayalam | |
|-----------+-------------------+-----------------+----------------|
|mr_IN | |Marathi | |
|-----------+-------------------+-----------------+----------------|
|ms_MY | |Malay | |
|-----------+-------------------+-----------------+----------------|
|nb_NO |Norsk (bokmaal) |Norwegian Bokmaal| |

View file

@ -23,7 +23,7 @@ New Breed Software</p>
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
<p>March 2, 2012</p>
<p>March 28, 2013</p>
</center>
@ -1071,6 +1071,11 @@ New Breed Software</p>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><code>marathi</code></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><code>mexican-spanish</code></td>
<td><code>espanol-mejicano</code></td>
@ -1860,6 +1865,12 @@ New Breed Software</p>
<td>Malayalam</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><code>mr_IN</code></td>
<td>&nbsp;</td>
<td>Marathi</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><code>ms_MY</code></td>
<td>&nbsp;</td>

View file

@ -25,7 +25,7 @@
$Id$
June 14, 2002 - March 8, 2012
June 14, 2002 - March 28, 2013
*/
#include <stdio.h>
@ -112,6 +112,7 @@ const char *lang_prefixes[NUM_LANGS] = {
"lv",
"ml",
"mk",
"mr",
"ms",
"nb",
"nl",
@ -299,6 +300,7 @@ static const language_to_locale_struct language_to_locale_array[] = {
{"luxembourgish", "lb_LU.UTF-8"},
{"letzebuergesch", "lb_LU.UTF-8"},
{"macedonian", "mk_MK.UTF-8"},
{"marathi", "mr_IN.UTF-8"},
{"malay", "ms_MY.UTF-8"},
{"dutch", "nl_NL.UTF-8"},
{"nederlands", "nl_NL.UTF-8"},
@ -422,6 +424,7 @@ static void show_lang_usage(int exitcode)
/* mk */ " macedonian\n"
/* ms */ " malay\n"
/* ml */ " malayalam\n"
/* nr */ " marathi\n"
/* es_MX */ " mexican mexican-spanish espanol-mejicano\n"
/* nr */ " ndebele\n"
/* nso */ " northern-sotho sesotho-sa-leboa\n"
@ -535,6 +538,7 @@ static void show_locale_usage(FILE * f, const char *const prg)
" lv_LV (Latvian)\n"
" lt_LT (Lithuanian Lietuviu)\n"
" mk_MK (Macedonian)\n"
" mr_IN (Marathi)\n"
" nr_ZA (Ndebele)\n"
" nso_ZA (Northern Sotho Sotho sa Leboa)\n"
" nn_NO (Norwegian Nynorsk Norsk)\n"

View file

@ -25,7 +25,7 @@
$Id$
June 14, 2002 - March 8, 2012
June 14, 2002 - March 28, 2013
*/
@ -98,6 +98,7 @@ enum
LANG_LV, /* Latvian */
LANG_MK, /* Macedonian */
LANG_ML, /* Malayalam */
LANG_MR, /* Marath */
LANG_MS, /* Malay */
LANG_NB, /* Norwegian Bokmal */
LANG_NL, /* Dutch */