diff options
author | Cesar G <prototech91@gmail.com> | 2013-10-24 02:37:20 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2013-10-24 02:37:20 -0700 |
commit | d607f1c927ed6fb54d6c46eb13b5bcd4133f8cfc (patch) | |
tree | 28e6ee53079f2a80446832aea4b95b2d6aa23cf4 /phpBB/language/en/ucp.php | |
parent | 2adf3d7a3473fe8d01e850329bd935e97f09668d (diff) | |
download | forums-d607f1c927ed6fb54d6c46eb13b5bcd4133f8cfc.tar forums-d607f1c927ed6fb54d6c46eb13b5bcd4133f8cfc.tar.gz forums-d607f1c927ed6fb54d6c46eb13b5bcd4133f8cfc.tar.bz2 forums-d607f1c927ed6fb54d6c46eb13b5bcd4133f8cfc.tar.xz forums-d607f1c927ed6fb54d6c46eb13b5bcd4133f8cfc.zip |
[ticket/11746] Add "admin activation required" notification.
PHPBB3-11746
Diffstat (limited to 'phpBB/language/en/ucp.php')
-rw-r--r-- | phpBB/language/en/ucp.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 2f4d35a5b4..161ec6c67f 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -312,6 +312,7 @@ $lang = array_merge($lang, array( 'NOTIFICATIONS_MARK_ALL_READ_SUCCESS' => 'All notifications have been marked read.', 'NOTIFICATION_GROUP_MISCELLANEOUS' => 'Miscellaneous Notifications', 'NOTIFICATION_GROUP_MODERATION' => 'Moderation Notifications', + 'NOTIFICATION_GROUP_ADMINISTRATION' => 'Administration Notifications', 'NOTIFICATION_GROUP_POSTING' => 'Posting Notifications', 'NOTIFICATION_METHOD_EMAIL' => 'Email', 'NOTIFICATION_METHOD_JABBER' => 'Jabber', @@ -325,6 +326,7 @@ $lang = array_merge($lang, array( 'NOTIFICATION_TYPE_QUOTE' => 'Someone quotes you in a post', 'NOTIFICATION_TYPE_REPORT' => 'Someone reports a post', 'NOTIFICATION_TYPE_TOPIC' => 'Someone creates a topic in a forum to which you are subscribed', + 'NOTIFICATION_TYPE_ADMIN_ACTIVATE_USER' => 'New registered user requiring activation', 'NOTIFY_METHOD' => 'Notification method', 'NOTIFY_METHOD_BOTH' => 'Both', |