MDL-63064 block_starredcourses: move lang strings to core_course
[moodle.git] / blocks / myoverview / lang / en / block_myoverview.php
blobde95d3caf26b7c9ce64880109242ec19caa18481
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 * 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['all'] = 'All';
26 $string['addtofavourites'] = 'Star this course';
27 $string['aria:addtofavourites'] = 'Star for';
28 $string['aria:allcourses'] = 'All courses';
29 $string['aria:card'] = 'Switch to card view';
30 $string['aria:controls'] = 'Course overview controls';
31 $string['aria:courseactions'] = 'Actions for current course';
32 $string['aria:coursesummary'] = 'Course summary text:';
33 $string['aria:courseprogress'] = 'Course progress:';
34 $string['aria:displaydropdown'] = 'Display dropdown';
35 $string['aria:favourites'] = 'Show starred courses';
36 $string['aria:future'] = 'Show future courses';
37 $string['aria:groupingdropdown'] = 'Grouping dropdown';
38 $string['aria:inprogress'] = 'Show in courses in progress';
39 $string['aria:lastaccessed'] = 'Sort courses by last accessed date';
40 $string['aria:list'] = 'Switch to list view';
41 $string['aria:title'] = 'Sort courses by title';
42 $string['aria:past'] = 'Show past courses';
43 $string['aria:removefromfavourites'] = 'Remove star for';
44 $string['aria:summary'] = 'Switch to summary view';
45 $string['aria:sortingdropdown'] = 'Sorting dropdown';
46 $string['card'] = 'Card';
47 $string['cards'] = 'Cards';
48 $string['complete'] = 'Complete';
49 $string['favourites'] = 'Starred';
50 $string['future'] = 'Future';
51 $string['inprogress'] = 'In progress';
52 $string['lastaccessed'] = 'Last accessed';
53 $string['list'] = 'List';
54 $string['myoverview:addinstance'] = 'Add a new course overview block';
55 $string['myoverview:myaddinstance'] = 'Add a new course overview block to Dashboard';
56 $string['nocourses'] = 'No courses';
57 $string['past'] = 'Past';
58 $string['pluginname'] = 'Course overview';
59 $string['privacy:metadata:overviewsortpreference'] = 'The Course overview block sort preference.';
60 $string['privacy:metadata:overviewviewpreference'] = 'The Course overview block view preference.';
61 $string['privacy:metadata:overviewgroupingpreference'] = 'The Course overview block grouping preference.';
62 $string['removefromfavourites'] = 'Unstar this course';
63 $string['summary'] = 'Summary';
64 $string['title'] = 'Title';
66 // Deprecated since Moodle 3.6.
67 $string['defaulttab'] = 'Default tab';
68 $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.';
69 $string['morecourses'] = 'More courses';
70 $string['nocoursesinprogress'] = 'No in progress courses';
71 $string['nocoursesfuture'] = 'No future courses';
72 $string['nocoursespast'] = 'No past courses';
73 $string['noevents'] = 'No upcoming activities due';
74 $string['next30days'] = 'Next 30 days';
75 $string['next7days'] = 'Next 7 days';
76 $string['recentlyoverdue'] = 'Recently overdue';
77 $string['sortbycourses'] = 'Sort by courses';
78 $string['sortbydates'] = 'Sort by dates';
79 $string['timeline'] = 'Timeline';
80 $string['viewcoursename'] = 'View course {$a}';
81 $string['privacy:metadata:overviewlasttab'] = 'This stores the last tab selected by the user on the overview block.';