aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/ucp.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2014-10-22 18:02:43 -0400
committerNils Adermann <naderman@naderman.de>2014-10-22 18:02:43 -0400
commit48dc4c02ae097258f8b4a9c39c38580d29b640f3 (patch)
treedde4c444dcfc2d6602fea6fe88fc4e156816c7fa /phpBB/language/en/ucp.php
parentfad280f94b97799cf12a636b65f7f2288e8b3640 (diff)
downloadforums-48dc4c02ae097258f8b4a9c39c38580d29b640f3.tar
forums-48dc4c02ae097258f8b4a9c39c38580d29b640f3.tar.gz
forums-48dc4c02ae097258f8b4a9c39c38580d29b640f3.tar.bz2
forums-48dc4c02ae097258f8b4a9c39c38580d29b640f3.tar.xz
forums-48dc4c02ae097258f8b4a9c39c38580d29b640f3.zip
[ticket/13205] Add a mark all messages read link to PM folders
PHPBB3-13205
Diffstat (limited to 'phpBB/language/en/ucp.php')
-rw-r--r--phpBB/language/en/ucp.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php
index ad7063d3f9..07751d1f7f 100644
--- a/phpBB/language/en/ucp.php
+++ b/phpBB/language/en/ucp.php
@@ -417,6 +417,8 @@ $lang = array_merge($lang, array(
'PM_FROM_REMOVED_AUTHOR' => 'This message was sent by a user no longer registered.',
'PM_ICON' => 'PM icon',
'PM_INBOX' => 'Inbox',
+ 'PM_MARK_ALL_READ' => 'Mark all messages read',
+ 'PM_MARK_ALL_READ_SUCCESS' => 'All private messages in this folder have been marked read',
'PM_NO_USERS' => 'The requested users to be added do not exist.',
'PM_OUTBOX' => 'Outbox',
'PM_SENTBOX' => 'Sent messages',