MDL-52106 tool_lp: Remove rules when manipulating competencies

This commit is contained in:
Frederic Massart 2015-12-17 19:09:32 +08:00
parent 29530d6356
commit 20c2fe3e98
8 changed files with 358 additions and 59 deletions

View file

@ -25,6 +25,7 @@
$string['actions'] = 'Actions';
$string['addcohorts'] = 'Add cohorts';
$string['addcompetency'] = 'Add competency';
$string['addingcompetencywillresetparentrule'] = 'Adding a new competency will remove the rule set on \'{$a}\'. Do you want to continue?';
$string['addnewcompetency'] = 'Add new competency';
$string['addnewcompetencyframework'] = 'Add new competency framework';
$string['addnewplan'] = 'Add new learning plan';
@ -69,6 +70,7 @@ $string['coveragesummary'] = '{$a->competenciescoveredcount} of {$a->competencie
$string['createplans'] = 'Create plans';
$string['default'] = 'Default';
$string['deletecompetency'] = 'Delete competency \'{$a}\'?';
$string['deletecompetencyparenthasrule'] = 'Delete competency \'{$a}\'? This will also remove the rule set on its parent.';
$string['deletecompetencyframework'] = 'Delete competency framework \'{$a}\'?';
$string['deleteplan'] = 'Delete plan \'{$a}\'?';
$string['deletetemplate'] = 'Delete learning plan template \'{$a}\'?';
@ -154,6 +156,8 @@ $string['move'] = 'Move';
$string['movecompetency'] = 'Move competency';
$string['movecompetencyafter'] = 'Move competency after \'{$a}\'';
$string['movecompetencyframework'] = 'Move competency framework';
$string['movecompetencywillresetrules'] = 'Moving the competency will remove the rules set on its parent and destination. Do you want to continune?';
$string['movecompetencytochildofselfwillresetrules'] = 'Moving the competency will remove its own rule, and the rules set on its parent and destination. Do you want to continune?';
$string['moveframeworkafter'] = 'Move competency framework after \'{$a}\'';
$string['movetonewparent'] = 'Relocate';
$string['myplans'] = 'My plans';