aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/board.php
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-07-27 20:37:50 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2013-07-27 20:37:50 -0500
commita79e3b341578696c1dd6720d7589b10a3226dbb5 (patch)
tree6b42e6554e796b1c46ff65ee3c277b57feaa1a10 /phpBB/language/en/acp/board.php
parent26dac64d45944dce14b33a9c82e531f01f9a623f (diff)
downloadforums-a79e3b341578696c1dd6720d7589b10a3226dbb5.tar
forums-a79e3b341578696c1dd6720d7589b10a3226dbb5.tar.gz
forums-a79e3b341578696c1dd6720d7589b10a3226dbb5.tar.bz2
forums-a79e3b341578696c1dd6720d7589b10a3226dbb5.tar.xz
forums-a79e3b341578696c1dd6720d7589b10a3226dbb5.zip
[ticket/11373] Prune old read notifications with cron
PHPBB3-11373
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 ce15dfefb4..a07150eb11 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -367,6 +367,8 @@ $lang = array_merge($lang, array(
'LOAD_JQUERY_CDN_EXPLAIN' => 'If this setting is enabled, jQuery will be served from Google’s AJAX API CDN instead of the copy included with phpBB on your server. If the CDN fails, phpBB will attempt to fall back to the copy included with phpBB.',
'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.',
+ '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',
'RECOMPILE_STYLES_EXPLAIN' => 'Check for updated style components on filesystem and recompile.',
'YES_ANON_READ_MARKING' => 'Enable topic marking for guests',