| Update of /cvsroot/aimmath/moodle/lang/en
In directory sc8-pr-cvs1:/tmp/cvs-serv8162/lang/en
Modified Files:
	math_assignment.php 
Log Message:
inputting the ID numbers of randomized problem sheets is now working.
Index: math_assignment.php
===================================================================
RCS file: /cvsroot/aimmath/moodle/lang/en/math_assignment.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** math_assignment.php	6 Oct 2003 00:10:11 -0000	1.22
--- math_assignment.php	20 Oct 2003 03:13:05 -0000	1.23
***************
*** 23,27 ****
  $string['autoregister'] = "Auto-register Students with AiM";
  $string['browsesource'] = "Browse AiM Source";
! $string['computer'] = "Computer";
  $string['comment'] = "Comment";
  $string['commented'] = "Commented";
--- 23,27 ----
  $string['autoregister'] = "Auto-register Students with AiM";
  $string['browsesource'] = "Browse AiM Source";
! $string['computer'] = "AiM";
  $string['comment'] = "Comment";
  $string['commented'] = "Commented";
***************
*** 41,48 ****
--- 41,50 ----
  $string['emailssent'] = "Emails Sent";
  $string['emailstudents'] = "Email Students";
+ $string['enterid'] = "Please enter the ID number from the problem sheet that you received in class: ";
  $string['externalurl'] = "link to URL";
  $string['failed'] = "Error : Could not save the changes made.";
  $string['failedaimsetup'] = "Error : Either the AiM quiz specified could not be loaded (check that you entered the name correctly) or it was found to have a maximum grade of zero. If you are sure that neither case applies then contact the administrator.";
  $string['failedupload'] = "Error : Could not upload the \$a.";
+ $string['generateid'] = "Alternatively you can generate a new version of the problems. You should only use this option if you did not receive a problem sheet in class. ";
  $string['gradeemailmessage'] = "Your script has been marked and placed in the pigeonholes for collection.";
  $string['gradeemailobtained'] = "You obtained";
***************
*** 52,55 ****
--- 54,59 ----
  $string['guestsno'] = "Sorry, guests can not view or attempt assignments";
  $string['html'] = "HTML";
+ $string['idinvalid'] = "The problem sheet ID \$a is not valid. You must have mistyped it. Please try again.";
+ $string['idtaken'] = "The problem sheet ID \$a has already been claimed by another student. If you are sure that this is the ID of YOUR problem sheet then please contact your lecturer.";
  $string['invalid'] = "Error : Invalid entry";
  $string['invalidgrademultiplier'] = "Grade multiplier must be a number between 0.1 and 10000 inclusive.";
***************
*** 65,69 ****
  $string['outputfuture'] = "Mathematics will be displayed using";
  $string['outputprobs'] = "Mathematics not displaying correctly?";
! $string['paper'] = "Paper";
  $string['problems'] = "Problem sheet";
  $string['marksheet'] = "Mark sheet";
--- 69,73 ----
  $string['outputfuture'] = "Mathematics will be displayed using";
  $string['outputprobs'] = "Mathematics not displaying correctly?";
! $string['paper'] = "Manual";
  $string['problems'] = "Problem sheet";
  $string['marksheet'] = "Mark sheet";
***************
*** 92,95 ****
--- 96,100 ----
  $string['serverinuse'] = "Error : Can not delete server as one or more assignments depend on it.";
  $string['singlequestion'] = "single question";
+ $string['showsheet'] = "Show sheet";
  $string['solutions'] = "Solution sheet";
  $string['solutiontime'] = "Solutions available after";
 |