mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 11:13:59 +02:00
[ticket/10935] Limit number of PM rules per user to 5000
PHPBB3-10935
This commit is contained in:
@@ -388,6 +388,7 @@ $lang = array_merge($lang, array(
|
||||
'RULE_ADDED' => 'Rule successfully added.',
|
||||
'RULE_ALREADY_DEFINED' => 'This rule was defined previously.',
|
||||
'RULE_DELETED' => 'Rule successfully removed.',
|
||||
'RULE_LIMIT_REACHED' => 'You cannot add more PM rules. You have reached the maximum number of rules.',
|
||||
'RULE_NOT_DEFINED' => 'Rule not correctly specified.',
|
||||
'RULE_REMOVED_MESSAGE' => 'One private message had been removed due to private message filters.',
|
||||
'RULE_REMOVED_MESSAGES' => '%d private messages were removed due to private message filters.',
|
||||
|
Reference in New Issue
Block a user