MDL-63064 block_starredcourses: move lang strings to core_course

AMOS BEGIN
 MOV [aria:courseimage,block_myoverview],[aria:courseimage,core_course]
 MOV [aria:coursename,block_myoverview],[aria:coursename,core_course]
 MOV [aria:favourite,block_myoverview],[aria:favourite,core_course]
 MOV [favourite,block_myoverview],[favourite,core_course]
 MOV [notfavourite,block_myoverview],[notfavourite,core_course]
AMOS END
This commit is contained in:
Bas Brands 2018-10-31 11:18:07 +01:00 committed by lameze
parent f6c6f215be
commit 5c6db8d956
2 changed files with 5 additions and 5 deletions

View file

@ -29,12 +29,9 @@ $string['aria:allcourses'] = 'All courses';
$string['aria:card'] = 'Switch to card view'; $string['aria:card'] = 'Switch to card view';
$string['aria:controls'] = 'Course overview controls'; $string['aria:controls'] = 'Course overview controls';
$string['aria:courseactions'] = 'Actions for current course'; $string['aria:courseactions'] = 'Actions for current course';
$string['aria:courseimage'] = 'Course image:';
$string['aria:coursename'] = 'Course name:';
$string['aria:coursesummary'] = 'Course summary text:'; $string['aria:coursesummary'] = 'Course summary text:';
$string['aria:courseprogress'] = 'Course progress:'; $string['aria:courseprogress'] = 'Course progress:';
$string['aria:displaydropdown'] = 'Display dropdown'; $string['aria:displaydropdown'] = 'Display dropdown';
$string['aria:favourite'] = 'Course is starred';
$string['aria:favourites'] = 'Show starred courses'; $string['aria:favourites'] = 'Show starred courses';
$string['aria:future'] = 'Show future courses'; $string['aria:future'] = 'Show future courses';
$string['aria:groupingdropdown'] = 'Grouping dropdown'; $string['aria:groupingdropdown'] = 'Grouping dropdown';
@ -49,11 +46,9 @@ $string['aria:sortingdropdown'] = 'Sorting dropdown';
$string['card'] = 'Card'; $string['card'] = 'Card';
$string['cards'] = 'Cards'; $string['cards'] = 'Cards';
$string['complete'] = 'Complete'; $string['complete'] = 'Complete';
$string['favourite'] = 'Starred course';
$string['favourites'] = 'Starred'; $string['favourites'] = 'Starred';
$string['future'] = 'Future'; $string['future'] = 'Future';
$string['inprogress'] = 'In progress'; $string['inprogress'] = 'In progress';
$string['notfavourite'] = 'Not starred';
$string['lastaccessed'] = 'Last accessed'; $string['lastaccessed'] = 'Last accessed';
$string['list'] = 'List'; $string['list'] = 'List';
$string['myoverview:addinstance'] = 'Add a new course overview block'; $string['myoverview:addinstance'] = 'Add a new course overview block';

View file

@ -22,6 +22,11 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/ */
$string['aria:courseimage'] = 'Course image:';
$string['aria:coursename'] = 'Course name:';
$string['aria:favourite'] = 'Course is starred';
$string['favourite'] = 'Starred course';
$string['notfavourite'] = 'Not starred';
$string['privacy:perpage'] = 'The number of courses to show per page.'; $string['privacy:perpage'] = 'The number of courses to show per page.';
$string['privacy:completionpath'] = 'Course completion'; $string['privacy:completionpath'] = 'Course completion';
$string['privacy:metadata:completionsummary'] = 'The course contains completion information about the user.'; $string['privacy:metadata:completionsummary'] = 'The course contains completion information about the user.';