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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user