PageRenderTime 49ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 1ms

/lang/en/group.php

https://github.com/itamart/moodle
PHP | 183 lines | 158 code | 3 blank | 22 comment | 0 complexity | 3915d50e6a68bc5187497ced103350a6 MD5 | raw file
  1. <?php
  2. // This file is part of Moodle - http://moodle.org/
  3. //
  4. // Moodle is free software: you can redistribute it and/or modify
  5. // it under the terms of the GNU General Public License as published by
  6. // the Free Software Foundation, either version 3 of the License, or
  7. // (at your option) any later version.
  8. //
  9. // Moodle is distributed in the hope that it will be useful,
  10. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. // GNU General Public License for more details.
  13. //
  14. // You should have received a copy of the GNU General Public License
  15. // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
  16. /**
  17. * Strings for component 'group', language 'en', branch 'MOODLE_20_STABLE'
  18. *
  19. * @package group
  20. * @copyright 2006 The Open University
  21. * @author J.White AT open.ac.uk
  22. * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23. */
  24. $string['addedby'] = 'Added by {$a}';
  25. $string['addgroup'] = 'Add user into group';
  26. $string['addgroupstogrouping'] = 'Add group to grouping';
  27. $string['addgroupstogroupings'] = 'Add/remove groups';
  28. $string['adduserstogroup'] = 'Add/remove users';
  29. $string['allocateby'] = 'Allocate members';
  30. $string['anygrouping'] = '[Any grouping]';
  31. $string['autocreategroups'] = 'Auto-create groups';
  32. $string['backtogroupings'] = 'Back to groupings';
  33. $string['backtogroups'] = 'Back to groups';
  34. $string['badnamingscheme'] = 'Must contain exactly one \'@\' or one \'#\' character';
  35. $string['byfirstname'] = 'Alphabetically by first name, last name';
  36. $string['byidnumber'] = 'Alphabetically by ID number';
  37. $string['bylastname'] = 'Alphabetically by last name, first name';
  38. $string['createautomaticgrouping'] = 'Create automatic grouping';
  39. $string['creategroup'] = 'Create group';
  40. $string['creategrouping'] = 'Create grouping';
  41. $string['creategroupinselectedgrouping'] = 'Create group in grouping';
  42. $string['createingrouping'] = 'Grouping of auto-created groups';
  43. $string['createorphangroup'] = 'Create orphan group';
  44. $string['databaseupgradegroups'] = 'Groups version is now {$a}';
  45. $string['defaultgrouping'] = 'Default grouping';
  46. $string['defaultgroupingname'] = 'Grouping';
  47. $string['defaultgroupname'] = 'Group';
  48. $string['deleteallgroupings'] = 'Delete all groupings';
  49. $string['deleteallgroups'] = 'Delete all groups';
  50. $string['deletegroupconfirm'] = 'Are you sure you want to delete group \'{$a}\'?';
  51. $string['deletegrouping'] = 'Delete grouping';
  52. $string['deletegroupingconfirm'] = 'Are you sure you want to delete grouping \'{$a}\'? (Groups in the grouping are not deleted.)';
  53. $string['deletegroupsconfirm'] = 'Are you sure you want to delete the following groups?';
  54. $string['deleteselectedgroup'] = 'Delete selected group';
  55. $string['editgroupingsettings'] = 'Edit grouping settings';
  56. $string['editgroupsettings'] = 'Edit group settings';
  57. $string['enrolmentkey'] = 'Enrolment key';
  58. $string['enrolmentkey_help'] = 'An enrolment key enables access to the course to be restricted to only those who know the key. If a group enrolment key is specified, then not only will entering that key let the user into the course, but it will also automatically make them a member of this group.
  59. Note: Group enrolment keys must be enabled in the self enrolment settings and an enrolment key for the course must also be specified.';
  60. $string['enrolmentkeyalreadyinuse'] = 'This enrolment key is already used for another group.';
  61. $string['erroraddremoveuser'] = 'Error adding/removing user {$a} to group';
  62. $string['erroreditgroup'] = 'Error creating/updating group {$a}';
  63. $string['erroreditgrouping'] = 'Error creating/updating grouping {$a}';
  64. $string['errorinvalidgroup'] = 'Error, invalid group {$a}';
  65. $string['errorremovenotpermitted'] = 'You do not have permission to remove automatically-added group member {$a}';
  66. $string['errorselectone'] = 'Please select a single group before choosing this option';
  67. $string['errorselectsome'] = 'Please select one or more groups before choosing this option';
  68. $string['evenallocation'] = 'Note: To keep group allocation even, the actual number of members per group differs from the number you specified.';
  69. $string['eventgroupcreated'] = 'Group created';
  70. $string['eventgroupdeleted'] = 'Group deleted';
  71. $string['eventgroupmemberadded'] = 'Group member added';
  72. $string['eventgroupmemberremoved'] = 'Group member removed';
  73. $string['eventgroupupdated'] = 'Group updated';
  74. $string['eventgroupingcreated'] = 'Grouping created';
  75. $string['eventgroupingdeleted'] = 'Grouping deleted';
  76. $string['eventgroupingupdated'] = 'Grouping updated';
  77. $string['existingmembers'] = 'Existing members: {$a}';
  78. $string['filtergroups'] = 'Filter groups by:';
  79. $string['group'] = 'Group';
  80. $string['groupaddedsuccesfully'] = 'Group {$a} added successfully';
  81. $string['groupaddedtogroupingsuccesfully'] = 'Group {$a->groupname} added to grouping {$a->groupingname} successfully';
  82. $string['groupby'] = 'Auto create based on';
  83. $string['groupdescription'] = 'Group description';
  84. $string['groupinfo'] = 'Info about selected group';
  85. $string['groupinfomembers'] = 'Info about selected members';
  86. $string['groupinfopeople'] = 'Info about selected people';
  87. $string['grouping'] = 'Grouping';
  88. $string['groupingaddedsuccesfully'] = 'Grouping {$a} added successfully';
  89. $string['grouping_help'] = 'A grouping is a collection of groups within a course. If a grouping is selected, students assigned to groups within the grouping will be able to work together.';
  90. $string['groupingsection'] = 'Grouping access';
  91. $string['groupingsection_help'] = 'A grouping is a collection of groups within a course. If a grouping is selected here, only students assigned to groups within this grouping will have access to the section.';
  92. $string['groupingdescription'] = 'Grouping description';
  93. $string['groupingname'] = 'Grouping name';
  94. $string['groupingnameexists'] = 'The grouping name \'{$a}\' already exists in this course, please choose another one.';
  95. $string['groupings'] = 'Groupings';
  96. $string['groupingsonly'] = 'Groupings only';
  97. $string['groupmember'] = 'Group member';
  98. $string['groupmemberdesc'] = 'Standard role for a member of a group.';
  99. $string['groupmembers'] = 'Group members';
  100. $string['groupmembersonly'] = 'Available for group members only';
  101. $string['groupmembersonly_help'] = 'If this checkbox is ticked, the activity (or resource) will only be available to students assigned to groups within the selected grouping.';
  102. $string['groupmembersonlyerror'] = 'Sorry, you must be member of at least one group that is used in this activity.';
  103. $string['groupmemberssee'] = 'See group members';
  104. $string['groupmembersselected'] = 'Members of selected group';
  105. $string['groupmode'] = 'Group mode';
  106. $string['groupmode_help'] = 'This setting has 3 options:
  107. * No groups - There are no sub groups, everyone is part of one big community
  108. * Separate groups - Each group member can only see their own group, others are invisible
  109. * Visible groups - Each group member works in their own group, but can also see other groups
  110. The group mode defined at course level is the default mode for all activities within the course. Each activity that supports groups can also define its own group mode, though if the group mode is forced at course level, the group mode setting for each activity is ignored.';
  111. $string['groupmodeforce'] = 'Force group mode';
  112. $string['groupmodeforce_help'] = 'If group mode is forced, then the course group mode is applied to every activity in the course. Group mode settings in each activity are then ignored.';
  113. $string['groupmy'] = 'My group';
  114. $string['groupname'] = 'Group name';
  115. $string['groupnameexists'] = 'The group name \'{$a}\' already exists in this course, please choose another one.';
  116. $string['groupnotamember'] = 'Sorry, you are not a member of that group';
  117. $string['groups'] = 'Groups';
  118. $string['groupscount'] = 'Groups ({$a})';
  119. $string['groupsettingsheader'] = 'Groups';
  120. $string['groupsgroupings'] = 'Groups &amp; groupings';
  121. $string['groupsinselectedgrouping'] = 'Groups in:';
  122. $string['groupsnone'] = 'No groups';
  123. $string['groupsonly'] = 'Groups only';
  124. $string['groupspreview'] = 'Groups preview';
  125. $string['groupsseparate'] = 'Separate groups';
  126. $string['groupsvisible'] = 'Visible groups';
  127. $string['grouptemplate'] = 'Group @';
  128. $string['hidepicture'] = 'Hide picture';
  129. $string['importgroups'] = 'Import groups';
  130. $string['importgroups_help'] = 'Groups may be imported via text file. The format of the file should be as follows:
  131. * Each line of the file contains one record
  132. * Each record is a series of data separated by commas
  133. * The first record contains a list of fieldnames defining the format of the rest of the file
  134. * Required fieldname is groupname
  135. * Optional fieldnames are description, enrolmentkey, picture, hidepicture';
  136. $string['importgroups_link'] = 'group/import';
  137. $string['javascriptrequired'] = 'This page requires JavaScript to be enabled.';
  138. $string['members'] = 'Members per group';
  139. $string['membersofselectedgroup'] = 'Members of:';
  140. $string['namingscheme'] = 'Naming scheme';
  141. $string['namingscheme_help'] = 'The at symbol (@) may be used to create groups with names containing letters. For example Group @ will generate groups named Group A, Group B, Group C, ...
  142. The hash symbol (#) may be used to create groups with names containing numbers. For example Group # will generate groups named Group 1, Group 2, Group 3, ...';
  143. $string['newgrouping'] = 'New grouping';
  144. $string['newpicture'] = 'New picture';
  145. $string['newpicture_help'] = 'Select an image in JPG or PNG format. The image will be cropped to a square and resized to 100x100 pixels.';
  146. $string['noallocation'] = 'No allocation';
  147. $string['nogrouping'] = 'No grouping';
  148. $string['nogroups'] = 'There are no groups set up in this course yet';
  149. $string['nogroupsassigned'] = 'No groups assigned';
  150. $string['nopermissionforcreation'] = 'Can\'t create group "{$a}" as you don\'t have the required permissions';
  151. $string['nosmallgroups'] = 'Prevent last small group';
  152. $string['notingroup'] = 'Ignore users in groups';
  153. $string['notingrouping'] = '[Not in a grouping]';
  154. $string['nousersinrole'] = 'There are no suitable users in the selected role';
  155. $string['number'] = 'Group/member count';
  156. $string['numgroups'] = 'Number of groups';
  157. $string['nummembers'] = 'Members per group';
  158. $string['overview'] = 'Overview';
  159. $string['potentialmembers'] = 'Potential members: {$a}';
  160. $string['potentialmembs'] = 'Potential members';
  161. $string['printerfriendly'] = 'Printer-friendly display';
  162. $string['random'] = 'Randomly';
  163. $string['removegroupfromselectedgrouping'] = 'Remove group from grouping';
  164. $string['removefromgroup'] = 'Remove user from group {$a}';
  165. $string['removefromgroupconfirm'] = 'Do you really want to remove user "{$a->user}" from group "{$a->group}"?';
  166. $string['removegroupingsmembers'] = 'Remove all groups from groupings';
  167. $string['removegroupsmembers'] = 'Remove all group members';
  168. $string['removeselectedusers'] = 'Remove selected users';
  169. $string['selectfromrole'] = 'Select members with role';
  170. $string['showgroupsingrouping'] = 'Show groups in grouping';
  171. $string['showmembersforgroup'] = 'Show members for group';
  172. $string['toomanygroups'] = 'Insufficient users to populate this number of groups - there are only {$a} users in the selected role.';
  173. $string['usercount'] = 'User count';
  174. $string['usercounttotal'] = 'User count ({$a})';
  175. $string['usergroupmembership'] = 'Selected user\'s membership:';