aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-02-21 21:14:00 +0100
committerMarc Alexander <admin@m-a-styles.de>2018-02-21 21:14:00 +0100
commitf17bd9e1e0c9e01b892cbe18fb3f811c16f43508 (patch)
tree71660a1ca1f24bcc3c318e16cba192a156cf0c8e /phpBB/language
parent1c920859dbecd12f1ad12b96249a39e4fa155a91 (diff)
parentf01e29effe5bf053ac5205e47f8e0e90a262315a (diff)
downloadforums-f17bd9e1e0c9e01b892cbe18fb3f811c16f43508.tar
forums-f17bd9e1e0c9e01b892cbe18fb3f811c16f43508.tar.gz
forums-f17bd9e1e0c9e01b892cbe18fb3f811c16f43508.tar.bz2
forums-f17bd9e1e0c9e01b892cbe18fb3f811c16f43508.tar.xz
forums-f17bd9e1e0c9e01b892cbe18fb3f811c16f43508.zip
Merge pull request #5094 from JoshyPHP/ticket/15518
[ticket/15518] Add a setting to toggle permission checks for pms in viewtopic
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/board.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index b050af070a..25b656499c 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -406,6 +406,8 @@ $lang = array_merge($lang, array(
'RECOMPILE_STYLES_EXPLAIN' => 'Check for updated style components on filesystem and recompile.',
'YES_ANON_READ_MARKING' => 'Enable topic marking for guests',
'YES_ANON_READ_MARKING_EXPLAIN' => 'Stores read/unread status information for guests. If disabled, posts are always marked read for guests.',
+ 'YES_ACCURATE_PM_BUTTON' => 'Enable accurate PM indicator in topic pages',
+ 'YES_ACCURATE_PM_BUTTON_EXPLAIN' => 'If this setting is enabled, only users who are permitted to read private messages will have a private message button.',
'YES_BIRTHDAYS' => 'Enable birthday listing',
'YES_BIRTHDAYS_EXPLAIN' => 'If disabled the birthday listing is no longer displayed. To let this setting take effect the birthday feature needs to be enabled too.',
'YES_JUMPBOX' => 'Enable display of jumpbox',