Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | 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_meta', language 'en'.
19
 *
20
 * @package    enrol_meta
21
 * @copyright  2010 onwards Petr Skoda  {@link http://skodak.org}
22
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23
 */
24
 
25
$string['addgroup'] = 'Add to group';
1441 ariadna 26
$string['coursesort'] = 'Source course list order';
27
$string['coursesort_help'] = 'When linking the source course to the target course, how should source courses be ordered?';
1 efrain 28
$string['creategroup'] = 'Create new group';
29
$string['defaultgroupnametext'] = '{$a->name} course {$a->increment}';
30
$string['enrolmetasynctask'] = 'Meta enrolment sync task';
31
$string['linkedcourse'] = 'Link course';
32
$string['meta:config'] = 'Configure meta enrol instances';
33
$string['meta:selectaslinked'] = 'Select course as meta linked';
34
$string['meta:unenrol'] = 'Unenrol suspended users';
35
$string['nosyncroleids'] = 'Roles that are not synchronised';
1441 ariadna 36
$string['nosyncroleids_desc'] = 'Select any roles that should not be synchronised between the source course to the target course.';
1 efrain 37
$string['pluginname'] = 'Course meta link';
1441 ariadna 38
$string['pluginname_desc'] = 'The course meta link synchronises enrolments and roles from the source course to the target course.';
1 efrain 39
$string['syncall'] = 'Synchronise all enrolled users';
40
$string['samemetacourse'] = 'You can\'t add a meta link to the same course.';
1441 ariadna 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'] = 'The course meta link enrolment plugin can create a new group or use an existing group to add participants from the source course.';
1 efrain 43
$string['unknownmetacourse'] = 'Unknown meta course shortname';
44
$string['wscannotcreategroup'] = 'No permission to create group in linked course id = {$a}.';
1441 ariadna 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} doesn\'t exist or you don\'t have permission to add an enrolment instance.';
1 efrain 47
$string['wsnoinstancesspecified'] = 'No instances specified';