From: moodler Date: Tue, 10 Feb 2004 07:38:49 +0000 (+0000) Subject: Use Unicode for the name of the language. Makes the menu look better. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=875cb9fa18678d1c6dfd1060017a048835246901;p=moodle.git Use Unicode for the name of the language. Makes the menu look better. --- diff --git a/lang/ar/moodle.php b/lang/ar/moodle.php index 11f6fb134c..c2f2b3e7ca 100644 --- a/lang/ar/moodle.php +++ b/lang/ar/moodle.php @@ -746,7 +746,7 @@ $string['themes'] = ' $string['themesaved'] = 'Êã ÍÝÙ ÇáÔßá ÇáÌÏíÏ'; $string['thischarset'] = 'windows-1256'; $string['thisdirection'] = 'rtl'; -$string['thislanguage'] = 'ÚÑÈí'; +$string['thislanguage'] = 'عربي'; $string['time'] = 'ÇáæÞÊ'; $string['timezone'] = 'ÇáãäØÞÉ ÇáÒãäíÉ'; $string['to'] = 'Åáì'; diff --git a/lang/el/moodle.php b/lang/el/moodle.php index 767d9fe64d..b1762afbde 100644 --- a/lang/el/moodle.php +++ b/lang/el/moodle.php @@ -709,7 +709,7 @@ $string['theme'] = " $string['themes'] = "ÈÝìáôá"; $string['themesaved'] = "Ôï íÝï èÝìá áðïèçêåýôçêå"; $string['thischarset'] = "windows-1253"; -$string['thislanguage'] = "ÅëëçíéêÜ"; +$string['thislanguage'] = "Ελληνικά"; $string['time'] = "¿ñá"; $string['timezone'] = "Æþíç þñáò"; $string['to'] = "¸ùò"; diff --git a/lang/ru/moodle.php b/lang/ru/moodle.php index a18be95759..3ce6cf9d76 100644 --- a/lang/ru/moodle.php +++ b/lang/ru/moodle.php @@ -423,7 +423,7 @@ $string['thanks'] = " $string['theme'] = "Òåìà îôîðìëåíèÿ"; $string['themesaved'] = "Íîâàÿ òåìà áûëà äîáàâëåíà"; $string['thischarset'] = "windows-1251"; -$string['thislanguage'] = "Ðóññêèé"; +$string['thislanguage'] = 'Русский'; $string['timezone'] = "Âðåìåííàÿ çîíà"; $string['today'] = "Ñåãîäíÿ"; $string['todaylogs'] = "Ñåãîäíÿøíèå ëîãè"; diff --git a/lang/zh_cn/moodle.php b/lang/zh_cn/moodle.php index 980d6db4c5..de644bc3f8 100755 --- a/lang/zh_cn/moodle.php +++ b/lang/zh_cn/moodle.php @@ -579,7 +579,7 @@ $string['thanks'] = " $string['theme'] = "Ö÷Ìâ·ç¸ñ"; $string['themesaved'] = "ÐÂÖ÷Ìâ·ç¸ñÒѱ£´æ"; $string['thischarset'] = "GB18030"; -$string['thislanguage'] = "¼òÌåÖÐÎÄ"; +$string['thislanguage'] = '英文'; $string['timezone'] = "Ê±Çø"; $string['today'] = "½ñÌì"; $string['todaylogs'] = "½ñÌìµÄÈÕÖ¾";