resourcelinker.inc.php 2.9 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 = "Εκπαιδευτική Διαδρομή";
  7. $LevelUp = "πάνω επίπεδο";
  8. $AddIt = "Προσθήκη";
  9. $MainCategory = "βασική κατηγορία";
  10. $lang_delete_added_resources = "Διαγραφή πόρων";
  11. $AddToLinks = "Προσθήκη στους συνδέσμους μαθήματος";
  12. $DontAdd = "να μην γίνει προσθήκη";
  13. $lang_show_all_added_resources = "Εμφάνιση όλων των πόρων";
  14. $ResourcesAdded = "Νέοι πόροι";
  15. $BackTo = "Πίσω σε";
  16. $ExternalResources = "Εξωτερικοί πόροι";
  17. $CourseResources = "Πόροι μαθήματος";
  18. $ExternalLink = "Εξωτερικός σύνδεσμος";
  19. $DropboxAdd = "Add the dropbox page to this chapter.";
  20. $AddAssignmentPage = "Add the upload assignment page to this chapter.";
  21. $Exercise = "Test";
  22. $Link = "Σύνδεσμος";
  23. $AdValvas = "Ad Valvas";
  24. $Document = "Έγγραφο";
  25. $ShowDelete = "Εμφάνιση/Διαγραφή";
  26. $IntroductionText = "Εισαγωγικό κείμενο";
  27. $CourseDescription = "Περιγραφή Μαθήματος";
  28. $Groups = "Ομάδες Χρηστών";
  29. $Users = "Χρήστες";
  30. $IntroductionTextAdd = "Add a page containing the introduction text to this section.";
  31. $CourseDescriptionAdd = "Add a page containing the course description to this section.";
  32. $GroupsAdd = "Add the Groups tool to this section.";
  33. $UsersAdd = "Add the Users tool to this section.";
  34. $ExportableCourseResources = "Exportable course resources";
  35. $DokeosRelatedCourseMaterial = "Chamilo related course resources";
  36. $LinkTarget = "Στόχος συνδέσμου";
  37. $SameWindow = "Στο ίδιο παράθυρο";
  38. $NewWindow = "Σε νέο παράθυρο";
  39. $StepDeleted1 = "Αυτό";
  40. $StepDeleted2 = "το στοιχείο διαγράφηκε στο εργαλείο";
  41. $Modify = "Επεξεργασία";
  42. $Chapter = "Τομέας";
  43. $NoAgendaItems = "Δεν υπάρχουν γεγονότα";
  44. $AgendaAdd = "Προσθήκη γεγονότος";
  45. $UserGroupFilter = "Φίλτρο σε ομάδες/χρήστες";
  46. $AgendaSortChronologicallyUp = "Αύξουσα";
  47. $ShowCurrent = "Τρέχον μήνας";
  48. $ModifyCalendarItem = "Επεξεργασία γεγονότος";
  49. $ItemTitle = "Όνομα γεγονότος";
  50. $Detail = "Λεπτομέρειες";
  51. $EditSuccess = "Το γεγονός τροποποιήθηκε";
  52. $AddCalendarItem = "Προσθήκη γεγονότος στην αντζέντα";
  53. $AddAnn = "Προσθήκη Ανακοίνωσης";
  54. $ForumAddNewTopic = "Forum: προσθήκη θέματος";
  55. $ForumEditTopic = "Forum: επεξεργασία θέματος";
  56. $ExerciseAnswers = "Test : Απαντήσεις";
  57. $ForumReply = "Forum: απάντηση";
  58. $AgendaSortChronologicallyDown = "Φθίνουσα";
  59. ?>