diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-09-27 18:25:37 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-09-27 18:25:37 -0500 |
commit | 48ccc9eb93c8413f05f6a50d40e597f560c671d8 (patch) | |
tree | 20ba16edf636eeb2523c51559d33462d1fea07f3 /phpBB/language/en/common.php | |
parent | f062087f30fab4ce497333cd88735920efe0737f (diff) | |
download | forums-48ccc9eb93c8413f05f6a50d40e597f560c671d8.tar forums-48ccc9eb93c8413f05f6a50d40e597f560c671d8.tar.gz forums-48ccc9eb93c8413f05f6a50d40e597f560c671d8.tar.bz2 forums-48ccc9eb93c8413f05f6a50d40e597f560c671d8.tar.xz forums-48ccc9eb93c8413f05f6a50d40e597f560c671d8.zip |
[ticket/11103] UCP Notification Options can now be set
PHPBB3-11103
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r-- | phpBB/language/en/common.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 8ad7628891..43bc6328fe 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -386,7 +386,10 @@ $lang = array_merge($lang, array( 'NOT_AUTHORISED' => 'You are not authorised to access this area.', 'NOT_WATCHING_FORUM' => 'You are no longer subscribed to updates on this forum.', 'NOT_WATCHING_TOPIC' => 'You are no longer subscribed to this topic.', - 'NOTIFICATIONS' => 'Notifications', + 'NOTIFICATIONS_CNT' => array( + 1 => '%d Notification', + 2 => '%d Notifications', + ), 'NOTIFICATION_BOOKMARK' => '%1$s replied to the topic "%2$s" you have bookmarked.', 'NOTIFICATION_PM' => '%1$s sent you a Private Message "%2$s".', 'NOTIFICATION_POST' => '%1$s replied to the topic "%2$s".', |