resourcelinker.inc.php 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $ResourceAdded = "Resource added. You can now go back to the path or add more resources.";
  5. $LearningPath = "Learning Path";
  6. $LevelUp = "level up";
  7. $AddIt = "Add it";
  8. $MainCategory = "main category";
  9. $lang_delete_added_resources = "Delete added resources";
  10. $AddToLinks = "Add to the course links";
  11. $DontAdd = "do not add";
  12. $lang_show_all_added_resources = "Show all added resources";
  13. $ResourcesAdded = "Resources added";
  14. $BackTo = "Back to";
  15. $ExternalResources = "External resources";
  16. $CourseResources = "Course resources";
  17. $ExternalLink = "External link";
  18. $DropboxAdd = "Add the Dropbox page to this chapter.";
  19. $AddAssignmentPage = "Add the Student Publications page to this chapter.";
  20. $Dropbox = "Dropbox";
  21. $Assignments = "Student publications";
  22. $Exercise = "Tests";
  23. $Link = "Link";
  24. $Forum = "Forum";
  25. $AdValvas = "Announcements";
  26. $Document = "Document";
  27. $ShowDelete = "Show / Delete";
  28. $IntroductionText = "Introduction text";
  29. $CourseDescription = "Course description";
  30. $Groups = "Groups";
  31. $Users = "Users";
  32. $IntroductionTextAdd = "Add a page containing the introduction text to this chapter.";
  33. $CourseDescriptionAdd = "Add a page containing the course description to this chapter.";
  34. $GroupsAdd = "Add the Groups page to this chapter.";
  35. $UsersAdd = "Add the Users page to this chapter.";
  36. $ExportableCourseResources = "Exportable course resources";
  37. $DokeosRelatedCourseMaterial = "Dokeos related course resources";
  38. $LinkTarget = "Link\'s target";
  39. $SameWindow = "In the same window";
  40. $NewWindow = "In a new window";
  41. $StepDeleted1 = "This ";
  42. $StepDeleted2 = "item was deleted in that tool.";
  43. $Modify = "modify";
  44. $Chapter = "Chapter";
  45. $NoAgendaItems = "There are no Agenda items";
  46. $AgendaAdd = "Add an Agenda item";
  47. $UserGroupFilter = "User group filter";
  48. $AgendaSortChronologicallyUp = "Sort Agenda chronologically (up)";
  49. $ShowCurrent = "Show current Agenda items";
  50. $ModifyCalendarItem = "Modify Agenda Item";
  51. $ItemTitle = "Title";
  52. $Detail = "Details";
  53. $EditSuccess = "Edit was successful";
  54. $AddCalendarItem = "Add Agenda item";
  55. $AddAnn = "Add announcement";
  56. $ForumAddNewTopic = "Forum: add new topic";
  57. $ForumEditTopic = "Forum: edit topic";
  58. $ExerciseAnswers = "Exercise: Answers";
  59. $ForumReply = "Forum: reply";
  60. $AgendaSortChronologicallyDown = "Sort Agenda chronologically (down)";
  61. ?>