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

107 lines
6.3 KiB

<?php /*
for more information: see languages.txt in the lang folder.
*/
$ModifInfo = "Course settings";
$langModifDone = "The information has been modified";
$langDelCourse = "Delete the whole course area";
$langProfessors = "Teachers";
$langFaculty = "Category";
$langConfidentiality = "Confidentiality";
$langPublic = "Public access from portal home page even without login";
$langUnsubscription = "Unsubscribe";
$langPrivOpen = "Private access, registration open";
$langPrivate = "Private access - site accessible only to course members (see the <a href=../user/user.php>Users list</a>)";
$langForbidden = "Not allowed";
$langConfTip = "By default your course is public. But you can define the level of confidentiality above.";
$langOpenToTheWorld = "Open - access allowed for the whole world";
$OpenToThePlatform = "Open - access allowed for users registered on the platform";
$langOpenToThePlatform = "Open - access allowed for users registered on the platform";
$langTipLang = "This language will be valid for every visitor of your course\'s website.";
$langVid = "Video";
$langWork = "Contributions";
$langProgramMenu = "Course program";
$langAnnouncement = "Announcements";
$langExercise = "Tests";
$langStats = "Statistics";
$langUplPage = "Upload page and link to Home Page";
$langLinkSite = "Add link to page on Home Page";
$langCourse = "The area ";
$langHasDel = "has been deleted";
$langBackHome = "Back to Home Page of ";
$langByDel = "Deleting this area will permanently delete all the content (documents, links...) it contains and unregister all its members (not remove them from other areas). This will also delete any virtual courses that are linked to this course.<p>Do you really want to delete the course area?";
$langY = "YES";
$langN = "NO";
$langDepartmentUrl = "Department URL";
$langDepartmentUrlName = "Department";
$langBackupCourse = "Archive this course area";
$langModifGroups = "Groups";
$langProfessor = "Teacher";
$langGroups = "Groups";
$langDescriptionCours = "Course description";
$langArchiveCourse = "Course backup";
$langRestoreCourse = "Restore a course";
$langRestore = "Restore";
$langCreatedIn = "created in";
$langCreateMissingDirectories = "Creation of missing directories";
$langCopyDirectoryCourse = "Copy of course files";
$langDisk_free_space = "Free disk space";
$langBuildTheCompressedFile = "Creation of backup file";
$langFileCopied = "file copied";
$langArchiveLocation = "Archive location";
$langSizeOf = "Size of";
$langArchiveName = "Archive name";
$langBackupSuccesfull = "Backup successful";
$langBUCourseDataOfMainBase = "Backup of course data in main database for";
$langBUUsersInMainBase = "Backup of user data in main database for";
$langBUAnnounceInMainBase = "Backup of announcements data in main database for";
$langBackupOfDataBase = "Backup of database";
$langCreationDate = "Created";
$langExpirationDate = "Expiration date";
$langPostPone = "Post pone";
$langLastEdit = "Last edit";
$langLastVisit = "Last visit";
$langSubscription = "Subscription";
$langCourseAccess = "Course access";
$langConfirmBackup = "Do you really want to backup the course area?";
$langCreateSite = "Create a course area";
$langRestoreDescription = "The course is in an archive file which you can select below.<br><br>Once you click on \"Restore\", the archive will be uncompressed and the course recreated.";
$langRestoreNotice = "This script doesn\'t allow yet to automatically restore users, but data saved in \"users.csv\" are sufficient for the administrator to do it manually.";
$langAvailableArchives = "Available archives list";
$langNoArchive = "No archive has been selected";
$langArchiveNotFound = "The archive has not been found";
$langArchiveUncompressed = "The archive has been uncompressed and installed.";
$langCsvPutIntoDocTool = "The file \"users.csv\" has been put into Documents tool.";
$langBackH = "back to homepage";
$langOtherCategory = "Other category";
$langAllowedToUnsubscribe = "Users are allowed to unsubscribe from this course";
$langNotAllowedToUnsubscribe = "Users are not allowed to unsubscribe from this course";
$langCourseVisibilityClosed = "Completely closed; the course is only accessible to the course admin and teaching assistants.";
$CourseVisibilityClosed = "Closed - the course is only accessible to the course admin and teaching assistants.";
$CourseVisibilityModified = "Modified (more detailed settings specified through roles-rights system)";
$WorkEmailAlert = "Alert by e-mail on work submission";
$WorkEmailAlertActivate = "Activate e-mail alert on new work submission";
$WorkEmailAlertDeactivate = "Disable e-mail alert on new work submission";
$DropboxEmailAlert = "Alert by e-mail on dropbox submission";
$DropboxEmailAlertActivate = "Activate e-mail alert on new dropbox submission";
$DropboxEmailAlertDeactivate = "Disable e-mail alert on new dropbox submission";
$AllowUserEditAgenda = "Allow users to edit course agenda";
$AllowUserEditAgendaActivate = "Activate course agenda edition by users";
$AllowUserEditAgendaDeactivate = "Disable course agenda edition by users";
$AllowUserEditAnnouncement = "Allow users to edit course announcements";
$AllowUserEditAnnouncementActivate = "Enable edition by users";
$AllowUserEditAnnouncementDeactivate = "Disable edition by users";
$OrInTime = "Or in";
$CourseRegistrationPassword = "Course registration password";
$langDescriptionDeleteCourse = "Click on this link in order to eliminate any trace from the course on the server.<br><br>This functionality has to be handled with an extreme precaution!";
$langDescriptionCopyCourse = "Duplicate the course area or parts of it into another course area. You need minimum 2 courses to use this tool.";
$DescriptionRecycleCourse = "This tool empties the course. It removes documents, forums, links. And allows you to select what parts you want to remove or decide to remove the whole.";
$QuizEmailAlert = "E-mail alert on new quiz submitted";
$QuizEmailAlertActivate = "Activate e-mail sending when a user submits new quiz answers";
$QuizEmailAlertDeactivate = "Disable e-mail alert on new quiz answers submission";
$AllowUserImageForum = "User picture in forum";
$AllowUserImageForumActivate = "Display users pictures in the forum";
$AllowUserImageForumDeactivate = "Hide users pictures in the forum";
$AllowLearningPathTheme = "Allow learning path theme";
$AllowLearningPathThemeAllow = "Allowed";
$AllowLearningPathThemeDisallow = "Disallowed";
?>