resourcelinker.inc.php 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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 = "Courses";
  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 training 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 to this section.";
  19. $AddAssignmentPage = "Add the Assignments tool to the course";
  20. $Exercise = "Tests";
  21. $Link = "Links";
  22. $AdValvas = "Announcements";
  23. $Document = "Document";
  24. $ShowDelete = "Show / Delete";
  25. $IntroductionText = "Introduction text";
  26. $CourseDescription = "Training description";
  27. $Groups = "Groups";
  28. $Users = "Users";
  29. $IntroductionTextAdd = "Add a page containing the introduction text to this section.";
  30. $CourseDescriptionAdd = "Add a page containing the training description to this section.";
  31. $GroupsAdd = "Add the Groups tool to this section.";
  32. $UsersAdd = "Add the Users tool to this section.";
  33. $ExportableCourseResources = "Exportable course resources";
  34. $DokeosRelatedCourseMaterial = "Dokeos related course resources";
  35. $LinkTarget = "Link\'s target";
  36. $SameWindow = "In the same window";
  37. $NewWindow = "In a new window";
  38. $StepDeleted1 = "This ";
  39. $StepDeleted2 = "item was deleted in that tool.";
  40. $Modify = "Edit";
  41. $Chapter = "Section";
  42. $NoAgendaItems = "There are no events in the agenda";
  43. $AgendaAdd = "Add an event";
  44. $UserGroupFilter = "User group filter";
  45. $AgendaSortChronologicallyUp = "Sort chronologically (up)";
  46. $ShowCurrent = "Current month";
  47. $ModifyCalendarItem = "Edit event";
  48. $ItemTitle = "Title";
  49. $Detail = "Details";
  50. $EditSuccess = "Edit was successful";
  51. $AddCalendarItem = "Add an event";
  52. $AddAnn = "Add announcement";
  53. $ForumAddNewTopic = "Forum: add new topic";
  54. $ForumEditTopic = "Forum: edit topic";
  55. $ExerciseAnswers = "Test : Answers";
  56. $ForumReply = "Forum: reply";
  57. $AgendaSortChronologicallyDown = "Sort chronologically (down)";
  58. ?>