diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-13 20:02:38 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-13 20:02:38 -0500 |
commit | cb937841269017d13058208378e4c9ad79718c6e (patch) | |
tree | a06976422960e53a5e5f76a95583780349ce57f1 /phpBB/language | |
parent | 441e389123e4701c7166765cca617f3bc305e0ba (diff) | |
download | forums-cb937841269017d13058208378e4c9ad79718c6e.tar forums-cb937841269017d13058208378e4c9ad79718c6e.tar.gz forums-cb937841269017d13058208378e4c9ad79718c6e.tar.bz2 forums-cb937841269017d13058208378e4c9ad79718c6e.tar.xz forums-cb937841269017d13058208378e4c9ad79718c6e.zip |
[ticket/11103] UCP Notification List
PHPBB3-11103
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/ucp.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index e2dbd542f9..d75609880b 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -289,6 +289,9 @@ $lang = array_merge($lang, array( 'NEW_PASSWORD_ERROR' => 'The passwords you entered do not match.', 'NOTIFICATIONS' => 'Notifications', + 'NOTIFICATIONS_MARK_ALL_READ' => 'Mark all notifications read', + 'NOTIFICATIONS_MARK_ALL_READ_CONFIRM' => 'Are you sure you want to mark all notifications read?', + 'NOTIFICATIONS_MARK_ALL_READ_SUCCESS' => 'All notifications have been marked read successfully.', 'NOTIFICATION_METHOD_EMAIL' => 'Email', 'NOTIFICATION_METHOD_JABBER' => 'Jabber', 'NOTIFICATION_TYPE' => 'Notification type', @@ -470,6 +473,8 @@ $lang = array_merge($lang, array( 'UCP_MSNM' => 'Windows Live Messenger', 'UCP_NO_ATTACHMENTS' => 'You have posted no files.', + 'UCP_NOTIFICATION_LIST' => 'Manage notifications', + 'UCP_NOTIFICATION_LIST_EXPLAIN' => 'Here you may view all past notifications.', 'UCP_NOTIFICATION_OPTIONS' => 'Edit notification options', 'UCP_NOTIFICATION_OPTIONS_EXPLAIN' => 'Here you can set your preferred notification methods for the board.', |