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

59 lines
2.1 KiB

<?php
/*
for more information: see languages.txt in the lang folder.
*/
$ResourceAdded = "Resource added";
$LearningPath = "Learning paths";
$LevelUp = "level up";
$AddIt = "Add it";
$MainCategory = "main category";
$lang_delete_added_resources = "Delete added resources";
$AddToLinks = "Add to the training links";
$DontAdd = "do not add";
$lang_show_all_added_resources = "Show all added resources";
$ResourcesAdded = "Resources added";
$BackTo = "Back to";
$ExternalResources = "External resources";
$CourseResources = "Course resources";
$ExternalLink = "External link";
$DropboxAdd = "Add the dropbox to this section.";
$AddAssignmentPage = "Add the Assignments tool to the course";
$Exercise = "Tests";
$Link = "Links";
$AdValvas = "Announcements";
$Document = "Document";
$ShowDelete = "Show / Delete";
$IntroductionText = "Introduction text";
$CourseDescription = "Course Description";
$Groups = "Groups";
$Users = "Users";
$IntroductionTextAdd = "Add a page containing the introduction text to this section.";
$CourseDescriptionAdd = "Add a page containing the course description to this section.";
$GroupsAdd = "Add the Groups tool to this section.";
$UsersAdd = "Add the Users tool to this section.";
$ExportableCourseResources = "Exportable course resources";
$DokeosRelatedCourseMaterial = "Chamilo related course resources";
$LinkTarget = "Link's target";
$SameWindow = "In the same window";
$NewWindow = "In a new window";
$StepDeleted1 = "This";
$StepDeleted2 = "item was deleted in that tool.";
$Modify = "Edit";
$Chapter = "Section";
$NoAgendaItems = "There are no events";
$AgendaAdd = "Add event";
$UserGroupFilter = "Filter on groups/users";
$AgendaSortChronologicallyUp = "Ascending";
$ShowCurrent = "Current month";
$ModifyCalendarItem = "Edit event";
$ItemTitle = "Event name";
$Detail = "Detail";
$EditSuccess = "Event edited";
$AddCalendarItem = "Add event to agenda";
$AddAnn = "Add announcement";
$ForumAddNewTopic = "Forum: add new topic";
$ForumEditTopic = "Forum: edit topic";
$ExerciseAnswers = "Test : Answers";
$ForumReply = "Forum: reply";
$AgendaSortChronologicallyDown = "Descending";
?>