1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 11:13:59 +02:00

[ticket/11103] Working on report notifications (post/pm)

PHPBB3-11103
This commit is contained in:
Nathan Guse
2012-10-09 22:02:49 -05:00
parent 7411d1d1bd
commit b33e527394
9 changed files with 349 additions and 88 deletions

View File

@@ -298,6 +298,7 @@ $lang = array_merge($lang, array(
'NOTIFICATION_TYPE_PM' => 'Someone sends you a private message',
'NOTIFICATION_TYPE_POST' => 'Someone replies to a topic you are subscribed to',
'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 you are subscribed to',
'NOTIFY_METHOD' => 'Notification method',