Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
// This file is part of Moodle - http://moodle.org/
3
//
4
// Moodle is free software: you can redistribute it and/or modify
5
// it under the terms of the GNU General Public License as published by
6
// the Free Software Foundation, either version 3 of the License, or
7
// (at your option) any later version.
8
//
9
// Moodle is distributed in the hope that it will be useful,
10
// but WITHOUT ANY WARRANTY; without even the implied warranty of
11
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
// GNU General Public License for more details.
13
//
14
// You should have received a copy of the GNU General Public License
15
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
16
 
17
/**
18
 * Strings for component 'enrol_coursecompleted', language 'en'.
19
 *
20
 * @package   enrol_coursecompleted
21
 * @copyright 2017 eWallah (www.eWallah.net)
22
 * @author    Renaat Debleu <info@eWallah.net>
23
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24
 */
25
 
26
$string['aftercourse'] = 'After completing course: {$a}';
27
$string['cachedef_compcourses'] = 'Enrolment on course completion cache';
28
$string['compcourse'] = 'Completed course';
29
$string['compcourse_help'] = 'Which course have to be completed.';
30
$string['confirmbulkdeleteenrolment'] = 'Are you sure you want to delete these user enrolments?';
31
$string['confirmbulkediteenrolment'] = 'Are you sure you want to change these user enrolments?';
32
$string['coursecompleted:config'] = 'Configure enrol coursecompletion instances';
33
$string['coursecompleted:enrolpast'] = 'Enrol users who completed courses in the past';
34
$string['coursecompleted:manage'] = 'Manage enrolled users';
35
$string['coursecompleted:unenrol'] = 'Unenrol users from course';
36
$string['coursecompleted:unenrolself'] = 'Unenrol self from the course';
37
$string['customwelcome'] = 'Custom welcome message';
38
$string['customwelcome_help'] = 'A custom welcome message may be added as plain text or Moodle-auto format, including HTML tags and multi-lang tags.
39
 
40
The following placeholders may be included in the message:
41
 
42
* Course name {$a->coursename}
43
* Completed course name {$a->completed}
44
* Link to user\'s profile page {$a->profileurl}
45
* User email {$a->email}
46
* User fullname {$a->fullname}';
47
$string['defaultrole'] = 'Default role assignment';
48
$string['defaultrole_desc'] = 'Select the role to assign to users when they are enrolled.';
49
$string['deleteselectedusers'] = 'Delete selected enrolments on course completion';
50
$string['editselectedusers'] = 'Edit selected enrolments on course completion';
51
$string['editusers'] = 'Change user enrolments';
52
$string['enrolenddate'] = 'End date';
53
$string['enrolenddate_help'] = 'If enabled, users will be automatically enrolled until this date only.';
54
$string['enrolperiod'] = 'Enrolment duration';
55
$string['enrolperiod_desc'] = 'Default length of time that the enrolment is valid. If set to zero, the enrolment duration will be unlimited by default.';
56
$string['enrolperiod_help'] = 'Length of time that the enrolment is valid, starting with the moment the user is enrolled. If disabled, the enrolment duration will be unlimited.';
57
$string['enrolstartdate'] = 'Start date';
58
$string['enrolstartdate_help'] = 'If enabled, users will only be enrolled automatically from this date onwards.';
59
$string['group'] = 'Keep group';
60
$string['group_help'] = 'Try to add users to a group with the same name';
61
$string['keepgroup'] = 'Default keep group setting';
62
$string['keepgroup_help'] = 'Default try to add users to a group with the same name';
63
$string['pluginname'] = 'Course completed enrolment';
64
$string['pluginname_desc'] = 'Course completed enrol plugin grants access to courses upon coursecompleted of a course.';
65
$string['privacy:metadata'] = 'The Course completed enrolment plugin does not store any personal data.';
66
$string['processexpirationstask'] = 'Course completed enrolment expiry task';
67
$string['status'] = 'Enabled';
68
$string['status_desc'] = 'Allow enrolment by coursecompleted by default.';
69
$string['status_help'] = 'This setting determines if the course completed enrolment is enabled.';
70
$string['status_link'] = 'enrol/coursecompleted';
71
$string['svglearnpath'] = 'Display learning path';
72
$string['svglearnpath_help'] = 'Display (possible) learning path using svg icons.';
73
$string['unenrolusers'] = 'Unenrol users';
74
$string['uponcompleting'] = 'Upon completing course {$a}';
75
$string['usersenrolled'] = '{$a} Users enrolled';
76
$string['welcome'] = 'Send course welcome message';
77
$string['welcome_help'] = 'When a user is enrolled in a course by completing another course, a welcome message email may be sent.';
78
$string['welcometocourse'] = 'Welcome to {$a->coursename}!
79
 
80
Congratulations!
81
 
82
After successfully completing {$a->completed}, you are now automatically enrolled in the following course {$a->coursename}.';
83
$string['willbeenrolled'] = 'You will be enrolled in this course when you complete course {$a}';