From 01ad065ae54d3828cf6dad36e8f363000cd183a0 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 26 Apr 2006 18:10:57 +0000 Subject: - adding user logs (displaying all users instead of limited to the user if viewing user notes) - fixed a tiny set of bugs... git-svn-id: file:///svn/phpbb/trunk@5848 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/acp/common.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'phpBB/language/en/acp/common.php') diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index fbc2ccb0f5..471c5d2b1d 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -157,6 +157,7 @@ $lang = array_merge($lang, array( 'ACP_UPDATE' => 'Updating', 'ACP_USERS_FORUM_PERMISSIONS' => 'Users Forum Permissions', + 'ACP_USERS_LOGS' => 'User Logs', 'ACP_USERS_PERMISSIONS' => 'Users Permissions', 'ACP_USER_ATTACH' => 'Attachments', 'ACP_USER_AVATAR' => 'Avatar', @@ -265,6 +266,7 @@ $lang = array_merge($lang, array( 'ACP_ADMIN_LOGS_EXPLAIN' => 'This lists all the actions carried out by board administrators. You can sort by username, date, IP or action. If you have appropriate permissions you can also clear individual operations or the log as a whole.', 'ACP_CRITICAL_LOGS_EXPLAIN' => 'This lists the actions carried out by the board itself. These log provides you with information you are able to use for solving specific problems, for example non-delivery of emails. You can sort by username, date, IP or action. If you have appropriate permissions you can also clear individual operations or the log as a whole.', 'ACP_MOD_LOGS_EXPLAIN' => 'This lists the actions carried out by board moderators, select a forum from the drop down list. You can sort by username, date, IP or action. If you have appropriate permissions you can also clear individual operations or the log as a whole.', + 'ACP_USERS_LOGS_EXPLAIN' => 'This lists all actions carried out by users or on users.', 'ALL_ENTRIES' => 'All entries', 'DISPLAY_LOG' => 'Display entries from previous', @@ -380,6 +382,7 @@ $lang = array_merge($lang, array( 'LOG_CLEAR_CRITICAL' => 'Cleared error log', 'LOG_CLEAR_MOD' => 'Cleared moderator log', 'LOG_CLEAR_USER' => 'Cleared user log
» %s', + 'LOG_CLEAR_USERS' => 'Cleared user logs', 'LOG_CONFIG_ATTACH' => 'Altered attachment settings', 'LOG_CONFIG_AUTH' => 'Altered authentication settings', -- cgit v1.2.1