new language: uzbek (cyrillic and latin)
This commit is contained in:
@@ -17,6 +17,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
||||
- [security] XSS: Insufficient output sanitizing (not exploitable without a valid token)
|
||||
thanks to Sven Vetsch/Disenchant for informing us in a responsible manner
|
||||
- bug #2634827 [import] Using DELIMITER produces infinite cycle
|
||||
+ new language files: uzbek_cyrillic and urbek_latin
|
||||
|
||||
3.2.0.1 (2009-06-30)
|
||||
- [security] XSS: Insufficient output sanitizing in bookmarks
|
||||
|
@@ -135,7 +135,7 @@
|
||||
<abbr title="Frequently Asked Questions">FAQ</abbr> 3.6)</a></li>
|
||||
<li>support mysqli, the improved MySQL extension <a href="#faq1_17">
|
||||
(see <abbr title="Frequently Asked Questions">FAQ</abbr> 1.17)</a></li>
|
||||
<li>communicate in <a href="./translators.html">55 different languages</a>
|
||||
<li>communicate in <a href="./translators.html">57 different languages</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
1470
lang/uzbek_cyrillic-utf-8.inc.php
Normal file
1470
lang/uzbek_cyrillic-utf-8.inc.php
Normal file
File diff suppressed because it is too large
Load Diff
1470
lang/uzbek_latin-utf-8.inc.php
Normal file
1470
lang/uzbek_latin-utf-8.inc.php
Normal file
File diff suppressed because it is too large
Load Diff
@@ -244,6 +244,8 @@ function PMA_langList()
|
||||
'tr-utf-8' => array('tr|turkish', 'turkish-utf-8', 'tr', 'Türkçe'),
|
||||
'tt-utf-8' => array('tt|tatarish', 'tatarish-utf-8', 'tt', 'Tatarça'),
|
||||
'uk-utf-8' => array('uk|ukrainian', 'ukrainian-utf-8', 'uk', 'Українська'),
|
||||
'uzlat-utf-8' => array('uz[-_]lat|uzbek-latin', 'uzbek_latin-utf-8', 'uz-lat', 'O‘zbekcha'),
|
||||
'uzcyr-utf-8' => array('uz[-_]cyr|uzbek-cyrillic', 'uzbek_cyrillic-utf-8', 'uz-cyr', 'Ўзбекча'),
|
||||
'zhtw-utf-8' => array('zh[-_](tw|hk)|chinese traditional', 'chinese_traditional-utf-8', 'zh-TW', '中文'),
|
||||
'zh-utf-8' => array('zh|chinese simplified', 'chinese_simplified-utf-8', 'zh', '中文'),
|
||||
);
|
||||
|
@@ -435,6 +435,14 @@
|
||||
Markijan Baran (marco@meduniv.lviv.ua)
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr id="uzbek">
|
||||
<td>Uzbek</td>
|
||||
<td>
|
||||
Orzu Samarqandiy (orzu@users.sourceforge.net)<br />
|
||||
Abdurashid Muhitdinov (cool_zero@list.ru
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user