resourcelinker.inc.php 847 B

123456789101112131415161718192021222324
  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 = "Added new resources";
  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 upload assignment page to this chapter.";
  20. $Exercise = "Test";
  21. $Link = "Link";
  22. $AdValvas = "Ad Valvas";
  23. $Document = "Document";
  24. ?>