
The branch, master has been updated via a038d59f7a0524a00682e8a7e2f3e4cda781f98a (commit) from c40e0d6c25eec7d5388223a06a97e26ae8afdc5d (commit) - Log ----------------------------------------------------------------- commit a038d59f7a0524a00682e8a7e2f3e4cda781f98a Author: Michal Čihař <michal@cihar.com> Date: Wed Jul 14 13:29:25 2010 +0200 Add Uyghur description. ----------------------------------------------------------------------- Summary of changes: libraries/select_lang.lib.php | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/libraries/select_lang.lib.php b/libraries/select_lang.lib.php index 0f7cab7..c39e2df 100644 --- a/libraries/select_lang.lib.php +++ b/libraries/select_lang.lib.php @@ -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. */ hooks/post-receive -- phpMyAdmin