Merge branch 'MDL-53293-master' of git://github.com/andrewnicols/moodle
[moodle.git] / enrol / lti / lang / en / enrol_lti.php
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/>.
17 /**
18  * LTI enrolment plugin version information
19  *
20  * @package enrol_lti
21  * @copyright 2016 Mark Nelson <markn@moodle.com>
22  * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23  */
25 $string['enrolenddate'] = 'End date';
26 $string['enrolenddate_help'] = 'If enabled, users can access until this date only.';
27 $string['enrolenddateerror'] = 'Enrolment end date cannot be earlier than start date';
28 $string['enrolisdisabled'] = 'The LTI enrolment plugin is disabled.';
29 $string['enrolperiod'] = 'Enrolment duration';
30 $string['enrolperiod_help'] = 'Length of time that the enrolment is valid, starting with the moment the user enrols themselves from the remote system. If disabled, the enrolment duration will be unlimited.';
31 $string['enrolmentfinished'] = 'Enrolment finished.';
32 $string['enrolmentnotstarted'] = 'Enrolment has not started.';
33 $string['enrolstartdate'] = 'Start date';
34 $string['enrolstartdate_help'] = 'If enabled, users can access from this date onward only.';
35 $string['globalsharedsecret'] = 'Global shared secret';
36 $string['gradesync'] = 'Grade synchronisation';
37 $string['gradesync_help'] = 'This determines if we want grade synchronisation to occur.';
38 $string['maxenrolled'] = 'Maximum enrolled';
39 $string['maxenrolled_help'] = 'Specifies the maximum number of users that can access from the remote system. The value \'0\' means there is no limit.';
40 $string['maxenrolledreached'] = 'Maximum number of users allowed to access was already reached.';
41 $string['membersync'] = 'Member synchronisation';
42 $string['membersync_help'] = 'This determines if we want member synchronisation to occur.';
43 $string['membersyncmode'] = 'Members synchronisation mode';
44 $string['membersyncmode_help'] = 'This setting determines what we should do when synchronising members.';
45 $string['membersyncmodeenrolandunenrol'] = 'Enrol new and unenrol missing members';
46 $string['membersyncmodeenrolnew'] = 'Enrol new members';
47 $string['membersyncmodeunenrolmissing'] = 'Unenrol missing members';
48 $string['notoolsprovided'] = 'No tools provided';
49 $string['lti:config'] = 'Configure LTI enrol instances';
50 $string['lti:unenrol'] = 'Unenrol users from the course';
51 $string['pluginname'] = 'Shared external tool';
52 $string['pluginname_desc'] = 'The shared external tool plugin allows externals users to access a course or an activity via a unique link - this requires the LTI authentication plugin to be enabled.';
53 $string['remotesystem'] = 'Remote system';
54 $string['requirecompletion'] = 'Require the course or activity to be completed before sending the grades';
55 $string['roleinstructor'] = 'Role for instructor';
56 $string['roleinstructor_help'] = 'This is the role that will be assigned at the context of the tool specificed to LTI consumer instructor.';
57 $string['rolelearner'] = 'Role for learner';
58 $string['rolelearner_help'] = 'This is the role that will be assigned at the context of the tool specificed to the LTI consumer student.';
59 $string['secret'] = 'Secret';
60 $string['secret_help'] = 'This is the secret that is shared with the LTI consumer in order for them to access this tool';
61 $string['sharedexternaltools'] = 'Shared external tools';
62 $string['syncsettings'] = 'Synchronisation settings';
63 $string['tooldoesnotexist'] = 'The requested tool does not exist.';
64 $string['tasksyncgrades'] = 'Handles syncing grades with the consumer';
65 $string['tasksyncmembers'] = 'Handles syncing members with the consumer';
66 $string['toolsprovided'] = 'Tools provided';
67 $string['tooltobeprovided'] = 'Tool to be provided';
68 $string['userdefaultvalues'] = 'User default values';