1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-13 21:26:28 +02:00

[ticket/12559] Add forum setting to limit subforum legend

Squashed all commits, they were basically just typos and errors

PHPBB3-12559
This commit is contained in:
PayBas
2014-05-17 11:20:37 +02:00
committed by Marc Alexander
parent ce35aa8b0b
commit 6ccffec906
5 changed files with 58 additions and 1 deletions

View File

@ -129,6 +129,8 @@ $lang = array_merge($lang, array(
'GENERAL_FORUM_SETTINGS' => 'General forum settings',
'LINK' => 'Link',
'LIMIT_SUBFORUMS' => 'Limit legend to direct child-subforums',
'LIMIT_SUBFORUMS_EXPLAIN' => 'Limits the subforums to be displayed to subforums that are direct descendants (children) of the current forum. Disabling this will display all subforums with the “List subforums in legend” option enabled, regardless of depth.',
'LIST_INDEX' => 'List subforum in parent-forums legend',
'LIST_INDEX_EXPLAIN' => 'Displays this forum on the index and elsewhere as a link within the legend of its parent-forum if the parent-forums “List subforums in legend” option is enabled.',
'LIST_SUBFORUMS' => 'List subforums in legend',