diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2009-12-23 02:30:37 +0000 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2009-12-23 02:30:37 +0000 |
| commit | a4cee51de51bfbdfe4af52ac00d9fa62857d6a92 (patch) | |
| tree | 20963bab0396b5b2f69bb460ed5205ab511989a2 /phpBB/language | |
| parent | 42c5be5dacac486cb4bfc3d62a97f84f0bc92468 (diff) | |
| download | forums-a4cee51de51bfbdfe4af52ac00d9fa62857d6a92.tar forums-a4cee51de51bfbdfe4af52ac00d9fa62857d6a92.tar.gz forums-a4cee51de51bfbdfe4af52ac00d9fa62857d6a92.tar.bz2 forums-a4cee51de51bfbdfe4af52ac00d9fa62857d6a92.tar.xz forums-a4cee51de51bfbdfe4af52ac00d9fa62857d6a92.zip | |
Split feed_limit into feed_limit_post and feed_limit_topic. Drop feed_overall_topics_limit.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10366 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/acp/board.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 2e67ea8946..15d185df85 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -251,8 +251,10 @@ $lang = array_merge($lang, array( 'ACP_FEED_ENABLE' => 'Enable Feeds', 'ACP_FEED_ENABLE_EXPLAIN' => 'Turns on or off ATOM Feeds for the entire board.<br />Disabling this switches off all Feeds, no matter how the options below are set.', - 'ACP_FEED_LIMIT' => 'Number of items', - 'ACP_FEED_LIMIT_EXPLAIN' => 'The maximum number of feed items to display.', + 'ACP_FEED_LIMIT_POST' => 'Number of items in post based feeds', + 'ACP_FEED_LIMIT_POST_EXPLAIN' => 'The maximum number of feed items to display in post based feeds.', + 'ACP_FEED_LIMIT_TOPIC' => 'Number of items in topic based feeds', + 'ACP_FEED_LIMIT_TOPIC_EXPLAIN' => 'The maximum number of feed items to display in topic based feeds.', 'ACP_FEED_OVERALL' => 'Enable board-wide Feed', 'ACP_FEED_OVERALL_EXPLAIN' => 'Board-wide new posts.', |
