From d6785155ad46c8cadac331a140b229b99cb3562a Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Wed, 30 Nov 2005 18:55:15 +0000 Subject: Some slight cleanup of the mcp notes code - adding pagination support and missing language entries git-svn-id: file:///svn/phpbb/trunk@5317 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/common.php | 1 + phpBB/language/en/mcp.php | 7 +++++++ 2 files changed, 8 insertions(+) (limited to 'phpBB/language/en') diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 2895a51aac..d7516b86f8 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -316,6 +316,7 @@ $lang += array( 'REPLY_WITH_QUOTE' => 'Reply with quote', 'REPLYING_GLOBAL_ANNOUNCE' => 'Replying to global announcement', 'REPLYING_MESSAGE' => 'Replying to message in %s', + 'REPORT_BY' => 'Report by', 'REPORT_POST' => 'Report this post', 'RESEND_ACTIVATION' => 'Resend activation email', 'RESET' => 'Reset', diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php index cb71932ba7..eabc8f98a6 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -78,6 +78,8 @@ $lang += array( '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?', @@ -129,6 +131,10 @@ $lang += array( 'MCP_MAKE_NORMALS' => 'Make Standard Topics', 'MCP_MAKE_NORMALS_CONFIRM' => 'Are you sure you want to revert the selected topics?', + 'MCP_NOTES' => 'User Notes', + 'MCP_NOTES_FRONT' => 'Front Page', + 'MCP_NOTES_USER' => 'User Details', + 'MCP_QUEUE' => 'Moderation Queue', 'MCP_QUEUE_REPORTS' => 'Reports', 'MCP_QUEUE_UNAPPROVED_POSTS' => 'Posts awaiting for approval', @@ -198,6 +204,7 @@ $lang += array( 'SELECT_ACTION' => 'Select desired action', 'SELECT_TOPIC' => 'Select topic', + 'SELECT_USER' => 'Select user', 'SORT_ACTION' => 'Log action', 'SORT_DATE' => 'Date', 'SORT_IP' => 'IP address', -- cgit v1.2.1