Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/main/lang/vietnamese/group.inc.php

49 lines
2.0 KiB

<?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 = "Students 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 member of this group";
$langPrivate = "private";
$langPublic = "public";
$langPropModify = "Modify settings";
$langState = "State";
$langGroupFilledGroups = "Groups have been filled (or completed) by students present in the \'Users\' list.";
$langSubscribed = "people registered in this course";
$langStudentsNotInThisGroups = "Users not in this group";
$langQtyOfUserCanSubscribe_PartBeforeNumber = "A user can be member of maximum ";
$langQtyOfUserCanSubscribe_PartAfterNumber = " groups";
$langStudentRegAllowed = "Students are allowed to self-register in groups";
?>