mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
126 lines
6.8 KiB
PHP
126 lines
6.8 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['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['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['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['erroreditingmodifiedplan'] = 'You can not edit a learning plan modified by another user if you don\'t have
|
|
tool/lp:planmanage or tool/lp:planmanageown capabilities.';
|
|
$string['errorplanstatus'] = 'Learning plans \'{$a}\' status unknown';
|
|
$string['hidden'] = 'Hidden';
|
|
$string['hiddenhint'] = '(hidden)';
|
|
$string['idnumber'] = 'Id number';
|
|
$string['itemstoadd'] = 'Items to add';
|
|
$string['learningplans'] = 'Learning plans';
|
|
$string['linkcompetencies'] = 'Link competencies';
|
|
$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:plancreatedraft'] = 'Create draft learning plans';
|
|
$string['lp:planmanageall'] = 'Manage learning plans';
|
|
$string['lp:planmanageown'] = 'Manage own learning plans';
|
|
$string['lp:planviewall'] = 'View all learning plans';
|
|
$string['lp:planviewown'] = 'View own 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['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['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['status'] = 'Status';
|
|
$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['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.';
|