work.inc.php 1.6 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $Tools = "Tools";
  5. $langDownloadFile = "Upload file";
  6. $langTooBig = "You haven\'t selected a file or the file is too big.";
  7. $langListDeleted = "The whole list has been deleted.";
  8. $langDocModif = "paper title modified";
  9. $langDocAdd = "The file has been added to the list of publications.";
  10. $langDocDel = "File deleted";
  11. $langTitleWork = "File Title";
  12. $langAuthors = "Authors";
  13. $langDelList = "Delete whole list";
  14. $langWorkDelete = "Delete";
  15. $langWorkModify = "Modify";
  16. $langWorkConfirmDelete = "Do you really want to delete this file";
  17. $langAllFiles = "Actions on all files";
  18. $lang_default_upload = "Default setting for the visibility of newly posted files";
  19. $lang_new_visible = "New documents are visible for all users";
  20. $lang_new_unvisible = "New documents are only visible for the course manager(s)";
  21. $lang_doc_unvisible = "Your file is only visible for the teacher(s) of this course and will therefore not be visible for you.";
  22. $langDelLk = "Delete Link";
  23. $langMustBeRegisteredUser = "Only registered users of this course can publish documents.";
  24. $langListDel = "Delete list";
  25. $langWork = "Assignments";
  26. $langNameDir = "Rename directory";
  27. $langFileExists = "File already exists";
  28. $langDirCr = "Create directory";
  29. $langCurrentDir = "current folder";
  30. $UploadADocument = "Upload a document";
  31. $EditToolOptions = "Edit Tool Options";
  32. $DocumentDeleted = "Document deleted";
  33. $SendMailBody = "A user posted a document in the Assignments tool of your course.";
  34. $DirDelete = "Delete directory";
  35. $ValidateChanges = "Validate changes";
  36. ?>