mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 02:48:56 +00:00
Change forums feed language strings to reflect what it is.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10368 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
54c97ee608
commit
ce07fd5086
1 changed files with 2 additions and 4 deletions
|
@ -259,13 +259,11 @@ $lang = array_merge($lang, array(
|
|||
'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',
|
||||
'ACP_FEED_OVERALL_FORUMS' => 'Enable forums feed',
|
||||
'ACP_FEED_OVERALL_FORUMS_EXPLAIN' => 'Enables the “All forums” feed, which displays a list of forums.',
|
||||
|
||||
'ACP_FEED_OVERALL_TOPIC' => 'Enable overall topics feed',
|
||||
'ACP_FEED_OVERALL_TOPIC_EXPLAIN' => 'Enables the “All Topics” feed',
|
||||
'ACP_FEED_OVERALL_TOPIC_LIMIT' => 'Number of items per page to display in the topics feed',
|
||||
'ACP_FEED_FORUM' => 'Enable Per-Forum Feeds',
|
||||
'ACP_FEED_FORUM_EXPLAIN' => 'Single forum new posts.',
|
||||
'ACP_FEED_TOPIC' => 'Enable Per-Topic Feeds',
|
||||
|
|
Loading…
Add table
Reference in a new issue