mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-13481 Strings fullname and shortname are now deprecated
This is a final cleanup commit of fullname and shortname issue. All places where these strings were detected yet have been replaced with proper fullnamecourse or fullnameuser or some other context specific string. AMOS BEGIN CPY [fullname,core],[outcomefullname,core_grades] CPY [shortname,core],[outcomeshortname,core_grades] CPY [name,core],[rolefullname,core_role] CPY [shortname,core],[roleshortname,core_role] AMOS END
This commit is contained in:
parent
2b37004c28
commit
29cbe43189
17 changed files with 27 additions and 24 deletions
|
@ -707,11 +707,11 @@ $string['frontpagenews'] = 'News items';
|
|||
$string['frontpagesettings'] = 'Front page settings';
|
||||
$string['frontpagetopiconly'] = 'Topic section';
|
||||
$string['fulllistofcourses'] = 'All courses';
|
||||
$string['fullname'] = 'Full name';
|
||||
$string['fullnamecourse'] = 'Course full name'; // fork of fullname
|
||||
$string['fullname'] = 'Full name'; // @deprecated - use fullnamecourse or fullnameuser or some own context specific string
|
||||
$string['fullnamecourse'] = 'Course full name';
|
||||
$string['fullnamecourse_help'] = 'The full name of the course is displayed at the top of each page in the course and in the list of courses.';
|
||||
$string['fullnamedisplay'] = '{$a->firstname} {$a->lastname}';
|
||||
$string['fullnameuser'] = 'User full name'; // fork of fullname
|
||||
$string['fullnameuser'] = 'User full name';
|
||||
$string['fullprofile'] = 'Full profile';
|
||||
$string['fullsitename'] = 'Full site name';
|
||||
$string['functiondisabled'] = 'That functionality is currently disabled';
|
||||
|
@ -1469,7 +1469,7 @@ $string['separateandconnectedinfo'] = 'The scale based on the theory of separate
|
|||
$string['serverlocaltime'] = 'Server\'s local time';
|
||||
$string['setcategorytheme'] = 'Set category theme';
|
||||
$string['settings'] = 'Settings';
|
||||
$string['shortname'] = 'Short name';
|
||||
$string['shortname'] = 'Short name'; // @deprecated - use shortnamecourse or shortnameuser or some own context specific string
|
||||
$string['shortnamecollisionwarning'] = '[*] = This shortname is already in use by a course and will need to be changed upon approval';
|
||||
$string['shortnamecourse'] = 'Course short name';
|
||||
$string['shortnamecourse_help'] = 'The short name of the course is displayed in the navigation and is used in the subject line of course email messages.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue