mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00
MDL-69559 course: Add course content download UI and execution page
This commit is contained in:
parent
cdf91cc236
commit
c053b93f0c
8 changed files with 308 additions and 1 deletions
|
@ -54,6 +54,7 @@ $string['customfield_visibility_help'] = 'This setting determines who can view t
|
|||
$string['customfield_visibletoall'] = 'Everyone';
|
||||
$string['customfield_visibletoteachers'] = 'Teachers';
|
||||
$string['customfieldsettings'] = 'Common course custom fields settings';
|
||||
$string['downloadcourseconfirmation'] = 'You are about to download a zip file of course content (excluding items which cannot be downloaded and any files larger than {$a}).';
|
||||
$string['downloadcoursecontent'] = 'Download course content';
|
||||
$string['downloadcoursecontent_help'] = 'This setting determines whether course content may be downloaded by users with the download course content capability (by default users with the role of student or teacher).';
|
||||
$string['enabledownloadcoursecontent'] = 'Enable download course content';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue