|
From: James A. <th...@us...> - 2001-11-26 09:50:35
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv22679/language/lang_english Modified Files: lang_main.php Log Message: Fix for bug #484526 Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -r1.52 -r1.53 *** lang_main.php 2001/11/25 23:31:04 1.52 --- lang_main.php 2001/11/26 09:50:31 1.53 *************** *** 462,465 **** --- 462,466 ---- $lang['Incomplete_URL'] = "The URL you entered is incomplete"; $lang['Wrong_remote_avatar_format'] = "The URL of the remote avatar is not valid"; + $lang['No_send_account_inactive'] = "Sorry but you're password cannot be retrived because you account is currently inactive. Please contact the forum administrator for more information"; $lang['Always_smile'] = "Always enable Smilies"; |