Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 21... Línea 21...
21
 * @copyright 2021 Catalyst IT Australia Pty Ltd
21
 * @copyright 2021 Catalyst IT Australia Pty Ltd
22
 * @author    Guillermo Gomez Arias <guillermogomez@catalyst-au.net>
22
 * @author    Guillermo Gomez Arias <guillermogomez@catalyst-au.net>
23
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24
 */
24
 */
Línea -... Línea 25...
-
 
25
 
-
 
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}';
25
 
37
$string['newchild'] = 'As new child of {$a}';
-
 
38
$string['pluginname'] = 'Manage categories';
26
$string['pluginname'] = 'Manage categories';
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.';