[Aimmath-commit] moodle/lang/en math_assignment.php,1.2,1.3
Brought to you by:
gustav_delius,
npstrick
From: <ma...@us...> - 2003-09-14 14:11:24
|
Update of /cvsroot/aimmath/moodle/lang/en In directory sc8-pr-cvs1:/tmp/cvs-serv28853/lang/en Modified Files: math_assignment.php Log Message: Modified mod.html to allow urls and file uploads. Index: math_assignment.php =================================================================== RCS file: /cvsroot/aimmath/moodle/lang/en/math_assignment.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** math_assignment.php 11 Sep 2003 21:15:32 -0000 1.2 --- math_assignment.php 14 Sep 2003 14:11:14 -0000 1.3 *************** *** 32,35 **** --- 32,36 ---- $string['editquiz'] = "AiM Quiz Administration"; //"Edit Quiz"; $string['editsubject'] = "AiM Subject Administration"; //"Edit Subject"; + $string['externalurl'] = "URL of external file -->"; $string['failed'] = "Error : Could not save the changes made."; $string['grademultiplier'] = "Grade Multiplier"; *************** *** 81,84 **** --- 82,86 ---- $string['timedue'] = "Due Date and Time"; $string['tryquiz'] = "Try AiM Assignment"; + $string['uploadnew'] = "Upload new file -->"; $string['viewproblems'] = "View Problems"; $string['viewquiz'] = "View AiM Assignment"; |