[Aimmath-commit] moodle/lang/en math_assignment.php,1.24,1.25
Brought to you by:
gustav_delius,
npstrick
From: <gus...@us...> - 2003-11-16 18:40:19
|
Update of /cvsroot/aimmath/moodle/lang/en In directory sc8-pr-cvs1:/tmp/cvs-serv8098/lang/en Modified Files: math_assignment.php Log Message: Index: math_assignment.php =================================================================== RCS file: /cvsroot/aimmath/moodle/lang/en/math_assignment.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** math_assignment.php 10 Nov 2003 12:16:02 -0000 1.24 --- math_assignment.php 16 Nov 2003 18:39:35 -0000 1.25 *************** *** 9,13 **** $string['addnewserver'] = "Add New Server"; $string['address'] = "Address"; ! $string['adminlinks'] = "Admin Links"; $string['adminonly'] = "You must be an administrator to use this page."; $string['aimdisplay'] = "Display AiM Details For"; --- 9,13 ---- $string['addnewserver'] = "Add New Server"; $string['address'] = "Address"; ! $string['adminlinks'] = "AiM administration links"; $string['adminonly'] = "You must be an administrator to use this page."; $string['aimdisplay'] = "Display AiM Details For"; *************** *** 26,29 **** --- 26,30 ---- $string['comment'] = "Comment"; $string['commented'] = "Commented"; + $string['commentrequired'] = "You have to fill in the Comment field when you override the AiM grade."; $string['coursesettings'] = "Course Settings"; $string['defaultemailhost'] = "Default Email Host"; *************** *** 55,59 **** $string['grademultiplier'] = "Grade Multiplier"; $string['gradeoverride'] = "set by teacher"; ! $string['gradeoverridemsg'] = "Since the teacher has modified your grades, attempting the assignment will not change them. However you can still view the AiM assignment page for reference."; $string['guestsno'] = "Sorry, guests can not view or attempt assignments"; $string['hidegradestable'] = "Hide grades table"; --- 56,60 ---- $string['grademultiplier'] = "Grade Multiplier"; $string['gradeoverride'] = "set by teacher"; ! $string['gradeoverridemsg'] = "Since the teacher has modified your grades, entering further answers to the assignment will not change the grade. However you can still view the AiM assignment page for reference."; $string['guestsno'] = "Sorry, guests can not view or attempt assignments"; $string['hidegradestable'] = "Hide grades table"; *************** *** 104,107 **** --- 105,111 ---- $string['reviewresults'] = "Review Results"; $string['secretaryemail'] = "Secretary Email Address"; + $string['seed'] = "Problem sheet ID"; + $string['seedreset'] = "Reset ID"; + $string['seedwarning'] = "Are you quite sure that you want to be assigned a new random problem sheet? If you already received a problem sheet then you should click on No because otherwise you will not be able to use any results you already obtained for the versions of the problems on that sheet."; $string['serverinuse'] = "Error : Can not delete server as one or more assignments depend on it."; $string['singlequestion'] = "single question"; *************** *** 113,123 **** $string['studentnotattempted'] = "The student has not attempted this assignment."; $string['timedue'] = "Due Date and Time"; ! $string['tryquiz'] = "Try AiM Assignment"; $string['uploadnew'] = "upload new file"; $string['useuploaded'] = "Choose uploaded file"; $string['view'] = "View"; ! $string['viewproblems'] = "View Problems"; ! $string['viewquiz'] = "View AiM Assignment"; ! $string['viewsolutions'] = "View Solutions"; $string['zoneadmin'] = "AiM Zone Administration"; $string['zonepassword'] = "Zone Admin Password"; --- 117,127 ---- $string['studentnotattempted'] = "The student has not attempted this assignment."; $string['timedue'] = "Due Date and Time"; ! $string['tryquiz'] = "Teacher's view of AiM Assignment"; $string['uploadnew'] = "upload new file"; $string['useuploaded'] = "Choose uploaded file"; $string['view'] = "View"; ! $string['viewproblems'] = "Show typeset problem sheet"; ! $string['viewquiz'] = "Complete AiM Assignment"; ! $string['viewsolutions'] = "Show typeset solution sheet"; $string['zoneadmin'] = "AiM Zone Administration"; $string['zonepassword'] = "Zone Admin Password"; |