mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[ticket/13713] Introduce notifications for mentions
PHPBB3-13713
This commit is contained in:
@@ -475,6 +475,9 @@ $lang = array_merge($lang, array(
|
||||
'NOTIFICATION_FORUM' => '<em>Forum:</em> %1$s',
|
||||
'NOTIFICATION_GROUP_REQUEST' => '<strong>Group request</strong> from %1$s to join the group %2$s.',
|
||||
'NOTIFICATION_GROUP_REQUEST_APPROVED' => '<strong>Group request approved</strong> to join the group %1$s.',
|
||||
'NOTIFICATION_MENTION' => array(
|
||||
1 => '<strong>Mentioned</strong> by %1$s in:',
|
||||
),
|
||||
'NOTIFICATION_METHOD_INVALID' => 'The method "%s" does not refer to a valid notification method.',
|
||||
'NOTIFICATION_PM' => '<strong>Private Message</strong> from %1$s:',
|
||||
'NOTIFICATION_POST' => array(
|
||||
|
Reference in New Issue
Block a user