Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/main/lang/english/work.inc.php

76 lines
3.3 KiB

<?php /*
for more information: see languages.txt in the lang folder.
*/
$Tools = "Tools";
$SendWork = "Upload paper";
$langTooBig = "You haven\'t selected a file or the file is too big.";
$langListDeleted = "The whole list has been deleted.";
$langDocModif = "paper title modified";
$langDocAdd = "The file has been added to the list of publications.";
$langDocDel = "File deleted";
$langTitleWork = "Paper title";
$langAuthors = "Authors";
$langDelList = "Delete whole list";
$langWorkDelete = "Delete";
$langWorkModify = "Edit";
$langWorkConfirmDelete = "Do you really want to delete this file";
$langAllFiles = "Actions on all files";
$lang_default_upload = "Default setting for the visibility of newly posted files";
$lang_new_visible = "New documents are visible for all users";
$lang_new_unvisible = "New documents are only visible for the trainer(s)";
$lang_doc_unvisible = "Your file is only visible to the trainer(s) and will therefore not be visible to you.";
$langDelLk = "Delete Link";
$langMustBeRegisteredUser = "Only registered users of this training can publish documents.";
$langListDel = "Delete list";
$langNameDir = "Rename directory";
$langFileExists = "File already exists";
$CreateDirectory = "Validate";
$langCurrentDir = "current folder";
$UploadADocument = "Submit paper";
$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 = "Enable assessment";
$QualificationNumberOver = "Score";
$WeightInTheGradebook = "Weight in Competences Report";
$DatesAvailables = "Dates available";
$ExpiresAt = "Expires at";
$AddToCalendar = "Add to calendar";
$DirectoryCreated = "Directory created";
$Assignment = "Assignments";
$AdvancedParameters = "Advanced parameters";
$ExpiryDateToSendWorkIs = "Deadline for assignments";
$EnableExpiryDate = "Enable expiry date";
$EnableEndDate = "Enable end date";
$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";
?>