Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lang/en/cohort.php
Go to the documentation of this file.
00001 <?php
00002 
00003 // This file is part of Moodle - http://moodle.org/
00004 //
00005 // Moodle is free software: you can redistribute it and/or modify
00006 // it under the terms of the GNU General Public License as published by
00007 // the Free Software Foundation, either version 3 of the License, or
00008 // (at your option) any later version.
00009 //
00010 // Moodle is distributed in the hope that it will be useful,
00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013 // GNU General Public License for more details.
00014 //
00015 // You should have received a copy of the GNU General Public License
00016 // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
00017 
00027 $string['addcohort'] = 'Add new cohort';
00028 $string['anycohort'] = 'Any';
00029 $string['assign'] = 'Assign';
00030 $string['assignto'] = 'Cohort \'{$a}\' members';
00031 $string['backtocohorts'] = 'Back to cohorts';
00032 $string['bulkadd'] = 'Add to cohort';
00033 $string['bulknocohort'] = 'No available cohorts found';
00034 $string['cohort'] = 'Cohort';
00035 $string['cohorts'] = 'Cohorts';
00036 $string['cohortsin'] = '{$a}: available cohorts';
00037 $string['cohort:assign'] = 'Assign cohort members';
00038 $string['cohort:manage'] = 'Manage cohorts';
00039 $string['cohort:view'] = 'Use cohorts and view members';
00040 $string['component'] = 'Source';
00041 $string['currentusers'] = 'Current users';
00042 $string['currentusersmatching'] = 'Current users matching';
00043 $string['delcohort'] = 'Delete cohort';
00044 $string['delconfirm'] = 'Do you really want to delete cohort \'{$a}\'?';
00045 $string['description'] = 'Description';
00046 $string['duplicateidnumber'] = 'Cohort with the same ID number already exists';
00047 $string['editcohort'] = 'Edit cohort';
00048 $string['external'] = 'External cohort';
00049 $string['idnumber'] = 'Cohort ID';
00050 $string['memberscount'] = 'Cohort size';
00051 $string['name'] = 'Name';
00052 $string['nocomponent'] = 'Created manually';
00053 $string['potusers'] = 'Potential users';
00054 $string['potusersmatching'] = 'Potential matching users';
00055 $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.';
00056 $string['selectfromcohort'] = 'Select members from cohort';
00057 $string['unknowncohort'] = 'Unknown cohort ({$a})!';
00058 $string['useradded'] = 'User added to cohort "{$a}"';
00059 $string['search'] = 'Search';
00060 $string['searchcohort'] = 'Search cohort';
 All Data Structures Namespaces Files Functions Variables Enumerations