resourcelinker.inc.php 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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 = "Ścieżka nauczania";
  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 = "Pokaż / Skasuj";
  26. $IntroductionText = "Tekst wprowadzający";
  27. $CourseDescription = "Opis kursu";
  28. $Groups = "Grupy";
  29. $Users = "Użytkownicy";
  30. $IntroductionTextAdd = "Dodaj stronę zawierającą tekst wprowadzający do tego rozdziału.";
  31. $CourseDescriptionAdd = "Dodaj stronę zawierającą opis tego rozdziału kursu.";
  32. $GroupsAdd = "Dodaj do tego rozdziału stronę zawierającą grupy.";
  33. $UsersAdd = "Dodaj do tego rozdziału stronę zawierającą użytkowników.";
  34. $ExportableCourseResources = "Eksportowalne zasoby kursu";
  35. $DokeosRelatedCourseMaterial = "Zasoby kursu związane z Chamilo'em";
  36. $LinkTarget = "Cel linka";
  37. $SameWindow = "W tym samym oknie";
  38. $NewWindow = "W nowym oknie";
  39. $StepDeleted1 = "Ten";
  40. $StepDeleted2 = "element w tym narzędziu został skasowany.";
  41. $Modify = "modyfikuj";
  42. $Chapter = "Rozdział";
  43. $NoAgendaItems = "Nie ma &#380;adnych elementów Agendy";
  44. $AgendaAdd = "Dodaj nowy element agendy";
  45. $UserGroupFilter = "Filtr grup/użytkowników";
  46. $AgendaSortChronologicallyUp = "Sortuj Agendę chronologicznie (góra)";
  47. $ShowCurrent = "Pokaż elementy agendy w bieżącym miesiącu";
  48. $ModifyCalendarItem = "Modyfikuj element agendy";
  49. $ItemTitle = "Tytuł elementu";
  50. $Detail = "Szczegóły";
  51. $EditSuccess = "Element agendy został wyedytowany";
  52. $AddCalendarItem = "Dodaj nowy element agendy";
  53. $AddAnn = "Dodaj ogłoszenie";
  54. $ForumAddNewTopic = "Forum: dodaj nowy temat";
  55. $ForumEditTopic = "Forum: edytuj temat";
  56. $ExerciseAnswers = "Ćwiczenie: Odpowiedzi";
  57. $ForumReply = "Forum: odpowiedz";
  58. $AgendaSortChronologicallyDown = "Sortuj Agendę chronologicznie (dół)";
  59. ?>