mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
120 lines
5.7 KiB
PHP
120 lines
5.7 KiB
PHP
<?php
|
|
/**
|
|
* Language strings for new Moodle Groups (cvs:/group/)
|
|
*
|
|
* @copyright © 2006 The Open University
|
|
* @author J.White AT open.ac.uk
|
|
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
|
|
* @package groups
|
|
*/
|
|
|
|
$string['groupmember'] = 'Group Member';
|
|
$string['groupmemberdesc'] = 'Standard role for a member of a group.';
|
|
$string['notingrouping'] = '[Not in a grouping]';
|
|
$string['anygrouping'] = '[Any grouping]';
|
|
|
|
$string['errornotingrouping'] = 'Sorry, you can\'t create a group in $a';
|
|
$string['errornotingroupingedit'] = 'Sorry, you can\'t edit grouping $a';
|
|
$string['errorinvalidgrouping'] = 'Error, invalid grouping $a';
|
|
$string['errorinvalidgroup'] = 'Error, invalid group $a';
|
|
$string['erroreditgrouping'] = 'Error creating/updating grouping $a';
|
|
$string['erroreditgroup'] = 'Error creating/updating group $a';
|
|
$string['erroraddremoveuser'] = 'Error adding/removing user $a to group';
|
|
|
|
$string['upgradeconfirm'] = 'Sorry, groups tables created in Moodle 1.8 DEV have to be deleted for this upgrade. Do you want to continue?';
|
|
|
|
$string['groupings'] = 'Groupings';
|
|
$string['grouping'] = 'Grouping';
|
|
$string['groups'] = 'Groups';
|
|
$string['group'] = 'Group';
|
|
$string['groupsinselectedgrouping'] = 'Groups in:'; //'selected grouping'
|
|
$string['membersofselectedgroup'] = 'Members of:';
|
|
|
|
$string['showgroupsingrouping'] = 'Show groups in grouping';
|
|
$string['showmembersforgroup'] = 'Show members for group';
|
|
$string['databaseupgradegroups'] = 'Groups version is now $a';
|
|
|
|
$string['deletegroupingconfirm'] = 'Are you sure you want to delete grouping \'$a\'? (Groups in the grouping are not deleted.)';
|
|
$string['deletegroupconfirm'] = 'Are you sure you want to delete group \'$a\'?';
|
|
|
|
$string['editgroupingsettings'] = 'Edit grouping settings';
|
|
$string['editgroupingpermissions'] = 'Edit grouping permissions';
|
|
$string['deletegrouping'] = 'Delete grouping';
|
|
$string['creategrouping'] = 'Create grouping';
|
|
$string['createautomaticgrouping'] = 'Create automatic grouping';
|
|
$string['printerfriendly'] = 'Printer-friendly display'; //'of grouping'
|
|
|
|
$string['editgroupsettings'] = 'Edit group settings';
|
|
$string['deleteselectedgroup'] = 'Delete selected group';
|
|
$string['removegroupfromselectedgrouping'] = 'Remove group from grouping'; //'selected'
|
|
$string['creategroupinselectedgrouping'] = 'Create group in grouping';
|
|
$string['addgroupstogrouping'] = 'Add group to grouping'; //'groupS'
|
|
|
|
$string['removeselectedusers'] = 'Remove selected users';
|
|
$string['adduserstogroup'] = 'Add/remove users'; //'from group'
|
|
|
|
$string['groupingname'] = 'Grouping name';
|
|
$string['defaultgroupingname'] = 'Grouping';
|
|
$string['groupingdescription'] = 'Grouping description';
|
|
$string['prefixforgroupnames'] = 'Prefix for group names';
|
|
$string['defaultgroupprefix'] = 'Group ';
|
|
$string['distributealphabetically'] = 'Distribute into groups alphabetically by last name';
|
|
$string['usestudentsonlyfromselectedgroup'] = 'Only use students from currently selected group';
|
|
$string['selectnumberineachgroup'] = 'Select number in each group';
|
|
$string['numberofstudents'] = 'Number of students';
|
|
$string['distributeevenly'] = 'Distribute leftover students evenly';
|
|
$string['selectnumberofgroups'] = 'Select number of groups';
|
|
$string['numberofgroups'] = 'Number of groups';
|
|
$string['creategrouping'] = 'Create grouping';
|
|
$string['creategroup'] = 'Create group';
|
|
$string['createorphangroup'] = 'Create orphan group';
|
|
|
|
$string['groupname'] = 'Group name';
|
|
$string['groupnameexists'] = 'The group name \'$a\' already exists in this course, please choose another one.';
|
|
$string['defaultgroupname'] = 'Group';
|
|
$string['groupdescription'] = 'Group description';
|
|
$string['enrolmentkey'] = 'Enrolment key';
|
|
$string['hidepicture'] = 'Hide picture';
|
|
$string['newpicture'] = 'New picture';
|
|
|
|
$string['defaultgroupdescription'] = 'Default group description';
|
|
|
|
$string['displaygrouping'] = 'Display grouping';
|
|
$string['showusersalreadyingroup'] = 'Show users already in a group in the grouping';
|
|
|
|
$string['save'] = 'Save';
|
|
$string['cancel'] = 'Cancel';
|
|
$string['return'] = 'Return';
|
|
$string['backtogroups'] = 'Back to groups';
|
|
$string['existingmembers'] = 'Existing members: $a';
|
|
$string['potentialmembers'] = 'Potential members: $a';
|
|
$string['groupfor'] = "for group";
|
|
$string['groupinfo'] = 'Info about selected group';
|
|
$string['groupinfomembers'] = 'Info about selected members';
|
|
$string['groupinfopeople'] = 'Info about selected people';
|
|
$string['groupmembers'] = 'Group members';
|
|
$string['groupmemberssee'] = 'See group members';
|
|
$string['groupmembersselected'] = 'Members of selected group';
|
|
|
|
|
|
$string['javascriptrequired'] = 'This page requires Javascript to be enabled.';
|
|
|
|
$string['viewowngroup'] = 'Students may view the members of any groups to which they belong';
|
|
$string['viewallgroupsmembers'] = 'Students may view the members of all groups';
|
|
$string['viewallgroupsactivities'] = 'Students may view but not contribute to activities for all groups';
|
|
$string['teachersgroupmark'] = 'Teachers may not mark activities for groups to which they do not belong';
|
|
$string['teachersgroupview'] = 'Teachers may not view activities for groups to which they do not belong';
|
|
$string['teachersoverride'] = 'Teachers not in any group may view and mark activities for all groups (overrides the above)';
|
|
|
|
$string['groupmode'] = 'Group mode';
|
|
$string['groupmodeforce'] = 'Force group mode';
|
|
$string['groupmy'] = 'My group';
|
|
$string['groupnotamember'] = 'Sorry, you are not a member of that group';
|
|
$string['groupsnone'] = 'No groups';
|
|
$string['groupsseparate'] = 'Separate groups';
|
|
$string['groupsvisible'] = 'Visible groups';
|
|
|
|
$string['groupaddedsuccesfully'] = 'Group $a added succesfully';
|
|
$string['nopermissionforcreation'] = 'Can\'t create group \"$a\" as you dont have the required permissions';
|
|
?>
|