From: Chris S. <san...@us...> - 2005-11-17 21:54:27
|
Update of /cvsroot/stack/stack-1-0/lang/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22101/lang/en Modified Files: stack.php Log Message: Lots of small changes - switching simplification off finally. Changes to help MathML, add the multiplication sign option. Index: stack.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/stack.php,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** stack.php 9 Nov 2005 12:22:42 -0000 1.40 --- stack.php 17 Nov 2005 21:54:19 -0000 1.41 *************** *** 280,300 **** ! $string['stackOptions_InsertStars'] = "Insert *s where needed"; ! $string['stackOptions_InformalSyntax'] = 'Allow informal syntax'; ! $string['stackOptions_AllowInputTool'] = 'Input tools'; ! $string['stackOptions_SyntaxHint'] = 'Syntax Hint'; ! $string['stackOptions_Display'] = 'Display'; ! $string['stackOptions_Complex no'] = 'Complex no'; ! $string['stackOptions_Floats'] = 'Forbid floats'; ! $string['stackOptions_Simplify'] = 'Auto simplify'; ! $string['stackOptions_Language'] = 'Language'; ! $string['stackOptions_QuVal'] = 'Question value'; ! $string['stackOptions_MarkModMethod'] = 'Mark modification method'; ! $string['stackOptions_Penalty'] = 'Question penalty'; ! $string['stackOptions_Forbid'] = 'Forbidden words'; ! $string['stackOptions_Allow'] = 'Allowed words'; ! $string['stackOptions_AnsTest'] = 'Answer test'; ! $string['stackOptions_AnsTestOpt'] = 'Answer test options'; ! $string['stackOptions_TeacherEmail'] = "Teacher's email"; $string['stackOptions_FeedBackGenericCorrect'] = 'Feedback: correct'; $string['stackOptions_FeedBackGenericCorrect_def'] = "<font color='green'>Correct answer, well done.</font>"; --- 280,301 ---- ! $string['stackOptions_InsertStars'] = "Insert *s where needed"; ! $string['stackOptions_InformalSyntax'] = 'Allow informal syntax'; ! $string['stackOptions_AllowInputTool'] = 'Input tools'; ! $string['stackOptions_SyntaxHint'] = 'Syntax Hint'; ! $string['stackOptions_Display'] = 'Display'; ! $string['stackOptions_Complex no'] = 'Complex no'; ! $string['stackOptions_MultiplicationSign'] = 'Multiplication sign'; ! $string['stackOptions_Floats'] = 'Forbid floats'; ! $string['stackOptions_Simplify'] = 'Auto simplify'; ! $string['stackOptions_Language'] = 'Language'; ! $string['stackOptions_QuVal'] = 'Question value'; ! $string['stackOptions_MarkModMethod'] = 'Mark modification method'; ! $string['stackOptions_Penalty'] = 'Question penalty'; ! $string['stackOptions_Forbid'] = 'Forbidden words'; ! $string['stackOptions_Allow'] = 'Allowed words'; ! $string['stackOptions_AnsTest'] = 'Answer test'; ! $string['stackOptions_AnsTestOpt'] = 'Answer test options'; ! $string['stackOptions_TeacherEmail'] = "Teacher's email"; $string['stackOptions_FeedBackGenericCorrect'] = 'Feedback: correct'; $string['stackOptions_FeedBackGenericCorrect_def'] = "<font color='green'>Correct answer, well done.</font>"; |