[Aimmath-commit] moodle/lang/en math_assignment.php,1.19,1.20
Brought to you by:
gustav_delius,
npstrick
From: <ma...@us...> - 2003-09-28 02:09:09
|
Update of /cvsroot/aimmath/moodle/lang/en In directory sc8-pr-cvs1:/tmp/cvs-serv21659/lang/en Modified Files: math_assignment.php Log Message: More work on emails. Emails to students can now be sent from view.php. Index: math_assignment.php =================================================================== RCS file: /cvsroot/aimmath/moodle/lang/en/math_assignment.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** math_assignment.php 25 Sep 2003 22:14:09 -0000 1.19 --- math_assignment.php 26 Sep 2003 22:23:23 -0000 1.20 *************** *** 28,31 **** --- 28,32 ---- $string['coursesettings'] = "Course Settings"; $string['defaultemailhost'] = "Default Email Host"; + $string['delaymessage'] = "You have \$a to edit it if you want to make any changes."; $string['deleteall'] = "None (set courses to use no AiM subject)"; $string['deletequery'] = "Are you sure you want to delete this server?"; *************** *** 42,45 **** --- 43,48 ---- $string['externalurl'] = "link to URL"; $string['failed'] = "Error : Could not save the changes made."; + $string['gradeemailmessage'] = "Your script has been marked and placed in the pigeonholes for collection."; + $string['gradeemailobtained'] = "You obtained"; $string['grademultiplier'] = "Grade Multiplier"; $string['gradeoverride'] = "set by teacher"; |