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