Update of /cvsroot/aimmath/moodle/lang/en
In directory sc8-pr-cvs1:/tmp/cvs-serv11051/lang/en
Modified Files:
math_assignment.php
Log Message:
Implemented links to change between html and xml + mathml
Index: math_assignment.php
===================================================================
RCS file: /cvsroot/aimmath/moodle/lang/en/math_assignment.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** math_assignment.php 16 Sep 2003 15:32:15 -0000 1.6
--- math_assignment.php 16 Sep 2003 17:05:37 -0000 1.7
***************
*** 49,52 ****
--- 49,54 ----
$string['oldgrade'] = "Current Grade";
$string['or'] = "OR";
+ $string['outputchange'] = "Click here to change to";
+ $string['outputprobs'] = "Mathematics not displaying correctly? The page is currently being produced using";
$string['paper'] = "Paper";
$string['passwd'] = "Password";
***************
*** 54,58 ****
$string['pdfok'] = "The pdf file has been successfully opened in another browser window.";
$string['problems'] = "Problem sheet";
! $string['mathml'] = "MathML";
$string['managesubjects'] = "Manage Subjects";
$string['mathassignmentsettings'] = "Math Assignment Configuration";
--- 56,60 ----
$string['pdfok'] = "The pdf file has been successfully opened in another browser window.";
$string['problems'] = "Problem sheet";
! $string['mathml'] = "XML with MathML";
$string['managesubjects'] = "Manage Subjects";
$string['mathassignmentsettings'] = "Math Assignment Configuration";
|