[Aimmath-commit] moodle/lang/en math_assignment.php,1.14,1.15
Brought to you by:
gustav_delius,
npstrick
From: <ma...@us...> - 2003-09-23 22:49:44
|
Update of /cvsroot/aimmath/moodle/lang/en In directory sc8-pr-cvs1:/tmp/cvs-serv487/lang/en Modified Files: math_assignment.php Log Message: Added zone admin links and added math output selection to view.php. Index: math_assignment.php =================================================================== RCS file: /cvsroot/aimmath/moodle/lang/en/math_assignment.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** math_assignment.php 23 Sep 2003 17:53:09 -0000 1.14 --- math_assignment.php 23 Sep 2003 22:49:40 -0000 1.15 *************** *** 34,39 **** $string['edit'] = "Edit"; $string['editgrade'] = "Edit AiM Grade"; ! $string['editquiz'] = "AiM Quiz Administration"; //"Edit Quiz"; ! $string['editsubject'] = "AiM Subject Administration"; //"Edit Subject"; $string['externalurl'] = "link to URL"; $string['failed'] = "Error : Could not save the changes made."; --- 34,39 ---- $string['edit'] = "Edit"; $string['editgrade'] = "Edit AiM Grade"; ! $string['editquiz'] = "AiM Quiz Administration"; ! $string['editsubject'] = "AiM Subject Administration"; $string['externalurl'] = "link to URL"; $string['failed'] = "Error : Could not save the changes made."; *************** *** 50,57 **** --- 50,59 ---- $string['outputchange'] = "Click here to change to"; $string['outputcurrent'] = "Moodle is currently using"; + $string['outputfuture'] = "Mathematics will be displayed using"; $string['outputprobs'] = "Mathematics not displaying correctly?"; $string['paper'] = "Paper"; $string['problems'] = "Problem sheet"; $string['marksheet'] = "Mark sheet"; + $string['mathdisplay'] = "Displaying Mathematics"; $string['mathml'] = "MathML"; $string['maxgrade'] = "Maximum Grade"; *************** *** 84,87 **** --- 86,90 ---- $string['viewquiz'] = "View AiM Assignment"; $string['viewsolutions'] = "View Solutions"; + $string['zoneadmin'] = "AiM Zone Administration"; $string['zonepassword'] = "Zone Admin Password"; |