Add Uyghur description.

This commit is contained in:
Michal Čihař
2010-07-14 13:29:25 +02:00
parent c40e0d6c25
commit a038d59f7a

View File

@@ -312,6 +312,8 @@ function PMA_langDetails($lang) {
return array('tr|turkish', 'tr', 'Türkçe');
case 'tt':
return array('tt|tatarish', 'tt', 'Tatarça');
case 'ug':
return array('ug|uyghur', 'ug', 'ئۇيغۇرچە');
case 'uk':
return array('uk|ukrainian', 'uk', 'Українська');
case 'ur':
@@ -475,8 +477,8 @@ _textdomain('phpmyadmin');
/**
* Messages for phpMyAdmin.
*
* These messages are here for easy transition to Gettext.
* You should not add any messages here, use instead gettext directly
* These messages are here for easy transition to Gettext.
* You should not add any messages here, use instead gettext directly
* in your template/PHP file.
*/