diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2009-12-22 19:21:41 +0000 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2009-12-22 19:21:41 +0000 |
| commit | d0c596a5eaab7439a3b32af8b9a14c12f9ae18e2 (patch) | |
| tree | 3790bdb45ffb7bc2d020511951ac224c93acdffb /phpBB/language/en | |
| parent | bc0cc313dfc2fc175f51af8d84f3ee21d0873dee (diff) | |
| download | forums-d0c596a5eaab7439a3b32af8b9a14c12f9ae18e2.tar forums-d0c596a5eaab7439a3b32af8b9a14c12f9ae18e2.tar.gz forums-d0c596a5eaab7439a3b32af8b9a14c12f9ae18e2.tar.bz2 forums-d0c596a5eaab7439a3b32af8b9a14c12f9ae18e2.tar.xz forums-d0c596a5eaab7439a3b32af8b9a14c12f9ae18e2.zip | |
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
Diffstat (limited to 'phpBB/language/en')
| -rw-r--r-- | phpBB/language/en/acp/board.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 8797a1210a..2e67ea8946 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -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', |
