[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Summary view] [Print] [Text view]
1 <?php 2 3 // This file is part of Moodle - http://moodle.org/ 4 // 5 // Moodle is free software: you can redistribute it and/or modify 6 // it under the terms of the GNU General Public License as published by 7 // the Free Software Foundation, either version 3 of the License, or 8 // (at your option) any later version. 9 // 10 // Moodle is distributed in the hope that it will be useful, 11 // but WITHOUT ANY WARRANTY; without even the implied warranty of 12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 // GNU General Public License for more details. 14 // 15 // You should have received a copy of the GNU General Public License 16 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 17 18 /** 19 * Strings for component 'cohort', language 'en', branch 'MOODLE_20_STABLE' 20 * 21 * @package moodlecore 22 * @subpackage cohort 23 * @copyright 2010 Petr Skoda ([email protected]) 24 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 25 */ 26 27 $string['addcohort'] = 'Add new cohort'; 28 $string['allcohorts'] = 'All cohorts'; 29 $string['anycohort'] = 'Any'; 30 $string['assign'] = 'Assign'; 31 $string['assignto'] = 'Cohort \'{$a}\' members'; 32 $string['backtocohorts'] = 'Back to cohorts'; 33 $string['bulkadd'] = 'Add to cohort'; 34 $string['bulknocohort'] = 'No available cohorts found'; 35 $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.'; 36 $string['cohort'] = 'Cohort'; 37 $string['cohorts'] = 'Cohorts'; 38 $string['cohortsin'] = '{$a}: available cohorts'; 39 $string['assigncohorts'] = 'Assign cohort members'; 40 $string['component'] = 'Source'; 41 $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.'; 42 $string['csvcontainserrors'] = 'Errors were found in CSV data. See details below.'; 43 $string['csvcontainswarnings'] = 'Warnings were found in CSV data. See details below.'; 44 $string['csvextracolumns'] = 'Column(s) <b>{$a}</b> will be ignored.'; 45 $string['currentusers'] = 'Current users'; 46 $string['currentusersmatching'] = 'Current users matching'; 47 $string['defaultcontext'] = 'Default context'; 48 $string['delcohort'] = 'Delete cohort'; 49 $string['delconfirm'] = 'Do you really want to delete cohort \'{$a}\'?'; 50 $string['description'] = 'Description'; 51 $string['displayedrows'] = '{$a->displayed} rows displayed out of {$a->total}.'; 52 $string['duplicateidnumber'] = 'Cohort with the same ID number already exists'; 53 $string['editcohort'] = 'Edit cohort'; 54 $string['eventcohortcreated'] = 'Cohort created'; 55 $string['eventcohortdeleted'] = 'Cohort deleted'; 56 $string['eventcohortmemberadded'] = 'User added to a cohort'; 57 $string['eventcohortmemberremoved'] = 'User removed from a cohort'; 58 $string['eventcohortupdated'] = 'Cohort updated'; 59 $string['external'] = 'External cohort'; 60 $string['idnumber'] = 'Cohort ID'; 61 $string['memberscount'] = 'Cohort size'; 62 $string['name'] = 'Name'; 63 $string['namecolumnmissing'] = 'There is something wrong with the format of the CSV file. Please check that it includes column names.'; 64 $string['namefieldempty'] = 'Field name can not be empty'; 65 $string['nocomponent'] = 'Created manually'; 66 $string['potusers'] = 'Potential users'; 67 $string['potusersmatching'] = 'Potential matching users'; 68 $string['preview'] = 'Preview'; 69 $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.'; 70 $string['selectfromcohort'] = 'Select members from cohort'; 71 $string['systemcohorts'] = 'System cohorts'; 72 $string['unknowncohort'] = 'Unknown cohort ({$a})!'; 73 $string['uploadcohorts'] = 'Upload cohorts'; 74 $string['uploadedcohorts'] = 'Uploaded {$a} cohorts'; 75 $string['useradded'] = 'User added to cohort "{$a}"'; 76 $string['search'] = 'Search'; 77 $string['searchcohort'] = 'Search cohort'; 78 $string['uploadcohorts_help'] = 'Cohorts may be uploaded via text file. The format of the file should be as follows: 79 80 * Each line of the file contains one record 81 * Each record is a series of data separated by commas (or other delimiters) 82 * The first record contains a list of fieldnames defining the format of the rest of the file 83 * Required fieldname is name 84 * Optional fieldnames are idnumber, description, descriptionformat, visible, context, category, category_id, category_idnumber, category_path 85 '; 86 $string['visible'] = 'Visible'; 87 $string['visible_help'] = "Any cohort can be viewed by users who have 'moodle/cohort:view' capability in the cohort context.<br/> 88 Visible cohorts can also be viewed by users in the underlying courses.";
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |