[Aimmath-commit] moodle/lang/en aim_quiz.php,1.3,1.4
Brought to you by:
gustav_delius,
npstrick
From: <gus...@us...> - 2003-08-31 20:45:10
|
Update of /cvsroot/aimmath/moodle/lang/en In directory sc8-pr-cvs1:/tmp/cvs-serv23535/lang/en Modified Files: aim_quiz.php Log Message: have started work towards pdf output for the quiz Index: aim_quiz.php =================================================================== RCS file: /cvsroot/aimmath/moodle/lang/en/aim_quiz.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** aim_quiz.php 30 Aug 2003 15:21:31 -0000 1.3 --- aim_quiz.php 31 Aug 2003 20:44:57 -0000 1.4 *************** *** 51,54 **** --- 51,58 ---- $string['notteacher'] = "You must be a teacher to use this page."; $string['quizresults'] = "Quiz Results"; + $string['pdf_quiz'] = "Printer-friendly version of Quiz"; + $string['pdf_error'] = "There has been a problem while trying to create the pdf file."; + $string['pdf_ok'] = "The pdf file has been successfully opened in another browser window."; + $string['pdf_question'] = "Question"; $string['refresh'] = "Refresh"; $string['reviewresults'] = "Review Results"; |