mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-54708 message: add notification popover to nav bar
This commit is contained in:
parent
3274d5ca66
commit
a0e358a64a
18 changed files with 2512 additions and 0 deletions
|
@ -934,6 +934,7 @@ $string['hidepicture'] = 'Hide picture';
|
|||
$string['hidesection'] = 'Hide section {$a}';
|
||||
$string['hidesettings'] = 'Hide settings';
|
||||
$string['hideshowblocks'] = 'Hide or show blocks';
|
||||
$string['hidepopoverwindow'] = 'Hide popover window';
|
||||
$string['highlight'] = 'Highlight';
|
||||
$string['highlightoff'] = 'Remove highlight';
|
||||
$string['hits'] = 'Hits';
|
||||
|
@ -1099,6 +1100,7 @@ $string['manageeditorfiles'] = 'Manage files used by editor';
|
|||
$string['managefilters'] = 'Filters';
|
||||
$string['managemodules'] = 'Modules';
|
||||
$string['manageroles'] = 'Roles and permissions';
|
||||
$string['markallread'] = 'Mark all as read';
|
||||
$string['markedthistopic'] = 'This topic is highlighted as the current topic';
|
||||
$string['markthistopic'] = 'Highlight this topic as the current topic';
|
||||
$string['matchingsearchandrole'] = 'Matching \'{$a->search}\' and {$a->role}';
|
||||
|
@ -1706,6 +1708,7 @@ $string['showlistofcourses'] = 'Show list of courses';
|
|||
$string['showmodulecourse'] = 'Show list of courses containing activity';
|
||||
$string['showonly'] = 'Show only';
|
||||
$string['showperpage'] = 'Show {$a} per page';
|
||||
$string['showpopoverwindow'] = 'Show popover window';
|
||||
$string['showrecent'] = 'Show recent activity';
|
||||
$string['showreports'] = 'Show activity reports';
|
||||
$string['showreports_help'] = 'Activity reports are available for each participant that show their activity in the course. As well as listings of their contributions, such as forum posts or assignment submissions, these reports also include access logs. This setting determines whether a student can view their own activity reports via their profile page.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue