From: <on...@us...> - 2002-09-05 11:12:21
|
Update of /cvsroot/xoops/xoops-current/html/language/english In directory usw-pr-cvs1:/tmp/cvs-serv22227 Modified Files: user.php Log Message: no message Index: user.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/language/english/user.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** user.php 8 Aug 2002 16:03:08 -0000 1.2 --- user.php 5 Sep 2002 11:12:18 -0000 1.3 *************** *** 53,57 **** define("_US_REGISTERNG","Could not register new user."); define("_US_WELCOME","Welcome to %s!"); ! define('_US_MAILOK',"Allow site administrators and moderators to send you email notices?"); --- 53,57 ---- define("_US_REGISTERNG","Could not register new user."); define("_US_WELCOME","Welcome to %s!"); ! define('_US_MAILOK',"Allow site administrators and moderators to send email notices?"); *************** *** 61,64 **** --- 61,65 ---- define("_US_YOURREGISTERED","You are now registered. Email containing an user activation key has been sent to the email account you provided. Please follow the instruction on the mail to activate your acount. "); define("_US_YOURREGMAILNG","You are now registered. However, we were unable to send the activation mail to your email account due to an internal error occurred on our server. We are sorry for the inconvenience, but please contact the webmaster by mail."); + define('_US_YOURREGISTERED2','You are now registered. Please wait for your account to be activated by the administrators.'); // %s is your site name |