aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2009-07-17 11:27:50 +0000
committerChris Smith <toonarmy@phpbb.com>2009-07-17 11:27:50 +0000
commit6cacfce937c64cae1f90dedef130f3a39fa2c317 (patch)
treea4f8ec7c9926720ab97f0d31df0d0cf2476c893c /phpBB/language
parent2f9f52b151338903ed9721475f6cb3d753d100b9 (diff)
downloadforums-6cacfce937c64cae1f90dedef130f3a39fa2c317.tar
forums-6cacfce937c64cae1f90dedef130f3a39fa2c317.tar.gz
forums-6cacfce937c64cae1f90dedef130f3a39fa2c317.tar.bz2
forums-6cacfce937c64cae1f90dedef130f3a39fa2c317.tar.xz
forums-6cacfce937c64cae1f90dedef130f3a39fa2c317.zip
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
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/common.php1
-rw-r--r--phpBB/language/en/acp/users.php3
2 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php
index 9f69fe3790..4a334a44d3 100644
--- a/phpBB/language/en/acp/common.php
+++ b/phpBB/language/en/acp/common.php
@@ -675,6 +675,7 @@ $lang = array_merge($lang, array(
'LOG_USER_DELETED' => '<strong>Deleted user</strong><br />» %s',
'LOG_USER_DEL_ATTACH' => '<strong>Removed all attachments made by the user</strong><br />» %s',
'LOG_USER_DEL_AVATAR' => '<strong>Removed user avatar</strong><br />» %s',
+ 'LOG_USER_DEL_OUTBOX' => '<strong>Emptied user outbox</strong><br />» %s',
'LOG_USER_DEL_POSTS' => '<strong>Removed all posts made by the user</strong><br />» %s',
'LOG_USER_DEL_SIG' => '<strong>Removed user signature</strong><br />» %s',
'LOG_USER_INACTIVE' => '<strong>User deactivated</strong><br />» %s',
diff --git a/phpBB/language/en/acp/users.php b/phpBB/language/en/acp/users.php
index a2d1b3911c..8d9bf0d486 100644
--- a/phpBB/language/en/acp/users.php
+++ b/phpBB/language/en/acp/users.php
@@ -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.',