aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-10-27 23:48:53 +0200
committerMarc Alexander <admin@m-a-styles.de>2018-10-27 23:48:53 +0200
commit20393592d7c58a548853015cfbf489ea964f3c0f (patch)
tree4541703c5714f3843b83f4a84f1836b49c0c6ded /phpBB/language
parent0cded66ff2833da9afaf06b1418d9b9322a890fa (diff)
parentf657ee51f89fcc0561155069c00957c46f31d96c (diff)
downloadforums-20393592d7c58a548853015cfbf489ea964f3c0f.tar
forums-20393592d7c58a548853015cfbf489ea964f3c0f.tar.gz
forums-20393592d7c58a548853015cfbf489ea964f3c0f.tar.bz2
forums-20393592d7c58a548853015cfbf489ea964f3c0f.tar.xz
forums-20393592d7c58a548853015cfbf489ea964f3c0f.zip
Merge pull request #5387 from senky/ticket/15593
[ticket/15593] Do not allow print view with direct URL
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/ucp.php1
-rw-r--r--phpBB/language/en/viewtopic.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php
index 5056e23d24..64b624ff3f 100644
--- a/phpBB/language/en/ucp.php
+++ b/phpBB/language/en/ucp.php
@@ -377,6 +377,7 @@ $lang = array_merge($lang, array(
'NO_AUTH_PROFILEINFO' => 'You are not authorised to change your profile information.',
'NO_AUTH_READ_HOLD_MESSAGE' => 'You are not authorised to read private messages that are on hold.',
'NO_AUTH_READ_MESSAGE' => 'You are not authorised to read private messages.',
+ 'NO_AUTH_PRINT_MESSAGE' => 'You are not authorised to print private messages.',
'NO_AUTH_READ_REMOVED_MESSAGE' => 'You are not able to read this message because it was removed by the author.',
'NO_AUTH_SEND_MESSAGE' => 'You are not authorised to send private messages.',
'NO_AUTH_SIGNATURE' => 'You are not authorised to define a signature.',
diff --git a/phpBB/language/en/viewtopic.php b/phpBB/language/en/viewtopic.php
index 5890eecdb6..5d127acb3d 100644
--- a/phpBB/language/en/viewtopic.php
+++ b/phpBB/language/en/viewtopic.php
@@ -88,6 +88,7 @@ $lang = array_merge($lang, array(
'NO_UNREAD_POSTS' => 'There are no new unread posts for this topic.',
'NO_VOTE_OPTION' => 'You must specify an option when voting.',
'NO_VOTES' => 'No votes',
+ 'NO_AUTH_PRINT_TOPIC' => 'You are not authorised to print topics.',
'POLL_ENDED_AT' => 'Poll ended at %s',
'POLL_RUN_TILL' => 'Poll runs till %s',