1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

Added user administration. A little left to do...

git-svn-id: file:///svn/phpbb/trunk@855 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
dougk_ff7
2001-08-13 20:05:06 +00:00
parent b9440d53fa
commit a1001079a2
2 changed files with 642 additions and 3 deletions

View File

@@ -778,6 +778,11 @@ $lang['smiley_config'] = "Smiley Configuration";
$lang['Code'] = "Code";
$lang['Smile'] = "Smile";
$lang['Emotion'] = "Emotion";
// User Management
$lang['User_admin'] = "Administration";
$lang['User_admin_explain'] = "Here you can change your user's information. Do not abuse this power.<br />Deleting users is not provided here, nor is changing admin status. <br />Use the banning and user permission pages respectively.";
//
// End
// -------------------------------------------------