diff --git a/lang/ja/README b/lang/ja/README index 6e06bc8aacc..511bdcab73b 100644 --- a/lang/ja/README +++ b/lang/ja/README @@ -1,6 +1,6 @@ Japanese Translation ------------------------ -Last Modify:2003/03/11 +Last Modify:2003/03/14 Author: Mitsuhiro Yoshida(mits@mitstek.com) http://www.mitstek.com/ diff --git a/lang/ja/pgassignment.php b/lang/ja/pgassignment.php index 5ac9b7cd909..2c206945a62 100644 --- a/lang/ja/pgassignment.php +++ b/lang/ja/pgassignment.php @@ -1,5 +1,5 @@ first option in the "Managing a Peer Graded Assignment" menu."; $string['notgraded'] = "他の学生によるフィードバックのみ、評価無し"; -$string['notyetassessedby'] = "Not yet assessed by \$a"; -$string['notyetgraded'] = "Not yet graded"; -$string['notyetsubmitted'] = "Not yet submitted"; +$string['notyetassessedby'] = "\$a によってまだ評価されていません"; +$string['notyetgraded'] = "未評価"; +$string['notyetsubmitted'] = "未提出"; $string['numbermarked'] = "Number of assignments graded by the Teacher: \$a"; $string['numberofallocations'] = "Number of assignments to be assessed by each student: \$a"; $string['numberofallocationsreduced'] = "Number of assignments to be assessed by each student reduced to: \$a"; @@ -101,17 +102,19 @@ $string['savemyreply'] = "Save my reply"; $string['scale10'] = "Score out of 10"; $string['scale100'] = "Score out of 100"; $string['scale20'] = "Score out of 20"; -$string['scalecorrect'] = "2 point Correct/Incorrect scale"; -$string['scaleexcellent4'] = "4 point Excellent/Very Poor scale"; -$string['scaleexcellent5'] = "5 point Excellent/Very Poor scale"; -$string['scaleexcellent7'] = "7 point Excellent/Very Poor scale"; -$string['scalegood3'] = "3 point Good/Poor scale"; -$string['scalepresent'] = "2 point Present/Absent scale"; -$string['scaleyes'] = "2 point Yes/No scale"; +$string['scalecorrect'] = "2点 正解/不正解 評価"; +$string['scaleexcellent4'] = "4点 優秀/特に悪い 評価"; +$string['scaleexcellent5'] = "5点 優秀/特に悪い 評価"; +$string['scaleexcellent7'] = "7点 優秀/特に悪い 評価"; +$string['scalegood3'] = "3点 良い/悪い 評価"; +$string['scalepresent'] = "2点 出席/欠席 評価"; +$string['scaleyes'] = "2点 Yes/No 評価"; $string['showfeedback'] = "フィードバックを表示"; $string['showgrades'] = "常にコメントと評価を表示する"; $string['showgrading'] = "Show grading"; $string['showstatus'] = "Show status of the peer grading"; +$string['skipback'] = "\$a 戻る"; +$string['skipforward'] = "\$a 進む"; $string['specimengradingform'] = "Specimen Grading Form"; $string['submissiondate'] = "提出期限"; $string['submissionsalreadyallowed'] = "Submissions already allowed";