mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-53700 competency: Migrate capabilities to core
This commit is contained in:
parent
1f7699533c
commit
b90e2205b4
42 changed files with 791 additions and 821 deletions
|
@ -106,6 +106,37 @@ $string['comment:post'] = 'Post comments';
|
|||
$string['comment:view'] = 'View comments';
|
||||
$string['community:add'] = 'Use the community block to search hubs and find courses';
|
||||
$string['community:download'] = 'Download a course from the community block';
|
||||
$string['competency:competencymanage'] = 'Manage competency frameworks';
|
||||
$string['competency:competencygrade'] = 'Set competency grade';
|
||||
$string['competency:competencyview'] = 'View competency frameworks';
|
||||
$string['competency:coursecompetencygradable'] = 'Receive competency marks';
|
||||
$string['competency:coursecompetencyconfigure'] = 'Configure course competency settings';
|
||||
$string['competency:coursecompetencymanage'] = 'Manage course competencies';
|
||||
$string['competency:coursecompetencyview'] = 'View course competencies';
|
||||
$string['competency:plancomment'] = 'Comment on a learning plan';
|
||||
$string['competency:plancommentown'] = 'Comment on own learning plan';
|
||||
$string['competency:planmanage'] = 'Manage learning plans';
|
||||
$string['competency:planmanagedraft'] = 'Manage draft learning plans';
|
||||
$string['competency:planmanageown'] = 'Manage own learning plans';
|
||||
$string['competency:planmanageowndraft'] = 'Manage own draft learning plans';
|
||||
$string['competency:planrequestreview'] = 'Request the review of a learning plan';
|
||||
$string['competency:planrequestreviewown'] = 'Request the review of own learning plan';
|
||||
$string['competency:planreview'] = 'Review a learning plan';
|
||||
$string['competency:planview'] = 'View all learning plans';
|
||||
$string['competency:planviewdraft'] = 'View draft learning plans';
|
||||
$string['competency:planviewown'] = 'View own learning plans';
|
||||
$string['competency:planviewowndraft'] = 'View own draft learning plans';
|
||||
$string['competency:templatemanage'] = 'Manage templates';
|
||||
$string['competency:templateview'] = 'View template';
|
||||
$string['competency:usercompetencycomment'] = 'Comment on a user competency';
|
||||
$string['competency:usercompetencycommentown'] = 'Comment on own user competency';
|
||||
$string['competency:usercompetencyrequestreview'] = 'Request the review of a user competency';
|
||||
$string['competency:usercompetencyrequestreviewown'] = 'Request the review of own user competency';
|
||||
$string['competency:usercompetencyreview'] = 'Review a user competency';
|
||||
$string['competency:usercompetencyview'] = 'View a user competency';
|
||||
$string['competency:userevidencemanage'] = 'Manage evidence of prior learning';
|
||||
$string['competency:userevidencemanageown'] = 'Manage own evidence of prior learning';
|
||||
$string['competency:userevidenceview'] = 'View evidence of prior learning of a user';
|
||||
$string['confirmaddadmin'] = 'Do you really want to add user <strong>{$a}</strong> as new site administrator?';
|
||||
$string['confirmdeladmin'] = 'Do you really want to remove user <strong>{$a}</strong> from the list of site administrators?';
|
||||
$string['confirmroleprevent'] = 'Do you really want to remove <strong>"{$a->role}"</strong> from the list of allowed roles for capability "{$a->cap}" in context "{$a->context}"?';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue