mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-59369 user: Add status column to the participants table
This commit is contained in:
parent
afa752eb12
commit
fb7929677a
3 changed files with 71 additions and 3 deletions
|
@ -104,6 +104,7 @@ $string['notenrollable'] = 'You can not enrol yourself in this course.';
|
|||
$string['notenrolledusers'] = 'Other users';
|
||||
$string['otheruserdesc'] = 'The following users are not enrolled in this course but do have roles, inherited or assigned within it.';
|
||||
$string['participationactive'] = 'Active';
|
||||
$string['participationnotcurrent'] = 'Not current';
|
||||
$string['participationstatus'] = 'Status';
|
||||
$string['participationsuspended'] = 'Suspended';
|
||||
$string['periodend'] = 'until {$a}';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue