mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-77130-master-v2' of https://github.com/dmitriim/moodle
This commit is contained in:
commit
ac7f9b45a3
16 changed files with 1008 additions and 35 deletions
|
@ -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';
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue