Proyectos de Subversion Moodle

Rev

Ir a la última revisión | | 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 'cohort', language 'en', branch 'MOODLE_20_STABLE'
19
 *
20
 * @package    core_cohort
21
 * @subpackage cohort
22
 * @copyright  2010 Petr Skoda (info@skodak.org)
23
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24
 */
25
 
26
$string['addcohort'] = 'Add new cohort';
27
$string['allcohorts'] = 'All cohorts';
28
$string['anycohort'] = 'Any';
29
$string['assign'] = 'Assign';
30
$string['assignto'] = 'Cohort \'{$a}\' members';
31
$string['backtocohorts'] = 'Back to cohorts';
32
$string['bulkadd'] = 'Add to cohort';
33
$string['bulknocohort'] = 'No available cohorts found';
34
$string['categorynotfound'] = 'Category <b>{$a}</b> not found or you don\'t have permission to create a cohort there. The default context will be used.';
35
$string['cohort'] = 'Cohort';
36
$string['cohortmember'] = 'Cohort member';
37
$string['cohorts'] = 'Cohorts';
38
$string['cohortsin'] = '{$a}: available cohorts';
39
$string['assigncohorts'] = 'Assign cohort members';
40
$string['component'] = 'Source';
41
$string['contextcohortnotallowed'] = 'Cohort <b>{$a}</b> not allowed in this context.';
42
$string['contextnotfound'] = 'Context <b>{$a}</b> not found or you don\'t have permission to create a cohort there. The default context will be used.';
43
$string['csvcontainserrors'] = 'Errors were found in CSV data. See details below.';
44
$string['csvcontainswarnings'] = 'Warnings were found in CSV data. See details below.';
45
$string['csvextracolumns'] = 'Column(s) <b>{$a}</b> will be ignored.';
46
$string['currentusers'] = 'Current users';
47
$string['currentusersmatching'] = 'Current users matching';
48
$string['defaultcontext'] = 'Default context';
49
$string['delcohort'] = 'Delete cohort';
50
$string['delconfirm'] = 'Do you really want to delete cohort \'{$a}\'?';
51
$string['description'] = 'Description';
52
$string['displayedrows'] = '{$a->displayed} rows displayed out of {$a->total}.';
53
$string['duplicateidnumber'] = 'Cohort with the same ID number already exists';
54
$string['editcohort'] = 'Edit cohort';
55
$string['editcohortidnumber'] = 'Edit cohort ID';
56
$string['editcohortname'] = 'Edit cohort name';
57
$string['eventcohortcreated'] = 'Cohort created';
58
$string['eventcohortdeleted'] = 'Cohort deleted';
59
$string['eventcohortmemberadded'] = 'User added to a cohort';
60
$string['eventcohortmemberremoved'] = 'User removed from a cohort';
61
$string['eventcohortupdated'] = 'Cohort updated';
62
$string['external'] = 'External cohort';
63
$string['invalidtheme'] = 'Cohort theme does not exist';
64
$string['idnumber'] = 'Cohort ID';
65
$string['memberofcohort'] = 'Member of cohort';
66
$string['memberscount'] = 'Cohort size';
67
$string['name'] = 'Name';
68
$string['namecolumnmissing'] = 'There is something wrong with the format of the CSV file. Please check that it includes the correct column names. To add users to a cohort, go to \'Upload users\' in the Site administration.';
69
$string['namefieldempty'] = 'Field name can not be empty';
70
$string['newnamefor'] = 'New name for cohort {$a}';
71
$string['newidnumberfor'] = 'New ID number for cohort {$a}';
72
$string['nocomponent'] = 'Created manually';
73
$string['potusers'] = 'Potential users';
74
$string['potusersmatching'] = 'Potential matching users';
75
$string['preview'] = 'Preview';
76
$string['privacy:metadata:cohort_members'] = 'Information about the user\'s cohort.';
77
$string['privacy:metadata:cohort_members:cohortid'] = 'The ID of the cohort';
78
$string['privacy:metadata:cohort_members:timeadded'] = 'The timestamp indicating when the user was added to the cohort';
79
$string['privacy:metadata:cohort_members:userid'] = 'The ID of the user which is associated to the cohort';
80
$string['removeuserwarning'] = 'Removing users from a cohort may result in unenrolling of users from multiple courses which includes deleting of user settings, grades, group membership and other user information from affected courses.';
81
$string['selectcohort'] = 'Select cohort';
82
$string['selectfromcohort'] = 'Select members from cohort';
83
$string['systemcohorts'] = 'System cohorts';
84
$string['unknowncohort'] = 'Unknown cohort ({$a})!';
85
$string['uploadcohorts'] = 'Upload cohorts';
86
$string['uploadedcohorts'] = 'Uploaded {$a} cohorts';
87
$string['useradded'] = 'User added to cohort "{$a}"';
88
$string['search'] = 'Search';
89
$string['searchcohort'] = 'Search cohort';
90
$string['uploadcohorts_help'] = 'Cohorts may be uploaded via text file. The format of the file should be as follows:
91
 
92
* Each line of the file contains one record
93
* Each record is a series of data separated by the selected separator
94
* The first record contains a list of fieldnames defining the format of the rest of the file
95
* Required fieldname is name
96
* Optional fieldnames are idnumber, description, descriptionformat, visible, context, category, category_id, category_idnumber, category_path';
97
$string['visible'] = 'Visible';
98
$string['visible_help'] = "Any cohort can be viewed by users who have 'moodle/cohort:view' capability in the cohort context.<br/>
99
Visible cohorts can also be viewed by users in the underlying courses.";