mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-51036 tool_lp: Addressing comments left during peer review
This commit is contained in:
parent
572721ac1d
commit
182f609213
12 changed files with 59 additions and 23 deletions
|
@ -153,6 +153,12 @@ $string['lp:planviewown'] = 'View own learning plans';
|
|||
$string['lp:planviewowndraft'] = 'View own draft learning plans';
|
||||
$string['lp:templatemanage'] = 'Manage templates';
|
||||
$string['lp:templateread'] = 'View template';
|
||||
$string['lp:usercompetencycomment'] = 'Comment on a user competency';
|
||||
$string['lp:usercompetencycommentown'] = 'Comment on own user competency';
|
||||
$string['lp:usercompetencyrequestreview'] = 'Request the review of a user competency';
|
||||
$string['lp:usercompetencyrequestreviewown'] = 'Request the review of own user competency';
|
||||
$string['lp:usercompetencyreview'] = 'Review a user competency';
|
||||
$string['lp:usercompetencyview'] = 'View a user competency';
|
||||
$string['lp:userevidencemanage'] = 'Manage evidence of prior learning';
|
||||
$string['lp:userevidencemanageown'] = 'Manage own evidence of prior learning';
|
||||
$string['lp:userevidenceread'] = 'View evidence of prior learning of a user';
|
||||
|
@ -203,6 +209,7 @@ $string['proficient'] = 'Proficient';
|
|||
$string['rate'] = 'Rate';
|
||||
$string['rating'] = 'Rating';
|
||||
$string['relatedcompetencies'] = 'Related competencies';
|
||||
$string['reviewstatus'] = 'Review status';
|
||||
$string['requestreview'] = 'Request review';
|
||||
$string['reopenplan'] = 'Reopen this learning plan';
|
||||
$string['reopenplanconfirm'] = 'Reopen the plan \'{$a}\'? The status of the users competencies that was recorded at the time the plan was previously completed will be deleted, and the plan will become active again.';
|
||||
|
@ -219,7 +226,7 @@ $string['shortname'] = 'Name';
|
|||
$string['startreview'] = 'Start review';
|
||||
$string['state'] = 'State';
|
||||
$string['status'] = 'Status';
|
||||
$string['stopreview'] = 'Stop review';
|
||||
$string['stopreview'] = 'Finish review';
|
||||
$string['stopsyncingcohort'] = 'Stop syncing cohort';
|
||||
$string['suggest'] = 'Suggest';
|
||||
$string['syncplanscohorts'] = 'Sync plans from template cohorts';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue