aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/board.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-06-24 21:42:39 +0200
committerMarc Alexander <admin@m-a-styles.de>2017-06-24 21:42:39 +0200
commitb59073cf3ed54d040aef0f02cb3e5c28fb768b5b (patch)
tree0c6bfaf0696ed1498b3e68d43721a530a90312db /phpBB/language/en/acp/board.php
parent909976f0761622fd0b6ecd00bef4919513c738df (diff)
parentaa37e9b7fc60bd443c6abbcdc3adbf28ae010f32 (diff)
downloadforums-b59073cf3ed54d040aef0f02cb3e5c28fb768b5b.tar
forums-b59073cf3ed54d040aef0f02cb3e5c28fb768b5b.tar.gz
forums-b59073cf3ed54d040aef0f02cb3e5c28fb768b5b.tar.bz2
forums-b59073cf3ed54d040aef0f02cb3e5c28fb768b5b.tar.xz
forums-b59073cf3ed54d040aef0f02cb3e5c28fb768b5b.zip
Merge pull request #4794 from lr94/ticket/15176
[ticket/15176] Add setting for user activity display limit.
Diffstat (limited to 'phpBB/language/en/acp/board.php')
-rw-r--r--phpBB/language/en/acp/board.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index 4db8a02405..e6c56a5bbb 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -398,6 +398,8 @@ $lang = array_merge($lang, array(
'LOAD_CPF_VIEWTOPIC' => 'Display custom profile fields on topic pages',
'LOAD_USER_ACTIVITY' => 'Show user’s 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.',
+ 'LOAD_USER_ACTIVITY_LIMIT' => 'User’s activity post limit',
+ 'LOAD_USER_ACTIVITY_LIMIT_EXPLAIN' => 'The active topic/forum won’t be shown for users having more than this number of posts. Set to 0 to disable the limit.',
'READ_NOTIFICATION_EXPIRE_DAYS' => 'Read Notification Expiration',
'READ_NOTIFICATION_EXPIRE_DAYS_EXPLAIN' => 'Number of days that will elapse before a read notification will automatically be deleted. Set this value to 0 to make notifications permanent.',
'RECOMPILE_STYLES' => 'Recompile stale style components',