aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/common.php
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-09-15 14:33:15 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2012-09-15 14:33:15 -0500
commit7454d5c2d526f237bf24825b80edf6c9f1750fc6 (patch)
tree59ff36bf8d0ee581a1172a537ebb079dd058e3b1 /phpBB/language/en/common.php
parent05b573ebf76c737f89deaefd22ce963aa910e5d1 (diff)
downloadforums-7454d5c2d526f237bf24825b80edf6c9f1750fc6.tar
forums-7454d5c2d526f237bf24825b80edf6c9f1750fc6.tar.gz
forums-7454d5c2d526f237bf24825b80edf6c9f1750fc6.tar.bz2
forums-7454d5c2d526f237bf24825b80edf6c9f1750fc6.tar.xz
forums-7454d5c2d526f237bf24825b80edf6c9f1750fc6.zip
[ticket/11103] Topic/Post in queue notification
Also, bug fixes and cleanup PHPBB3-11103
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r--phpBB/language/en/common.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index 4229b41fb8..90acd0854b 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -391,10 +391,12 @@ $lang = array_merge($lang, array(
'NOTIFICATION_POST' => '%1$s replied to the topic "%2$s".',
'NOTIFICATION_POST_APPROVED' => 'Your post was approved "%2$s".',
'NOTIFICATION_POST_DISAPPROVED' => 'Your post "%1$s" was disapproved because "%2$s".',
+ 'NOTIFICATION_POST_IN_QUEUE' => 'A new post titled "%2$s" was posted by "%1$s" and needs approval.',
'NOTIFICATION_QUOTE' => '%1$s quoted you in the post "%2$s".',
'NOTIFICATION_TOPIC' => '%1$s posted a new topic "%2$s" in the forum "%3$s".',
'NOTIFICATION_TOPIC_APPROVED' => 'Your topic "%2$s" in the forum "%3$s" was approved.',
'NOTIFICATION_TOPIC_DISAPPROVED' => 'Your topic "%1$s" was disapproved because "%2$s".',
+ 'NOTIFICATION_TOPIC_IN_QUEUE' => 'A new topic titled "%2$s" was posted by "%1$s" and needs approval.',
'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.',