resourcelinker.inc.php 1.1 KB

1234567891011121314151617181920212223242526272829303132
  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 = "学習パス";
  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 = "課題ツールをコースに追加";
  21. $Exercise = "Test";
  22. $Link = "Link";
  23. $AdValvas = "Ad Valvas";
  24. $Document = "Document";
  25. $CourseDescription = "コースの説明";
  26. $Users = "ユーザー";
  27. $LinkTarget = "リンク先";
  28. $Modify = "編集";
  29. $AgendaAdd = "イベントを追加";
  30. $ItemTitle = "イベント名";
  31. $AddCalendarItem = "イベントを予定表に追加";
  32. ?>