mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-32275 enrol: Last site access column now shows last course access
This commit is contained in:
parent
272fec367f
commit
e89682d822
6 changed files with 28 additions and 13 deletions
|
@ -779,6 +779,7 @@ $string['first'] = 'First';
|
|||
$string['firstaccess'] = 'First access';
|
||||
$string['firstname'] = 'First name';
|
||||
$string['firstnamephonetic'] = 'First name - phonetic';
|
||||
$string['firstsiteaccess'] = 'First access to site';
|
||||
$string['firsttime'] = 'Is this your first time here?';
|
||||
$string['folder'] = 'Folder';
|
||||
$string['folderclosed'] = 'Closed folder';
|
||||
|
@ -1007,12 +1008,14 @@ $string['language'] = 'Language';
|
|||
$string['languagegood'] = 'This language pack is up-to-date! :-)';
|
||||
$string['last'] = 'Last';
|
||||
$string['lastaccess'] = 'Last access';
|
||||
$string['lastcourseaccess'] = 'Last access to course';
|
||||
$string['lastedited'] = 'Last edited';
|
||||
$string['lastip'] = 'Last IP address';
|
||||
$string['lastlogin'] = 'Last login';
|
||||
$string['lastmodified'] = 'Last modified';
|
||||
$string['lastname'] = 'Surname';
|
||||
$string['lastnamephonetic'] = 'Surname - phonetic';
|
||||
$string['lastsiteaccess'] = 'Last access to site';
|
||||
$string['lastyear'] = 'Last year';
|
||||
$string['latestlanguagepack'] = 'Check for latest language pack on moodle.org';
|
||||
$string['layouttable'] = 'Layout table';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue