scormdocument.inc.php 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $langChapter = "Κεφάλαιο";
  6. $langDocumentList = "Λίστα όλων των εγγράφων";
  7. $langOrganisationList = "Table of contents";
  8. $langEditTOC = "Edit table of contents";
  9. $langEditDocument = "Επεξεργασία";
  10. $langCreateDocument = "Δημιουργία ενός έγγραφο";
  11. $langMissingImagesDetected = "Missing images detected";
  12. $langPublish = "Δημοσίευση";
  13. $langScormcontentstudent = "This is a Scorm format course. To play it, click here : <input type=button name=scormbutton value='Launch it !' onclick='openscorm()'>";
  14. $langScormcontent = "This is a Scorm format course. To play it, click here : <input type=button name=scormbutton value='Launch it !' onclick='openscorm()'>";
  15. $langDownloadAndZipEnd = " Zip file uploaded and uncompressed";
  16. $langZipNoPhp = "The zip file can not contain .PHP files";
  17. $langGroupForumLink = "Group forum";
  18. $langGroupSpace = "Group area";
  19. $langNotScormContent = "This is not a scorm ZIP file !";
  20. $langNoText = "Please type your text / HTML content";
  21. $langNoFileName = "Please enter the file name";
  22. $langMaxFileSize = "Το μέγιστο μέγεθος αρχείου είναι:";
  23. $langFileName = "Όνομα του αρχείου";
  24. $langFileError = "The file to upload is not valid.";
  25. $langDown = " Zip file uploaded and uncompressed";
  26. $langViMod = "Visibility modified";
  27. $langAddComment = "Προσθήκη / αλλαγή σχολίου στο";
  28. $langImpossible = "Operation impossible";
  29. $langNewDir = "Όνομα νέου φακέλου";
  30. $langTo = "to";
  31. $langNoSpace = "The upload has failed. Either you have exceeded your maximum quota, or there is not enough disk space.";
  32. $langDownloadEnd = "Ολοκληρώθηκε το ανέβασμα";
  33. $langFileExists = "The operation is impossible, a file with this name already exists.";
  34. $langDocCopied = "Document copied";
  35. $langDocDeleted = "Document deleted";
  36. $langElRen = "Element renamed";
  37. $langDirMv = "Element moved";
  38. $langComMod = "Τα σχόλια τροποποιήθηκαν";
  39. $langRename = "Rename";
  40. $langCopy = "Αντιγραφή περιεχομένου του μαθήματος";
  41. $langNameDir = "Name of the new folder";
  42. $langDownloadFile = "Upload file";
  43. $langRoot = "root";
  44. $langBuilder = "Create a course (authoring tool)";
  45. $langScormBuilder = "Create a course (authoring tool)";
  46. $langCreateDoc = "Δημιουργία ενός έγγραφο";
  47. $langOrganiseDocuments = "Δημιούργησε πίνακα περιεχομένων";
  48. $langUncompress = "αποσυμπίεση του αρχείο (.zip) στον εξυπηρέτη";
  49. $ExportShort = "Export as SCORM";
  50. ?>