diff options
Diffstat (limited to 'phpBB/language/en/mcp.php')
-rw-r--r-- | phpBB/language/en/mcp.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php index f25c104545..8eb4b7a777 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -256,6 +256,8 @@ $lang = array_merge($lang, array( 'ONLY_TOPIC' => 'Only topic ā%sā', 'OTHER_USERS' => 'Other users posting from this IP', + 'QUICKMOD_ACTION_NOT_ALLOWED' => "%s not allowed as quickmod", + 'PM_REPORT_CLOSED_SUCCESS' => 'The selected PM report has been closed successfully.', 'PM_REPORT_DELETED_SUCCESS' => 'The selected PM report has been deleted successfully.', 'PM_REPORTED_SUCCESS' => 'This private message has been successfully reported.', |