Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Differences Between: [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403]

   1  <?php
   2  // This file is part of Moodle - http://moodle.org/
   3  //
   4  // Moodle is free software: you can redistribute it and/or modify
   5  // it under the terms of the GNU General Public License as published by
   6  // the Free Software Foundation, either version 3 of the License, or
   7  // (at your option) any later version.
   8  //
   9  // Moodle is distributed in the hope that it will be useful,
  10  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12  // GNU General Public License for more details.
  13  //
  14  // You should have received a copy of the GNU General Public License
  15  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  16  
  17  /**
  18   * Competency language file.
  19   *
  20   * @package    core_competency
  21   * @copyright  2016 Frédéric Massart - FMCorz.net
  22   * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  defined('MOODLE_INTERNAL') || die();
  26  
  27  $string['allchildrenarecomplete'] = 'All children are complete';
  28  $string['competencies'] = 'Competencies';
  29  $string['competenciesarenotenabled'] = 'Competencies are not enabled.';
  30  $string['competenciessettings'] = 'Competencies settings';
  31  $string['completeplanstask'] = 'Complete learning plans which are due';
  32  $string['coursecompetencyoutcome_complete'] = 'Complete the competency';
  33  $string['coursecompetencyoutcome_evidence'] = 'Attach evidence';
  34  $string['coursecompetencyoutcome_none'] = 'Do nothing';
  35  $string['coursecompetencyoutcome_recommend'] = 'Send for review';
  36  $string['coursemodulecompetencyoutcome_complete'] = 'Complete the competency';
  37  $string['coursemodulecompetencyoutcome_evidence'] = 'Attach evidence';
  38  $string['coursemodulecompetencyoutcome_none'] = 'Do nothing';
  39  $string['coursemodulecompetencyoutcome_recommend'] = 'Send for review';
  40  $string['deletecompetencyratings'] = 'Delete competency ratings';
  41  $string['duplicateditemname'] = '{$a} (copy)';
  42  $string['enablecompetencies'] = 'Enable competencies';
  43  $string['enablecompetencies_desc'] = 'Competencies allow users to be assessed according to learning plans.';
  44  $string['errorcannotchangeapastduedate'] = 'The due date has passed; it cannot be changed.';
  45  $string['errorcannotsetduedateinthepast'] = 'The due date cannot be set in the past.';
  46  $string['errorcannotsetduedatetoosoon'] = 'The due date is too soon.';
  47  $string['errorcompetencyrule'] = 'Course competency rule \'{$a}\' unknown';
  48  $string['errorcoursecompetencyrule'] = 'Course competency rule \'{$a}\' unknown';
  49  $string['errorinvalidcourse'] = 'Invalid course.';
  50  $string['errornocompetency'] = '{$a} competency can not be found';
  51  $string['errorplanstatus'] = 'Learning plans \'{$a}\' status unknown';
  52  $string['errorscalealreadyused'] = 'The scale cannot be changed, as it is already in use.';
  53  $string['errorscaleconfiguration'] = 'The scale needs to be configured by selecting default and proficient items.';
  54  $string['errorusercomptencystatus'] = 'User competency status \'{$a}\' unknown';
  55  $string['eventcompetencycreated'] = 'Competency created.';
  56  $string['eventcompetencydeleted'] = 'Competency deleted.';
  57  $string['eventcompetencyframeworkcreated'] = 'Competency framework created.';
  58  $string['eventcompetencyframeworkdeleted'] = 'Competency framework deleted.';
  59  $string['eventcompetencyframeworkupdated'] = 'Competency framework updated.';
  60  $string['eventcompetencyframeworkviewed'] = 'Competency framework viewed.';
  61  $string['eventcompetencyupdated'] = 'Competency updated.';
  62  $string['eventcompetencyviewed'] = 'Competency viewed.';
  63  $string['eventevidencecreated'] = 'Evidence created.';
  64  $string['eventplanapproved'] = 'Learning plan approved.';
  65  $string['eventplancompleted'] = 'Learning plan completed.';
  66  $string['eventplancreated'] = 'Learning plan created.';
  67  $string['eventplandeleted'] = 'Learning plan deleted.';
  68  $string['eventplanreopened'] = 'Learning plan reopened.';
  69  $string['eventplanreviewrequestcancelled'] = 'Learning plan review request cancelled.';
  70  $string['eventplanreviewrequested'] = 'Learning plan review requested.';
  71  $string['eventplanreviewstarted'] = 'Learning plan review started.';
  72  $string['eventplanreviewstopped'] = 'Learning plan review stopped.';
  73  $string['eventplanunapproved'] = 'Learning plan unapproved.';
  74  $string['eventplanunlinked'] = 'Learning plan unlinked.';
  75  $string['eventplanupdated'] = 'Learning plan updated.';
  76  $string['eventplanviewed'] = 'Learning plan viewed.';
  77  $string['eventtemplatecreated'] = 'Learning plan template created.';
  78  $string['eventtemplatedeleted'] = 'Learning plan template deleted.';
  79  $string['eventtemplateupdated'] = 'Learning plan template updated.';
  80  $string['eventtemplateviewed'] = 'Learning plan template viewed.';
  81  $string['eventusercompetencyplanviewed'] = 'User competency plan viewed.';
  82  $string['eventusercompetencyrated'] = 'User competency rated.';
  83  $string['eventusercompetencyratedincourse'] = 'User competency rated in course.';
  84  $string['eventusercompetencyratedinplan'] = 'User competency rated in a learning plan.';
  85  $string['eventusercompetencyreviewrequestcancelled'] = 'User competency review request cancelled.';
  86  $string['eventusercompetencyreviewrequested'] = 'User competency review requested.';
  87  $string['eventusercompetencyreviewstarted'] = 'User competency review started.';
  88  $string['eventusercompetencyreviewstopped'] = 'User competency review stopped.';
  89  $string['eventusercompetencyviewed'] = 'User competency viewed.';
  90  $string['eventusercompetencyviewedincourse'] = 'User competency viewed in a course.';
  91  $string['eventusercompetencyviewedinplan'] = 'User competency viewed in a learning plan.';
  92  $string['eventuserevidencecreated'] = 'Evidence of prior learning created.';
  93  $string['eventuserevidencedeleted'] = 'Evidence of prior learning deleted.';
  94  $string['eventuserevidenceupdated'] = 'Evidence of prior learning updated.';
  95  $string['evidence_competencyrule'] = 'The rule of the competency was met.';
  96  $string['evidence_coursecompleted'] = 'The course \'{$a}\' was completed.';
  97  $string['evidence_coursemodulecompleted'] = 'The activity \'{$a}\' was completed.';
  98  $string['evidence_courserestored'] = 'The rating was restored along with the course \'{$a}\'.';
  99  $string['evidence_evidenceofpriorlearninglinked'] = 'The evidence of prior learning \'{$a}\' was linked.';
 100  $string['evidence_evidenceofpriorlearningunlinked'] = 'The evidence of prior learning \'{$a}\' was unlinked.';
 101  $string['evidence_manualoverride'] = 'The competency rating was manually set.';
 102  $string['evidence_manualoverrideincourse'] = 'The competency rating was manually set in the course \'{$a}\'.';
 103  $string['evidence_manualoverrideinplan'] = 'The competency rating was manually set in the learning plan \'{$a}\'.';
 104  $string['invalidevidencedesc'] = 'Invalid evidence description';
 105  $string['invalidgrade'] = 'Invalid rating';
 106  $string['invalidpersistenterror'] = 'Error: {$a}';
 107  $string['invalidplan'] = 'Invalid learning plan';
 108  $string['invalidtaxonomy'] = 'Invalid taxonomy: {$a}';
 109  $string['invalidurl'] = 'The URL is not valid. Make sure it starts with \'http://\' or \'https://\'.';
 110  $string['nouserplanswithcompetency'] = 'No learning plans contain this competency.';
 111  $string['planstatusactive'] = 'Active';
 112  $string['planstatuscomplete'] = 'Complete';
 113  $string['planstatusdraft'] = 'Draft';
 114  $string['planstatusinreview'] = 'In review';
 115  $string['planstatuswaitingforreview'] = 'Waiting for review';
 116  $string['pointsrequiredaremet'] = 'Points required are met';
 117  $string['privacy:evidence:action:complete'] = 'Complete competency if unrated';
 118  $string['privacy:evidence:action:log'] = 'Log action';
 119  $string['privacy:evidence:action:override'] = 'Override competency rating';
 120  $string['privacy:metadata:competency'] = "A record of the competencies";
 121  $string['privacy:metadata:competency_coursecomp'] = 'A record of the competencies linked to a course';
 122  $string['privacy:metadata:competency_coursecompsetting'] = 'A record of the competency settings in a course';
 123  $string['privacy:metadata:competency_evidence'] = 'A record of the evidence affecting a competency\'s state';
 124  $string['privacy:metadata:competency_framework'] = 'A record of the competency frameworks';
 125  $string['privacy:metadata:competency_modulecomp'] = 'A record of the competencies linked to a module';
 126  $string['privacy:metadata:competency_plan'] = 'A record of the learning plans';
 127  $string['privacy:metadata:competency_plancomp'] = 'A record of the competencies in a learning plan';
 128  $string['privacy:metadata:competency_relatedcomp'] = 'A record of the relationship between competencies';
 129  $string['privacy:metadata:competency_template'] = 'A record of the learning plan templates';
 130  $string['privacy:metadata:competency_templatecohort'] = 'A record of the cohorts associated with a learning plan template';
 131  $string['privacy:metadata:competency_templatecomp'] = 'A record of the competencies in a learning plan template';
 132  $string['privacy:metadata:competency_usercomp'] = 'A record of a user\'s state of competencies';
 133  $string['privacy:metadata:competency_usercompcourse'] = 'A record of a user\'s state of competencies in a course';
 134  $string['privacy:metadata:competency_usercompplan'] = 'A record of the state of competencies in a learning plan';
 135  $string['privacy:metadata:competency_userevidence'] = 'A record of the evidence of prior learning';
 136  $string['privacy:metadata:competency_userevidencecomp'] = 'A record of the competencies associated with evidence of prior learning';
 137  $string['privacy:metadata:core_comments'] = 'Comments made on learning plans and competencies';
 138  $string['privacy:metadata:evidence:action'] = 'The type of action taken with the evidence';
 139  $string['privacy:metadata:evidence:actionuserid'] = 'The user performing the action';
 140  $string['privacy:metadata:evidence:desca'] = 'The optional parameters of the translatable evidence description';
 141  $string['privacy:metadata:evidence:desccomponent'] = 'The component of the translatable evidence description';
 142  $string['privacy:metadata:evidence:descidentifier'] = 'An identifier of the translatable evidence description';
 143  $string['privacy:metadata:evidence:grade'] = 'The grade associated with the evidence';
 144  $string['privacy:metadata:evidence:note'] = 'A non-localised note attached to the evidence';
 145  $string['privacy:metadata:evidence:url'] = 'A URL associated with the evidence';
 146  $string['privacy:metadata:plan:description'] = 'The description of the learning plan';
 147  $string['privacy:metadata:plan:duedate'] = 'The due date of the learning plan';
 148  $string['privacy:metadata:plan:name'] = 'The name of the learning plan';
 149  $string['privacy:metadata:plan:reviewerid'] = 'The ID of the reviewer of the learning plan';
 150  $string['privacy:metadata:plan:status'] = 'The status of the learning plan';
 151  $string['privacy:metadata:plan:userid'] = 'The ID of the user whose learning plan it is';
 152  $string['privacy:metadata:timecreated'] = 'The time when the record was created';
 153  $string['privacy:metadata:timemodified'] = 'The time when the record was edited';
 154  $string['privacy:metadata:usercomp:grade'] = 'The grade given for the competency';
 155  $string['privacy:metadata:usercomp:proficiency'] = 'Whether proficiency is achieved';
 156  $string['privacy:metadata:usercomp:reviewerid'] = 'The ID of the reviewer';
 157  $string['privacy:metadata:usercomp:status'] = 'The status of the competency';
 158  $string['privacy:metadata:usercomp:userid'] = 'The ID of the user whose competency it is';
 159  $string['privacy:metadata:userevidence:description'] = 'The description of the evidence';
 160  $string['privacy:metadata:userevidence:name'] = 'The name of the evidence of prior learning';
 161  $string['privacy:metadata:userevidence:url'] = 'A URL associated with the evidence';
 162  $string['privacy:metadata:usermodified'] = 'The user who created or modified the record';
 163  $string['privacy:path:plans'] = 'Learning plans';
 164  $string['privacy:path:relatedtome'] = 'Related to me';
 165  $string['privacy:path:userevidence'] = 'Evidence of prior learning';
 166  $string['pushcourseratingstouserplans'] = 'Push course ratings to individual learning plans';
 167  $string['pushcourseratingstouserplans_desc'] = 'Default value for the course setting to update individual learning plans when course competencies are rated.';
 168  $string['syncplanscohorts'] = 'Sync plans from learning plan template cohorts';
 169  $string['taxonomy_behaviour'] = 'Behaviour';
 170  $string['taxonomy_competency'] = 'Competency';
 171  $string['taxonomy_concept'] = 'Concept';
 172  $string['taxonomy_domain'] = 'Domain';
 173  $string['taxonomy_indicator'] = 'Indicator';
 174  $string['taxonomy_level'] = 'Level';
 175  $string['taxonomy_outcome'] = 'Outcome';
 176  $string['taxonomy_practice'] = 'Practice';
 177  $string['taxonomy_proficiency'] = 'Proficiency';
 178  $string['taxonomy_skill'] = 'Skill';
 179  $string['taxonomy_value'] = 'Value';
 180  $string['usercommentedonacompetency'] = '{$a->fullname} commented on the competency "{$a->competency}":
 181  
 182  {$a->comment}
 183  
 184  See: {$a->url}';
 185  $string['usercommentedonacompetencyhtml'] = '<p>{$a->fullname} commented on the competency "{$a->competency}":</p>
 186  <div>{$a->comment}</div>
 187  <p>See: <a href="{$a->url}">{$a->urlname}</a>.</p>';
 188  $string['usercommentedonacompetencysmall'] = '{$a->fullname} commented on the competency "{$a->competency}".';
 189  $string['usercommentedonacompetencysubject'] = '{$a} commented on a competency.';
 190  $string['usercommentedonaplan'] = '{$a->fullname} commented on the learning plan "{$a->plan}":
 191  
 192  {$a->comment}
 193  
 194  See: {$a->url}';
 195  $string['usercommentedonaplanhtml'] = '<p>{$a->fullname} commented on the learning plan "{$a->plan}":</p>
 196  <div>{$a->comment}</div>
 197  <p>See: <a href="{$a->url}">{$a->urlname}</a>.</p>';
 198  $string['usercommentedonaplansmall'] = '{$a->fullname} commented on the learning plan "{$a->plan}".';
 199  $string['usercommentedonaplansubject'] = '{$a} commented on a learning plan.';
 200  $string['usercompetencystatus_idle'] = 'Idle';
 201  $string['usercompetencystatus_inreview'] = 'In review';
 202  $string['usercompetencystatus_waitingforreview'] = 'Waiting for review';
 203  $string['userplans'] = 'Learning plans';