Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
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 Custom sections course format.
19
 *
20
 * @package   format_topics
21
 * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
22
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23
 */
24
 
25
$string['currentsection'] = 'Current section';
26
$string['hidefromothers'] = 'Hide';
27
$string['legacysectionname'] = 'Topic';
28
$string['newsection'] = 'New section';
29
$string['page-course-view-topics'] = 'Any course main page in custom sections format';
30
$string['page-course-view-topics-x'] = 'Any course page in custom sections format';
31
$string['pluginname'] = 'Custom sections';
32
$string['plugin_description'] = 'The course is divided into customisable sections.';
33
$string['privacy:metadata'] = 'The Custom sections format plugin does not store any personal data.';
34
$string['indentation'] = 'Allow indentation on course page';
35
$string['indentation_help'] = 'Allow teachers, and other users with the manage activities capability, to indent items on the course page.';
36
$string['section_highlight_feedback'] = 'Section {$a->name} highlighted.';
37
$string['section_unhighlight_feedback'] = 'Highlighting removed from section {$a->name}.';
38
$string['section0name'] = 'General';
39
$string['sectionname'] = 'Section';
40
$string['showfromothers'] = 'Show';