mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-42710 course: management cat sorting perfecting taking place
This commit is contained in:
parent
61bac37cf1
commit
e69a0251dc
4 changed files with 28 additions and 40 deletions
|
@ -1479,18 +1479,12 @@ $string['resetstartdate'] = 'Reset start date';
|
|||
$string['resetstatus'] = 'Status';
|
||||
$string['resettask'] = 'Task';
|
||||
$string['resettodefaults'] = 'Reset to defaults';
|
||||
$string['resortcategories'] = 'Sort categories';
|
||||
$string['resortcategoriesbyname'] = 'Sort the top level categories by name';
|
||||
$string['resortcategoriesbyidnumber'] = 'Sort the top level categories by idnumber';
|
||||
$string['resortsubcategoriesbyname'] = 'Sort subcategories by name';
|
||||
$string['resortsubcategoriesbyidnumber'] = 'Sort subcategories by idnumber';
|
||||
$string['resortcourses'] = 'Sort courses';
|
||||
$string['resortcoursesbyname'] = 'Sort courses by name';
|
||||
$string['resortbyname'] = 'By name';
|
||||
$string['resortbyshortname'] = 'By shortname';
|
||||
$string['resortbyfullname'] = 'By fullname';
|
||||
$string['resortbyidnumber'] = 'By idnumber';
|
||||
$string['resortselectedcategoriesby'] = 'Sort subcategories of selected categories';
|
||||
$string['resource'] = 'Resource';
|
||||
$string['resourcedisplayauto'] = 'Automatic';
|
||||
$string['resourcedisplaydownload'] = 'Force download';
|
||||
|
@ -1682,8 +1676,11 @@ $string['sort'] = 'Sort';
|
|||
$string['sortby'] = 'Sort by';
|
||||
$string['sortbyx'] = 'Sort by {$a} ascending';
|
||||
$string['sortbyxreverse'] = 'Sort by {$a} descending';
|
||||
$string['sortcategoriesby'] = 'Sort categories by';
|
||||
$string['sortcoursesby'] = 'Sort courses by';
|
||||
$string['sortcategoriesbyname'] = 'Sort categories by name';
|
||||
$string['sortcategoriesbyidnumber'] = 'Sort categories by ID number';
|
||||
$string['sortcoursesbyfullname'] = 'Sort courses by full name';
|
||||
$string['sortcoursesbyshortname'] = 'Sort courses by short name';
|
||||
$string['sortcoursesbyidnumber'] = 'Sort courses by ID number';
|
||||
$string['sorting'] = 'Sorting';
|
||||
$string['sourcerole'] = 'Source role';
|
||||
$string['specifyname'] = 'You must specify a name.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue