MDL-59369 user: Add status column to the participants table

This commit is contained in:
Jun Pataleta 2017-07-13 10:18:15 +08:00
parent afa752eb12
commit fb7929677a
3 changed files with 71 additions and 3 deletions

View file

@ -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}';