Merge branch 'MDL-73547-master-v03' of https://github.com/ferranrecio/moodle

This commit is contained in:
Andrew Nicols 2022-02-25 10:55:20 +08:00
commit faa6c74404
26 changed files with 292 additions and 80 deletions

View file

@ -52,6 +52,7 @@ $string['cachedef_coursecattree'] = 'Course categories tree';
$string['cachedef_coursecompletion'] = 'Course completion status';
$string['cachedef_coursecontacts'] = 'List of course contacts';
$string['cachedef_coursemodinfo'] = 'Accumulated information about modules and sections for each course';
$string['cachedef_courseeditorstate'] = 'Session course state cache keys to detect course changes in the frontend';
$string['cachedef_course_image'] = 'Course images';
$string['cachedef_course_user_dates'] = 'The user dates for courses set to relative dates mode';
$string['cachedef_completion'] = 'Activity completion status';