|
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 | 29 | $string['choose_field'] = 'Choose field to match list to'; |
30 | 30 | $string['enrol_users_successful'] = 'User bulk enrolment successful'; |
31 | 31 | $string['enrol_users'] = 'Enrol users'; |
|
38 | 38 | $string['error_getting_user_for_data'] = 'There was a problem when getting the user record for <em>{$a}</em> from the database.'; |
39 | 39 | $string['error_group_add_members'] = 'There was a problem when adding the users to the course group(s).'; |
40 | 40 | $string['error_group_add_member'] = 'There was a problem when adding the user <em>{$a->data}</em> to the course group <em>{$a->group}</em>.'; |
41 | | -$string['error_invalid_email'] = 'Invalid e-mail address found in line {$a->row} (<em>{$a->email}</em>). This line will be ignored.'; |
42 | | -$string['error_more_than_one_record_for_data'] = 'More than one existing Moodle user account <em>{$a}</em>em> found.<br /> This line will be ignored, none of the existing Moodle users will be enrolled.'; |
43 | | -$string['error_no_email'] = 'No e-mail address found in line {$a->line} (<em>{$a->content}</em>). This line will be ignored.'; |
| 41 | +$string['error_more_than_one_record_for_data'] = 'More than one existing Moodle user account with {$a->field} <em>{$a->identifier}</em>em> found.<br /> This line will be ignored, none of the existing Moodle users will be enrolled.'; |
44 | 42 | $string['error_no_valid_data_in_list'] = 'No valid entrys were found in the given list.<br />Please <a href=\'{$a->url}\'>go back and check your input</a>.'; |
45 | | -$string['error_no_record_found_for_email'] = 'No existing Moodle user account with e-mail address <em>{$a}</em>.<br />This line will be ignored, there won\'t be a Moodle user account created on-the-fly.'; |
46 | | -$string['error_usermails_empty'] = 'List of e-mail addresses is empty. Please add at least one e-mail address.'; |
47 | | -$string['error_check_is_already_member'] = 'Error checking if the user (<em>{$a->email}</em>) is already a member of group (<em>{$a->groupname}</em>). {$a->error}'; |
48 | 43 | $string['groupinfos_headline'] = 'Groups included in the list'; |
49 | 44 | $string['group_name_headline'] = 'Group name'; |
50 | 45 | $string['group_status_create'] = 'Group will be created'; |
51 | 46 | $string['group_status_exists'] = 'Group already exists'; |
52 | 47 | $string['group_status_headline'] = 'Group status'; |
53 | 48 | $string['hints'] = 'Hints'; |
54 | | -$string['error_no_record_found_for_email'] = '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.'; |
55 | 49 | $string['error_no_data'] = 'No data found (<em>{$a}</em>). This line will be ignored.'; |
56 | 50 | $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_usermails_empty'] = 'List of e-mail addresses is empty. Please add at least one e-mail address.'; |
58 | | -$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}'; |
| 51 | +$string['error_no_options_available'] = 'Your administrator has disabled all options. Please contact your administrator'; |
59 | 52 | $string['error_list_empty'] = 'List is empty. Please add at least one fieldvalue'; |
60 | 53 | $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}'; |
61 | 54 | $string['fieldoptions'] = 'Fieldoptions'; |
62 | 55 | $string['fieldoptions_desc'] = 'Fields, that teachers can use as identifier to enrol students by.'; |
63 | 56 | $string['pluginname'] = 'User bulk enrolment'; |
| 57 | +$string['or'] = 'or'; |
64 | 58 | $string['privacy:metadata'] = 'The user bulk enrolment plugin acts as a tool to enrol users into courses, but does not store any personal data.'; |
65 | 59 | $string['role'] = 'Role'; |
66 | 60 | $string['role_assigned'] = 'Assigned role'; |
67 | 61 | $string['role_description'] = 'The role to be used to bulk enrol the users.'; |
68 | 62 | $string['row'] = 'Row'; |
69 | 63 | $string['userlist'] = 'List of users identified by your chosen field'; |
70 | | -$string[ 'userlist_help'] = 'To enrol an existing Moodle user into this course, choose a field to identify the user by and add the identifyer 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]'; |
| 64 | +$string['userlist_singleoption'] = 'List of users identified by their {$a}'; |
| 65 | +$string['userlist_email'] = 'data input'; |
| 66 | +$string['userlist_username'] = 'data input'; |
| 67 | +$string['userlist_idnumber'] = 'data input'; |
| 68 | +$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]'; |
| 69 | +$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'; |
| 70 | +$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'; |
71 | 71 | $string['users_to_enrol_in_course'] = 'Users to be enrolled into the course'; |
72 | 72 | $string['user_enroled'] = 'User enrolment'; |
73 | 73 | $string['user_enroled_yes'] = 'User will be enrolled'; |
|
0 commit comments