mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-40351 course overview block: improved strings
This commit is contained in:
parent
72ece42858
commit
7c8edb452e
@ -34,7 +34,7 @@ $string['defaultmaxcoursesdesc'] = 'Maximum courses which should be displayed on
|
||||
$string['expandall'] = 'Expand all course lists';
|
||||
$string['forcedefaultmaxcourses'] = 'Force maximum courses';
|
||||
$string['forcedefaultmaxcoursesdesc'] = 'If set then user will not be able to change his/her personal setting';
|
||||
$string['fullpath'] = 'Full path';
|
||||
$string['fullpath'] = 'All categories and subcategories';
|
||||
$string['hiddencoursecount'] = 'You have {$a} hidden course';
|
||||
$string['hiddencoursecountplural'] = 'You have {$a} hidden courses';
|
||||
$string['hiddencoursecountwithshowall'] = 'You have {$a->coursecount} hidden course ({$a->showalllink})';
|
||||
@ -48,15 +48,15 @@ $string['moveafterhere'] = 'Move {$a->movingcoursename} course after {$a->curren
|
||||
$string['movingcourse'] = 'You are moving: {$a->fullname} ({$a->cancellink})';
|
||||
$string['none'] = 'None';
|
||||
$string['numtodisplay'] = 'Number of courses to display: ';
|
||||
$string['onlyparentname'] = 'Only parent name';
|
||||
$string['onlyparentname'] = 'Parent category only';
|
||||
$string['otherexpanded'] = 'Other courses expanded';
|
||||
$string['pluginname'] = 'Course overview';
|
||||
$string['preservestates'] = 'Preserve expanded states';
|
||||
$string['shortnameprefix'] = 'Includes {$a}';
|
||||
$string['shortnamesufixsingular'] = ' (and {$a} other)';
|
||||
$string['shortnamesufixprural'] = ' (and {$a} others)';
|
||||
$string['showcategories'] = 'Show categories';
|
||||
$string['showcategoriesdesc'] = 'Should categories be displayed for each course boxes?';
|
||||
$string['showcategories'] = 'Categories to show';
|
||||
$string['showcategoriesdesc'] = 'Should course categories be displayed below each course?';
|
||||
$string['showchildren'] = 'Show children';
|
||||
$string['showchildrendesc'] = 'Should child courses be listed underneath the main course title?';
|
||||
$string['showwelcomearea'] = 'Show welcome area';
|
||||
|
Loading…
x
Reference in New Issue
Block a user