diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-13 23:52:49 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-13 23:52:49 -0500 |
commit | c5f280351a96aaebd90c27da095c9b1ff28624a5 (patch) | |
tree | 2a1ff285ceb73ba8bc0a3090afe619e51997749f /phpBB/language | |
parent | 94ffbb4050b2985ee62be0ecc0c6a244532e43ca (diff) | |
download | forums-c5f280351a96aaebd90c27da095c9b1ff28624a5.tar forums-c5f280351a96aaebd90c27da095c9b1ff28624a5.tar.gz forums-c5f280351a96aaebd90c27da095c9b1ff28624a5.tar.bz2 forums-c5f280351a96aaebd90c27da095c9b1ff28624a5.tar.xz forums-c5f280351a96aaebd90c27da095c9b1ff28624a5.zip |
[ticket/11103] UCP Notification option grouping
Also add the ability to specify an _EXPLAIN text for the notification option
PHPBB3-11103
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/ucp.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index d75609880b..1d17ed5caf 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -292,6 +292,9 @@ $lang = array_merge($lang, array( '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_GROUP_MISCELLANEOUS' => 'Miscellaneous Notifications', + 'NOTIFICATION_GROUP_MODERATION' => 'Moderation Notifications', + 'NOTIFICATION_GROUP_POSTING' => 'Posting Notifications', 'NOTIFICATION_METHOD_EMAIL' => 'Email', 'NOTIFICATION_METHOD_JABBER' => 'Jabber', 'NOTIFICATION_TYPE' => 'Notification type', |