|
From: James A. <th...@us...> - 2001-10-22 01:11:50
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv26013/language/lang_english Modified Files: lang_main.php Log Message: Fixed bug in profile where account reactivation email had wrong link Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** lang_main.php 2001/10/16 23:34:45 1.12 --- lang_main.php 2001/10/22 01:11:48 1.13 *************** *** 504,507 **** --- 504,509 ---- $lang['Profile_updated'] = "Your profile has been updated"; + $lang['Profile_updated_inactive'] = "Your profile has been updated, however you have changed vital details thus your account is now inactive. Check your email to find out how to reactivate your account, or if admin activation is require wait for the administrator to reactivate your account"; + $lang['to_return_index'] = "to return to the index"; *************** *** 1115,1118 **** --- 1117,1129 ---- $lang['add_disallow_explain'] = "You can disallow a username using the wildcard character '*' to match any character"; $lang['no_disallowed'] = "No Disallowed Usernames"; + + // + // Styles Admin + // + $lang['Styles_admin'] = "Styles Administration"; + $lang['Styles_explain'] = "In this panel you can edit or remove styles from your forum. To import a new styles click on 'Add New' in the left hand panel, to create a new styles click on 'Create New'"; + $lang['Style'] = "Style"; + $lang['Template'] = "Template"; + // |