Línea 34... |
Línea 34... |
34 |
$string['deleteselectedusers'] = 'Delete selected user enrolments';
|
34 |
$string['deleteselectedusers'] = 'Delete selected user enrolments';
|
35 |
$string['editselectedusers'] = 'Edit selected user enrolments';
|
35 |
$string['editselectedusers'] = 'Edit selected user enrolments';
|
36 |
$string['enrolenddate'] = 'End date';
|
36 |
$string['enrolenddate'] = 'End date';
|
37 |
$string['enrolenddate_help'] = 'If enabled, users can enrol themselves until this date only.';
|
37 |
$string['enrolenddate_help'] = 'If enabled, users can enrol themselves until this date only.';
|
38 |
$string['enrolenddaterror'] = 'Enrolment end date cannot be earlier than start date';
|
38 |
$string['enrolenddaterror'] = 'Enrolment end date cannot be earlier than start date';
|
- |
|
39 |
$string['enrolkeyrequired'] = 'An enrolment key will be required.';
|
39 |
$string['enrolme'] = 'Enrol me';
|
40 |
$string['enrolme'] = 'Enrol me';
|
40 |
$string['enrolperiod'] = 'Enrolment duration';
|
41 |
$string['enrolperiod'] = 'Enrolment duration';
|
41 |
$string['enrolperiod_desc'] = 'Default length of time that the enrolment is valid. If set to zero, the enrolment duration will be unlimited by default.';
|
42 |
$string['enrolperiod_desc'] = 'Default length of time that the enrolment is valid. If set to zero, the enrolment duration will be unlimited by default.';
|
42 |
$string['enrolperiod_help'] = 'Length of time that the enrolment is valid, starting with the moment the user enrols themselves. If disabled, the enrolment duration will be unlimited.';
|
43 |
$string['enrolperiod_help'] = 'Length of time that the enrolment is valid, starting with the moment the user enrols themselves. If disabled, the enrolment duration will be unlimited.';
|
43 |
$string['enrolstartdate'] = 'Start date';
|
44 |
$string['enrolstartdate'] = 'Start date';
|
Línea 115... |
Línea 116... |
115 |
$string['unenroluser'] = 'Do you really want to unenrol "{$a->user}" from course "{$a->course}"?';
|
116 |
$string['unenroluser'] = 'Do you really want to unenrol "{$a->user}" from course "{$a->course}"?';
|
116 |
$string['unenrolusers'] = 'Unenrol users';
|
117 |
$string['unenrolusers'] = 'Unenrol users';
|
117 |
$string['usepasswordpolicy'] = 'Use password policy';
|
118 |
$string['usepasswordpolicy'] = 'Use password policy';
|
118 |
$string['usepasswordpolicy_desc'] = 'Use standard password policy for enrolment keys.';
|
119 |
$string['usepasswordpolicy_desc'] = 'Use standard password policy for enrolment keys.';
|
119 |
$string['privacy:metadata'] = 'The Self enrolment plugin does not store any personal data.';
|
120 |
$string['privacy:metadata'] = 'The Self enrolment plugin does not store any personal data.';
|
120 |
|
- |
|
121 |
// Deprecated since Moodle 4.4.
|
- |
|
122 |
$string['customwelcomemessage'] = 'Custom welcome message';
|
- |
|
123 |
$string['customwelcomemessage_help'] = 'Accepted formats: Plain text or Moodle-auto format. HTML tags and multi-lang tags are also accepted, as well as the following placeholders:
|
- |
|
124 |
<ul>
|
- |
|
125 |
<li>Course name {$a->coursename}</li>
|
- |
|
126 |
<li>Link to user\'s profile page {$a->profileurl}</li>
|
- |
|
127 |
<li>User email {$a->email}</li>
|
- |
|
128 |
<li>User fullname {$a->fullname}</li>
|
- |
|
129 |
<li>User first name {$a->firstname}</li>
|
- |
|
130 |
<li>User last name {$a->lastname}</li>
|
- |
|
131 |
<li>User course role {$a->courserole}</li>
|
- |
|
132 |
</ul>';
|
- |
|
133 |
$string['welcometocourse'] = 'Welcome to {$a}';
|
- |
|
134 |
$string['welcometocoursetext'] = 'Welcome to {$a->coursename}!
|
- |
|
135 |
|
- |
|
136 |
If you have not done so already, you should edit your profile page so that we can learn more about you:
|
- |
|
137 |
|
- |
|
138 |
{$a->profileurl}';
|
- |
|