group.inc.php 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $langNewGroupCreate = "Create new group(s)";
  6. $langGroupCreation = "New groups creation";
  7. $langCreate = "Create";
  8. $langNewGroups = "new group(s)";
  9. $langMax = "max. 20 characters, e.g. <i>INNOV21</i>";
  10. $langGroupPlacesThis = "seats (optional)";
  11. $langGroupsAdded = "group(s) has (have) been added";
  12. $langGroupDel = "Group deleted";
  13. $langDocuments = "Documents";
  14. $langExistingGroups = "Groups";
  15. $langRegistered = "Registered";
  16. $langGroupAllowStudentRegistration = "Learners are allowed to self-register in groups";
  17. $langGroupTools = "Tools";
  18. $langGroupDocument = "Documents";
  19. $langGroupPropertiesModified = "Group settings have been modified";
  20. $langGroupSpace = "Group area";
  21. $langGroupName = "Group name";
  22. $langGroupDescription = "Group description";
  23. $langGroupMembers = "Group members";
  24. $langEditGroup = "Edit this group";
  25. $Optional = "(optional)";
  26. $langGroupSettingsModified = "Group settings modified";
  27. $langGroupTooMuchMembers = "Number proposed exceeds max. that you allowed (you can modify it below). \t\t\t\tGroup composition has not been modified";
  28. $langGroupTutor = "Group tutor";
  29. $langGroupNoTutor = "(none)";
  30. $langGroupNone = "(none)";
  31. $langGroupNoneMasc = "(none)";
  32. $langAddTutors = "Admin users list";
  33. $langMyGroup = "my group";
  34. $langOneMyGroups = "my supervision";
  35. $langGroupSelfRegistration = "Registration";
  36. $langGroupSelfRegInf = "register";
  37. $langRegIntoGroup = "Add me to this group";
  38. $langGroupNowMember = "You are now a member of this group.";
  39. $langPrivate = "Private access (access authorized to group members only)";
  40. $langPublic = "Public access (access authorized to any member of the course)";
  41. $langPropModify = "Edit settings";
  42. $langState = "State";
  43. $langGroupFilledGroups = "Groups have been filled (or completed) by users present in the 'Users' list.";
  44. $langSubscribed = "users registered in this training";
  45. $langStudentsNotInThisGroups = "Learners not in this group";
  46. $langQtyOfUserCanSubscribe_PartBeforeNumber = "A user can be member of maximum";
  47. $langQtyOfUserCanSubscribe_PartAfterNumber = " groups";
  48. $langGroupLimit = "Limit";
  49. $CreateGroup = "Create group(s)";
  50. $ProceedToCreateGroup = "Proceed to create group(s)";
  51. $langStudentRegAllowed = "Learners are allowed to self-register to groups";
  52. $langGroupAllowStudentUnregistration = "Learners are allowed to unregister themselves from groups";
  53. $langAllGroups = "All groups";
  54. $langStudentUnsubscribe = "Unsubscribe me from this group.";
  55. $langStudentDeletesHimself = "You're now unsubscribed.";
  56. $langDefaultSettingsForNewGroups = "Default settings for new groups";
  57. $langSelectedGroupsDeleted = "All selected groups have been deleted";
  58. $langSelectedGroupsEmptied = "All selected groups are now empty";
  59. $langGroupEmptied = "The group is now empty";
  60. $langSelectedGroupsFilled = "All selected groups have been filled";
  61. $langGroupSelfUnRegInf = "unregister";
  62. $langSameForAll = "same for all";
  63. $langNoLimit = "No limitation";
  64. $langPleaseEnterValidNumber = "Please enter the desired number of groups";
  65. $langCreateGroupsFromVirtualCourses = "Create groups from all users in the virtual courses";
  66. $langCreateGroupsFromVirtualCoursesInfo = "This course is a combination of a real course and one or more virtual courses. If you press following button, new groups will be created according to these (virtual) courses. All learners will be subscribed to the groups.";
  67. $langNoGroupsAvailable = "No groups available";
  68. $langGroupsFromVirtualCourses = "Virtual courses";
  69. $NotAvailable = "Not available";
  70. $CreateSubgroups = "Create subgroups";
  71. $CreateSubgroupsInfo = "This option allows you to create new groups based on an existing group. Provide the desired number of groups and choose an existing group. The given number of groups will be created and all members of the existing group will be subscribed in those new groups. The existing group remains unchanged.";
  72. $CreateNumberOfGroups = "Create number of groups";
  73. $WithUsersFrom = "groups with members from";
  74. $CategoryDeleted = "The category has been deleted.";
  75. $Empty = "Empty";
  76. $FillGroup = "Fill the group randomly with course students";
  77. $EmptyGroup = "unsubscribe all users";
  78. $MaxGroupsPerUserInvalid = "The maximum number of groups per user you submitted is invalid. There are now users who are subscribed in more groups than the number you propose.";
  79. $GroupOverview = "Groups overview";
  80. $GroupCategory = "Group category";
  81. $NoTitleGiven = "Please give a title";
  82. $InvalidMaxNumberOfMembers = "Please enter a valid number for the maximum number of members.";
  83. $CategoryOrderChanged = "The category order was changed";
  84. $Wiki = "Group wiki";
  85. $CategoryCreated = "Category created";
  86. $GroupTutors = "Coaches";
  87. $GroupWork = "Assignments";
  88. $GroupCalendar = "Agenda";
  89. $GroupAnnouncements = "Announcements";
  90. $NoCategoriesDefined = "No categories defined";
  91. $GroupsFromClasses = "Groups from classes";
  92. $GroupsFromClassesInfo = "Using this option, you can create groups based on the classes subscribed to your course.";
  93. $Group = "Group";
  94. $ForumOfGroup = "Forum of group:";
  95. $BackToGroupList = "Back to Groups list";
  96. $EditGroupCategory = "Edit group category";
  97. $NoStudents = "No learner";
  98. $NoData = "No data available";
  99. $AllGroups = "All groups";
  100. ?>