Differences Between: [Versions 310 and 311] [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403] [Versions 39 and 311]
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 * Lang strings for the My overview block. 19 * 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 23 */ 24 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 only'; 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:shortname'] = 'Sort courses by course short name'; 48 $string['aria:summary'] = 'Switch to summary view'; 49 $string['aria:sortingdropdown'] = 'Sorting drop-down menu'; 50 $string['availablegroupings'] = 'Available filters'; 51 $string['availablegroupings_desc'] = 'Course filters which are available for selection by users. If none are selected, all courses will be displayed.'; 52 $string['card'] = 'Card'; 53 $string['cards'] = 'Cards'; 54 $string['courseprogress'] = 'Course progress:'; 55 $string['completepercent'] = '{$a}% complete'; 56 $string['customfield'] = 'Custom field'; 57 $string['customfiltergrouping'] = 'Field to use'; 58 $string['customfiltergrouping_nofields'] = 'This option requires a course custom field to be set up and visible to everyone.'; 59 $string['displaycategories'] = 'Display categories'; 60 $string['displaycategories_help'] = 'Display the course category on dashboard course items including cards, list items and summary items.'; 61 $string['favourites'] = 'Starred'; 62 $string['future'] = 'Future'; 63 $string['inprogress'] = 'In progress'; 64 $string['lastaccessed'] = 'Last accessed'; 65 $string['layouts'] = 'Available layouts'; 66 $string['layouts_help'] = 'Course overview layouts which are available for selection by users. If none are selected, the card layout will be used.'; 67 $string['list'] = 'List'; 68 $string['myoverview:myaddinstance'] = 'Add a new course overview block to Dashboard'; 69 $string['nocustomvalue'] = 'No {$a}'; 70 $string['past'] = 'Past'; 71 $string['pluginname'] = 'Course overview'; 72 $string['privacy:metadata:overviewsortpreference'] = 'The Course overview block sort preference.'; 73 $string['privacy:metadata:overviewviewpreference'] = 'The Course overview block view preference.'; 74 $string['privacy:metadata:overviewgroupingpreference'] = 'The Course overview block grouping preference.'; 75 $string['privacy:metadata:overviewpagingpreference'] = 'The Course overview block paging preference.'; 76 $string['removefromfavourites'] = 'Unstar this course'; 77 $string['shortname'] = 'Short name'; 78 $string['summary'] = 'Summary'; 79 $string['title'] = 'Course name'; 80 $string['aria:hidecourse'] = 'Remove {$a} from view'; 81 $string['aria:showcourse'] = 'Restore {$a} to view'; 82 $string['aria:hiddencourses'] = 'Show courses removed from view'; 83 $string['hidden'] = 'Courses removed from view'; 84 $string['hidecourse'] = 'Remove from view'; 85 $string['hiddencourses'] = 'Removed from view'; 86 $string['show'] = 'Restore to view'; 87 $string['privacy:request:preference:set'] = 'The value of the setting \'{$a->name}\' was \'{$a->value}\''; 88 89 // Deprecated since Moodle 3.7. 90 $string['complete'] = 'complete'; 91 $string['nocourses'] = 'No courses';
title
Description
Body
title
Description
Body
title
Description
Body
title
Body