diff options
author | Nils Adermann <naderman@naderman.de> | 2008-02-03 22:39:38 +0000 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2008-02-03 22:39:38 +0000 |
commit | 3b669aedfde10b95996d529da9b21e31c46cc8a6 (patch) | |
tree | 604b88c78c468606e0d94990d6b7e3750678d428 /phpBB/language | |
parent | 7b262babcd5c862c3068b08da8bba5f48bd5f36a (diff) | |
download | forums-3b669aedfde10b95996d529da9b21e31c46cc8a6.tar forums-3b669aedfde10b95996d529da9b21e31c46cc8a6.tar.gz forums-3b669aedfde10b95996d529da9b21e31c46cc8a6.tar.bz2 forums-3b669aedfde10b95996d529da9b21e31c46cc8a6.tar.xz forums-3b669aedfde10b95996d529da9b21e31c46cc8a6.zip |
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
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/acp/forums.php | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/phpBB/language/en/acp/forums.php b/phpBB/language/en/acp/forums.php index 72c92a6740..84f280c779 100644 --- a/phpBB/language/en/acp/forums.php +++ b/phpBB/language/en/acp/forums.php @@ -114,10 +114,12 @@ $lang = array_merge($lang, array( 'GENERAL_FORUM_SETTINGS' => 'General forum settings', - 'LINK' => 'Link', - 'LIST_INDEX' => 'List subforum in parent-forum’s 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-forum’s 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-forum’s “List subforums in legend” option is enabled.', + 'LIST_SUBFORUMS' => 'List subforums in legend', + 'LIST_SUBFORUMS_EXPLAIN' => 'Displays this forum’s subforums on the index and elsewhere as a link within the legend if their “List subforum in parent-forum’s 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', |