From: Chris S. <san...@us...> - 2005-11-08 09:41:49
|
Update of /cvsroot/stack/stack-1-0/lang/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6131/lang/en Modified Files: stack.php Log Message: Changes to implement simp:false in the code. A major update. Index: stack.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/stack.php,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** stack.php 27 Oct 2005 12:48:48 -0000 1.37 --- stack.php 8 Nov 2005 09:41:40 -0000 1.38 *************** *** 287,290 **** --- 287,291 ---- $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'; *************** *** 391,395 **** $string['irred_Q_factored'] = 'The term {$a[0]} should be unfactored, but is not.'; ! $string['irred_Q_commonint'] = 'You need to take out a common integer factor. '; // needs a space at the end. $string['irred_Q_optional_fac'] = 'You could do more work, since {$a[0]} can be further factored. However, you don\'t need to. '; --- 392,396 ---- $string['irred_Q_factored'] = 'The term {$a[0]} should be unfactored, but is not.'; ! $string['irred_Q_commonint'] = 'You need to take out a common factor. '; // needs a space at the end. $string['irred_Q_optional_fac'] = 'You could do more work, since {$a[0]} can be further factored. However, you don\'t need to. '; |