Update of /cvsroot/stack/stack-1-0/lang/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9530/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.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** stack.php 26 Aug 2005 15:33:43 -0000 1.23
--- stack.php 29 Aug 2005 18:41:03 -0000 1.24
***************
*** 123,127 ****
--- 123,129 ----
$string['IncorrectPassword'] = 'Incorrect password!';
$string['UnknownUserName'] = 'Username does not exist!';
+ $string['NoUserNameGiven'] = 'No username was supplied';
$string['MisMatchPassword'] = 'Your two passwords did not match!';
+ $string['EmptyPassword'] = 'Password must be non-empty.';
$string['OldPasswordUnch'] = 'Your old password (if any) is unchanged.';
|