mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
Add ability to disable overall (aka board-wide) feed.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10363 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -254,6 +254,9 @@ $lang = array_merge($lang, array(
|
||||
'ACP_FEED_LIMIT' => 'Number of items',
|
||||
'ACP_FEED_LIMIT_EXPLAIN' => 'The maximum number of feed items to display.',
|
||||
|
||||
'ACP_FEED_OVERALL' => 'Enable board-wide Feed',
|
||||
'ACP_FEED_OVERALL_EXPLAIN' => 'Board-wide new posts.',
|
||||
|
||||
'ACP_FEED_OVERALL_FORUMS' => 'Enable overall forums feed',
|
||||
'ACP_FEED_OVERALL_FORUMS_EXPLAIN' => 'This feed displays the latest posts from all forums topics.',
|
||||
'ACP_FEED_OVERALL_FORUMS_LIMIT' => 'Number of items per page to display in the forums feed',
|
||||
|
Reference in New Issue
Block a user