aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/board.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-03-13 18:05:12 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-03-13 18:05:12 +0000
commitd85c4e73ed21d14e53ad870cca98381a751a0ec0 (patch)
treed5c41643ed46b958370c5b82f7077c2252239ae3 /phpBB/language/en/acp/board.php
parent939b9c28baf60b73dcd8d8daeec02e1f29d37acd (diff)
downloadforums-d85c4e73ed21d14e53ad870cca98381a751a0ec0.tar
forums-d85c4e73ed21d14e53ad870cca98381a751a0ec0.tar.gz
forums-d85c4e73ed21d14e53ad870cca98381a751a0ec0.tar.bz2
forums-d85c4e73ed21d14e53ad870cca98381a751a0ec0.tar.xz
forums-d85c4e73ed21d14e53ad870cca98381a751a0ec0.zip
- added users activity load setting
git-svn-id: file:///svn/phpbb/trunk@5624 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/board.php')
-rw-r--r--phpBB/language/en/acp/board.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index 04af72cc3e..c2dc978574 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -122,8 +122,6 @@ $lang = array_merge($lang, array(
'PATH_SETTINGS' => 'Path Settings',
'SERVER_NAME' => 'Domain Name',
'SERVER_NAME_EXPLAIN' => 'The domain name this board runs from (for example: www.foo.bar)',
-// 'SCRIPT_PATH' => 'Script path',
-// 'SCRIPT_PATH_EXPLAIN' => 'The path where phpBB2 is located relative to the domain name',
'SERVER_PORT' => 'Server Port',
'SERVER_PORT_EXPLAIN' => 'The port your server is running on, usually 80, only change if different',
'SERVER_PROTOCOL' => 'Server Protocol',
@@ -187,7 +185,9 @@ $lang = array_merge($lang, array(
'MIN_SEARCH_CHARS' => 'Min characters indexed by search',
'MIN_SEARCH_CHARS_EXPLAIN' => 'Words with at least this many characters will be indexed for searching.',
'MAX_SEARCH_CHARS' => 'Max characters indexed by search',
- 'MAX_SEARCH_CHARS_EXPLAIN' => 'Words with no more than this many characters will be indexed for searching.'
+ 'MAX_SEARCH_CHARS_EXPLAIN' => 'Words with no more than this many characters will be indexed for searching.',
+ 'LOAD_USER_ACTIVITY' => 'Show users activity',
+ 'LOAD_USER_ACTIVITY_EXPLAIN' => 'Displays active topic/forum in user profiles and user control panel. It is recommended to disable this on boards with more than one million posts.',
));
// Email settings