[Aimmath-commit] moodle/lang/en math_assignment.php,NONE,1.1
Brought to you by:
gustav_delius,
npstrick
From: <gus...@us...> - 2003-09-09 18:31:14
|
Update of /cvsroot/aimmath/moodle/lang/en In directory sc8-pr-cvs1:/tmp/cvs-serv14086/lang/en Added Files: math_assignment.php Log Message: New module math_assignment --- NEW FILE: math_assignment.php --- <?PHP // $Id: math_assignment.php,v 1.1 2003/09/09 18:31:07 gustav_delius Exp $ #------------------------------------------------------------ $string['modulename'] = "Math Assignment"; $string['modulenameplural'] = "Math Assignments"; #------------------------------------------------------------ $string['actions'] = "Actions"; $string['address'] = "Address"; $string['adminlinks'] = "Admin Links"; $string['adminonly'] = "You must be an administrator to use this page."; $string['aimdisplay'] = "Display AiM Details For"; $string['aimpage'] = "AiM Quiz Page"; $string['aimquiz'] = "AiM Quiz"; $string['aimserver'] = "AiM Server"; $string['aimserverconfig'] = "AiM Server Configuration"; $string['aimserverplural'] = "AiM Servers"; $string['aimserversubjects'] = "AiM Server Subjects"; $string['aimsubject'] = "AiM Subject"; $string['always'] = "Always"; $string['analyseresults'] = "Analyse AiM Results"; $string['attemptquiz'] = "Attempt AiM Quiz"; $string['autoregister'] = "Auto-register Students with AiM"; $string['browsesource'] = "Browse AiM Source"; $string['createpdf'] = "Display printer friendly (pdf) version of this page"; $string['computer'] = "Computer"; $string['comment'] = "Comment"; $string['commented'] = "Commented"; $string['deletequery'] = "Are you sure you want to delete this server?"; $string['edited'] = "Edited"; $string['edit'] = "Edit"; $string['editgrade'] = "Edit AiM Grade"; $string['editquiz'] = "AiM Quiz Administration"; //"Edit Quiz"; $string['editsubject'] = "AiM Subject Administration"; //"Edit Subject"; $string['failed'] = "Error : Could not save the changes made."; $string['grademultiplier'] = "Grade Multiplier"; $string['gradeoverride'] = "set by teacher"; $string['gradeoverridemsg'] = "Since the teacher has modified your grades, attempting the assignment will not change them. However you can still view the AiM assignment page for reference."; $string['guestsno'] = "Sorry, guests can not view or attempt assignments"; $string['html'] = "HTML"; $string['ifduplicates'] = "When Duplicate Subjects Exist"; $string['ifmultiple'] = "When Multiple Servers Exist"; $string['invalid'] = "Error : Invalid entry"; $string['invalidgrademultiplier'] = "Grade multiplier must be a number between 0.1 and 10000 inclusive."; $string['latexoutput'] = "Default LaTeX Output Method"; $string['loading'] = "Starting Download..."; $string['oldgrade'] = "Current Grade"; $string['paper'] = "Paper"; $string['passwd'] = "Password"; $string['pdferror'] = "There has been a problem while trying to create the pdf file."; $string['pdfok'] = "The pdf file has been successfully opened in another browser window."; $string['problems'] = "Problems"; $string['mathml'] = "MathML"; $string['managesubjects'] = "Manage Subjects"; $string['mathassignmentsettings'] = "Math Assignment Configuration"; $string['maxgrade'] = "Maximum Grade"; $string['maxgradepaperonly'] = "(paper-based hand-marked questions only)"; $string['name'] = "Name"; $string['newgrade'] = "Override Grade"; $string['newitem'] = "New..."; $string['never'] = "Never"; $string['noaccess'] = "Error : The administrator has not granted access to this subject on this server"; $string['nobody'] = "Nobody"; $string['nooutput'] = "Error : No usable data was returned from the AiM server. The server may be down."; $string['noreview'] = "You are not allowed to review this assignment"; $string['notattempted'] = "You have not attempted this assignment."; $string['notavailabletostudentsyet'] = "not available to students yet"; $string['notmarked'] = "The assignment has not yet been marked."; $string['notteacher'] = "You must be a teacher to use this page."; $string['refresh'] = "Refresh"; $string['reset'] = "Reset"; $string['reviewresults'] = "Review Results"; $string['serverdisplay'] = "Server Display"; $string['serverinuse'] = "Error : Can not delete server as one or more Assignments depend on it."; $string['solutions'] = "Solutions"; $string['student_password'] = "Student AiM Password"; $string['studentnotattempted'] = "The student has not attempted this assignment."; $string['subject'] = "Subject"; $string['subjectinuse'] = "Error : Can not delete subject as one or more Assignments depend on it."; $string['subjectplural'] = "Subjects"; $string['subjectson'] = "Subjects on "; $string['timedue'] = "Due Date and Time"; $string['tryquiz'] = "Try AiM Assignment"; $string['viewproblems'] = "View Problems"; $string['viewquiz'] = "View AiM Assignment"; $string['viewsolutions'] = "View Solutions"; ?> |