work.inc.php 5.0 KB

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