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 |
* 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 (including removed from view)';
|
|
|
26 |
$string['all'] = 'All';
|
|
|
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 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:list'] = 'Switch to list view';
|
|
|
43 |
$string['aria:past'] = 'Show past courses';
|
|
|
44 |
$string['aria:removefromfavourites'] = 'Remove star for';
|
|
|
45 |
$string['aria:summary'] = 'Switch to summary view';
|
|
|
46 |
$string['aria:sortingdropdown'] = 'Sorting drop-down menu';
|
|
|
47 |
$string['availablegroupings'] = 'Available filters';
|
|
|
48 |
$string['availablegroupings_desc'] = 'Course filters which are available for selection by users. If none are selected, all courses will be displayed.';
|
|
|
49 |
$string['card'] = 'Card';
|
|
|
50 |
$string['cards'] = 'Cards';
|
|
|
51 |
$string['courseprogress'] = 'Course progress:';
|
|
|
52 |
$string['completepercent'] = '{$a}% complete';
|
|
|
53 |
$string['createcourse'] = 'Create course';
|
|
|
54 |
$string['customfield'] = 'Custom field';
|
|
|
55 |
$string['customfiltergrouping'] = 'Field to use';
|
|
|
56 |
$string['customfiltergrouping_nofields'] = 'This option requires a course custom field to be set up and visible to everyone.';
|
|
|
57 |
$string['displaycategories'] = 'Display categories';
|
|
|
58 |
$string['displaycategories_help'] = 'Display the course category on dashboard course items including cards, list items and summary items.';
|
|
|
59 |
$string['favourites'] = 'Starred';
|
|
|
60 |
$string['future'] = 'Future';
|
|
|
61 |
$string['inprogress'] = 'In progress';
|
|
|
62 |
$string['lastaccessed'] = 'Last accessed';
|
|
|
63 |
$string['layouts'] = 'Available layouts';
|
|
|
64 |
$string['layouts_help'] = 'Course overview layouts which are available for selection by users. If none are selected, the card layout will be used.';
|
|
|
65 |
$string['list'] = 'List';
|
|
|
66 |
$string['myoverview:myaddinstance'] = 'Add a new course overview block to Dashboard';
|
|
|
67 |
$string['nocustomvalue'] = 'No {$a}';
|
|
|
68 |
$string['past'] = 'Past';
|
|
|
69 |
$string['pluginname'] = 'Course overview';
|
|
|
70 |
$string['privacy:metadata:overviewsortpreference'] = 'The Course overview block sort preference.';
|
|
|
71 |
$string['privacy:metadata:overviewviewpreference'] = 'The Course overview block view preference.';
|
|
|
72 |
$string['privacy:metadata:overviewgroupingpreference'] = 'The Course overview block grouping preference.';
|
|
|
73 |
$string['privacy:metadata:overviewpagingpreference'] = 'The Course overview block paging preference.';
|
|
|
74 |
$string['removefromfavourites'] = 'Unstar this course';
|
|
|
75 |
$string['searchcourses'] = "Search courses";
|
|
|
76 |
$string['shortname'] = 'Short name';
|
|
|
77 |
$string['summary'] = 'Summary';
|
|
|
78 |
$string['title'] = 'Course name';
|
|
|
79 |
$string['aria:hidecourse'] = 'Remove {$a} from view';
|
|
|
80 |
$string['aria:showcourse'] = 'Restore {$a} to view';
|
|
|
81 |
$string['aria:hiddencourses'] = 'Show courses removed from view';
|
|
|
82 |
$string['hidden'] = 'Courses removed from view';
|
|
|
83 |
$string['hidecourse'] = 'Remove from view';
|
|
|
84 |
$string['hiddencourses'] = 'Removed from view';
|
|
|
85 |
$string['show'] = 'Restore to view';
|
|
|
86 |
$string['sortbytitle'] = 'Sort by course name';
|
|
|
87 |
$string['sortbylastaccessed'] = 'Sort by last accessed';
|
|
|
88 |
$string['sortbyshortname'] = 'Sort by short name';
|
|
|
89 |
$string['privacy:request:preference:set'] = 'The value of the setting \'{$a->name}\' was \'{$a->value}\'';
|
|
|
90 |
$string['viewquickstart'] = 'View Quickstart guide';
|
|
|
91 |
$string['zero_default_title'] = 'You\'re not enrolled in any course';
|
|
|
92 |
$string['zero_default_intro'] = 'Once you\'re enrolled in a course, it will appear here.';
|
|
|
93 |
$string['zero_request_title'] = 'Request your first course';
|
|
|
94 |
$string['zero_request_intro'] = 'Need help getting started? Check out the <a href="{$a->dochref}" title="{$a->doctitle}" target="{$a->doctarget}">Moodle documentation</a> or take your first steps with our <a href="{$a->quickhref}" title="{$a->quicktitle}" target="{$a->quicktarget}">Quickstart guide</a>.';
|
|
|
95 |
$string['zero_nocourses_title'] = 'Create your first course';
|
|
|
96 |
$string['zero_nocourses_intro'] = 'Need help getting started? Check out the <a href="{$a->dochref}" title="{$a->doctitle}" target="{$a->doctarget}">Moodle documentation</a> or take your first steps with our Quickstart guide.';
|