diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2004-02-10 01:17:01 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2004-02-10 01:17:01 +0000 |
commit | afddaa25915d0dfb48513b05535ac08adf4f9a27 (patch) | |
tree | 430167511d8c8dea810f7ec8db83fd4c6acacfd3 /phpBB/language | |
parent | 78625ccf4479d388bc4144c3e538dc8a9af16e71 (diff) | |
download | forums-afddaa25915d0dfb48513b05535ac08adf4f9a27.tar forums-afddaa25915d0dfb48513b05535ac08adf4f9a27.tar.gz forums-afddaa25915d0dfb48513b05535ac08adf4f9a27.tar.bz2 forums-afddaa25915d0dfb48513b05535ac08adf4f9a27.tar.xz forums-afddaa25915d0dfb48513b05535ac08adf4f9a27.zip |
user admin related
git-svn-id: file:///svn/phpbb/trunk@4822 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/lang_admin.php | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index db19cbaf65..7c40fcd5b3 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -1028,8 +1028,6 @@ $lang += array( 'USER_ADMIN_EXPLAIN' => 'Here you can change your users information and certain specific options. To modify the users permissions please use the user and group permissions system.', 'SELECT_USER' => 'Select User', - 'Admin_user_updated' => 'The users profile was successfully updated.', - 'SELECT_FORM' => 'Select form', 'USER_ADMIN_OVERVIEW' => 'Overview', 'USER_ADMIN_FEEDBACK' => 'Feedback', @@ -1063,14 +1061,18 @@ $lang += array( 'USER_ADMIN_MOVE_POSTS' => 'Move all posts', 'MOVE_POSTS_EXPLAIN' => 'Please select the forum to which you wish to move all the posts this user has made.', + 'USER_POSTING_PREFS' => 'Posting preferences', + 'USER_ADMIN_BAN_NAME_REASON' => 'Username banned via user management', 'USER_ADMIN_BAN_IP_REASON' => 'IP banned via user management', 'USER_ADMIN_BAN_EMAIL_REASON' => 'Email address banned via user management', 'USER_DELETED' => 'User deleted successfully', 'USER_OVERVIEW_UPDATED' => 'User details updated', - 'USER_ADMIN_INACTIVE' => 'User deactivated successfully.', - 'USER_ADMIN_ACTIVE' => 'User activated successfully.', + 'USER_PROFILE_UPDATED' => 'User profile updated', + 'USER_PREFS_UPDATED' => 'User preferences updated', + 'USER_ADMIN_INACTIVE' => 'User deactivated successfully', + 'USER_ADMIN_ACTIVE' => 'User activated successfully', ); // Group admin |