diff options
author | Marc Alexander <admin@m-a-styles.de> | 2014-01-30 22:21:06 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2014-03-29 21:49:31 +0100 |
commit | 3c7ff1c417bd57ab71057fa3d880d58f1ee65f2a (patch) | |
tree | 3f35fd1b9d25d542907834fd6c0d0ed63729722b /phpBB/language/en/acp | |
parent | 308e8b0c9689334ef45fad9a9ed0f0ae63746bc7 (diff) | |
download | forums-3c7ff1c417bd57ab71057fa3d880d58f1ee65f2a.tar forums-3c7ff1c417bd57ab71057fa3d880d58f1ee65f2a.tar.gz forums-3c7ff1c417bd57ab71057fa3d880d58f1ee65f2a.tar.bz2 forums-3c7ff1c417bd57ab71057fa3d880d58f1ee65f2a.tar.xz forums-3c7ff1c417bd57ab71057fa3d880d58f1ee65f2a.zip |
[ticket/12150] Add options to acp
PHPBB3-12150
Diffstat (limited to 'phpBB/language/en/acp')
-rw-r--r-- | phpBB/language/en/acp/forums.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/forums.php b/phpBB/language/en/acp/forums.php index 756cb7ae0f..f452dad8a0 100644 --- a/phpBB/language/en/acp/forums.php +++ b/phpBB/language/en/acp/forums.php @@ -101,6 +101,8 @@ $lang = array_merge($lang, array( 'FORUM_PASSWORD_OLD' => 'The forum password is using an old hashing method and should be changed.', 'FORUM_PASSWORD_MISMATCH' => 'The passwords you entered did not match.', 'FORUM_PRUNE_SETTINGS' => 'Forum prune settings', + 'FORUM_PRUNE_SHADOW_TOPICS' => 'Enable auto-pruning of shadow topics', + 'FORUM_PRUNE_SHADOW_TOPICS_EXPLAIN' => 'Prunes the forum of shadow topics, set the frequency/age parameters below.', 'FORUM_RESYNCED' => 'Forum ā%sā successfully resynced', 'FORUM_RULES_EXPLAIN' => 'Forum rules are displayed at any page within the given forum.', 'FORUM_RULES_LINK' => 'Link to forum rules', |