From: moodler Date: Sun, 30 Nov 2003 14:38:11 +0000 (+0000) Subject: Display family names FIRST X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=76e70b8732f713f154021455d9e72273ee9e5362;p=moodle.git Display family names FIRST --- diff --git a/lang/ja/moodle.php b/lang/ja/moodle.php index 7f9b90cc29..003bdceff5 100644 --- a/lang/ja/moodle.php +++ b/lang/ja/moodle.php @@ -305,6 +305,7 @@ $string['filesfolders'] = " $string['filloutallfields'] = "Á´¤Æ¤ÎÍó¤ËÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£"; $string['findmorecourses'] = "¹¹¤Ë¥³¡¼¥¹¤òõ¤¹..."; $string['firstname'] = "̾Á°"; +$string['fullnamedisplay'] = '$a->lastname $a->firstname'; $string['firsttime'] = "¤Ï¤¸¤á¤Æ¤ÎÊý¤Ç¤¹¤«?"; $string['followingoptional'] = "²¼µ­¤ÏǤ°ÕÆþÎϹàÌܤǤ¹"; $string['followingrequired'] = "²¼µ­¤Ïɬ¿ÜÆþÎϹàÌܤǤ¹";