[Aimmath-commit] moodle/lang/en math_assignment.php,1.18,1.19
Brought to you by:
gustav_delius,
npstrick
From: <ma...@us...> - 2003-09-25 22:14:13
|
Update of /cvsroot/aimmath/moodle/lang/en In directory sc8-pr-cvs1:/tmp/cvs-serv8087/lang/en Modified Files: math_assignment.php Log Message: Added further code for the sending of emails about grades Index: math_assignment.php =================================================================== RCS file: /cvsroot/aimmath/moodle/lang/en/math_assignment.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** math_assignment.php 25 Sep 2003 17:15:41 -0000 1.18 --- math_assignment.php 25 Sep 2003 22:14:09 -0000 1.19 *************** *** 27,30 **** --- 27,31 ---- $string['commented'] = "Commented"; $string['coursesettings'] = "Course Settings"; + $string['defaultemailhost'] = "Default Email Host"; $string['deleteall'] = "None (set courses to use no AiM subject)"; $string['deletequery'] = "Are you sure you want to delete this server?"; *************** *** 79,82 **** --- 80,84 ---- $string['reset'] = "Reset"; $string['reviewresults'] = "Review Results"; + $string['secretaryemail'] = "Secretary Email Address"; $string['serverinuse'] = "Error : Can not delete server as one or more assignments depend on it."; $string['singlequestion'] = "single question"; |