mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-13481, Distinguish between course fullname and user fullname
This commit is contained in:
parent
317f94b0a2
commit
d6cc234114
12 changed files with 28 additions and 24 deletions
|
@ -671,6 +671,8 @@ $string['frontpagenews'] = 'News items';
|
|||
$string['frontpagetopiconly'] = 'Topic section';
|
||||
$string['fulllistofcourses'] = 'All courses';
|
||||
$string['fullname'] = 'Full name';
|
||||
$string['fullnamecourse'] = 'Course full name';
|
||||
$string['fullnameuser'] = 'User full name';
|
||||
$string['fullnamedisplay'] = '$a->firstname $a->lastname';
|
||||
$string['fullprofile'] = 'Full profile';
|
||||
$string['fullsitename'] = 'Full site name';
|
||||
|
@ -1324,6 +1326,8 @@ $string['serverlocaltime'] = 'Server\'s local time';
|
|||
$string['setcategorytheme'] = 'Set Category Theme';
|
||||
$string['settings'] = 'Settings';
|
||||
$string['shortname'] = 'Short name';
|
||||
$string['shortnamecourse'] = 'Course short name';
|
||||
$string['shortnameuser'] = 'User short name';
|
||||
$string['shortnamecollisionwarning'] = '[*] = This shortname is already in use by a course and will need to be changed upon approval';
|
||||
$string['shortnametaken'] = 'Short name is already used for another course ($a)';
|
||||
$string['shortsitename'] = 'Short name for site (eg single word)';
|
||||
|
@ -1644,4 +1648,4 @@ $string['zippingbackup'] = 'Zipping backup';
|
|||
|
||||
$string['authenticationplugins'] = 'Authentication Plugins';
|
||||
$string['chooseauthmethod'] = 'Choose authentication plugin';
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue