diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2009-06-21 14:31:00 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2009-06-21 14:31:00 +0000 |
| commit | 794e122cfa01539e912786455da59e25d459a56f (patch) | |
| tree | ac5b8dbb3a82837c501d8930c2d4f03ab7229bce /phpBB/language/en/acp/users.php | |
| parent | c2c79d8297369fa461976061e0b7b95dd8c8a721 (diff) | |
| download | forums-794e122cfa01539e912786455da59e25d459a56f.tar forums-794e122cfa01539e912786455da59e25d459a56f.tar.gz forums-794e122cfa01539e912786455da59e25d459a56f.tar.bz2 forums-794e122cfa01539e912786455da59e25d459a56f.tar.xz forums-794e122cfa01539e912786455da59e25d459a56f.zip | |
add quicktool to remove users from the newly registered special group.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9646 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/users.php')
| -rw-r--r-- | phpBB/language/en/acp/users.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/users.php b/phpBB/language/en/acp/users.php index 01cbbfd81e..d2e09f43e7 100644 --- a/phpBB/language/en/acp/users.php +++ b/phpBB/language/en/acp/users.php @@ -106,6 +106,7 @@ $lang = array_merge($lang, array( 'USER_ADMIN_DEL_SIG' => 'Delete signature', 'USER_ADMIN_EXPLAIN' => 'Here you can change your users information and certain specific options.', 'USER_ADMIN_FORCE' => 'Force reactivation', + 'USER_ADMIN_LEAVE_NR' => 'Remove from Newly Registered', 'USER_ADMIN_MOVE_POSTS' => 'Move all posts', 'USER_ADMIN_SIG_REMOVED' => 'Successfully removed signature from user account.', 'USER_ATTACHMENTS_REMOVED' => 'Successfully removed all attachments made by this user.', @@ -118,6 +119,7 @@ $lang = array_merge($lang, array( 'USER_GROUP_NORMAL' => 'User defined groups user is a member of', 'USER_GROUP_PENDING' => 'Groups user is in pending mode', 'USER_GROUP_SPECIAL' => 'Pre-defined groups user is a member of', + 'USER_LIFTED_NR' => 'Successfully removed the user’s newly registered status.', 'USER_NO_ATTACHMENTS' => 'There are no attached files to display.', 'USER_OVERVIEW_UPDATED' => 'User details updated.', 'USER_POSTS_DELETED' => 'Successfully removed all posts made by this user.', |
