1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

- removed unnecessary pm options

- added one option to clearly define email visibility


git-svn-id: file:///svn/phpbb/trunk@5071 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2005-01-21 19:20:26 +00:00
parent 1438067953
commit e4be0ca799
13 changed files with 49 additions and 58 deletions

View File

@@ -221,10 +221,8 @@ $lang += array(
'NO_AUTH_EDIT_MESSAGE' => 'You are not authorized to edit private messages.',
'NO_AUTH_FORWARD_MESSAGE' => 'You are not authorized to forward private messages.',
'NO_AUTH_GROUP_MESSAGE' => 'You are not authorized to send private messages to groups.',
'NO_AUTH_QUOTE_MESSAGE' => 'You are not authorized to quote private messages.',
'NO_AUTH_READ_MESSAGE' => 'You are not authorized to read private messages.',
'NO_AUTH_READ_REMOVED_MESSAGE' => 'You are not able to read this message because it was removed by the author.',
'NO_AUTH_REPLY_MESSAGE' => 'You are not authorized to reply to private messages.',
'NO_AUTH_SEND_MESSAGE' => 'You are not authorized sending private messages.',
'NO_AUTH_SIGNATURE' => 'You are not authorized to define a signature',