Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 21... Línea 21...
21
 * @copyright  2010 onwards Petr Skoda  {@link http://skodak.org}
21
 * @copyright  2010 onwards Petr Skoda  {@link http://skodak.org}
22
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
22
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23
 */
23
 */
Línea 24... Línea 24...
24
 
24
 
25
$string['addgroup'] = 'Add to group';
25
$string['addgroup'] = 'Add to group';
26
$string['coursesort'] = 'Sort course list';
26
$string['coursesort'] = 'Source course list order';
27
$string['coursesort_help'] = 'This determines whether the list of courses that can be linked are sorted by sort order (i.e. the order set in Site administration > Courses > Manage courses and categories) or alphabetically by course setting.';
27
$string['coursesort_help'] = 'When linking the source course to the target course, how should source courses be ordered?';
28
$string['creategroup'] = 'Create new group';
28
$string['creategroup'] = 'Create new group';
29
$string['defaultgroupnametext'] = '{$a->name} course {$a->increment}';
29
$string['defaultgroupnametext'] = '{$a->name} course {$a->increment}';
30
$string['enrolmetasynctask'] = 'Meta enrolment sync task';
30
$string['enrolmetasynctask'] = 'Meta enrolment sync task';
31
$string['linkedcourse'] = 'Link course';
31
$string['linkedcourse'] = 'Link course';
32
$string['meta:config'] = 'Configure meta enrol instances';
32
$string['meta:config'] = 'Configure meta enrol instances';
33
$string['meta:selectaslinked'] = 'Select course as meta linked';
33
$string['meta:selectaslinked'] = 'Select course as meta linked';
34
$string['meta:unenrol'] = 'Unenrol suspended users';
34
$string['meta:unenrol'] = 'Unenrol suspended users';
35
$string['nosyncroleids'] = 'Roles that are not synchronised';
35
$string['nosyncroleids'] = 'Roles that are not synchronised';
36
$string['nosyncroleids_desc'] = 'By default all course level role assignments are synchronised from parent to child courses. Roles that are selected here will not be included in the synchronisation process. The roles available for synchronisation will be updated in the next cron execution.';
36
$string['nosyncroleids_desc'] = 'Select any roles that should not be synchronised between the source course to the target course.';
37
$string['pluginname'] = 'Course meta link';
37
$string['pluginname'] = 'Course meta link';
38
$string['pluginname_desc'] = 'Course meta link enrolment plugin synchronises enrolments and roles in two different courses.';
38
$string['pluginname_desc'] = 'The course meta link synchronises enrolments and roles from the source course to the target course.';
39
$string['syncall'] = 'Synchronise all enrolled users';
39
$string['syncall'] = 'Synchronise all enrolled users';
40
$string['samemetacourse'] = 'You can\'t add a meta link to the same course.';
40
$string['samemetacourse'] = 'You can\'t add a meta link to the same course.';
41
$string['syncall_desc'] = 'If enabled all enrolled users are synchronised even if they have no role in parent course, if disabled only users that have at least one synchronised role are enrolled in child course.';
41
$string['syncall_desc'] = 'If enabled, all enrolled users are synchronised from the source course even if they have no role in it. Otherwise, only users that have at least one role are enrolled in the target course.';
42
$string['privacy:metadata:core_group'] = 'Enrol meta plugin can create a new group or use an existing group to add all the participants of the course linked.';
42
$string['privacy:metadata:core_group'] = 'The course meta link enrolment plugin can create a new group or use an existing group to add participants from the source course.';
43
$string['unknownmetacourse'] = 'Unknown meta course shortname';
43
$string['unknownmetacourse'] = 'Unknown meta course shortname';
44
$string['wscannotcreategroup'] = 'No permission to create group in linked course id = {$a}.';
44
$string['wscannotcreategroup'] = 'No permission to create group in linked course id = {$a}.';
45
$string['wsinvalidcourse'] = 'Course id = {$a} does not exist or no permission to link in meta enrolment.';
45
$string['wsinvalidcourse'] = 'Course ID = {$a} doesn\'t exist or you don\'t have permission to add a course meta link.';
46
$string['wsinvalidmetacourse'] = 'Meta course id = {$a} does not exist or no permission to add enrolment instance.';
46
$string['wsinvalidmetacourse'] = 'Meta course ID = {$a} doesn\'t exist or you don\'t have permission to add an enrolment instance.';