2010-04-23 09:07:51 +00:00
< ? php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Strings for component 'cohort' , language 'en' , branch 'MOODLE_20_STABLE'
*
* @ package moodlecore
* @ subpackage cohort
* @ copyright 2010 Petr Skoda ( info @ skodak . org )
* @ license http :// www . gnu . org / copyleft / gpl . html GNU GPL v3 or later
*/
$string [ 'addcohort' ] = 'Add new cohort' ;
2010-04-23 09:15:55 +00:00
$string [ 'anycohort' ] = 'Any' ;
2010-04-23 09:07:51 +00:00
$string [ 'assign' ] = 'Assign' ;
$string [ 'assignto' ] = 'Cohort \'{$a}\' members' ;
2010-04-23 09:11:48 +00:00
$string [ 'backtocohorts' ] = 'Back to cohorts' ;
2011-07-09 23:25:29 +02:00
$string [ 'bulkadd' ] = 'Add to cohort' ;
$string [ 'bulknocohort' ] = 'No available cohorts found' ;
2010-04-23 09:07:51 +00:00
$string [ 'cohort' ] = 'Cohort' ;
$string [ 'cohorts' ] = 'Cohorts' ;
$string [ 'cohortsin' ] = '{$a}: available cohorts' ;
$string [ 'cohort:assign' ] = 'Assign cohort members' ;
2010-11-16 17:36:01 +00:00
$string [ 'cohort:manage' ] = 'Manage cohorts' ;
2010-04-23 09:07:51 +00:00
$string [ 'cohort:view' ] = 'Use cohorts and view members' ;
$string [ 'component' ] = 'Source' ;
$string [ 'currentusers' ] = 'Current users' ;
$string [ 'currentusersmatching' ] = 'Current users matching' ;
$string [ 'delcohort' ] = 'Delete cohort' ;
2010-04-23 09:10:05 +00:00
$string [ 'delconfirm' ] = 'Do you really want to delete cohort \'{$a}\'?' ;
2010-04-23 09:07:51 +00:00
$string [ 'description' ] = 'Description' ;
2010-04-23 09:10:05 +00:00
$string [ 'duplicateidnumber' ] = 'Cohort with the same ID number already exists' ;
2010-04-23 09:07:51 +00:00
$string [ 'editcohort' ] = 'Edit cohort' ;
2011-07-09 16:32:52 +02:00
$string [ 'external' ] = 'External cohort' ;
2010-04-23 09:10:05 +00:00
$string [ 'idnumber' ] = 'Cohort ID' ;
2010-04-23 09:07:51 +00:00
$string [ 'memberscount' ] = 'Cohort size' ;
$string [ 'name' ] = 'Name' ;
$string [ 'nocomponent' ] = 'Created manually' ;
$string [ 'potusers' ] = 'Potential users' ;
$string [ 'potusersmatching' ] = 'Potential matching users' ;
2011-07-09 16:23:36 +02:00
$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.' ;
2010-04-23 09:15:55 +00:00
$string [ 'selectfromcohort' ] = 'Select members from cohort' ;
2011-07-09 16:32:52 +02:00
$string [ 'unknowncohort' ] = 'Unknown cohort ({$a})!' ;
$string [ 'useradded' ] = 'User added to cohort "{$a}"' ;