1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?php
- /*
- for more information: see languages.txt in the lang folder.
- */
- $langChapter = "Section";
- $langDocumentList = "List of all documents";
- $langOrganisationList = "Table of contents";
- $langEditTOC = "Edit table of contents";
- $langEditDocument = "Edit";
- $langCreateDocument = "Create a rich media page / activity";
- $langMissingImagesDetected = "Missing images detected";
- $langPublish = "Publish";
- $langScormcontentstudent = "This is a Scorm format course. To play it, click here : <input type=button name=scormbutton value='Launch it !' onclick='openscorm()'>";
- $langScormcontent = "This is a Scorm content<br><input type=button name=scormbutton value='Launch it !' onclick='openscorm()'>";
- $langDownloadAndZipEnd = " Zip file uploaded and uncompressed";
- $langZipNoPhp = "The zip file can not contain .PHP files";
- $langGroupForumLink = "Group forum";
- $langGroupSpace = "Group area";
- $langNotScormContent = "This is not a scorm ZIP file !";
- $langNoText = "Please type your text / HTML content";
- $langNoFileName = "Please enter the file name";
- $langMaxFileSize = "Max file size is";
- $langFileName = "Page / activity name";
- $langFileError = "The file to upload is not valid.";
- $langDown = "down";
- $langViMod = "Visibility modified";
- $langAddComment = "Add/Edit a comment to";
- $langImpossible = "Operation impossible";
- $langNewDir = "Name of the new folder";
- $langTo = "to";
- $langNoSpace = "The upload has failed. Either you have exceeded your maximum quota, or there is not enough disk space.";
- $langDownloadEnd = "The upload is finished";
- $langFileExists = "The operation is impossible, a file with this name already exists.";
- $langDocCopied = "Document copied";
- $langDocDeleted = "Document deleted";
- $langElRen = "Element renamed";
- $langDirMv = "Element moved";
- $langComMod = "Comment modified";
- $langRename = "Rename";
- $langCopy = "Copy training content";
- $langNameDir = "Name of the new folder";
- $langDownloadFile = "Upload file";
- $learning_path_access = "Select 'Create a course' to delete/modify/show/hide/create/add a course";
- $langRoot = "root";
- $langBuilder = "Create a course (authoring tool)";
- $lang_edit_learnpath = "Edit learnpath";
- $lang_add_title_and_desc = "Edit name & desc.";
- $lang_add_learnpath = "Create new course (Chamilo AUTHOR)";
- $lang_learnpath_added = "The course was created. Add sections and learning objects to build the course.";
- $lang_delete_learnpath = "Delete course";
- $lang_learnpath_edited = "Course has been edited";
- $lang_learnpath_deleted = "Course has been deleted";
- $lang_no_publish = "do not publish";
- $lang_publish = "Publish on training homepage";
- $lang_no_published = "not published";
- $lang_published = "published";
- $lang_description = "Course settings";
- $lang_title = "Title";
- $langScormBuilder = "Create a course (authoring tool)";
- $langCreateDoc = "Create a rich media page / activity";
- $langOrganiseDocuments = "Create table of contents";
- $langUncompress = "Uncompress zip";
- $ExportShort = "Export as SCORM";
- $progress = "Progress";
- ?>
|