aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2013-09-12 22:01:11 -0700
committerDavid King <imkingdavid@gmail.com>2013-09-12 22:01:11 -0700
commitfc7a35be38caa52df29b7126a57d461efd5a5d06 (patch)
treef4c859e9e29f685276e6273f83799d6afafe5ab8 /phpBB/language
parent5925ea1f4584d66f0c613a36389234a331a964a8 (diff)
parentf723491527f7f50b8f85d6385696992916468511 (diff)
downloadforums-fc7a35be38caa52df29b7126a57d461efd5a5d06.tar
forums-fc7a35be38caa52df29b7126a57d461efd5a5d06.tar.gz
forums-fc7a35be38caa52df29b7126a57d461efd5a5d06.tar.bz2
forums-fc7a35be38caa52df29b7126a57d461efd5a5d06.tar.xz
forums-fc7a35be38caa52df29b7126a57d461efd5a5d06.zip
Merge pull request #1622 from EXreaction/ticket/11373
[ticket/11373] Prune old read notifications with cron
Diffstat (limited to 'phpBB/language')
-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 abc7738ee3..93ca91e44d 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',