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/common.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/common.php')
| -rw-r--r-- | phpBB/language/en/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index bb1c4698ec..1d75c6ea0d 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -430,6 +430,7 @@ $lang = array_merge($lang, array( 'NOTIFICATION_TOPIC_DISAPPROVED' => 'Your topic "%1$s" was disapproved for reason: "%2$s".', 'NOTIFICATION_TOPIC_IN_QUEUE' => 'A new topic titled "%2$s" was posted by %1$s and needs approval.', 'NOTIFICATION_TYPE_NOT_EXIST' => 'The notification type "%s" is missing from the file system.', + 'NOTIFICATION_ADMIN_ACTIVATE_USER' => 'The user ā%1$sā is newly registered and requires activation.', 'NOTIFY_ADMIN' => 'Please notify the board administrator or webmaster.', 'NOTIFY_ADMIN_EMAIL' => 'Please notify the board administrator or webmaster: <a href="mailto:%1$s">%1$s</a>', 'NO_ACCESS_ATTACHMENT' => 'You are not allowed to access this file.', |
