aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-05-17 11:20:37 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-11-01 16:26:34 +0100
commit6ccffec90695becd92d1144f6cbd9ef72f0d9b51 (patch)
treed6438cb08200e8e2d001201c53e2ba8285894b9f /phpBB/language/en
parentce35aa8b0b90870608a5b0782a36c6aedad8c7e4 (diff)
downloadforums-6ccffec90695becd92d1144f6cbd9ef72f0d9b51.tar
forums-6ccffec90695becd92d1144f6cbd9ef72f0d9b51.tar.gz
forums-6ccffec90695becd92d1144f6cbd9ef72f0d9b51.tar.bz2
forums-6ccffec90695becd92d1144f6cbd9ef72f0d9b51.tar.xz
forums-6ccffec90695becd92d1144f6cbd9ef72f0d9b51.zip
[ticket/12559] Add forum setting to limit subforum legend
Squashed all commits, they were basically just typos and errors PHPBB3-12559
Diffstat (limited to 'phpBB/language/en')
-rw-r--r--phpBB/language/en/acp/forums.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/forums.php b/phpBB/language/en/acp/forums.php
index d92d3f8c9e..3ab152345c 100644
--- a/phpBB/language/en/acp/forums.php
+++ b/phpBB/language/en/acp/forums.php
@@ -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-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',