From: LastRenshai <las...@us...> - 2005-08-16 12:34:35
|
Update of /cvsroot/stack/stack-1-0/lang/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv465/lang/en Modified Files: stack.php Log Message: Index: stack.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/stack.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** stack.php 31 Jul 2005 07:42:28 -0000 1.17 --- stack.php 16 Aug 2005 12:34:14 -0000 1.18 *************** *** 354,357 **** --- 354,364 ---- $string['ATPartFrac_ret_expression'] ='Your answer as a single fraction is {$a[0]}. '; + $string['ATSingFrac_error_list'] = $string['ATFacForm_error_list']; + $string['ATSingFrac_true'] = ''; + $string['ATSingFrac_part'] = 'Your answer needs to be in Single Fraction of the form a/b. '; + $string['ATSingFrac_var'] = 'The variables in your answer are different to the those of the question, please check them. '; + $string['ATSingFrac_ret_Q'] = 'It appears that you have simplified ($a[0]}. '; + $string['ATSingFrac_ret_exp'] = 'Your answer {$a[0]} is not algebraically equivalent to the answer. You must have done something wrong. '; + $string['ATInt_error_list'] = $string['ATFacForm_error_list']; $string['ATInt_const_int'] = 'You need to add a constant of integration. This should be an arbitrary constant, not a number.'; |