aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/mcp.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-05-18 18:18:32 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-05-18 18:18:32 +0000
commit7e25c8d9cc255fbe460c2a970ad7da241c0880bb (patch)
tree89bb537574b06359d58f515a07fa6e37b6c63cf9 /phpBB/language/en/mcp.php
parentf15d6862ae4a62421da83e10dfdeb7153756af1a (diff)
downloadforums-7e25c8d9cc255fbe460c2a970ad7da241c0880bb.tar
forums-7e25c8d9cc255fbe460c2a970ad7da241c0880bb.tar.gz
forums-7e25c8d9cc255fbe460c2a970ad7da241c0880bb.tar.bz2
forums-7e25c8d9cc255fbe460c2a970ad7da241c0880bb.tar.xz
forums-7e25c8d9cc255fbe460c2a970ad7da241c0880bb.zip
- added a few missing log variables
- include acp/common.php language file if displaying logs (LOG_ variables should be stored there only now) - added check to cron.php - added database_gc config variable - recalculate binary trees every once a week ;) git-svn-id: file:///svn/phpbb/trunk@5929 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/mcp.php')
-rw-r--r--phpBB/language/en/mcp.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php
index 13a5d75278..fe05644539 100644
--- a/phpBB/language/en/mcp.php
+++ b/phpBB/language/en/mcp.php
@@ -111,26 +111,6 @@ $lang = array_merge($lang, array(
'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 />&#187; %s',
- 'LOG_FORK' => '<b>Copied topic</b><br />&#187; from %s',
- 'LOG_LOCK' => '<b>Locked topic</b><br />&#187; %s',
- 'LOG_LOCK_POST' => '<b>Locked post</b><br />&#187; %s',
- 'LOG_MERGE' => '<b>Merged posts</b> into topic<br />&#187;%s',
- 'LOG_MOVE' => '<b>Moved topic</b><br />&#187; from %s',
- 'LOG_TOPIC_DELETED' => '<b>Deleted topic</b><br />&#187; %s',
- 'LOG_TOPIC_RESYNC' => '<b>Resynchronised topic counters</b><br />&#187; %s',
- 'LOG_TOPIC_TYPE_CHANGED' => '<b>Changed topic type</b><br />&#187; %s',
- 'LOG_UNLOCK' => '<b>Unlocked topic</b><br />&#187; %s',
- 'LOG_UNLOCK_POST' => '<b>Unlocked post</b><br />&#187; %s',
- 'LOG_UNRATE' => '<b>Unrated post</b><br />&#187; %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 />&#187; %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>',
- 'LOG_USER_UNLOCK' => '<b>User unlocked own topic</b><br />&#187; %s',
'LOGIN_EXPLAIN_MCP' => 'To moderate this forum you must login.',
'LOGVIEW_VIEWTOPIC' => 'View Topic',
'LOGVIEW_VIEWLOGS' => 'View Topic Log',