work.inc.php 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $Tools = "Tools";
  6. $SendWork = "Upload paper";
  7. $langTooBig = "You didn't choose any file to send, or it is too big";
  8. $langListDeleted = "List has been deleted";
  9. $langDocModif = "paper title modified";
  10. $langDocAdd = "The file has been added to the list of publications.";
  11. $langDocDel = "File deleted";
  12. $langTitleWork = "Paper title";
  13. $langAuthors = "Authors";
  14. $langDelList = "Delete list";
  15. $langWorkDelete = "Delete";
  16. $langWorkModify = "Edit";
  17. $langWorkConfirmDelete = "Do you really want to delete this file";
  18. $langAllFiles = "Actions on all files";
  19. $lang_default_upload = "Default setting for the visibility of newly posted files";
  20. $lang_new_visible = "New documents are visible for all users";
  21. $lang_new_unvisible = "New documents are only visible for the trainer(s)";
  22. $lang_doc_unvisible = "Your file is only visible to the trainer(s) and will therefore not be visible to you.";
  23. $langDelLk = "Do you really want to delete this link?";
  24. $langMustBeRegisteredUser = "Only registered users of this training can publish documents.";
  25. $langListDel = "Delete list";
  26. $langNameDir = "Name of the new folder";
  27. $langFileExists = "The operation is impossible, a file with this name already exists.";
  28. $CreateDirectory = "Validate";
  29. $langCurrentDir = "current folder";
  30. $UploadADocument = "Submit paper";
  31. $EditToolOptions = "Assignments settings";
  32. $DocumentDeleted = "Document deleted";
  33. $SendMailBody = "A user posted a document in the Assignments tool";
  34. $DirDelete = "Delete directory";
  35. $ValidateChanges = "Validate changes";
  36. $FolderUpdated = "Folder updated";
  37. $EndsAt = "Ends at (completely closed)";
  38. $QualificationOfAssignment = "Assignment scoring";
  39. $MakeQualifiable = "Add to gradebook";
  40. $QualificationNumberOver = "Score";
  41. $WeightInTheGradebook = "Weight inside gradebook";
  42. $DatesAvailables = "Date limits";
  43. $ExpiresAt = "Expires at";
  44. $AddToCalendar = "Add assignment handling (or creation) date to calendar";
  45. $DirectoryCreated = "Directory created";
  46. $Assignment = "Assignments";
  47. $AdvancedParameters = "Advanced settings";
  48. $ExpiryDateToSendWorkIs = "Deadline for assignments";
  49. $EnableExpiryDate = "Enable handing over deadline (visible to students)";
  50. $EnableEndDate = "Enable final acceptance date (invisible to students)";
  51. $IsNotPosibleSaveTheDocument = "Impossible to save the document";
  52. $EndDateCannotBeBeforeTheExpireDate = "End date cannot be before the expiry date";
  53. $SelectAFilter = "Select a filter";
  54. $FilterByNotExpired = "Filter by not expired";
  55. $FilterAssignments = "Filter assignments";
  56. $WeightNecessary = "Minimum score expected";
  57. $QualificationOver = "Score";
  58. $ExpiryDateAlreadyPassed = "Expiry date already passed";
  59. $EndDateAlreadyPassed = "End date already passed";
  60. $MoveXTo = "Move %s to";
  61. $QualificationMustNotBeMoreThanQualificationOver = "The mark cannot exceed maximum score";
  62. $ModifyDirectory = "Validate";
  63. $DeleteAllFiles = "Delete all papers";
  64. $BackToWorksList = "Back to Assignments list";
  65. $EditMedia = "Edit and mark paper";
  66. $AllFilesInvisible = "All papers are now invisible";
  67. $FileInvisible = "The file is now invisible";
  68. $AllFilesVisible = "All papers are now visible";
  69. $FileVisible = "The file is now visible";
  70. $ButtonCreateAssignment = "Create assignment";
  71. $AssignmentName = "Assignment name";
  72. $CreateAssignment = "Create assignment";
  73. $FolderEdited = "Folder edited";
  74. $UpdateWork = "Update this task";
  75. $MakeAllPapersInvisible = "Make all papers invisible";
  76. $MakeAllPapersVisible = "Make all papers visible";
  77. $TheDocumentHasBeenDeleted = "The document has been deleted.";
  78. $YouAreNotAllowedToDeleteThisDocument = "You are not allowed to delete this document";
  79. $StudentAllowedToDeleteOwnPublication = "Allow learners to delete their own publications";
  80. $ConfirmYourChoiceDeleteAllfiles = "Please confirm your choice. This will delete all files without possibility of recovery";
  81. $WorkName = "Assignment name";
  82. $ReminderToSubmitPendingTask = "Please remember you still have to send an assignment";
  83. $MessageConfirmSendingOfTask = "This is a message confirming the good reception of the task";
  84. $DataSent = "Data sent";
  85. $DownloadLink = "Download link";
  86. $ViewUsersWithTask = "Assignments received";
  87. $ReminderMessage = "Send a reminder";
  88. $DateSent = "Date sent";
  89. $ViewUsersWithoutTask = "View missing assignments";
  90. $HomeworkCreated = "An assignment was created";
  91. $HomeworkHasBeenCreatedForTheCourse = "An assignment was created for the course";
  92. $PleaseCheckHomeworkPage = "Please check the assignments page.";
  93. $IncludedInEvaluation = "Included in the evaluation";
  94. $DateExpiredNotBeLessDeadLine = "The expiration date cannot be smaller than the deadline.";
  95. $NotRevised = "Not reviewed";
  96. ?>