From: Chris S. <san...@us...> - 2005-10-27 12:48:56
|
Update of /cvsroot/stack/stack-1-0/lang/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15945/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.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** stack.php 27 Oct 2005 12:25:16 -0000 1.36 --- stack.php 27 Oct 2005 12:48:48 -0000 1.37 *************** *** 42,45 **** --- 42,47 ---- $string['Top'] = 'Top'; $string['Bottom'] = 'Bottom'; + $string['Next'] = 'Next'; + $string['Previous'] = 'Previous'; $string['Count'] = 'Count'; $string['Quiz_error_q'] = '<font color=\"red\">There were errors in the question.</font><br />Please contact your system administrator about questionID {$a[0]}.<br />'; |