diff options
Diffstat (limited to 'phpBB/language/en/mcp.php')
-rw-r--r-- | phpBB/language/en/mcp.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php index 36d3e29f32..be047d1ea4 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -35,6 +35,7 @@ $lang = array_merge($lang, array( 'ADD_WARNING' => 'Add warning', 'ADD_WARNING_EXPLAIN' => 'To send a warning to this user please fill out the following form. Only use plain text; HTML, BBCode, etc. are not permitted.', 'ALL_ENTRIES' => 'All entries', + 'ALL_NOTES_DELETED' => 'Sucessfully removed all user notes', 'ALL_REPORTS' => 'All reports', 'ALREADY_REPORTED' => 'This post has already been reported', 'ALREADY_WARNED' => 'A warning has already been issued for this post', @@ -118,6 +119,8 @@ $lang = array_merge($lang, array( 'LOOKUP_ALL' => 'Look up all IP', 'LOOKUP_IP' => 'Look up IP', + 'MARKED_NOTES_DELETED' => 'Sucessfully removed all marked user notes', + 'MCP_ADD' => 'Add a warning', 'MCP_BAN' => 'Banning', |