|
|
<?php /*
|
|
|
for more information: see languages.txt in the lang folder.
|
|
|
*/
|
|
|
$langNewGroupCreate = "Create new group(s)";
|
|
|
$langGroupCreation = "New groups creation";
|
|
|
$langCreate = "create";
|
|
|
$langNewGroups = "new group(s)";
|
|
|
$langMax = "max.";
|
|
|
$langGroupPlacesThis = "seats (optional)";
|
|
|
$langGroupsAdded = "group(s) has (have) been added";
|
|
|
$langGroupDel = "Group deleted";
|
|
|
$langDocuments = "Documents";
|
|
|
$langExistingGroups = "Groups";
|
|
|
$langRegistered = "Registered";
|
|
|
$langGroupAllowStudentRegistration = "Users are allowed to self-register in groups";
|
|
|
$langGroupTools = "Tools";
|
|
|
$langGroupDocument = "Documents";
|
|
|
$langGroupPropertiesModified = "Group settings have been modified";
|
|
|
$langGroupSpace = "Group area";
|
|
|
$langGroupName = "Group name";
|
|
|
$langGroupDescription = "Description";
|
|
|
$langGroupMembers = "Group members";
|
|
|
$langEditGroup = "Edit this group";
|
|
|
$Optional = "(optional)";
|
|
|
$langGroupSettingsModified = "Group settings modified";
|
|
|
$langGroupTooMuchMembers = "Number proposed exceeds max. that you allowed (you can modify it below).
|
|
|
Group composition has not been modified";
|
|
|
$langGroupTutor = "Tutor";
|
|
|
$langGroupNoTutor = "(none)";
|
|
|
$langGroupNone = "(none)";
|
|
|
$langGroupNoneMasc = "(none)";
|
|
|
$langAddTutors = "Admin users list";
|
|
|
$langMyGroup = "my group";
|
|
|
$langOneMyGroups = "my supervision";
|
|
|
$langGroupSelfRegistration = "Registration";
|
|
|
$langGroupSelfRegInf = "register";
|
|
|
$langRegIntoGroup = "Add me to this group";
|
|
|
$langGroupNowMember = "You are now a member of this group.";
|
|
|
$langPrivate = "private";
|
|
|
$langPublic = "public";
|
|
|
$langPropModify = "Modify settings";
|
|
|
$langState = "State";
|
|
|
$langGroupFilledGroups = "Groups have been filled (or completed) by users present in the \'Users\' list.";
|
|
|
$langSubscribed = "users registered in this course";
|
|
|
$langStudentsNotInThisGroups = "Users not in this group";
|
|
|
$langQtyOfUserCanSubscribe_PartBeforeNumber = "A user can be member of maximum ";
|
|
|
$langQtyOfUserCanSubscribe_PartAfterNumber = " groups";
|
|
|
$langGroupLimit = "Limit";
|
|
|
$langStudentRegAllowed = "Students may register themselves to groups";
|
|
|
$langGroupAllowStudentUnregistration = "Users are allowed to unregister themselves from groups";
|
|
|
$langAllGroups = "All groups";
|
|
|
$langStudentUnsubscribe = "Unsubscribe me from this group.";
|
|
|
$langStudentDeletesHimself = "You\'re now unsubscribed.";
|
|
|
$langDefaultSettingsForNewGroups = "Default settings for new groups";
|
|
|
$langSelectedGroupsDeleted = "All selected groups have been deleted";
|
|
|
$langSelectedGroupsEmptied = "All selected groups are now empty";
|
|
|
$langGroupEmptied = "The group is now empty";
|
|
|
$langSelectedGroupsFilled = "All selected groups have been filled";
|
|
|
$langGroupSelfUnRegInf = "unregister";
|
|
|
$langSameForAll = "same for all";
|
|
|
$langNoLimit = "No limitation";
|
|
|
$langPleaseEnterValidNumber = "Please enter the desired number of groups";
|
|
|
$langCreateGroupsFromVirtualCourses = "Create groups from all users in the virtual courses";
|
|
|
$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 students will be subscribed to the groups.";
|
|
|
$langNoGroupsAvailable = "No groups available";
|
|
|
$langGroupsFromVirtualCourses = "Virtual courses";
|
|
|
$NotAvailable = "Not available";
|
|
|
$AddCategory = "Add category";
|
|
|
$CreateSubgroups = "Create subgroups";
|
|
|
$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.";
|
|
|
$CreateNumberOfGroups = "Create";
|
|
|
$WithUsersFrom = "groups with members from";
|
|
|
$CategoryDeleted = "The category is deleted";
|
|
|
$Empty = "Empty";
|
|
|
$Delete = "Delete";
|
|
|
$FillGroup = "add users";
|
|
|
$EmptyGroup = "unsubscribe all users";
|
|
|
$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.";
|
|
|
$GroupOverview = "Group overview";
|
|
|
$GroupCategory = "Group category";
|
|
|
$NoTitleGiven = "Please give a title";
|
|
|
$InvalidMaxNumberOfMembers = "Please enter a valid number for the maximum number of members.";
|
|
|
$CategoryOrderChanged = "The category order was changed";
|
|
|
$Tools = "Tools";
|
|
|
$Wiki = "Group wiki";
|
|
|
$CategoryCreated = "Category created";
|
|
|
$GroupTutors = "Tutors";
|
|
|
$GroupWork = "Work";
|
|
|
$GroupCalendar = "Agenda";
|
|
|
$GroupAnnouncements = "Announcements";
|
|
|
$NoCategoriesDefined = "No categories defined";
|
|
|
$GroupsFromClasses = "Groups from classes";
|
|
|
$GroupsFromClassesInfo = "Using this option, you can create groups based on the classes subscribed to your course.";
|
|
|
?>
|