1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

adding a new option to hide the entire list of subforums on listforums

git-svn-id: file:///svn/phpbb/trunk@8373 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Nils Adermann
2008-02-03 22:39:38 +00:00
parent 7b262babcd
commit 3b669aedfd
7 changed files with 18 additions and 6 deletions

View File

@@ -114,10 +114,12 @@ $lang = array_merge($lang, array(
'GENERAL_FORUM_SETTINGS' => 'General forum settings',
'LINK' => 'Link',
'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.',
'LOCKED' => 'Locked',
'LINK' => 'Link',
'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',
'LIST_SUBFORUMS_EXPLAIN' => 'Displays this forums subforums on the index and elsewhere as a link within the legend if their “List subforum in parent-forums legend” option is enabled.',
'LOCKED' => 'Locked',
'MOVE_POSTS_NO_POSTABLE_FORUM' => 'The forum you selected for moving the posts to is not postable. Please select a postable forum.',
'MOVE_POSTS_TO' => 'Move posts to',