Native name support in "--lang" for Dutch, Slovenian and Walloon.
This commit is contained in:
parent
778b74a7d9
commit
588494540d
4 changed files with 24 additions and 14 deletions
|
|
@ -39,6 +39,9 @@ http://www.newbreedsoftware.com/tuxpaint/
|
|||
* Korean language file (ko.po) update.
|
||||
Mark K. Kim <tuxNO_SOLICITATIONpaint-dev@cbreak.org>
|
||||
|
||||
* Added support for native names for Dutch (nederlands),
|
||||
Slovenian (slovensko) and Walloon (walon) in "--lang" option.
|
||||
|
||||
* Fixed security issue with permissions to Tux Paint docs directory.
|
||||
Mark K. Kim <tuxNO_SOLICITATIONpaint-dev@cbreak.org>
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
bill@newbreedsoftware.com
|
||||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
June 14, 2002 - March 4, 2004
|
||||
June 14, 2002 - March 23, 2004
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -382,7 +382,7 @@ Options
|
|||
|--------------------+------------------+---------|
|
||||
|danish |dansk | |
|
||||
|--------------------+------------------+---------|
|
||||
|dutch | | |
|
||||
|dutch |nederlands | |
|
||||
|--------------------+------------------+---------|
|
||||
|finnish |suomi | |
|
||||
|--------------------+------------------+---------|
|
||||
|
|
@ -426,13 +426,15 @@ Options
|
|||
|--------------------+------------------+---------|
|
||||
|slovak | | |
|
||||
|--------------------+------------------+---------|
|
||||
|slovenian |slovensko | |
|
||||
|--------------------+------------------+---------|
|
||||
|swedish |svenska | |
|
||||
|--------------------+------------------+---------|
|
||||
|tamil | | |
|
||||
|--------------------+------------------+---------|
|
||||
|turkish | | |
|
||||
|--------------------+------------------+---------|
|
||||
|walloon | | |
|
||||
|walloon |walon | |
|
||||
+-------------------------------------------------+
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
|
@ -630,10 +632,12 @@ Options
|
|||
|---------------+-------------------+--------------------|
|
||||
|sk_SK | |Slovak |
|
||||
|---------------+-------------------+--------------------|
|
||||
|sv_SE@euro |Svenska |Swedish |
|
||||
|sl_SI | |Slovenian |
|
||||
|---------------+-------------------+--------------------|
|
||||
|sr_YU | |Serbian |
|
||||
|---------------+-------------------+--------------------|
|
||||
|sv_SE@euro |Svenska |Swedish |
|
||||
|---------------+-------------------+--------------------|
|
||||
|ta_IN (*) | |Tamil |
|
||||
|---------------+-------------------+--------------------|
|
||||
|tr_TR@euro | |Turkish |
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ New Breed Software</p>
|
|||
<p><a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a><br>
|
||||
<a href="http://www.newbreedsoftware.com/tuxpaint/">http://www.newbreedsoftware.com/tuxpaint/</a></p>
|
||||
|
||||
<p>June 14, 2002 - March 17, 2004</p>
|
||||
<p>June 14, 2002 - March 23, 2004</p>
|
||||
</center>
|
||||
|
||||
<hr size=2 noshade>
|
||||
|
|
@ -515,7 +515,7 @@ New Breed Software</p>
|
|||
</tr>
|
||||
<tr>
|
||||
<td><code>dutch</code></td>
|
||||
<td> </td>
|
||||
<td><code>nederlands</code></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
@ -625,7 +625,7 @@ New Breed Software</p>
|
|||
</tr>
|
||||
<tr>
|
||||
<td><code>slovenian</code></td>
|
||||
<td> </td>
|
||||
<td><code>slovensko</code></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
@ -645,7 +645,7 @@ New Breed Software</p>
|
|||
</tr>
|
||||
<tr>
|
||||
<td><code>walloon</code></td>
|
||||
<td> </td>
|
||||
<td><code>walon</code></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue