new lang: tatar
This commit is contained in:
@@ -5,6 +5,11 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2005-06-03 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* lang/tatar*, /sync_lang.sh, libraries/select_lang.lib.php,
|
||||||
|
translators.html, Documentation.html, README:
|
||||||
|
new language (tatar), thanks to Albert Fazl<7A>
|
||||||
|
|
||||||
2005-06-01 Marc Delisle <lem9@users.sourceforge.net>
|
2005-06-01 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* Documentation.html: bug #1213761, hint about Hardened PHP
|
* Documentation.html: bug #1213761, hint about Hardened PHP
|
||||||
and the Missing parameters problem, thanks to Klaus Dorninger
|
and the Missing parameters problem, thanks to Klaus Dorninger
|
||||||
|
@@ -121,7 +121,7 @@
|
|||||||
<li>support mysqli, the improved MySQL extension <a href="#faqmysqlversions">(see FAQ 1.17)</a></li>
|
<li>support mysqli, the improved MySQL extension <a href="#faqmysqlversions">(see FAQ 1.17)</a></li>
|
||||||
<li>
|
<li>
|
||||||
communicate in
|
communicate in
|
||||||
<a href="./translators.html">48 different languages</a>
|
<a href="./translators.html">49 different languages</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
2
README
2
README
@@ -49,7 +49,7 @@ phpMyAdmin - Readme
|
|||||||
- create and read dumps of tables
|
- create and read dumps of tables
|
||||||
- export and import CSV data
|
- export and import CSV data
|
||||||
- administer one single database as well as a whole database server
|
- administer one single database as well as a whole database server
|
||||||
- communicate in 48 different languages
|
- communicate in 49 different languages
|
||||||
|
|
||||||
Download:
|
Download:
|
||||||
You can get the newest version at http://www.phpmyadmin.net/.
|
You can get the newest version at http://www.phpmyadmin.net/.
|
||||||
|
@@ -121,6 +121,7 @@ slovenian-iso-8859-2
|
|||||||
slovak-iso-8859-2
|
slovak-iso-8859-2
|
||||||
spanish-iso-8859-1
|
spanish-iso-8859-1
|
||||||
swedish-iso-8859-1
|
swedish-iso-8859-1
|
||||||
|
tatar-iso-8859-9
|
||||||
thai-tis-620
|
thai-tis-620
|
||||||
turkish-utf-8
|
turkish-utf-8
|
||||||
ukrainian-windows-1251"
|
ukrainian-windows-1251"
|
||||||
|
@@ -162,6 +162,8 @@ $available_languages = array(
|
|||||||
'th-utf-8' => array('th|thai', 'thai-utf-8', 'th'),
|
'th-utf-8' => array('th|thai', 'thai-utf-8', 'th'),
|
||||||
'tr-iso-8859-9' => array('tr|turkish', 'turkish-iso-8859-9', 'tr'),
|
'tr-iso-8859-9' => array('tr|turkish', 'turkish-iso-8859-9', 'tr'),
|
||||||
'tr-utf-8' => array('tr|turkish', 'turkish-utf-8', 'tr'),
|
'tr-utf-8' => array('tr|turkish', 'turkish-utf-8', 'tr'),
|
||||||
|
'tt-iso-8859-9' => array('tt|tatar', 'tatar-iso-8859-9', 'tt'),
|
||||||
|
'tt-utf-8' => array('tt|tatar', 'tatar-utf-8', 'tt'),
|
||||||
'uk-win1251' => array('uk|ukrainian', 'ukrainian-windows-1251', 'uk'),
|
'uk-win1251' => array('uk|ukrainian', 'ukrainian-windows-1251', 'uk'),
|
||||||
'uk-utf-8' => array('uk|ukrainian', 'ukrainian-utf-8', 'uk'),
|
'uk-utf-8' => array('uk|ukrainian', 'ukrainian-utf-8', 'uk'),
|
||||||
'zhtw-big5' => array('zh[-_](tw|hk)|chinese traditional', 'chinese_traditional-big5', 'zh-TW'),
|
'zhtw-big5' => array('zh[-_](tw|hk)|chinese traditional', 'chinese_traditional-big5', 'zh-TW'),
|
||||||
|
@@ -487,6 +487,15 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Tatar</td>
|
||||||
|
<td>
|
||||||
|
<a href="mailto:amichauer@gmx.de?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are only a few localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf you have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Tatar');">
|
||||||
|
Albert Fazl<7A>
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>Thai</td>
|
<td>Thai</td>
|
||||||
<td>
|
<td>
|
||||||
|
Reference in New Issue
Block a user