Update of /cvsroot/aimmath/moodle/lang/en
In directory sc8-pr-cvs1:/tmp/cvs-serv21645/lang/en
Modified Files:
math_assignment.php
Log Message:
Changed handling of problem and solution sheets.
Index: math_assignment.php
===================================================================
RCS file: /cvsroot/aimmath/moodle/lang/en/math_assignment.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** math_assignment.php 16 Sep 2003 14:41:38 -0000 1.5
--- math_assignment.php 16 Sep 2003 15:32:15 -0000 1.6
***************
*** 24,27 ****
--- 24,28 ----
$string['browsesource'] = "Browse AiM Source";
$string['choosesubject'] = "Teachers choose AiM subject";
+ $string['compiletex'] = "Compile file (if any) as TeX source and add AiM questions (if any)";
$string['computer'] = "Computer";
$string['comment'] = "Comment";
***************
*** 33,37 ****
$string['editquiz'] = "AiM Quiz Administration"; //"Edit Quiz";
$string['editsubject'] = "AiM Subject Administration"; //"Edit Subject";
! $string['externalurl'] = "URL of external file -->";
$string['failed'] = "Error : Could not save the changes made.";
$string['grademultiplier'] = "Grade Multiplier";
--- 34,38 ----
$string['editquiz'] = "AiM Quiz Administration"; //"Edit Quiz";
$string['editsubject'] = "AiM Subject Administration"; //"Edit Subject";
! $string['externalurl'] = "link to URL";
$string['failed'] = "Error : Could not save the changes made.";
$string['grademultiplier'] = "Grade Multiplier";
***************
*** 47,50 ****
--- 48,52 ----
$string['loading'] = "Starting Download...";
$string['oldgrade'] = "Current Grade";
+ $string['or'] = "OR";
$string['paper'] = "Paper";
$string['passwd'] = "Password";
***************
*** 83,87 ****
$string['timedue'] = "Due Date and Time";
$string['tryquiz'] = "Try AiM Assignment";
! $string['uploadnew'] = "Upload new file -->";
$string['viewproblems'] = "View Problems";
$string['viewquiz'] = "View AiM Assignment";
--- 85,90 ----
$string['timedue'] = "Due Date and Time";
$string['tryquiz'] = "Try AiM Assignment";
! $string['uploadnew'] = "upload new file";
! $string['useuploaded'] = "Choose uploaded file";
$string['viewproblems'] = "View Problems";
$string['viewquiz'] = "View AiM Assignment";
|