translated some.

This commit is contained in:
mits 2004-06-23 17:58:26 +00:00
parent a4fbb0b2f1
commit 0c81c11eaf
6 changed files with 92 additions and 6 deletions

View file

@ -1,5 +1,5 @@
<?PHP // $Id$
// lesson.php - created with Moodle 1.3 - (2004052400)
// lesson.php - created with Moodle 1.4 development (2004060400)
$string['actionaftercorrectanswer'] = '正解後の動作';
@ -81,5 +81,6 @@ $string['usemean'] = 'ʿ
$string['youhaveseen'] = 'あなたは既にこのレッスンを1ページ以上閲覧しました。<br />あなたが見た最後のページから始めますか?';
$string['youranswer'] = 'あなたの解答';
$string['yourcurrentgradeis'] = '現在の成績は $a です';
$string['youshouldview'] = '少なくとも $a 回閲覧してください';
?>