From: Chris S. <san...@us...> - 2005-07-08 16:36:34
|
Update of /cvsroot/stack/stack-1-0/lang/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13324/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.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** stack.php 4 Jul 2005 16:15:02 -0000 1.6 --- stack.php 8 Jul 2005 16:36:10 -0000 1.7 *************** *** 106,110 **** $string['IncorrectPassword'] = 'Incorrect password!'; - $string['IncorrectAdminPsd'] = 'Incorrect Admin password'; $string['UnknownUserName'] = 'Username does not exist!'; $string['MisMatchPassword'] = 'Your two passwords did not match!'; --- 106,109 ---- *************** *** 258,261 **** --- 257,261 ---- $string['menu_Qfields'] = 'Question fields'; $string['menu_PR'] = 'Potential responses'; + $string['menu_User'] = 'User'; |