[Aimmath-commit] moodle/lang/en_yo math_assignment.php,1.1,1.2
Brought to you by:
gustav_delius,
npstrick
From: <gus...@us...> - 2003-09-10 13:13:34
|
Update of /cvsroot/aimmath/moodle/lang/en_yo In directory sc8-pr-cvs1:/tmp/cvs-serv24064/lang/en_yo Modified Files: math_assignment.php Log Message: taken out strings in en_yo that were identical to those in en Index: math_assignment.php =================================================================== RCS file: /cvsroot/aimmath/moodle/lang/en_yo/math_assignment.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** math_assignment.php 9 Sep 2003 18:31:07 -0000 1.1 --- math_assignment.php 10 Sep 2003 13:13:30 -0000 1.2 *************** *** 6,73 **** #------------------------------------------------------------ - $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"; ?> --- 6,11 ---- |