| Línea 36... |
Línea 36... |
| 36 |
$string['custominstancename'] = 'Custom instance name';
|
36 |
$string['custominstancename'] = 'Custom instance name';
|
| 37 |
$string['customwelcomemessage'] = 'Custom welcome message';
|
37 |
$string['customwelcomemessage'] = 'Custom welcome message';
|
| 38 |
$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:
|
38 |
$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:
|
| 39 |
<ul>
|
39 |
<ul>
|
| 40 |
<li>Course name {$a->coursename}</li>
|
40 |
<li>Course name {$a->coursename}</li>
|
| - |
|
41 |
<li>Link to course page {$a->courselink}</li>
|
| 41 |
<li>Link to user\'s profile page {$a->profileurl}</li>
|
42 |
<li>Link to user\'s profile page {$a->profileurl}</li>
|
| 42 |
<li>User email {$a->email}</li>
|
43 |
<li>User email {$a->email}</li>
|
| 43 |
<li>User fullname {$a->fullname}</li>
|
44 |
<li>User fullname {$a->fullname}</li>
|
| 44 |
<li>User first name {$a->firstname}</li>
|
45 |
<li>User first name {$a->firstname}</li>
|
| 45 |
<li>User last name {$a->lastname}</li>
|
46 |
<li>User last name {$a->lastname}</li>
|
| 46 |
<li>User course role {$a->courserole}</li>
|
47 |
<li>User course role {$a->courserole}</li>
|
| 47 |
</ul>';
|
48 |
</ul>';
|
| 48 |
$string['customwelcomemessageplaceholder'] = 'Dear {$a->fullname}, you have successfully been enrolled to course {$a->coursename}';
|
49 |
$string['customwelcomemessageplaceholder'] = 'Hi {$a->firstname}, you are enrolled in the course {$a->coursename}.';
|
| 49 |
$string['defaultenrol'] = 'Add instance to new courses';
|
50 |
$string['defaultenrol'] = 'Add instance to new courses';
|
| 50 |
$string['defaultenrol_desc'] = 'It is possible to add this plugin to all new courses by default.';
|
51 |
$string['defaultenrol_desc'] = 'It is possible to add this plugin to all new courses by default.';
|
| 51 |
$string['deleteinstanceconfirm'] = 'You are about to delete the enrolment method "{$a->name}". All {$a->users} users currently enrolled using this method will be unenrolled and any course-related data such as users\' grades, group membership or forum subscriptions will be deleted.
|
52 |
$string['deleteinstanceconfirm'] = 'You are about to delete the enrolment method "{$a->name}". All {$a->users} users currently enrolled using this method will be unenrolled and any course-related data such as users\' grades, group membership or forum subscriptions will be deleted.
|
| Línea 52... |
Línea 53... |
| 52 |
|
53 |
|