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/english/userInfo.inc.php

60 lines
2.4 KiB

<?php /*
for more information: see languages.txt in the lang folder.
*/
$langLineNumber = "Line Number";
$langLine = "line";
$langLines = "lines";
$langLineOrLines = "line(s)";
$langMoveUp = "Move up";
$langMoveDown = "Move down";
$langAddNewHeading = "Add new heading";
$langCourseAdministratorOnly = "Teacher only";
$langDefineHeadings = "Define Headings";
$langBackToUsersList = "Back to users list";
$langTracking = "Tracking";
$langCourseManager = "Teacher";
$langModRight = "change rights of";
$langNoAdmin = "has from now on <b>no</b> rights on this page";
$langAllAdmin = "has from now on <b>all</b> rights on this page";
$langModRole = "Change role of";
$langRole = "Role";
$langIsNow = "is from now on";
$langInC = "in this course";
$langFilled = "Not all fields were filled";
$langUserNo = "User No";
$langTaken = "is already in use. Please select a different ";
$langTutor = "Coach";
$langUnreg = "Unsubscribe";
$langGroupUserManagement = "Group management";
$langUnregister = "Unregister";
$langAddAUser = "Add users";
$UsersUnsubscribed = "The selected users have been unsubscribed from the course";
$ThisStudentIsSubscribeThroughASession = "This student is subscribed in this course through a session. You cannot edit these informations";
$PersonalData = "Personal Data";
$Contacts = "Contacts";
$SocialInformationComment = "allow categorize your contacts";
$AttachContactsToGroup = "Attach contacts to group";
$ContactsList = "Contacts list";
$AttachToGroup = "Attach to group";
$SelectOneContact = "Select one contact";
$SelectOneGroup = "Select one group";
$AttachContactsPersonal = "Attach contacts personal";
$AttachContactsToGroupSuccesfuly = "Attach contacts to group succesfuly";
$InvitationDenied = "Invitation denied";
$AddedContactToList = "Added contact to list";
$ContactsGroupsComment = "Allow see their contacts grouped";
$YouDontHaveContactsInThisGroup = "You don\'t have contacts in this group";
$SelectTheCheckbox = "Select the check box";
$YouDontHaveInvites = "You don\'t have invites";
$SocialInvitesComment = "Allow see your Invites";
$InvitationSentBy = "Invitation sent by";
$RequestContact = "Request contact";
$DateSend = "Date send";
$SocialUnknow = "Unknow";
$SocialParent = "My parents";
$SocialFriend = "My friends";
$SocialGoodFriend = "Good friends";
$SocialEnemy = "My enemy";
$SocialDeleted = "Deleted contact";
$MessageOutboxComment = "Allow see messages of outbox";
?>