mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-21695 adding help strings
This commit is contained in:
parent
7cfb760e41
commit
5e808c50f1
1 changed files with 4 additions and 0 deletions
|
@ -1018,6 +1018,7 @@ $string['managedatabase'] = 'Database';
|
||||||
$string['manageeditorfiles'] = 'Manage files used by editor';
|
$string['manageeditorfiles'] = 'Manage files used by editor';
|
||||||
$string['managefilters'] = 'Filters';
|
$string['managefilters'] = 'Filters';
|
||||||
$string['managemeta'] = 'Is this a meta course?';
|
$string['managemeta'] = 'Is this a meta course?';
|
||||||
|
$string['managemeta_help'] = 'A meta course takes enrolments (and other role assignments) from a "child" course or courses. In other words, for every child course added to the meta course, all students (and users in other roles) are also enrolled in the meta course. Individual students cannot be added to a meta course, only child courses via the "Child courses" link in the course administration bock.';
|
||||||
$string['managemetadisabled'] = 'This is disabled because this course is already in a meta course';
|
$string['managemetadisabled'] = 'This is disabled because this course is already in a meta course';
|
||||||
$string['managemetaexplan'] = '(This means that enrolments are inherited from other courses)';
|
$string['managemetaexplan'] = '(This means that enrolments are inherited from other courses)';
|
||||||
$string['managemodules'] = 'Modules';
|
$string['managemodules'] = 'Modules';
|
||||||
|
@ -1030,6 +1031,7 @@ $string['maximumgradex'] = 'Maximum grade: {$a}';
|
||||||
$string['maximumchars'] = 'Maximum of {$a} characters';
|
$string['maximumchars'] = 'Maximum of {$a} characters';
|
||||||
$string['maximumshort'] = 'Max';
|
$string['maximumshort'] = 'Max';
|
||||||
$string['maximumupload'] = 'Maximum upload size';
|
$string['maximumupload'] = 'Maximum upload size';
|
||||||
|
$string['maximumupload_help'] = 'This setting determines the largest size of file that can be uploaded to the course, limited by the site-wide setting set by an administrator. Activity modules also include a maximum upload size setting for further restricting the file size.';
|
||||||
$string['maxsize'] = 'Max size: {$a}';
|
$string['maxsize'] = 'Max size: {$a}';
|
||||||
$string['memberincourse'] = 'People in the course';
|
$string['memberincourse'] = 'People in the course';
|
||||||
$string['messagebody'] = 'Message body';
|
$string['messagebody'] = 'Message body';
|
||||||
|
@ -1527,6 +1529,7 @@ $string['showallweeks'] = 'Show all weeks';
|
||||||
$string['showblockcourse'] = 'Show list of courses containing block';
|
$string['showblockcourse'] = 'Show list of courses containing block';
|
||||||
$string['showcomments'] = 'Show/hide comments';
|
$string['showcomments'] = 'Show/hide comments';
|
||||||
$string['showgrades'] = 'Show gradebook to students';
|
$string['showgrades'] = 'Show gradebook to students';
|
||||||
|
$string['showgrades_help'] = 'Many activities in the course allow grades to be set. This setting determines whether a student can view a list of all their grades for the course via a grades link in the course administration block.';
|
||||||
$string['showlistofcourses'] = 'Show list of courses';
|
$string['showlistofcourses'] = 'Show list of courses';
|
||||||
$string['showmodulecourse'] = 'Show list of courses containing activity';
|
$string['showmodulecourse'] = 'Show list of courses containing activity';
|
||||||
$string['showonly'] = 'Show only';
|
$string['showonly'] = 'Show only';
|
||||||
|
@ -1535,6 +1538,7 @@ $string['showonlyweek'] = 'Show only week {$a}';
|
||||||
$string['showperpage'] = 'Show {$a} per page';
|
$string['showperpage'] = 'Show {$a} per page';
|
||||||
$string['showrecent'] = 'Show recent activity';
|
$string['showrecent'] = 'Show recent activity';
|
||||||
$string['showreports'] = 'Show activity reports';
|
$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.';
|
||||||
$string['showsettings'] = 'Show settings';
|
$string['showsettings'] = 'Show settings';
|
||||||
$string['showtheselogs'] = 'Show these logs';
|
$string['showtheselogs'] = 'Show these logs';
|
||||||
$string['showthishelpinlanguage'] = 'Show this help in language: {$a}';
|
$string['showthishelpinlanguage'] = 'Show this help in language: {$a}';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue