From 59b888d7fb61f6ea44dd2368c7d6e106be7d8dbe Mon Sep 17 00:00:00 2001 From: coolbit Date: Thu, 12 Dec 2002 13:00:40 +0000 Subject: [PATCH] Change firstname to lastname in email for Chinese custom. --- lang/zh_cn/moodle.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/zh_cn/moodle.php b/lang/zh_cn/moodle.php index 91aa22bb0a..2e7480b8f0 100755 --- a/lang/zh_cn/moodle.php +++ b/lang/zh_cn/moodle.php @@ -107,7 +107,7 @@ $string['deletednot'] = " $string['deletingcourse'] = "ÕýÔÚɾ³ý\$a"; $string['department'] = "ϵ²¿"; $string['description'] = "ÃèÊö"; -$string['displayingusers'] = "´Ó\$a->startµ½\$a->endÏÔʾÓû§"; +$string['displayingusers'] = "´Ó \$a->start µ½ \$a->end ÏÔʾÓû§"; $string['documentation'] = "°ïÖúÎĵµ"; $string['downloadexcel'] = "ÒÔExcelÎļþ¸ñʽÏÂÔØ"; $string['downloadtext'] = "ÒÔ´¿Îı¾¸ñʽÏÂÔØ"; @@ -121,7 +121,7 @@ $string['editthisactivity'] = " $string['edituser'] = "±à¼­Óû§ÕʺÅ"; $string['email'] = "EmailµØÖ·"; $string['emailconfirm'] = "È·ÈÏÄãµÄÕʺÅ"; -$string['emailconfirmation'] = "\$a->firstname£º
+$string['emailconfirmation'] = "\$a->lastname£º
    ÄãºÃ£¡
    ¸Õ²ÅÄãÓÃÄãµÄµç×ÓÓÊÏ䵨ַÔÚ'\$a->sitename'ÉÏÉêÇëÁËÒ»¸öÐÂÕʺš£ @@ -304,7 +304,7 @@ $string['never'] = " $string['new'] = "ÐÂ"; $string['newaccount'] = "ÐÂÕʺÅ"; $string['newpassword'] = "ÐÂÃÜÂë"; -$string['newpasswordtext'] = "\$a->firstname£º
+$string['newpasswordtext'] = "\$a->lastname£º
    ÄãºÃ£¡
    ÄãÔÚ'\$a->sitename'ÉϵÄÕʺÅÃÜÂëÒѱ»ÖØÉ裬ÕâÊÇÄãеÄÁÙʱÃÜÂë¡£ -- 2.39.5