resourcelinker.inc.php 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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 = "Inlärningsvägar";
  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. $ShowDelete = "Visa / Radera";
  26. $IntroductionText = "Introduktionstext";
  27. $CourseDescription = "Kursbeskrivning";
  28. $Groups = "Grupper";
  29. $Users = "Användare";
  30. $IntroductionTextAdd = "Lägg till sida som innehåller introduktions text till detta kapitel.";
  31. $CourseDescriptionAdd = "Lägg till en sida som innehåller beskrivning till detta kapitel.";
  32. $GroupsAdd = "Lägg till gruppsidan till detta kapitel.";
  33. $UsersAdd = "Lägg till användarsidan till detta kapitel.";
  34. $ExportableCourseResources = "Exportbara kurs resurser";
  35. $DokeosRelatedCourseMaterial = "Chamilo relaterade kurs resurser";
  36. $LinkTarget = "Länkmål";
  37. $SameWindow = "I samma fönster";
  38. $NewWindow = "I ett nytt fönster";
  39. $StepDeleted1 = "detta";
  40. $StepDeleted2 = "objekt blev raderat i det verktyget.";
  41. $Modify = "Modifiera / Ändra";
  42. $Chapter = "Kapitel";
  43. $NoAgendaItems = "Det finns inga Agenda objekt";
  44. $AgendaAdd = "Lägg till kalenderpost";
  45. $UserGroupFilter = "Filter på grupper/användare";
  46. $AgendaSortChronologicallyUp = "Sortera Agenda kronologiskt (upp)";
  47. $ShowCurrent = "Visa kalenderposter i aktuell månad";
  48. $ModifyCalendarItem = "Ändra en kalenderpost";
  49. $ItemTitle = "Objekttitel";
  50. $Detail = "Detalj";
  51. $EditSuccess = "Kalenderposten har blivit ändrad";
  52. $AddCalendarItem = "Lägg till kalenderpost";
  53. $AddAnn = "Lägg till tillkännagivande";
  54. $ForumAddNewTopic = "Forum: lägg till nytt ämne";
  55. $ForumEditTopic = "Forum: ändra ämne";
  56. $ExerciseAnswers = "Övningar: Svar";
  57. $ForumReply = "Forum: svar";
  58. ?>