aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/common.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-04-26 18:10:57 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-04-26 18:10:57 +0000
commit01ad065ae54d3828cf6dad36e8f363000cd183a0 (patch)
treef76b68b915ac405f144d00ebc0c6daa345193248 /phpBB/language/en/acp/common.php
parentdb56792e91fa33da53bcd169c1fc45f092186b1d (diff)
downloadforums-01ad065ae54d3828cf6dad36e8f363000cd183a0.tar
forums-01ad065ae54d3828cf6dad36e8f363000cd183a0.tar.gz
forums-01ad065ae54d3828cf6dad36e8f363000cd183a0.tar.bz2
forums-01ad065ae54d3828cf6dad36e8f363000cd183a0.tar.xz
forums-01ad065ae54d3828cf6dad36e8f363000cd183a0.zip
- 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
Diffstat (limited to 'phpBB/language/en/acp/common.php')
-rw-r--r--phpBB/language/en/acp/common.php3
1 files changed, 3 insertions, 0 deletions
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' => '<b>Cleared error log</b>',
'LOG_CLEAR_MOD' => '<b>Cleared moderator log</b>',
'LOG_CLEAR_USER' => '<b>Cleared user log</b><br />&#187; %s',
+ 'LOG_CLEAR_USERS' => '<b>Cleared user logs</b>',
'LOG_CONFIG_ATTACH' => '<b>Altered attachment settings</b>',
'LOG_CONFIG_AUTH' => '<b>Altered authentication settings</b>',