From: moodler Date: Sun, 30 Nov 2003 14:57:46 +0000 (+0000) Subject: Switch firstname with lastname X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=87755b16cd13abfe4d432c6f48939a1bb0da2db4;p=moodle.git Switch firstname with lastname --- diff --git a/lang/zh_cn/moodle.php b/lang/zh_cn/moodle.php index 6071c3840a..980d6db4c5 100755 --- a/lang/zh_cn/moodle.php +++ b/lang/zh_cn/moodle.php @@ -230,7 +230,7 @@ $string['feedback'] = " $string['filemissing'] = "\$a ÕÒ²»µ½"; $string['files'] = "Îļþ¹ÜÀí"; $string['filloutallfields'] = "ÇëÌîÍêÕâ¸ö±íµ¥µÄËùÓпոñ"; -$string['firstname'] = "ÐÕ"; +$string['firstname'] = "Ãû"; $string['firsttime'] = "µÚÒ»´Î¹âÁÙ±¾Õ¾£¿"; $string['followingoptional'] = "ÒÔÏÂÏîÄ¿ÊÇ¿ÉÑ¡µÄ"; $string['followingrequired'] = "ÒÔÏÂÏîÄ¿ÊDZØÐèµÄ"; @@ -314,7 +314,7 @@ $string['languagegood'] = " $string['lastaccess'] = "×î½üµÇ¼"; $string['lastedited'] = "×î½ü±à¼­"; $string['lastmodified'] = "×îºóÐÞ¸Ä"; -$string['lastname'] = "Ãû"; +$string['lastname'] = "ÐÕ"; $string['latestlanguagepack'] = "´Ómoodle.org¼ì²éÓÐÎÞ×îеÄÓïÑÔ°ü"; $string['latestnews'] = "×îÐÂÐÂÎÅ"; $string['leavetokeep'] = "Áô¿ÕÒÔ±£ÁôÏÖÓÐÃÜÂë"; diff --git a/lang/zh_tw/moodle.php b/lang/zh_tw/moodle.php index 09e6008e4d..d281a5a9f0 100644 --- a/lang/zh_tw/moodle.php +++ b/lang/zh_tw/moodle.php @@ -160,7 +160,7 @@ $string['feedback'] = " $string['filemissing'] = "¯Ê¤Ö¤F \$a "; $string['files'] = "ÀÉ®×"; $string['filloutallfields'] = "½Ð¿é¤Jªí®æ¤º©Ò¦³¤º®eªº¹ïÀ³¸ê®Æ"; -$string['firstname'] = "©m"; +$string['firstname'] = "¦W"; $string['firsttime'] = "¬O§_»Ý­n¥Ó½Ð±b¸¹?"; $string['followingoptional'] = "¥H¤U¬O¿ï¾Ü©Ê¿é¤J°Ï"; $string['followingrequired'] = "¥H¤U¬O ¥²­n¶ñ¼g¸ê®Æ"; @@ -236,7 +236,7 @@ $string['languagegood'] = "This language pack is up-to-date! :-)"; $string['lastaccess'] = "³Ì«á¨Ï¥Î¬ö¿ý"; $string['lastedited'] = "³Ì«á½s¿è¬ö¿ý"; $string['lastmodified'] = "³Ì«á­×§ï¬ö¿ý"; -$string['lastname'] = "¦W"; +$string['lastname'] = "©m"; $string['latestnews'] = "³Ì·s°T®§"; $string['leavetokeep'] = "¤£­n¶ñ«h«O¯d­ì¨Ó±K½X"; $string['license'] = "GPL License";