resourcelinker.inc.php 846 B

12345678910111213141516171819202122232425
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $ResourceAdded = "Resource added. You can now go back to the path or add more resources.";
  6. $LearningPath = "Learning Path";
  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 course links";
  12. $DontAdd = "do not add";
  13. $lang_show_all_added_resources = "Show all added resources";
  14. $ResourcesAdded = "Added new resources";
  15. $BackTo = "Back to";
  16. $ExternalResources = "External resources";
  17. $CourseResources = "Course resources";
  18. $ExternalLink = "External link";
  19. $DropboxAdd = "Add the dropbox page to this chapter.";
  20. $AddAssignmentPage = "Add the upload assignment page to this chapter.";
  21. $Exercise = "Test";
  22. $Link = "Link";
  23. $AdValvas = "Ad Valvas";
  24. $Document = "Document";
  25. ?>