mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
message MDL-25616 adding recent conversations and recent notifications screens
This commit is contained in:
parent
d911c72bf9
commit
bcab42daf2
6 changed files with 792 additions and 326 deletions
|
@ -65,6 +65,8 @@ $string['loggedoff'] = 'Not online';
|
|||
$string['loggedoffdescription'] = 'When I\'m offline';
|
||||
$string['managecontacts'] = 'Manage my contacts';
|
||||
$string['mostrecent'] = 'Recent messages';
|
||||
$string['mostrecentconversations'] = 'Recent conversations';
|
||||
$string['mostrecentnotifications'] = 'Recent notifications';
|
||||
$string['mailsent'] = 'Your message was sent via email.';
|
||||
$string['maxmessages'] = 'Maximum number of messages to show in the discussion history';
|
||||
$string['message'] = 'Message';
|
||||
|
@ -93,6 +95,7 @@ $string['private_config'] = 'Popup message window';
|
|||
$string['processortag'] = 'Destination';
|
||||
$string['providers_config'] = 'Configure notification methods for incoming messages';
|
||||
$string['providerstag'] = 'Source';
|
||||
$string['recent'] = 'Recent';
|
||||
$string['readmessages'] = '{$a} read messages';
|
||||
$string['removecontact'] = 'Remove contact';
|
||||
$string['savemysettings'] = 'Save my settings';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue