mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-13481 Fork fullname - fullnamecourse and fullnameuser
This commit instructs AMOS to use the current value of fullname as the initial value of fullnamecourse and fullnameuser. AMOS BEGIN CPY [fullname,core],[fullnamecourse,core] CPY [fullname,core],[fullnameuser,core] AMOS END
This commit is contained in:
parent
a27aa5c620
commit
6779719e16
1 changed files with 2 additions and 2 deletions
|
@ -757,10 +757,10 @@ $string['frontpagesettings'] = 'Front page settings';
|
||||||
$string['frontpagetopiconly'] = 'Topic section';
|
$string['frontpagetopiconly'] = 'Topic section';
|
||||||
$string['fulllistofcourses'] = 'All courses';
|
$string['fulllistofcourses'] = 'All courses';
|
||||||
$string['fullname'] = 'Full name';
|
$string['fullname'] = 'Full name';
|
||||||
$string['fullnamecourse'] = 'Course full name';
|
$string['fullnamecourse'] = 'Course full name'; // fork of fullname
|
||||||
$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['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['fullnamedisplay'] = '{$a->firstname} {$a->lastname}';
|
||||||
$string['fullnameuser'] = 'User full name';
|
$string['fullnameuser'] = 'User full name'; // fork of fullname
|
||||||
$string['fullprofile'] = 'Full profile';
|
$string['fullprofile'] = 'Full profile';
|
||||||
$string['fullsitename'] = 'Full site name';
|
$string['fullsitename'] = 'Full site name';
|
||||||
$string['functiondisabled'] = 'That functionality is currently disabled';
|
$string['functiondisabled'] = 'That functionality is currently disabled';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue