resourcelinker.inc.php 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $ResourceAdded = "Resource added";
  6. $LearningPath = "Learning paths";
  7. $LevelUp = "level up";
  8. $AddIt = "Add it";
  9. $MainCategory = "main category";
  10. $lang_delete_added_resources = "Delete added resources";
  11. $AddToLinks = "Add to the training links";
  12. $DontAdd = "do not add";
  13. $lang_show_all_added_resources = "Show all added resources";
  14. $ResourcesAdded = "Resources added";
  15. $BackTo = "Back to";
  16. $ExternalResources = "External resources";
  17. $CourseResources = "Course resources";
  18. $ExternalLink = "External link";
  19. $DropboxAdd = "Add the dropbox to this section.";
  20. $AddAssignmentPage = "Add the Assignments tool to the course";
  21. $Exercise = "Tests";
  22. $Link = "Links";
  23. $AdValvas = "Announcements";
  24. $Document = "Document";
  25. $ShowDelete = "Show / Delete";
  26. $IntroductionText = "Introduction text";
  27. $CourseDescription = "Course Description";
  28. $Groups = "Groups";
  29. $Users = "Users";
  30. $IntroductionTextAdd = "Add a page containing the introduction text to this section.";
  31. $CourseDescriptionAdd = "Add a page containing the course description to this section.";
  32. $GroupsAdd = "Add the Groups tool to this section.";
  33. $UsersAdd = "Add the Users tool to this section.";
  34. $ExportableCourseResources = "Exportable course resources";
  35. $DokeosRelatedCourseMaterial = "Chamilo related course resources";
  36. $LinkTarget = "Link's target";
  37. $SameWindow = "In the same window";
  38. $NewWindow = "In a new window";
  39. $StepDeleted1 = "This";
  40. $StepDeleted2 = "item was deleted in that tool.";
  41. $Modify = "Edit";
  42. $Chapter = "Section";
  43. $NoAgendaItems = "There are no events";
  44. $AgendaAdd = "Add event";
  45. $UserGroupFilter = "Filter on groups/users";
  46. $AgendaSortChronologicallyUp = "Ascending";
  47. $ShowCurrent = "Current month";
  48. $ModifyCalendarItem = "Edit event";
  49. $ItemTitle = "Event name";
  50. $Detail = "Detail";
  51. $EditSuccess = "Event edited";
  52. $AddCalendarItem = "Add event to agenda";
  53. $AddAnn = "Add announcement";
  54. $ForumAddNewTopic = "Forum: add new topic";
  55. $ForumEditTopic = "Forum: edit topic";
  56. $ExerciseAnswers = "Test : Answers";
  57. $ForumReply = "Forum: reply";
  58. $AgendaSortChronologicallyDown = "Descending";
  59. ?>