mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
201 lines
11 KiB
PHP
201 lines
11 KiB
PHP
<?php
|
|
// This file is part of Moodle - http://moodle.org/
|
|
//
|
|
// Moodle is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
// (at your option) any later version.
|
|
//
|
|
// Moodle is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
/**
|
|
* Strings for component 'tool_lp', language 'en'
|
|
*
|
|
* @package tool_lp
|
|
* @copyright 2015 Damyon Wiese
|
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
*/
|
|
|
|
$string['actions'] = 'Actions';
|
|
$string['addcompetency'] = 'Add competency';
|
|
$string['addnewcompetency'] = 'Add new competency';
|
|
$string['addnewcompetencyframework'] = 'Add new competency framework';
|
|
$string['addnewplan'] = 'Add new learning plan';
|
|
$string['addnewtemplate'] = 'Add new learning plan template';
|
|
$string['addrelatedcompetency'] = 'Add related competency';
|
|
$string['competencies'] = 'Competencies';
|
|
$string['competenciesforframework'] = 'Competencies for {$a}';
|
|
$string['competencycreated'] = 'Competency created';
|
|
$string['competencyframework'] = 'Competency framework';
|
|
$string['competencyframeworkcreated'] = 'Competency framework created.';
|
|
$string['competencyframeworkname'] = 'Name';
|
|
$string['competencyframeworks'] = 'Competency Frameworks';
|
|
$string['competencyframeworkupdated'] = 'Competency framework updated.';
|
|
$string['competencypicker'] = 'Competency picker';
|
|
$string['competencyrelatedcompetencies'] = '{$a} related competencies';
|
|
$string['competencyupdated'] = 'Competency updated';
|
|
$string['configurescale'] = 'Configure scales';
|
|
$string['coursecompetencies'] = 'Course competencies';
|
|
$string['coursesusingthiscompetency'] = 'Courses using this competency';
|
|
$string['default'] = 'Default';
|
|
$string['deletecompetency'] = 'Delete competency \'{$a}\'?';
|
|
$string['deletecompetencyframework'] = 'Delete competency framework \'{$a}\'?';
|
|
$string['deleteplan'] = 'Delete plan \'{$a}\'?';
|
|
$string['deletetemplate'] = 'Delete learning plan template \'{$a}\'?';
|
|
$string['deletethisplan'] = 'Delete this learning plan';
|
|
$string['description'] = 'Description';
|
|
$string['duedate'] = 'Due date';
|
|
$string['duedate_help'] = 'The date that a learning plan should be completed by.';
|
|
$string['duplicateditemname'] = '{$a} (copy)';
|
|
$string['editcompetency'] = 'Edit competency';
|
|
$string['editcompetencyframework'] = 'Edit competency framework';
|
|
$string['editplan'] = 'Edit learning plan';
|
|
$string['edittemplate'] = 'Edit learning plan template';
|
|
$string['editthisplan'] = 'Edit this learning plan';
|
|
$string['errorcannotsetduedateinthepast'] = 'The due date cannot be set in the past.';
|
|
$string['errorcannotchangeapastduedate'] = 'The due date has passed, it cannot be changed.';
|
|
$string['errornocompetency'] = '{$a} competency can not be found';
|
|
$string['errorplanstatus'] = 'Learning plans \'{$a}\' status unknown';
|
|
$string['errorscaleconfiguration'] = 'You must configure the scale by selecting default and proficient values.';
|
|
$string['hidden'] = 'Hidden';
|
|
$string['hiddenhint'] = '(hidden)';
|
|
$string['idnumber'] = 'Id number';
|
|
$string['invalidgrade'] = 'Invalid grade';
|
|
$string['invalidpersistent'] = 'Invalid persistent';
|
|
$string['invalidplan'] = 'Invalid learning plan';
|
|
$string['invalidtaxonomy'] = 'Invalid taxonomy: {$a}';
|
|
$string['itemstoadd'] = 'Items to add';
|
|
$string['learningplans'] = 'Learning plans';
|
|
$string['levela'] = 'Level {$a}';
|
|
$string['linkcoursecompetencies'] = 'Link course competencies';
|
|
$string['linkedcourses'] = 'Linked courses';
|
|
$string['linktemplatecompetencies'] = 'Link template competencies';
|
|
$string['listcompetencyframeworkscaption'] = 'List of competency frameworks';
|
|
$string['listplanscaption'] = 'List of learning plans';
|
|
$string['listtemplatescaption'] = 'List of learning plan templates';
|
|
$string['locatecompetency'] = 'Locate competency';
|
|
$string['lp:competencymanage'] = 'Manage competency frameworks';
|
|
$string['lp:competencyread'] = 'View competency frameworks';
|
|
$string['lp:coursecompetencymanage'] = 'Manage course competencies';
|
|
$string['lp:coursecompetencyread'] = 'View course competencies';
|
|
$string['lp:planmanage'] = 'Manage learning plans';
|
|
$string['lp:planmanagedraft'] = 'Manage draft learning plans';
|
|
$string['lp:planmanageown'] = 'Manage own learning plans';
|
|
$string['lp:planmanageowndraft'] = 'Manage own draft learning plans';
|
|
$string['lp:planview'] = 'View all learning plans';
|
|
$string['lp:planviewdraft'] = 'View draft learning plans';
|
|
$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['managecompetenciesandframeworks'] = 'Manage competencies and frameworks';
|
|
$string['move'] = 'Move';
|
|
$string['movecompetency'] = 'Move competency';
|
|
$string['movecompetencyafter'] = 'Move competency after \'{$a}\'';
|
|
$string['movecompetencyframework'] = 'Move competency framework';
|
|
$string['moveframeworkafter'] = 'Move competency framework after \'{$a}\'';
|
|
$string['movetonewparent'] = 'Relocate';
|
|
$string['nocompetencies'] = 'No competencies have been created in this framework.';
|
|
$string['nocompetenciesincourse'] = 'No competencies have been linked to this course.';
|
|
$string['nocompetenciesintemplate'] = 'No competencies have been linked to this template.';
|
|
$string['nocompetencyframeworks'] = 'No competency frameworks have been created yet.';
|
|
$string['nocompetencyselected'] = 'No competency selected';
|
|
$string['nolinkedcourses'] = 'No courses are using this competency';
|
|
$string['norelatedcompetencies'] = 'No other competencies have been related to this competency.';
|
|
$string['notemplates'] = 'No learning plan templates have been created yet.';
|
|
$string['nouserplans'] = 'No learning plans have been created yet.';
|
|
$string['parentcompetency'] = 'Parent competency';
|
|
$string['plancreated'] = 'Learning plan created';
|
|
$string['plandescription'] = 'Description';
|
|
$string['planname'] = 'Name';
|
|
$string['planstatusactive'] = 'Active';
|
|
$string['planstatuscomplete'] = 'Complete';
|
|
$string['planstatusdraft'] = 'Draft';
|
|
$string['plantemplate'] = 'Select template';
|
|
$string['plantemplate_help'] = 'A learning plan created from a template will contain a list of competencies that match the template. Updates to the template will be reflected in any plan created from that template.';
|
|
$string['planupdated'] = 'Learning plan updated';
|
|
$string['pluginname'] = 'Learning Plans';
|
|
$string['proficient'] = 'Proficient';
|
|
$string['relatedcompetencies'] = 'Related competencies';
|
|
$string['savechanges'] = 'Save changes';
|
|
$string['scale'] = 'Scale';
|
|
$string['scale_help'] = 'A scale determines how proficiency is measured in a competency. After selecting a scale, configure the scale, setting one of the scale values as default and marking all scale values that are deemed proficient.';
|
|
$string['scalevalue'] = 'Scale value';
|
|
$string['search'] = 'Search...';
|
|
$string['selectcompetencymovetarget'] = 'Select a location to move this competency to:';
|
|
$string['selectedcompetency'] = 'Selected competency';
|
|
$string['shortname'] = 'Name';
|
|
$string['state'] = 'State';
|
|
$string['status'] = 'Status';
|
|
$string['taxonomies'] = 'Taxonomies';
|
|
$string['taxonomy_add_behaviour'] = 'Add behaviour';
|
|
$string['taxonomy_add_competency'] = 'Add competency';
|
|
$string['taxonomy_add_concept'] = 'Add concept';
|
|
$string['taxonomy_add_domain'] = 'Add domain';
|
|
$string['taxonomy_add_indicator'] = 'Add indicator';
|
|
$string['taxonomy_add_level'] = 'Add level';
|
|
$string['taxonomy_add_outcome'] = 'Add outcome';
|
|
$string['taxonomy_add_practice'] = 'Add practice';
|
|
$string['taxonomy_add_proficiency'] = 'Add proficiency';
|
|
$string['taxonomy_add_skill'] = 'Add skill';
|
|
$string['taxonomy_add_value'] = 'Add value';
|
|
$string['taxonomy_behaviour'] = 'Behaviour';
|
|
$string['taxonomy_competency'] = 'Competency';
|
|
$string['taxonomy_concept'] = 'Concept';
|
|
$string['taxonomy_domain'] = 'Domain';
|
|
$string['taxonomy_edit_behaviour'] = 'Edit behaviour';
|
|
$string['taxonomy_edit_competency'] = 'Edit competency';
|
|
$string['taxonomy_edit_concept'] = 'Edit concept';
|
|
$string['taxonomy_edit_domain'] = 'Edit domain';
|
|
$string['taxonomy_edit_indicator'] = 'Edit indicator';
|
|
$string['taxonomy_edit_level'] = 'Edit level';
|
|
$string['taxonomy_edit_outcome'] = 'Edit outcome';
|
|
$string['taxonomy_edit_practice'] = 'Edit practice';
|
|
$string['taxonomy_edit_proficiency'] = 'Edit proficiency';
|
|
$string['taxonomy_edit_skill'] = 'Edit skill';
|
|
$string['taxonomy_edit_value'] = 'Edit value';
|
|
$string['taxonomy_indicator'] = 'Indicator';
|
|
$string['taxonomy_level'] = 'Level';
|
|
$string['taxonomy_outcome'] = 'Outcome';
|
|
$string['taxonomy_parent_behaviour'] = 'Parent behaviour';
|
|
$string['taxonomy_parent_competency'] = 'Parent competency';
|
|
$string['taxonomy_parent_concept'] = 'Parent concept';
|
|
$string['taxonomy_parent_domain'] = 'Parent domain';
|
|
$string['taxonomy_parent_indicator'] = 'Parent indicator';
|
|
$string['taxonomy_parent_level'] = 'Parent level';
|
|
$string['taxonomy_parent_outcome'] = 'Parent outcome';
|
|
$string['taxonomy_parent_practice'] = 'Parent practice';
|
|
$string['taxonomy_parent_proficiency'] = 'Parent proficiency';
|
|
$string['taxonomy_parent_skill'] = 'Parent skill';
|
|
$string['taxonomy_parent_value'] = 'Parent value';
|
|
$string['taxonomy_practice'] = 'Practice';
|
|
$string['taxonomy_proficiency'] = 'Proficiency';
|
|
$string['taxonomy_selected_behaviour'] = 'Selected behaviour';
|
|
$string['taxonomy_selected_competency'] = 'Selected competency';
|
|
$string['taxonomy_selected_concept'] = 'Selected concept';
|
|
$string['taxonomy_selected_domain'] = 'Selected domain';
|
|
$string['taxonomy_selected_indicator'] = 'Selected indicator';
|
|
$string['taxonomy_selected_level'] = 'Selected level';
|
|
$string['taxonomy_selected_outcome'] = 'Selected outcome';
|
|
$string['taxonomy_selected_practice'] = 'Selected practice';
|
|
$string['taxonomy_selected_proficiency'] = 'Selected proficiency';
|
|
$string['taxonomy_selected_skill'] = 'Selected skill';
|
|
$string['taxonomy_selected_value'] = 'Selected value';
|
|
$string['taxonomy_skill'] = 'Skill';
|
|
$string['taxonomy_value'] = 'Value';
|
|
$string['templatecompetencies'] = 'Template competencies';
|
|
$string['templatecreated'] = 'Learning plan template created';
|
|
$string['templatename'] = 'Name';
|
|
$string['templates'] = 'Learning plan templates';
|
|
$string['templateupdated'] = 'Learning plan template updated';
|
|
$string['usercompetencystatus_idle'] = 'Idle';
|
|
$string['usercompetencystatus_inreview'] = 'In review';
|
|
$string['usercompetencystatus_waitingforreview'] = 'Waiting for review';
|
|
$string['visible'] = 'Visible';
|
|
$string['visible_help'] = 'A competency framework can be hidden from teachers. This could be useful if a framework is still in the process of being developed.';
|