123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- <?php
- /*
- for more information: see languages.txt in the lang folder.
- */
- $WorkFileNotUploadedDirXDoesNotExist = "Assignment could not be uploaded because folder %s does not exist";
- $FolderDoesntExistsInFileSystem = "Target folder doesn't exist on the server.";
- $HandedOutDate = "Time of reception";
- $HandedOut = "Handed out";
- $HandOutDateLimit = "Deadline";
- $Tools = "Tools";
- $SendWork = "Upload paper";
- $TooBig = "You didn't choose any file to send, or it is too big";
- $ListDeleted = "List has been deleted";
- $DocModif = "paper title modified";
- $DocAdd = "The file has been added to the list of publications.";
- $DocDel = "File deleted";
- $TitleWork = "Paper title";
- $Authors = "Authors";
- $DelList = "Delete list";
- $WorkDelete = "Delete";
- $WorkModify = "Edit";
- $WorkConfirmDelete = "Do you really want to delete this file";
- $AllFiles = "Actions on all files";
- $DefaultUpload = "Default setting for the visibility of newly posted files";
- $NewVisible = "New documents are visible for all users";
- $NewUnvisible = "New documents are only visible for the teacher(s)";
- $lang_doc_unvisible = "Your file is only visible to the teacher(s) and will therefore not be visible to you.";
- $DelLk = "Do you really want to delete this link?";
- $MustBeRegisteredUser = "Only registered users of this training can publish documents.";
- $ListDel = "Delete list";
- $NameDir = "Name of the new folder";
- $FileExists = "The operation is impossible, a file with this name already exists.";
- $CreateDirectory = "Validate";
- $CurrentDir = "current folder";
- $EditToolOptions = "Assignments settings";
- $DocumentDeleted = "Document deleted";
- $SendMailBody = "A user posted a document in the Assignments tool";
- $DirDelete = "Delete directory";
- $ValidateChanges = "Validate changes";
- $FolderUpdated = "Folder updated";
- $EndsAt = "Ends at (completely closed)";
- $QualificationOfAssignment = "Assignment scoring";
- $MakeQualifiable = "Add to gradebook";
- $QualificationNumberOver = "Score";
- $WeightInTheGradebook = "Weight inside assessment";
- $DatesAvailables = "Date limits";
- $ExpiresAt = "Expires at";
- $AddToCalendar = "Add assignment handling (or creation) date to calendar";
- $DirectoryCreated = "Directory created";
- $Assignment = "Assignments";
- $AdvancedParameters = "Advanced settings";
- $ExpiryDateToSendWorkIs = "Deadline for assignments";
- $EnableExpiryDate = "Enable handing over deadline (visible to learners)";
- $EnableEndDate = "Enable final acceptance date (invisible to learners)";
- $IsNotPosibleSaveTheDocument = "Impossible to save the document";
- $EndDateCannotBeBeforeTheExpireDate = "End date cannot be before the expiry date";
- $SelectAFilter = "Select a filter";
- $FilterByNotExpired = "Filter by not expired";
- $FilterAssignments = "Filter assignments";
- $WeightNecessary = "Minimum score expected";
- $QualificationOver = "Score";
- $ExpiryDateAlreadyPassed = "Expiry date already passed";
- $EndDateAlreadyPassed = "End date already passed";
- $MoveXTo = "Move %s to";
- $QualificationMustNotBeMoreThanQualificationOver = "The mark cannot exceed maximum score";
- $ModifyDirectory = "Validate";
- $DeleteAllFiles = "Delete all papers";
- $BackToWorksList = "Back to Assignments list";
- $EditMedia = "Edit and mark paper";
- $AllFilesInvisible = "All papers are now invisible";
- $FileInvisible = "The file is now invisible";
- $AllFilesVisible = "All papers are now visible";
- $FileVisible = "The file is now visible";
- $ButtonCreateAssignment = "Create assignment";
- $AssignmentName = "Assignment name";
- $CreateAssignment = "Create assignment";
- $FolderEdited = "Folder edited";
- $UpdateWork = "Update this task";
- $MakeAllPapersInvisible = "Make all papers invisible";
- $MakeAllPapersVisible = "Make all papers visible";
- $TheDocumentHasBeenDeleted = "The document has been deleted.";
- $YouAreNotAllowedToDeleteThisDocument = "You are not allowed to delete this document";
- $StudentAllowedToDeleteOwnPublication = "Allow learners to delete their own publications";
- $ConfirmYourChoiceDeleteAllfiles = "Please confirm your choice. This will delete all files without possibility of recovery";
- $WorkName = "Assignment name";
- $ReminderToSubmitPendingTask = "Please remember you still have to send an assignment";
- $MessageConfirmSendingOfTask = "This is a message confirming the good reception of the task";
- $DataSent = "Data sent";
- $ViewUsersWithTask = "Assignments received";
- $ReminderMessage = "Send a reminder";
- $DateSent = "Date sent";
- $ViewUsersWithoutTask = "View missing assignments";
- $HomeworkCreated = "An assignment was created";
- $HomeworkHasBeenCreatedForTheCourse = "An assignment was created for the course";
- $PleaseCheckHomeworkPage = "Please check the assignments page.";
- $IncludedInEvaluation = "Included in the evaluation";
- $DateExpiredNotBeLessDeadLine = "The expiration date cannot be smaller than the deadline.";
- $NotRevised = "Not reviewed";
- $AllowTextAssignments = "Allow assignments handing through online editor";
- $YouAlreadySentAPaperYouCantUpload = "You already sent an assignment, you can't upload a new one";
- $CantUploadDeleteYourPaperFirst = "You cannot upload this assignment. Please delete the previous one first.";
- ?>
|