Merge branch 'MDL-77130-master-v2' of https://github.com/dmitriim/moodle

This commit is contained in:
Ilya Tregubov 2023-04-05 19:20:30 +08:00 committed by Sara Arjona
commit ac7f9b45a3
16 changed files with 1008 additions and 35 deletions

View file

@ -146,6 +146,7 @@ $string['cliupgradenoneed'] = 'No upgrade needed for the installed version {$a}.
$string['cliupgradepending'] = 'An upgrade is pending';
$string['cliyesnoprompt'] = 'type y (means yes) or n (means no)';
$string['close'] = 'Close';
$string['cohort_customfield'] = 'Cohort custom fields';
$string['commentsperpage'] = 'Comments displayed per page';
$string['commonactivitysettings'] = 'Common activity settings';
$string['commonfiltersettings'] = 'Common filter settings';

View file

@ -107,6 +107,7 @@ $string['category:visibility'] = 'See hidden categories';
$string['cohort:assign'] = 'Add and remove cohort members';
$string['cohort:view'] = 'View site-wide cohorts';
$string['cohort:manage'] = 'Create, delete and move cohorts';
$string['cohort:configurecustomfields'] = 'Configure cohort custom fields';
$string['comment:delete'] = 'Delete comments';
$string['comment:post'] = 'Post comments';
$string['comment:view'] = 'View comments';