You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lang/en/local_bulkenrol.php
+22-5Lines changed: 22 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -25,17 +25,18 @@
25
25
defined('MOODLE_INTERNAL') || die();
26
26
27
27
$string['bulkenrol:enrolusers'] = 'Use user bulk enrolment';
28
-
$string['bulkenrol_form_intro'] = 'Here, you can bulk enrol users to your course. A user to be enrolled is identified by his e-mail address stored in his Moodle account.';
28
+
$string['bulkenrol_form_intro'] = 'Here, you can bulk enrol users to your course. A user to be enrolled is identified by their {$a}.';
29
+
$string['choose_field'] = 'Choose field to match list to';
$string['enrolplugin_desc'] = 'The enrolment method to be used to bulk enrol the users. If the configured enrolment method is not active / added in the course when the users are bulk-enrolled, it is automatically added / activated.';
34
35
$string['error_empty_line'] = 'Line {$a->line} is empty and will be ignored.';
35
36
$string['error_enrol_users'] = 'There was a problem when enrolling the users to the course.';
36
-
$string['error_enrol_user'] = 'There was a problem when enrolling the user with e-mail <em>{$a->email}</em> to the course.';
37
+
$string['error_enrol_user'] = 'There was a problem when enrolling the user <em>{$a->data}</em> to the course.';
$string['error_getting_user_for_email'] = 'There was a problem when getting the user record for e-mail address <em>{$a}</em> from the database.';
39
+
$string['error_getting_user_for_data'] = 'There was a problem when getting the user record for <em>{$a}</em> from the database.';
39
40
$string['error_group_add_members'] = 'There was a problem when adding the users to the course group(s).';
40
41
$string['error_group_add_member'] = 'There was a problem when adding the user with e-mail <em>{$a->email}</em> to the course group <em>{$a->group}</em>.';
41
42
$string['error_invalid_email'] = 'Invalid e-mail address found in line {$a->row} (<em>{$a->email}</em>). This line will be ignored.';
$string['error_no_data'] = 'No data found (<em>{$a}</em>). This line will be ignored.';
56
+
$string['error_no_record_found_for_data'] = 'No existing Moodle user account <em>{$a}</em> was found.<br />This line will be ignored, there won\'t be a Moodle user account created on-the-fly.';
57
+
$string['error_no_options_available'] = 'Your administrator has disabled all options. Please contact your administrator';
58
+
$string['error_list_empty'] = 'List is empty. Please add at least one fieldvalue';
59
+
$string['error_check_is_already_member'] = 'Error checking if the user (<em>{$a->data}</em>) is already a member of group (<em>{$a->groupname}</em>). {$a->error}';
60
+
$string['fieldoptions'] = 'Fieldoptions';
61
+
$string['fieldoptions_desc'] = 'Fields, that teachers can use as identifier to enrol students by.';
54
62
$string['pluginname'] = 'User bulk enrolment';
63
+
$string['or'] = 'or';
55
64
$string['privacy:metadata'] = 'The user bulk enrolment plugin acts as a tool to enrol users into courses, but does not store any personal data.';
56
65
$string['role'] = 'Role';
57
66
$string['role_assigned'] = 'Assigned role';
58
67
$string['role_description'] = 'The role to be used to bulk enrol the users.';
59
68
$string['row'] = 'Row';
60
-
$string['usermails'] = 'List of e-mail addresses';
61
-
$string['usermails_help'] = 'To enrol an existing Moodle user into this course, add his e-mail address to this form, one user / e-mail address per line.<br /><br />Example:<br />[email protected]<br />[email protected]<br /><br />Optionally, you are able to create groups and add the enrolled users to the groups. All you have to do is to add a heading line with a hash sign and the group\'s name, separating the list of users.<br /><br />Example:<br /># Group 1<br />[email protected]<br />[email protected]<br /># Group 2<br />[email protected]<br />[email protected]';
69
+
$string['userlist'] = 'List of users identified by your chosen field';
70
+
$string['userlist_singleoption'] = 'List of users identified by their {$a}';
71
+
$string['userlist_email'] = 'data input';
72
+
$string['userlist_username'] = 'data input';
73
+
$string['userlist_idnumber'] = 'data input';
74
+
$string['userlist_email_help'] = 'To enrol an existing Moodle user into this course, choose a field to identify the user by and add the identifier to the list. <br /><br />Example for field "email" :<br />[email protected]<br />[email protected]<br /><br />Optionally, you are able to create groups and add the enrolled users to the groups. All you have to do is to add a heading line with a hash sign and the group\'s name, separating the list of users.<br /><br />Example:<br /># Group 1<br />[email protected]<br />[email protected]<br /># Group 2<br />[email protected]<br />[email protected]';
75
+
$string['userlist_username_help'] = 'To enrol an existing Moodle user into this course, choose a field to identify the user by and add the identifier to the list. <br /><br />Example for field "username" :<br />alice<br />bob<br /><br />Optionally, you are able to create groups and add the enrolled users to the groups. All you have to do is to add a heading line with a hash sign and the group\'s name, separating the list of users.<br /><br />Example:<br /># Group 1<br />alice<br />bob<br /># Group 2<br />carol<br />dave';
76
+
$string['userlist_idnumber_help'] = 'To enrol an existing Moodle user into this course, choose a field to identify the user by and add the identifier to the list. <br /><br />Example for field "idnumber" :<br />1001<br />1002<br /><br />Optionally, you are able to create groups and add the enrolled users to the groups. All you have to do is to add a heading line with a hash sign and the group\'s name, separating the list of users.<br /><br />Example:<br /># Group 1<br />1001<br />1002<br /># Group 2<br />1003<br />1004';
62
77
$string['users_to_enrol_in_course'] = 'Users to be enrolled into the course';
63
78
$string['user_enroled'] = 'User enrolment';
64
79
$string['user_enroled_yes'] = 'User will be enrolled';
@@ -68,3 +83,5 @@
68
83
$string['user_groups_already'] = 'User is already group member';
0 commit comments