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/document.inc.php

122 lines
5.6 KiB

<?php /*
for more information: see languages.txt in the lang folder.
*/
$MoveTo = "Move to";
$langDownloadFile = "Upload file to the server";
$langCreateDir = "Create a directory";
$langNameDir = "Name of the new directory";
$langSize = "Size";
$langRename = "Rename";
$langCopy = "Copy";
$langTo = "to";
$langNoSpace = "The upload has failed. Either you have exceeded your maximum quotum, or there is not enough disk space.";
$langDownloadEnd = "The upload is finished";
$langFileExists = "The operation is impossible, a file with this name already exists.";
$langNewDir = "Name of new directory";
$langImpossible = "Operation impossible";
$langAddComment = "Add/modify a comment to";
$langDocCopied = "Document copied";
$langDocDeleted = "Document deleted";
$langElRen = "Element renamed";
$langDirCr = "Directory created";
$langDirMv = "Element moved";
$langComMod = "Comment modified";
$langViMod = "Visibility modified";
$langGroupSpace = "Group area";
$langGroupSpaceLink = "Group area";
$langGroupForumLink = "Group forum";
$langZipNoPhp = "The zip file can not contain .PHP files";
$langUncompress = "uncompress zip";
$langDownloadAndZipEnd = " Zip file uploaded and uncompressed";
$langRoot = "root";
$langCreateDoc = "Create a document";
$langDown = "Down";
$langFileError = "The file to upload is not valid.";
$langMaxFileSize = "Max file size is";
$langFileName = "File name";
$langNoFileName = "Please enter the file name";
$langNoText = "Please type your text / HTML content";
$langAreYouSureToDelete = "Are you sure you want to delete";
$langScormcontent = "This is a Scorm content<br><input type=button name=scormbutton value=\'Launch it !\' onclick=\'openscorm()\'>";
$langScormcontentstudent = "This is a Scorm format course. To play it, click here : <input type=button name=scormbutton value=\'Launch it !\' onclick=\'openscorm()\'>";
$langPublish = "Publish";
$langMissingImagesDetected = "Missing images detected";
$langCreateDocument = "Create a document";
$langEditDocument = "Edit";
$langDocuments = "Documents";
$langOrganiseDocuments = "Create table of contents";
$langEditTOC = "Edit table of contents";
$langChapter = "Chapter";
$langDocumentList = "List of all documents";
$langOrganisationList = "Table of contents";
$langCreationSucces = "Table of contents successfully created.";
$langCanViewOrganisation = "You can view your organisation ";
$langHere = "here.";
$langViewDocument = "View";
$langHtmlTitle = "Table of contents";
$langAddToTOC = "Add to contents";
$langAddChapter = "Add chapter";
$langReady = "Generate table of contents";
$langStoreDocuments = "Store documents";
$langTocDown = "Down";
$langTocUp = "Up";
$lang_cut_paste_link = "No frames";
$langCreatePath = "Create a path";
$langOogieConversionPowerPoint = "Oogie : PowerPoint conversion";
$langWelcomeOogieSubtitle = "A PowerPoint to Learning Path converter";
$langAddMetadata = "View/Edit Metadata";
$langGoMetadata = "Go";
$langQuotaForThisCourseIs = "The quotum for this course is";
$langDel = "delete";
$langUp = "Up";
$langDate = "Date";
$ShowCourseQuotaUse = "Show course quotum";
$CourseCurrentlyUses = "This course currently uses";
$MaximumAllowedQuota = "Your storage limit is";
$PercentageQuotaInUse = "Percentage of your quotum that is in use";
$PercentageQuotaFree = "Percentage of your quotum that is still free";
$CurrentDirectory = "Current directory";
$UplUploadDocument = "Upload a document";
$UplNoFileUploaded = "No file was uploaded.";
$UplSelectFileFirst = "Please select a file before pressing the upload button.";
$UplPartialUpload = "The uploaded file was only partially uploaded.";
$UplExceedMaxPostSize = "The file size exceeds the maximum allowed setting: ";
$UplExceedMaxServerUpload = "The uploaded file exceeds the maximum filesize allowed by the server: ";
$UplFileTooBig = "The file is too big to upload.";
$UplUploadFailed = "The file upload has failed.";
$UplUnableToSaveFile = "The uploaded file could not be saved (perhaps a permission problem?)";
$UplNotEnoughSpace = "There is not enough space to upload this file.";
$UplNoSCORMContent = "No SCORM content was found.";
$UplZipExtractSuccess = "The zipfile was successfully extracted.";
$UplZipCorrupt = "Unable to extract zip file (corrupt file?).";
$UplAlreadyExists = " already exists.";
$UplFileSavedAs = "File saved as ";
$UplFileOverwritten = " was overwritten.";
$CannotCreateDir = "Unable to create the directory.";
$UplUpload = "Upload";
$UplWhatIfFileExists = "If file exists:";
$UplDoNothing = "Do nothing";
$UplDoNothingLong = "Don\'t upload if file exists";
$UplOverwrite = "Overwrite";
$UplOverwriteLong = "Overwrite the existing file";
$UplRename = "Rename";
$UplRenameLong = "Rename the uploaded file if it exists";
$Metadata = "Metadata";
$DocumentQuota = "Documents Quota";
$NoDocsInFolder = "There are no documents to be displayed.";
$UploadTo = "Upload to";
$fileModified = "The file is modified";
$DocumentsOverview = "documents overview";
$ViewSlideshow = "Images slideshow";
$Options = "Options";
$WelcomeOogieConverter = "Welcome to Oogie PowerPoint converter<ul type=\\\"1\\\"><li>Browse your hard disk to find any .ppt or .odp file<li>Upload it to Oogie. It will tranform it into a Scorm learning path.<li>You will then be allowed to add audio comments on each slide and inserts test between slides for evaluation";
$ConvertToLP = "Convert to Learning Path";
$Content = "Content";
$Validate = "Validate";
$AdvancedSettings = "Advanced settings";
$AdvancedSettings = "Advanced settings";
$File = "File";
$DocDeleteError = "Error during the delete of document";
$ViModProb = "A problem occured while updating visibility";
$DirDeleted = "Directory deleted";
?>