From: moodler Date: Sun, 30 Nov 2003 14:40:00 +0000 (+0000) Subject: Display FAMILY names first X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6560de825ef3296770c2673658114b0917994a22;p=moodle.git Display FAMILY names first --- diff --git a/lang/zh_cn/moodle.php b/lang/zh_cn/moodle.php index a281633adf..6071c3840a 100755 --- a/lang/zh_cn/moodle.php +++ b/lang/zh_cn/moodle.php @@ -248,6 +248,7 @@ $string['frontpagedescription'] = " $string['frontpageformat'] = "Ê×Ò³¸ñʽ"; $string['fulllistofcourses'] = "ËùÓпγÌ"; $string['fullname'] = "È«Ãû"; +$string['fullnamedisplay'] = '$a->lastname $a->firstname'; $string['fullprofile'] = "¸öÈËÏêϸ×ÊÁÏ"; $string['fullsitename'] = "ÍøÕ¾È«Ãû"; $string['gd1'] = "GD 1.xÒѾ­°²×°"; diff --git a/lang/zh_tw/moodle.php b/lang/zh_tw/moodle.php index 3652e52ce3..09e6008e4d 100644 --- a/lang/zh_tw/moodle.php +++ b/lang/zh_tw/moodle.php @@ -176,6 +176,7 @@ $string['frontpagedescription'] = "Front page $string['frontpageformat'] = "Front page ®æ¦¡"; $string['fulllistofcourses'] = "©Ò¦³½Òµ{"; $string['fullname'] = "¦WºÙ"; +$string['fullnamedisplay'] = '$a->lastname $a->firstname'; $string['fullprofile'] = "­Ó¤H§¹¾ã¸ê®Æ"; $string['fullsitename'] = "ºô¯¸¦WºÙ"; $string['gd1'] = "GD 1.x is installed";