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 'format_weeks', language 'en', branch 'MOODLE_20_STABLE'
|
|
|
19 |
*
|
|
|
20 |
* @package format_weeks
|
|
|
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['addsection'] = 'Add week';
|
|
|
26 |
$string['automaticenddate'] = 'Calculate the end date from the number of sections';
|
|
|
27 |
$string['automaticenddate_help'] = 'If enabled, the end date for the course will be automatically calculated from the number of sections and the course start date.';
|
|
|
28 |
$string['currentsection'] = 'Current week';
|
|
|
29 |
$string['hidefromothers'] = 'Hide';
|
|
|
30 |
$string['page-course-view-weeks'] = 'Any course main page in weekly sections format';
|
|
|
31 |
$string['page-course-view-weeks-x'] = 'Any course page in weekly sections format';
|
|
|
32 |
$string['pluginname'] = 'Weekly sections';
|
|
|
33 |
$string['plugin_description'] = 'The course is divided into sections corresponding to each week, beginning from the course start date.';
|
|
|
34 |
$string['privacy:metadata'] = 'The Weekly sections format plugin does not store any personal data.';
|
|
|
35 |
$string['indentation'] = 'Allow indentation on course page';
|
|
|
36 |
$string['indentation_help'] = 'Allow teachers, and other users with the manage activities capability, to indent items on the course page.';
|
|
|
37 |
$string['section0name'] = 'General';
|
|
|
38 |
$string['sectionname'] = 'Week';
|
|
|
39 |
$string['showfromothers'] = 'Show';
|