mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-54687 core_message: added ability to toggle between tabs
This commit is contained in:
parent
879e2bef23
commit
9aa012b5a1
6 changed files with 259 additions and 2 deletions
|
@ -74,6 +74,7 @@ $string['incomingcontacts'] = 'Incoming contacts ({$a})';
|
|||
$string['keywords'] = 'Keywords';
|
||||
$string['keywordssearchresults'] = 'Messages found: {$a}';
|
||||
$string['keywordssearchresultstoomany'] = 'More than {$a} messages found. Refine your search.';
|
||||
$string['loading'] = 'Loading ...';
|
||||
$string['loggedin'] = 'Online';
|
||||
$string['loggedindescription'] = 'When I\'m logged in';
|
||||
$string['loggedoff'] = 'Not online';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue