work.inc.php 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $Tools = "Tools";
  5. $SendWork = "Upload paper";
  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 = "Paper title";
  12. $langAuthors = "Authors";
  13. $langDelList = "Delete whole list";
  14. $langWorkDelete = "Delete";
  15. $langWorkModify = "Edit";
  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 trainer(s)";
  21. $lang_doc_unvisible = "Your file is only visible to the trainer(s) and will therefore not be visible to you.";
  22. $langDelLk = "Delete Link";
  23. $langMustBeRegisteredUser = "Only registered users of this training can publish documents.";
  24. $langListDel = "Delete list";
  25. $langNameDir = "Rename directory";
  26. $langFileExists = "File already exists";
  27. $CreateDirectory = "Validate";
  28. $langCurrentDir = "current folder";
  29. $UploadADocument = "Submit paper";
  30. $EditToolOptions = "Assignments settings";
  31. $DocumentDeleted = "Document deleted";
  32. $SendMailBody = "A user posted a document in the Assignments tool";
  33. $DirDelete = "Delete directory";
  34. $ValidateChanges = "Validate changes";
  35. $FolderUpdated = "Folder updated";
  36. $EndsAt = "Ends at (completely closed)";
  37. $QualificationOfAssignment = "Assignment scoring";
  38. $MakeQualifiable = "Enable assessment";
  39. $QualificationNumberOver = "Score";
  40. $WeightInTheGradebook = "Weight in Competences Report";
  41. $DatesAvailables = "Dates available";
  42. $ExpiresAt = "Expires at";
  43. $AddToCalendar = "Add to calendar";
  44. $DirectoryCreated = "Directory created";
  45. $Assignment = "Assignments";
  46. $AdvancedParameters = "Advanced parameters";
  47. $ExpiryDateToSendWorkIs = "Deadline for assignments";
  48. $EnableExpiryDate = "Enable expiry date";
  49. $EnableEndDate = "Enable end date";
  50. $IsNotPosibleSaveTheDocument = "Impossible to save the document";
  51. $EndDateCannotBeBeforeTheExpireDate = "End date cannot be before the expiry date";
  52. $SelectAFilter = "Select a filter";
  53. $FilterByNotExpired = "Filter by not expired";
  54. $FilterAssignments = "Filter assignments";
  55. $WeightNecessary = "Minimum score expected";
  56. $QualificationOver = "Score";
  57. $ExpiryDateAlreadyPassed = "Expiry date already passed";
  58. $EndDateAlreadyPassed = "End date already passed";
  59. $MoveXTo = "Move %s to";
  60. $QualificationMustNotBeMoreThanQualificationOver = "The mark cannot exceed maximum score";
  61. $ModifyDirectory = "Validate";
  62. $DeleteAllFiles = "Delete all papers";
  63. $BackToWorksList = "Back to Assignments list";
  64. $EditMedia = "Edit and mark paper";
  65. $AllFilesInvisible = "All papers are now invisible";
  66. $FileInvisible = "The file is now invisible";
  67. $AllFilesVisible = "All papers are now visible";
  68. $FileVisible = "The file is now visible";
  69. $ButtonCreateAssignment = "Create assignment";
  70. $AssignmentName = "Assignment name";
  71. $CreateAssignment = "Create assignment";
  72. $FolderEdited = "Folder edited";
  73. $UpdateWork = "Update this task";
  74. $MakeAllPapersInvisible = "Make all papers invisible";
  75. $MakeAllPapersVisible = "Make all papers visible";
  76. $StudentAllowedToDeleteOwnPublication = "Allow learners to delete their own publications";
  77. $TheDocumentHasBeenDeleted = "The document has been deleted.";
  78. $YouAreNotAllowedToDeleteThisDocument = "You are not allowed to delete this document";
  79. $ConfirmYourChoiceDeleteAllfiles = "Please confirm your choice. This will delete all files without possibility of recovery";
  80. $WorkName = "Assignment name";
  81. $ReminderToSubmitPendingTask = "Please remember you still have to send an assignment";
  82. $MessageConfirmSendingOfTask = "This is a message confirming the good reception of the task";
  83. $DataSent = "Data sent";
  84. $DownloadLink = "Download link";
  85. $ViewUsersWithTask = "Assignments received";
  86. $ReminderMessage = "Send a reminder";
  87. $DateSent = "Date sent";
  88. $ViewUsersWithoutTask = "View missing assignments";
  89. ?>