1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Initial implementation of a log viewer into the MCP

git-svn-id: file:///svn/phpbb/trunk@5460 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Graham Eames
2006-01-14 22:57:19 +00:00
parent 49b29c03ce
commit c3edbfa6f0
7 changed files with 264 additions and 2 deletions

View File

@@ -405,6 +405,8 @@ $lang = array_merge($lang, array(
'TOPIC_TITLE' => 'Topic Title',
'TOPIC_UNAPPROVED' => 'This topic has not been approved',
'TOTAL_ATTACHMENTS' => 'Attachment(s)',
'TOTAL_LOG' => '1 log',
'TOTAL_LOGS' => '%d logs',
'TOTAL_NO_PM' => '0 private messages in total',
'TOTAL_PM' => '1 private messages in total',
'TOTAL_PMS' => '$d private messages in total',

View File

@@ -119,6 +119,12 @@ $lang = array_merge($lang, array(
'LOOKUP_IP' => 'Look up IP',
'MCP_ADD' => 'Add a warning',
'MCP_LOGS' => 'Moderator Logs',
'MCP_LOGS_FRONT' => 'Front Page',
'MCP_LOGS_FORUM_VIEW' => 'Forum Logs',
'MCP_LOGS_TOPIC_VIEW' => 'Topic Logs',
'MCP_MAIN' => 'Main',
'MCP_MAIN_FORUM_VIEW' => 'View Forum',
'MCP_MAIN_FRONT' => 'Front Page',