Add an offline inbox for members

This commit is contained in:
Daniel Winzen
2016-04-29 16:42:00 +02:00
parent 1a8eefc396
commit 3105cffaf1
4 changed files with 231 additions and 61 deletions

View File

@ -339,6 +339,9 @@ $I=array(
'tz' => 'Time zone',
'optional' => '(optional)',
'userloggedin' => 'A user with this nickname is already logged in.',
'regednick' => 'This nickname is a registered member.'
'regednick' => 'This nickname is a registered member.',
'eninbox' => 'Enable offline inbox',
'inboxmsgs' => 'Read %d messages in your inbox',
'offline' => '(offline)'
);
?>