mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 10:16:36 +02:00
Ability to empty a user's outbox from the user ACP quick tools.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9767 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -103,6 +103,7 @@ $lang = array_merge($lang, array(
|
||||
'USER_ADMIN_DEACTIVED' => 'User deactivated successfully.',
|
||||
'USER_ADMIN_DEL_ATTACH' => 'Delete all attachments',
|
||||
'USER_ADMIN_DEL_AVATAR' => 'Delete avatar',
|
||||
'USER_ADMIN_DEL_OUTBOX' => 'Empty PM outbox',
|
||||
'USER_ADMIN_DEL_POSTS' => 'Delete all posts',
|
||||
'USER_ADMIN_DEL_SIG' => 'Delete signature',
|
||||
'USER_ADMIN_EXPLAIN' => 'Here you can change your users information and certain specific options.',
|
||||
@@ -122,6 +123,8 @@ $lang = array_merge($lang, array(
|
||||
'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_OUTBOX_EMPTIED' => 'Successfully emptied user’s private message outbox.',
|
||||
'USER_OUTBOX_EMPTY' => 'The user’s private message outbox was already empty.',
|
||||
'USER_OVERVIEW_UPDATED' => 'User details updated.',
|
||||
'USER_POSTS_DELETED' => 'Successfully removed all posts made by this user.',
|
||||
'USER_POSTS_MOVED' => 'Successfully moved users posts to target forum.',
|
||||
|
Reference in New Issue
Block a user