diff options
Diffstat (limited to 'phpBB/language/en/mcp.php')
-rw-r--r-- | phpBB/language/en/mcp.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php index d9a17511a2..0a7816ca5f 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -128,6 +128,11 @@ $lang = array_merge($lang, array( 'MCP_ADD' => 'Add a warning', + 'MCP_BAN' => 'Banning', + 'MCP_BAN_EMAILS' => 'Ban Emails', + 'MCP_BAN_IPS' => 'Ban IPs', + 'MCP_BAN_USERNAMES' => 'Ban Usernames', + 'MCP_LOGS' => 'Moderator Logs', 'MCP_LOGS_FRONT' => 'Front Page', 'MCP_LOGS_FORUM_VIEW' => 'Forum Logs', |