1 |
efrain |
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 |
* Strings for component 'qbank_managecategories', language 'en'
|
|
|
19 |
*
|
|
|
20 |
* @package qbank_managecategories
|
|
|
21 |
* @copyright 2021 Catalyst IT Australia Pty Ltd
|
|
|
22 |
* @author Guillermo Gomez Arias <guillermogomez@catalyst-au.net>
|
|
|
23 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
|
24 |
*/
|
|
|
25 |
|
1441 |
ariadna |
26 |
$string['after'] = 'After {$a}';
|
|
|
27 |
$string['before'] = 'Before {$a}';
|
|
|
28 |
$string['categoryincategory'] = 'Cannot move category in same category.';
|
|
|
29 |
$string['categorymoved'] = 'The category has been moved successfully.';
|
|
|
30 |
$string['confirmdelete'] = 'Delete category "{$a}"?. Any child categories will be moved to this category\'s parent.';
|
|
|
31 |
$string['descriptionnotdisplayed'] = 'Categories description not displayed';
|
|
|
32 |
$string['displaydescription'] = 'Categories description displayed';
|
|
|
33 |
$string['error:category'] = 'You must select a valid category';
|
|
|
34 |
$string['idnumberexists'] = 'ID number already in use. Change it to move or update category.';
|
|
|
35 |
$string['lastcategoryinthiscontext'] = 'This category is the only one in this context. You need to add another category if this category is to be moved.';
|
|
|
36 |
$string['movecategory'] = 'Move {$a}';
|
|
|
37 |
$string['newchild'] = 'As new child of {$a}';
|
1 |
efrain |
38 |
$string['pluginname'] = 'Manage categories';
|
1441 |
ariadna |
39 |
$string['privacy:preference:includesubcategories_filter_default'] = 'Indicates whether or not the "Also show questions from subcategories" filter option is enabled by default when the user views the question bank.';
|
|
|
40 |
$string['privacy:preference:showdescriptions'] = 'A flag to indicate whether or not category descriptions are shown.';
|
|
|
41 |
$string['questionsubcategoriesdisplayed'] = 'When selecting categories in the question bank, the "Also show questions from subcategories" option is used, so questions from subcategories are included in the filter results.';
|
|
|
42 |
$string['questionsubcategoriesnotdisplayed'] = 'When selecting categories in the question bank, the "Also show questions from subcategories" option is not used, so questions from subcategories are not included in the filter results.';
|
|
|
43 |
$string['showcategorydescription'] = 'Show descriptions';
|