2 // This file is part of Moodle - http://moodle.org/
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.
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/>.
18 * Lang strings for the My overview block.
20 * @package block_myoverview
21 * @copyright Mark Nelson <markn@moodle.com>
22 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25 $string['allincludinghidden'] = 'All';
26 $string['all'] = 'All (except removed from view)';
27 $string['addtofavourites'] = 'Star this course';
28 $string['aria:addtofavourites'] = 'Star for';
29 $string['aria:allcoursesincludinghidden'] = 'Show all courses';
30 $string['aria:allcourses'] = 'Show all courses except courses removed from view';
31 $string['aria:card'] = 'Switch to card view';
32 $string['aria:controls'] = 'Course overview controls';
33 $string['aria:courseactions'] = 'Actions for current course';
34 $string['aria:coursesummary'] = 'Course summary text:';
35 $string['aria:courseprogress'] = 'Course progress:';
36 $string['aria:customfield'] = 'Show {$a} courses';
37 $string['aria:displaydropdown'] = 'Display drop-down menu';
38 $string['aria:favourites'] = 'Show starred courses';
39 $string['aria:future'] = 'Show future courses';
40 $string['aria:groupingdropdown'] = 'Grouping drop-down menu';
41 $string['aria:inprogress'] = 'Show courses in progress';
42 $string['aria:lastaccessed'] = 'Sort courses by last accessed date';
43 $string['aria:list'] = 'Switch to list view';
44 $string['aria:title'] = 'Sort courses by course name';
45 $string['aria:past'] = 'Show past courses';
46 $string['aria:removefromfavourites'] = 'Remove star for';
47 $string['aria:summary'] = 'Switch to summary view';
48 $string['aria:sortingdropdown'] = 'Sorting drop-down menu';
49 $string['availablegroupings'] = 'Available filters';
50 $string['availablegroupings_desc'] = 'Course filters which are available for selection by users. If none are selected, all courses will be displayed.';
51 $string['card'] = 'Card';
52 $string['cards'] = 'Cards';
53 $string['courseprogress'] = 'Course progress:';
54 $string['completepercent'] = '{$a}% complete';
55 $string['customfield'] = 'Custom field';
56 $string['customfiltergrouping'] = 'Field to use';
57 $string['customfiltergrouping_nofields'] = 'This option requires a course custom field to be set up and visible to everyone.';
58 $string['displaycategories'] = 'Display categories';
59 $string['displaycategories_help'] = 'Display the course category on dashboard course items including cards, list items and summary items.';
60 $string['favourites'] = 'Starred';
61 $string['future'] = 'Future';
62 $string['inprogress'] = 'In progress';
63 $string['lastaccessed'] = 'Last accessed';
64 $string['layouts'] = 'Available layouts';
65 $string['layouts_help'] = 'Course overview layouts which are available for selection by users. If none are selected, the card layout will be used.';
66 $string['list'] = 'List';
67 $string['myoverview:myaddinstance'] = 'Add a new course overview block to Dashboard';
68 $string['nocustomvalue'] = 'No {$a}';
69 $string['past'] = 'Past';
70 $string['pluginname'] = 'Course overview';
71 $string['privacy:metadata:overviewsortpreference'] = 'The Course overview block sort preference.';
72 $string['privacy:metadata:overviewviewpreference'] = 'The Course overview block view preference.';
73 $string['privacy:metadata:overviewgroupingpreference'] = 'The Course overview block grouping preference.';
74 $string['privacy:metadata:overviewpagingpreference'] = 'The Course overview block paging preference.';
75 $string['removefromfavourites'] = 'Unstar this course';
76 $string['summary'] = 'Summary';
77 $string['title'] = 'Course name';
78 $string['aria:hidecourse'] = 'Remove {$a} from view';
79 $string['aria:showcourse'] = 'Restore {$a} to view';
80 $string['aria:hiddencourses'] = 'Show courses removed from view';
81 $string['hidden'] = 'Courses removed from view';
82 $string['hidecourse'] = 'Remove from view';
83 $string['hiddencourses'] = 'Removed from view';
84 $string['show'] = 'Restore to view';
85 $string['privacy:request:preference:set'] = 'The value of the setting \'{$a->name}\' was \'{$a->value}\'';
87 // Deprecated since Moodle 3.6.
88 $string['defaulttab'] = 'Default tab';
89 $string['defaulttab_desc'] = 'The tab that will be displayed when a user first views their course overview. When returning to their course overview, the user\'s active tab is remembered.';
90 $string['morecourses'] = 'More courses';
91 $string['nocoursesinprogress'] = 'No in progress courses';
92 $string['nocoursesfuture'] = 'No future courses';
93 $string['nocoursespast'] = 'No past courses';
94 $string['noevents'] = 'No upcoming activities due';
95 $string['next30days'] = 'Next 30 days';
96 $string['next7days'] = 'Next 7 days';
97 $string['recentlyoverdue'] = 'Recently overdue';
98 $string['sortbycourses'] = 'Sort by courses';
99 $string['sortbydates'] = 'Sort by dates';
100 $string['timeline'] = 'Timeline';
101 $string['viewcoursename'] = 'View course {$a}';
102 $string['privacy:metadata:overviewlasttab'] = 'This stores the last tab selected by the user on the overview block.';
103 $string['viewcourse'] = 'View course';
105 // Deprecated since Moodle 3.7.
106 $string['complete'] = 'complete';
107 $string['nocourses'] = 'No courses';