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 'course', language 'en', branch 'MOODLE_20_STABLE'
|
|
|
19 |
*
|
|
|
20 |
* @package core_courseformat
|
|
|
21 |
* @copyright 2021 Ferran Recio <ferran@moodle.com>
|
|
|
22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
|
23 |
*/
|
|
|
24 |
|
|
|
25 |
$string['addsection'] = 'Add section';
|
|
|
26 |
$string['availability_show'] = 'Show on course page';
|
|
|
27 |
$string['availability_show_help'] = 'Available to students (subject to any access restrictions which may be set).';
|
|
|
28 |
$string['availability_hide'] = 'Hide on course page';
|
|
|
29 |
$string['availability_hide_help'] = 'Not available to students.';
|
|
|
30 |
$string['availability_stealth'] = 'Make available but don\'t show on course page';
|
|
|
31 |
$string['availability_stealth_help'] = 'Available to students if you provide a link. Activities will still appear in the gradebook and other reports.';
|
|
|
32 |
$string['bulkedit'] = 'Bulk actions';
|
|
|
33 |
$string['bulkeditingcourse'] = 'Bulk edit course: {$a}';
|
|
|
34 |
$string['bulkcancel'] = 'Close bulk actions';
|
|
|
35 |
$string['bulkselection'] = '{$a} selected';
|
|
|
36 |
$string['bulkselection_plural'] = '{$a} selected';
|
|
|
37 |
$string['cm_delete_feedback'] = '{$a->name} deleted.';
|
|
|
38 |
$string['cm_delete_feedback_batch'] = 'Selected {$a->count} activities deleted.';
|
|
|
39 |
$string['cm_duplicate_feedback'] = '{$a->name} duplicated.';
|
|
|
40 |
$string['cm_duplicate_feedback_batch'] = 'Selected {$a->count} activities duplicated.';
|
|
|
41 |
$string['cm_hide_feedback'] = '{$a->name} is now hidden.';
|
|
|
42 |
$string['cm_hide_feedback_batch'] = 'The selected {$a->count} activities are now hidden.';
|
|
|
43 |
$string['cm_moveleft_feedback'] = '{$a->name} moved left.';
|
|
|
44 |
$string['cm_moveright_feedback'] = '{$a->name} moved right.';
|
|
|
45 |
$string['cm_nogroups_feedback'] = '{$a->name} group mode changed to No groups.';
|
|
|
46 |
$string['cm_separategroups_feedback'] = '{$a->name} group mode changed to Separate groups.';
|
|
|
47 |
$string['cm_show_feedback'] = '{$a->name} is now shown.';
|
|
|
48 |
$string['cm_show_feedback_batch'] = 'The selected {$a->count} activities are now shown.';
|
|
|
49 |
$string['cm_stealth_feedback'] = '{$a->name} is now available but not shown on the course page.';
|
|
|
50 |
$string['cm_stealth_feedback_batch'] = 'The selected {$a->count} activities are now available but not shown on the course page.';
|
|
|
51 |
$string['cm_visiblegroups_feedback'] = '{$a->name} group mode changed to Visible groups.';
|
|
|
52 |
$string['cmavailability'] = 'Activity availability';
|
|
|
53 |
$string['cmdelete_info'] = 'This will delete {$a->name} and any user data it contains.';
|
|
|
54 |
$string['cmdelete_title'] = 'Delete activity?';
|
|
|
55 |
$string['cmsdelete'] = 'Delete activities';
|
|
|
56 |
$string['cmsdelete_info'] = 'This will delete {$a->count} activities and any user data they contain.';
|
|
|
57 |
$string['cmsdelete_title'] = 'Delete selected activities?';
|
|
|
58 |
$string['cmsduplicate'] = 'Duplicate activities';
|
|
|
59 |
$string['cmsmove'] = 'Move activities';
|
|
|
60 |
$string['cmmove_title'] = 'Move activity';
|
|
|
61 |
$string['cmmove_info'] = 'Move {$a} after';
|
|
|
62 |
$string['cmsmove_title'] = 'Move selected activities';
|
|
|
63 |
$string['cmsmove_info'] = 'Move {$a} activities after';
|
|
|
64 |
$string['courseindex'] = 'Course index';
|
|
|
65 |
$string['courseindexoptions'] = 'Course index options';
|
|
|
66 |
$string['nobulkaction'] = 'No bulk actions available';
|
|
|
67 |
$string['preference:coursesectionspreferences'] = 'Section user preferences for course {$a}';
|
|
|
68 |
$string['privacy:metadata:preference:coursesectionspreferences'] = 'Section user preferences like collapsed and expanded.';
|
|
|
69 |
$string['section_hide_feedback'] = 'Course section {$a->name} hidden.';
|
|
|
70 |
$string['section_hide_feedback_batch'] = 'Selected {$a->count} course sections hidden.';
|
|
|
71 |
$string['section_show_feedback'] = 'Course section {$a->name} shown.';
|
|
|
72 |
$string['section_show_feedback_batch'] = 'Selected {$a->count} course sections shown.';
|
|
|
73 |
$string['section_delete_feedback'] = 'Course section {$a->name} deleted.';
|
|
|
74 |
$string['section_delete_feedback_batch'] = 'Selected {$a->count} course sections deleted.';
|
|
|
75 |
$string['sectionavailability_title'] = 'Section availability';
|
|
|
76 |
$string['sectiondelete_info'] = 'This will delete {$a->name} and all the activities it contains.';
|
|
|
77 |
$string['sectiondelete_title'] = 'Delete section?';
|
|
|
78 |
$string['sectionsavailability'] = 'Sections availability';
|
|
|
79 |
$string['sectionsavailability_title'] = 'Sections availability';
|
|
|
80 |
$string['sectionsdelete'] = 'Delete sections';
|
|
|
81 |
$string['sectionmove_info'] = 'Move {$a} after';
|
|
|
82 |
$string['sectionmove_title'] = 'Move section';
|
|
|
83 |
$string['sectionsdelete_info'] = 'This will delete {$a->count} sections and all the activities they contain.';
|
|
|
84 |
$string['sectionsdelete_title'] = 'Delete selected sections?';
|
|
|
85 |
$string['sectionsmove'] = 'Move sections';
|
|
|
86 |
$string['sectionsmove_info'] = 'Move {$a} sections after';
|
|
|
87 |
$string['sectionsmove_title'] = 'Move selected sections';
|
|
|
88 |
$string['selectcm'] = 'Select activity {$a}';
|
|
|
89 |
$string['selectsection'] = 'Select section {$a}';
|