Add setting in profile to allow offline inbox for: staff, members or everyone

This commit is contained in:
Daniel Winzen
2016-05-10 12:49:31 +02:00
parent 147c511c61
commit 86b1de0ec8
4 changed files with 44 additions and 15 deletions

View File

@ -342,6 +342,9 @@ $I=array(
'eninbox' => 'Enable offline inbox',
'inboxmsgs' => 'Read %d messages in your inbox',
'offline' => '(offline)',
'deleteacc' => 'Delete account'
'deleteacc' => 'Delete account',
'eninall' => 'For everyone',
'eninmem' => 'For members only',
'eninstaff' => 'For staff only'
);
?>