diff options
Diffstat (limited to 'phpBB/language/en/mcp.php')
-rw-r--r-- | phpBB/language/en/mcp.php | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php index 5ed67f1922..8e8018cdc0 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -1,17 +1,18 @@ <?php -// ------------------------------------------------------------- -// -// $Id$ -// -// FILENAME : mcp.php [ English ] -// STARTED : Sat Dec 16, 2000 -// COPYRIGHT : © 2001, 2003 phpBB Group -// WWW : http://www.phpbb.com/ -// LICENCE : GPL vs2.0 [ see /docs/COPYING ] -// -// ------------------------------------------------------------- +/** +* +* mcp [English] +* +* @package phpBB3 +* @version $Id$ +* @copyright (c) 2005 phpBB Group +* @license http://opensource.org/licenses/gpl-license.php GNU Public License +* +*/ -// DO NOT CHANGE +/** +* DO NOT CHANGE +*/ if (empty($lang) || !is_array($lang)) { $lang = array(); @@ -98,6 +99,7 @@ $lang += array( 'LOG_UNLOCK' => '<b>Unlocked topic</b><br />» %s', 'LOG_UNLOCK_POST' => '<b>Unlocked post</b><br />» %s', 'LOG_UNRATE' => '<b>Unrated post</b><br />» %s', + 'LOG_USER_LOCK' => '<b>User locked own topic</b><br />» %s', 'LOGVIEW_VIEWTOPIC' => 'View Topic', 'LOGVIEW_VIEWLOGS' => 'View Topic Log', 'LOGVIEW_VIEWFORUM' => 'View Forum', |