diff options
Diffstat (limited to 'phpBB/language/en/mcp.php')
-rw-r--r-- | phpBB/language/en/mcp.php | 72 |
1 files changed, 39 insertions, 33 deletions
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php index 579e22af5d..c7ce6cdcb5 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -78,39 +78,45 @@ $lang = array_merge($lang, array( 'IP_INFO' => 'IP Information', - 'LATEST_LOGS' => 'Latest 5 logged actions', - 'LATEST_REPORTED' => 'Latest 5 reports', - 'LATEST_UNAPPROVED' => 'Latest 5 posts awaiting for approval', - 'LEAVE_SHADOW' => 'Leave shadow topic in place', - 'LIST_REPORT' => '1 Report', - 'LIST_REPORTS' => '%d Reports', - 'LOCK' => 'Lock', - 'LOCK_POST_POST' => 'Lock Post', - 'LOCK_POST_POST_CONFIRM'=> 'Are you sure you want to prevent editing this post?', - 'LOCK_POST_POSTS' => 'Lock selected posts', - 'LOCK_POST_POSTS_CONFIRM'=> 'Are you sure you want to prevent editing the selected posts?', - 'LOCK_TOPIC_CONFIRM' => 'Are you sure you want to lock this topic?', - 'LOCK_TOPICS' => 'Lock selected topics', - 'LOCK_TOPICS_CONFIRM' => 'Are you sure you want to lock all selected topics?', - 'LOGS_CURRENT_TOPIC' => 'Currently viewing logs of:', - 'LOG_APPROVE_TOPIC' => '<b>Approved topic</b><br />» %s', - 'LOG_FORK' => '<b>Copied topic</b><br />» from %s', - 'LOG_LOCK' => '<b>Locked topic</b><br />» %s', - 'LOG_LOCK_POST' => '<b>Locked post</b><br />» %s', - 'LOG_MERGE' => '<b>Merged posts</b> into topic<br />»%s', - 'LOG_MOVE' => '<b>Moved topic</b><br />» from %s', - 'LOG_TOPIC_DELETED' => '<b>Deleted topic</b><br />» %s', - 'LOG_TOPIC_RESYNC' => '<b>Resynchronised topic counters</b><br />» %s', - 'LOG_TOPIC_TYPE_CHANGED'=> '<b>Changed topic type</b><br />» %s', - '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', - 'LOOKUP_ALL' => 'Look up all IP', - 'LOOKUP_IP' => 'Look up IP', + 'LATEST_LOGS' => 'Latest 5 logged actions', + 'LATEST_REPORTED' => 'Latest 5 reports', + 'LATEST_UNAPPROVED' => 'Latest 5 posts awaiting for approval', + 'LEAVE_SHADOW' => 'Leave shadow topic in place', + 'LIST_REPORT' => '1 Report', + 'LIST_REPORTS' => '%d Reports', + 'LOCK' => 'Lock', + 'LOCK_POST_POST' => 'Lock Post', + 'LOCK_POST_POST_CONFIRM' => 'Are you sure you want to prevent editing this post?', + 'LOCK_POST_POSTS' => 'Lock selected posts', + 'LOCK_POST_POSTS_CONFIRM' => 'Are you sure you want to prevent editing the selected posts?', + 'LOCK_TOPIC_CONFIRM' => 'Are you sure you want to lock this topic?', + 'LOCK_TOPICS' => 'Lock selected topics', + 'LOCK_TOPICS_CONFIRM' => 'Are you sure you want to lock all selected topics?', + 'LOGS_CURRENT_TOPIC' => 'Currently viewing logs of:', + 'LOG_APPROVE_TOPIC' => '<b>Approved topic</b><br />» %s', + 'LOG_FORK' => '<b>Copied topic</b><br />» from %s', + 'LOG_LOCK' => '<b>Locked topic</b><br />» %s', + 'LOG_LOCK_POST' => '<b>Locked post</b><br />» %s', + 'LOG_MERGE' => '<b>Merged posts</b> into topic<br />»%s', + 'LOG_MOVE' => '<b>Moved topic</b><br />» from %s', + 'LOG_TOPIC_DELETED' => '<b>Deleted topic</b><br />» %s', + 'LOG_TOPIC_RESYNC' => '<b>Resynchronised topic counters</b><br />» %s', + 'LOG_TOPIC_TYPE_CHANGED' => '<b>Changed topic type</b><br />» %s', + '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_ACTIVE_USER' => '<b>User account activated</b>', + 'LOG_USER_DEL_AVATAR_USER' => '<b>User avatar removed</b>', + 'LOG_USER_DEL_SIG_USER' => '<b>User signature removed</b>', + 'LOG_USER_INACTIVE_USER' => '<b>User account de-activated</b>', + 'LOG_USER_LOCK' => '<b>User locked own topic</b><br />» %s', + 'LOG_USER_MOVE_POSTS_USER' => '<b>Moved all posts to forum "%s"</b>', + 'LOG_USER_REACTIVATE_USER' => '<b>Forced user account re-activation</b>', + 'LOGVIEW_VIEWTOPIC' => 'View Topic', + 'LOGVIEW_VIEWLOGS' => 'View Topic Log', + 'LOGVIEW_VIEWFORUM' => 'View Forum', + 'LOOKUP_ALL' => 'Look up all IP', + 'LOOKUP_IP' => 'Look up IP', 'MCP_ADD' => 'Add a warning', 'MCP_MAIN' => 'Main', |