Update of /cvsroot/aimmath/moodle/lang/en
In directory sc8-pr-cvs1:/tmp/cvs-serv4126/lang/en
Modified Files:
aim_quiz.php
Log Message:
added problem and solution sheets and due date
Index: aim_quiz.php
===================================================================
RCS file: /cvsroot/aimmath/moodle/lang/en/aim_quiz.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** aim_quiz.php 31 Aug 2003 20:44:57 -0000 1.4
--- aim_quiz.php 2 Sep 2003 00:40:24 -0000 1.5
***************
*** 2,7 ****
#------------------------------------------------------------
! $string['modulename'] = "AiM Quiz";
! $string['modulenameplural'] = "AiM Quizzes";
#------------------------------------------------------------
--- 2,7 ----
#------------------------------------------------------------
! $string['modulename'] = "Homework";
! $string['modulenameplural'] = "Homework";
#------------------------------------------------------------
***************
*** 25,28 ****
--- 25,29 ----
$string['commented'] = "Commented";
$string['deletequery'] = "Are you sure you want to delete this server?";
+ $string['duedate'] = "Due date";
$string['edited'] = "Edited";
$string['editgrade'] = "Edit Grade";
***************
*** 49,52 ****
--- 50,55 ----
$string['noreview'] = "You are not allowed to review this quiz";
$string['notattempted'] = "You have not attempted this quiz.";
+ $string['note'] = "Note";
+ $string['notefile'] = "To upload more files into the course<br /> (so they appear in this list) use the <a href=\$a >File Manager</a>.";
$string['notteacher'] = "You must be a teacher to use this page.";
$string['quizresults'] = "Quiz Results";
***************
*** 55,61 ****
--- 58,66 ----
$string['pdf_ok'] = "The pdf file has been successfully opened in another browser window.";
$string['pdf_question'] = "Question";
+ $string['problem_sheet'] = "Problem Sheet";
$string['refresh'] = "Refresh";
$string['reviewresults'] = "Review Results";
$string['serverinuse'] = "Error : Can not delete server as one or more Aim Quizzes depend on it.";
+ $string['solution_sheet'] = "Solution Sheet";
$string['student_password'] = "Student AiM Password";
$string['studentnotattempted'] = "The student has not attempted this quiz.";
***************
*** 66,70 ****
--- 71,77 ----
$string['teachercomment'] = "Teacher Comment";
$string['try_quiz'] = "Try Quiz";
+ $string['viewproblem'] = "View Problem Sheet";
$string['viewquiz'] = "View Quiz";
+ $string['viewsolution'] = "View Solution Sheet";
?>
|