Update of /cvsroot/aimmath/moodle/lang/en_yo
In directory sc8-pr-cvs1:/tmp/cvs-serv14086/lang/en_yo
Added Files:
math_assignment.php moodle.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'] = "Assignment";
$string['modulenameplural'] = "Assignments";
#------------------------------------------------------------
$string['actions'] = "Actions";
$string['address'] = "Address";
$string['adminlinks'] = "Admin Links";
$string['adminonly'] = "You must be an administrator to use this page.";
$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['analyseresults'] = "Analyse AiM Results";
$string['attemptquiz'] = "Attempt AiM Quiz";
$string['autoregister'] = "Auto-register Students with AiM";
$string['browsesource'] = "Browse 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['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['mathml'] = "MathML";
$string['managesubjects'] = "Manage Subjects";
$string['mathassignmentsettings'] = "Assignment Configuration";
$string['name'] = "Name";
$string['newgrade'] = "Override Grade";
$string['newitem'] = "New...";
$string['noaccess'] = "Error : The administrator has not granted access to this subject on this server";
$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['notmarked'] = "The assignment has not yet been marked.";
$string['notteacher'] = "You must be a teacher to use this page.";
$string['refresh'] = "Refresh";
$string['reviewresults'] = "Review Results";
$string['serverinuse'] = "Error : Can not delete server as one or more Assignments depend on it.";
$string['student_password'] = "Student AiM Password";
$string['studentnotattempted'] = "The student has not attempted this assignment.";
$string['subjectinuse'] = "Error : Can not delete subject as one or more Assignments depend on it.";
$string['subjectplural'] = "Subjects";
$string['subjectson'] = "Subjects on ";
$string['teachercomment'] = "Teacher Comment";
$string['timedue'] = "Due Date and Time";
$string['tryquiz'] = "Try AiM Assignment";
$string['viewquiz'] = "View AiM Assignment";
?>
--- NEW FILE: moodle.php ---
(This appears to be a binary file; contents omitted.)
|