diff options
| author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-09 22:02:49 -0500 |
|---|---|---|
| committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-09 22:02:49 -0500 |
| commit | b33e5273942c4f67e8168763eec224fd61edaa8f (patch) | |
| tree | 9ebafda51385310def15ee9c31afbc68b98d3a85 /phpBB/language/en/common.php | |
| parent | 7411d1d1bdb2e6cc61d5e97d15e184351ea67c64 (diff) | |
| download | forums-b33e5273942c4f67e8168763eec224fd61edaa8f.tar forums-b33e5273942c4f67e8168763eec224fd61edaa8f.tar.gz forums-b33e5273942c4f67e8168763eec224fd61edaa8f.tar.bz2 forums-b33e5273942c4f67e8168763eec224fd61edaa8f.tar.xz forums-b33e5273942c4f67e8168763eec224fd61edaa8f.zip | |
[ticket/11103] Working on report notifications (post/pm)
PHPBB3-11103
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 f05ce5b175..ae487f7159 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -397,6 +397,7 @@ $lang = array_merge($lang, array( '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_REPORT' => 'A post "%1$s" was reported because "%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".', |
