Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed Apr 5, 2024
1 parent 6061210 commit b785d77
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lang/en/enrol_auto.php
Expand Up @@ -22,21 +22,21 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

$string['auto:config'] = 'Configure auto enrol instances';
$string['auto:enrolself'] = 'Enrol self in the course';
$string['auto:manage'] = 'Manage enrolled users';
$string['auto:unenrol'] = 'Unenrol users from course';
$string['auto:unenrolself'] = 'Unenrol self from the course';
$string['defaultrole'] = 'Default role assignment';
$string['defaultrole_desc'] = 'Select role which should be assigned to users during auto enrolment.';
$string['editenrolment'] = 'Edit enrolment';
$string['pluginname'] = 'Auto enrolment';
$string['pluginname_desc'] = 'The auto enrolment plugin automatically enrols users upon course view.';
$string['privacy:metadata'] = 'The auto enrolment plugin does not store any personal data.';
$string['role'] = 'Default assigned role';
$string['auto:config'] = 'Configure auto enrol instances';
$string['auto:enrolself'] = 'Enrol self in the course';
$string['auto:manage'] = 'Manage enrolled users';
$string['auto:unenrol'] = 'Unenrol users from course';
$string['auto:unenrolself'] = 'Unenrol self from the course';
$string['status'] = 'Allow auto enrolments';
$string['status_desc'] = 'Allow auto enrolments of users into course by default.';
$string['status_help'] = 'This setting determines whether this auto enrol plugin is enabled for this course.';
$string['unenrol'] = 'Unenrol user';
$string['unenroluser'] = 'Do you really want to unenrol "{$a->user}" from course "{$a->course}"?';
$string['unenrolselfconfirm'] = 'Do you really want to unenrol yourself from course "{$a}"?';
$string['unenroluser'] = 'Do you really want to unenrol "{$a->user}" from course "{$a->course}"?';

0 comments on commit b785d77

Please sign in to comment.