[Aimmath-commit] moodle/lang/en math_assignment.php,1.8,1.9
Brought to you by:
gustav_delius,
npstrick
|
From: <ma...@us...> - 2003-09-18 23:58:01
|
Update of /cvsroot/aimmath/moodle/lang/en In directory sc8-pr-cvs1:/tmp/cvs-serv30468/lang/en Modified Files: math_assignment.php Log Message: Changed to one aim subject per course Index: math_assignment.php =================================================================== RCS file: /cvsroot/aimmath/moodle/lang/en/math_assignment.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** math_assignment.php 18 Sep 2003 11:16:15 -0000 1.8 --- math_assignment.php 18 Sep 2003 23:57:57 -0000 1.9 *************** *** 16,31 **** $string['aimserverconfig'] = "AiM Server Configuration"; $string['aimserverplural'] = "AiM Servers"; - $string['aimserversubjects'] = "AiM Server Subjects"; $string['aimsubject'] = "AiM Subject"; ! $string['always'] = "Always"; $string['analyseresults'] = "Analyse AiM Results"; $string['attemptquiz'] = "Attempt AiM Quiz"; $string['autoregister'] = "Auto-register Students with AiM"; $string['browsesource'] = "Browse AiM Source"; - $string['choosesubject'] = "Teachers choose AiM subject"; - $string['compiletex'] = "Files with a .tex or .latex extension will be compiled automatically. See help for details."; $string['computer'] = "Computer"; $string['comment'] = "Comment"; $string['commented'] = "Commented"; $string['deletequery'] = "Are you sure you want to delete this server?"; $string['edited'] = "Edited"; --- 16,29 ---- $string['aimserverconfig'] = "AiM Server Configuration"; $string['aimserverplural'] = "AiM Servers"; $string['aimsubject'] = "AiM Subject"; ! $string['aimsubjectpasswd'] = "AiM Subject Password"; $string['analyseresults'] = "Analyse AiM Results"; $string['attemptquiz'] = "Attempt AiM Quiz"; $string['autoregister'] = "Auto-register Students with AiM"; $string['browsesource'] = "Browse AiM Source"; $string['computer'] = "Computer"; $string['comment'] = "Comment"; $string['commented'] = "Commented"; + $string['coursesettings'] = "Course Settings"; $string['deletequery'] = "Are you sure you want to delete this server?"; $string['edited'] = "Edited"; *************** *** 41,50 **** $string['guestsno'] = "Sorry, guests can not view or attempt assignments"; $string['html'] = "HTML"; - $string['ifduplicates'] = "When Duplicate Subjects Exist"; - $string['ifmultiple'] = "When Multiple Servers Exist"; $string['invalid'] = "Error : Invalid entry"; $string['invalidgrademultiplier'] = "Grade multiplier must be a number between 0.1 and 10000 inclusive."; $string['latexoutput'] = "Default LaTeX Output Method"; - $string['loading'] = "Starting Download..."; $string['oldgrade'] = "Current Grade"; $string['or'] = "OR"; --- 39,45 ---- *************** *** 52,62 **** $string['outputprobs'] = "Mathematics not displaying correctly? The page is currently being produced using"; $string['paper'] = "Paper"; - $string['passwd'] = "Password"; - $string['pdferror'] = "There has been a problem while trying to create the pdf file."; - $string['pdfok'] = "The pdf file has been successfully opened in another browser window."; $string['problems'] = "Problem sheet"; $string['mathml'] = "XML with MathML"; - $string['managesubjects'] = "Manage Subjects"; - $string['mathassignmentsettings'] = "Math Assignment Configuration"; $string['maxgrade'] = "Maximum Grade"; $string['maxgradepaperonly'] = "(paper-based hand-marked questions only)"; --- 47,52 ---- *************** *** 64,68 **** $string['newgrade'] = "Override Grade"; $string['newitem'] = "New..."; - $string['never'] = "Never"; $string['noaccess'] = "Error : The administrator has not granted access to this subject on this server"; $string['nobody'] = "Nobody"; --- 54,57 ---- *************** *** 76,88 **** $string['reset'] = "Reset"; $string['reviewresults'] = "Review Results"; ! $string['serverdisplay'] = "Server Display"; ! $string['serverinuse'] = "Error : Can not delete server as one or more Assignments depend on it."; $string['solutions'] = "Solution sheet"; $string['student_password'] = "Student AiM Password"; $string['studentnotattempted'] = "The student has not attempted this assignment."; - $string['subject'] = "Subject"; - $string['subjectinuse'] = "Error : Can not delete subject as one or more Assignments depend on it."; - $string['subjectplural'] = "Subjects"; - $string['subjectson'] = "Subjects on "; $string['timedue'] = "Due Date and Time"; $string['tryquiz'] = "Try AiM Assignment"; --- 65,72 ---- $string['reset'] = "Reset"; $string['reviewresults'] = "Review Results"; ! $string['serverinuse'] = "Error : Can not delete server as one or more assignments depend on it."; $string['solutions'] = "Solution sheet"; $string['student_password'] = "Student AiM Password"; $string['studentnotattempted'] = "The student has not attempted this assignment."; $string['timedue'] = "Due Date and Time"; $string['tryquiz'] = "Try AiM Assignment"; |