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'
*
2014-11-22 10:59:14 +13:00
* @ package core_cohort
2010-04-23 09:07:51 +00:00
* @ 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' ;
2014-07-22 17:05:06 +08:00
$string [ 'allcohorts' ] = 'All cohorts' ;
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' ;
2014-07-24 16:27:09 +08:00
$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.' ;
2010-04-23 09:07:51 +00:00
$string [ 'cohort' ] = 'Cohort' ;
2021-07-20 17:38:52 +01:00
$string [ 'cohortmember' ] = 'Cohort member' ;
2010-04-23 09:07:51 +00:00
$string [ 'cohorts' ] = 'Cohorts' ;
$string [ 'cohortsin' ] = '{$a}: available cohorts' ;
2014-07-29 17:41:52 +08:00
$string [ 'assigncohorts' ] = 'Assign cohort members' ;
2010-04-23 09:07:51 +00:00
$string [ 'component' ] = 'Source' ;
2022-05-09 11:09:57 +06:00
$string [ 'contextcohortnotallowed' ] = 'Cohort <b>{$a}</b> not allowed in this context.' ;
2014-07-24 16:27:09 +08:00
$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.' ;
$string [ 'csvcontainserrors' ] = 'Errors were found in CSV data. See details below.' ;
$string [ 'csvcontainswarnings' ] = 'Warnings were found in CSV data. See details below.' ;
$string [ 'csvextracolumns' ] = 'Column(s) <b>{$a}</b> will be ignored.' ;
2010-04-23 09:07:51 +00:00
$string [ 'currentusers' ] = 'Current users' ;
$string [ 'currentusersmatching' ] = 'Current users matching' ;
2014-07-24 16:27:09 +08:00
$string [ 'defaultcontext' ] = 'Default context' ;
2010-04-23 09:07:51 +00:00
$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' ;
2014-07-24 16:27:09 +08:00
$string [ 'displayedrows' ] = '{$a->displayed} rows displayed out of {$a->total}.' ;
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' ;
2016-02-08 16:50:37 +08:00
$string [ 'editcohortidnumber' ] = 'Edit cohort ID' ;
$string [ 'editcohortname' ] = 'Edit cohort name' ;
MDL-43557 events: removed underscores from event string keys
AMOS START
MOV [event_legacy_logged, logstore_legacy],[eventlegacylogged,logstore_legacy]
MOV [event_cohort_created,cohort],[eventcohortcreated,cohort]
MOV [event_cohort_deleted,cohort],[eventcohortdeleted,cohort]
MOV [event_cohort_member_added,cohort],[eventcohortmemberadded,cohort]
MOV [event_cohort_member_removed,cohort],[eventcohortmemberremoved,cohort]
MOV [event_cohort_updated,cohort],[eventcohortupdated,cohort]
MOV [event_group_created,group],[eventgroupcreated,group]
MOV [event_group_deleted,group],[eventgroupdeleted,group]
MOV [event_group_member_added,group],[eventgroupmemberadded,group]
MOV [event_group_member_removed,group],[eventgroupmemberremoved,group]
MOV [event_group_updated,group],[eventgroupupdated,group]
MOV [event_grouping_created,group],[eventgroupingcreated,group]
MOV [event_grouping_deleted,group],[eventgroupingdeleted,group]
MOV [event_grouping_updated,group],[eventgroupingupdated,group]
MOV [event_webservice_function_called,webservice],[eventwebservicefunctioncalled,webservice]
MOV [event_webservice_login_failed,webservice],[eventwebserviceloginfailed,webservice]
MOV [event_webservice_service_created,webservice],[eventwebserviceservicecreated,webservice]
MOV [event_webservice_service_deleted,webservice],[eventwebserviceservicedeleted,webservice]
MOV [event_webservice_service_updated,webservice],[eventwebserviceserviceupdated,webservice]
MOV [event_webservice_service_user_added,webservice],[eventwebserviceserviceuseradded,webservice]
MOV [event_webservice_service_user_removed,webservice],[eventwebserviceserviceuserremoved,webservice]
MOV [event_webservice_token_created,webservice],[eventwebservicetokencreated,webservice]
MOV [event_webservice_token_sent,webservice],[eventwebservicetokensent,webservice]
MOV [event_user_loggedin,auth],[eventuserloggedin,auth]
MOV [event_assessable_uploaded,assignsubmission_file],[eventassessableuploaded,assignsubmission_file]
MOV [event_assessable_uploaded,assignsubmission_onlinetext],[eventassessableuploaded,assignsubmission_onlinetext]
MOV [event_chapter_created,mod_book],[eventchaptercreated,mod_book]
MOV [event_chapter_deleted,mod_book],[eventchapterdeleted,mod_book]
MOV [event_chapter_updated,mod_book],[eventchapterupdated,mod_book]
MOV [event_chapter_viewed,mod_book],[eventchapterviewed,mod_book]
MOV [event_book_exported,booktool_exportimscp],[eventbookexported,booktool_exportimscp]
MOV [event_book_printed,booktool_print],[eventbookprinted,booktool_print]
MOV [event_chapter_printed,booktool_print],[eventchapterprinted,booktool_print]
MOV [event_message_sent,mod_chat],[eventmessagesent,mod_chat]
MOV [event_sessions_viewed,mod_chat],[eventsessionsviewed,mod_chat]
MOV [event_answer_created,mod_choice],[eventanswercreated,mod_choice]
MOV [event_answer_updated,mod_choice],[eventanswerupdated,mod_choice]
MOV [event_report_viewed,mod_choice],[eventreportviewed,mod_choice]
MOV [event_assessable_uploaded,mod_forum],[eventassessableuploaded,mod_forum]
MOV [event_assessable_uploaded,mod_workshop],[eventassessableuploaded,mod_workshop]
AMOS END
2014-04-16 18:29:18 -07:00
$string [ 'eventcohortcreated' ] = 'Cohort created' ;
$string [ 'eventcohortdeleted' ] = 'Cohort deleted' ;
$string [ 'eventcohortmemberadded' ] = 'User added to a cohort' ;
$string [ 'eventcohortmemberremoved' ] = 'User removed from a cohort' ;
$string [ 'eventcohortupdated' ] = 'Cohort updated' ;
2011-07-09 16:32:52 +02:00
$string [ 'external' ] = 'External cohort' ;
2018-01-23 14:54:18 +01:00
$string [ 'invalidtheme' ] = 'Cohort theme does not exist' ;
2010-04-23 09:10:05 +00:00
$string [ 'idnumber' ] = 'Cohort ID' ;
2021-09-28 13:49:37 +02:00
$string [ 'memberofcohort' ] = 'Member of cohort' ;
2010-04-23 09:07:51 +00:00
$string [ 'memberscount' ] = 'Cohort size' ;
$string [ 'name' ] = 'Name' ;
2018-09-04 08:40:48 +02:00
$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.' ;
2014-07-24 16:27:09 +08:00
$string [ 'namefieldempty' ] = 'Field name can not be empty' ;
2016-02-08 16:50:37 +08:00
$string [ 'newnamefor' ] = 'New name for cohort {$a}' ;
2016-04-28 18:32:03 +02:00
$string [ 'newidnumberfor' ] = 'New ID number for cohort {$a}' ;
2010-04-23 09:07:51 +00:00
$string [ 'nocomponent' ] = 'Created manually' ;
$string [ 'potusers' ] = 'Potential users' ;
$string [ 'potusersmatching' ] = 'Potential matching users' ;
2014-07-24 16:27:09 +08:00
$string [ 'preview' ] = 'Preview' ;
2018-04-16 17:32:06 +02:00
$string [ 'privacy:metadata:cohort_members' ] = 'Information about the user\'s cohort.' ;
$string [ 'privacy:metadata:cohort_members:cohortid' ] = 'The ID of the cohort' ;
$string [ 'privacy:metadata:cohort_members:timeadded' ] = 'The timestamp indicating when the user was added to the cohort' ;
$string [ 'privacy:metadata:cohort_members:userid' ] = 'The ID of the user which is associated to the cohort' ;
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' ;
2014-07-22 17:05:06 +08:00
$string [ 'systemcohorts' ] = 'System cohorts' ;
2011-07-09 16:32:52 +02:00
$string [ 'unknowncohort' ] = 'Unknown cohort ({$a})!' ;
2014-07-24 16:27:09 +08:00
$string [ 'uploadcohorts' ] = 'Upload cohorts' ;
$string [ 'uploadedcohorts' ] = 'Uploaded {$a} cohorts' ;
2011-07-09 16:32:52 +02:00
$string [ 'useradded' ] = 'User added to cohort "{$a}"' ;
2011-10-07 12:35:10 +01:00
$string [ 'search' ] = 'Search' ;
$string [ 'searchcohort' ] = 'Search cohort' ;
2014-07-24 16:27:09 +08:00
$string [ 'uploadcohorts_help' ] = ' Cohorts may be uploaded via text file . The format of the file should be as follows :
* Each line of the file contains one record
2022-02-16 22:32:59 +00:00
* Each record is a series of data separated by the selected separator
2014-07-24 16:27:09 +08:00
* The first record contains a list of fieldnames defining the format of the rest of the file
* Required fieldname is name
2022-02-16 22:32:59 +00:00
* Optional fieldnames are idnumber , description , descriptionformat , visible , context , category , category_id , category_idnumber , category_path ' ;
2014-07-29 17:44:25 +08:00
$string [ 'visible' ] = 'Visible' ;
$string [ 'visible_help' ] = " Any cohort can be viewed by users who have 'moodle/cohort:view' capability in the cohort context.<br/>
Visible cohorts can also be viewed by users in the underlying courses . " ;