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

125 lines
5.9 KiB

<?php
/*
+----------------------------------------------------------------------+
| CLAROLINE version 1.3.0 $Revision: 1997 $ |
+----------------------------------------------------------------------+
| Copyright (c) 2001, 2002 Universite catholique de Louvain (UCL) |
+----------------------------------------------------------------------+
| $Id: scormdocument.inc.php 1997 2004-07-07 14:55:42Z olivierb78 $ |
| English Translation |
+----------------------------------------------------------------------+
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
| as published by the Free Software Foundation; either version 2 |
| of the License, or (at your option) any later version. |
| |
| This program is distributed in the hope that it will be useful, |
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| GNU General Public License for more details. |
| |
| You should have received a copy of the GNU General Public License |
| along with this program; if not, write to the Free Software |
| Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
| 02111-1307, USA. The GNU GPL license is also available through |
| the world-wide-web at http://www.gnu.org/copyleft/gpl.html |
+----------------------------------------------------------------------+
| Authors: Thomas Depraetere <depraetere@ipm.ucl.ac.be> |
| Hugues Peeters <peeters@ipm.ucl.ac.be> |
| Christophe Gesché <gesche@ipm.ucl.ac.be> |
+----------------------------------------------------------------------+
| Translator : |
| Thomas Depraetere <depraetere@ipm.ucl.ac.be> |
| Andrew Lynn <Andrew.Lynn@strath.ac.uk> |
+----------------------------------------------------------------------+
*/
$langRoot="root";
$langDoc="Learning Path";
$langBuilder="Learning Path builder";
$learning_path_access="In order to delete/modify/show/hide/edit/add a learning path with the bricks icon, click on '$langBuilder'.";
$langDownloadFile= "Upload scorm zip (1.2 or 1.3) to the server";
$langDownload="Upload";
$langCreateDir="Create a directory";
$langName="Name";
$langNameDir="Name of the new directory";
$langSize="Size / description";
$langDate="Date";
$langRename="Rename";
$langComment="Comment";
$langVisible="Visible/invisible";
$langCopy="Copy";
$langTo="to";
$langNoSpace="The upload has failed. There is not enough disk space in your directory";
$langDownloadEnd="The upload is finished";
$langFileExists="Operation impossible.<br>A file with this name already exists.";
$langDocCopied="Document copied";
$langDocDeleted="Document deleted";
$langElRen="Element renamed";
$langDirCr="Directory created";
$langDirMv="Element moved";
$langComMod="Comment modified";
$langIn="in";
$langNewDir="Name of new directory";
$langImpossible="Operation impossible";
$langAddComment="Add/modify a comment to";
$langUp="Up";
$langDown="Down";
$langViMod="Visibility modified";
$langElRen="Element renamed";
$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";
$langNotScormContent="This is not a scorm ZIP file !";
// Special for group documents
$langGroupManagement="Group management";
$langGroupSpace="Group area";
$langGroupSpaceLink="Group area";
$langGroupForumLink="Group forum";
$langZipNoPhp="The zip file can not contain .PHP files";
$langDownloadAndZipEnd=" Zip file uploaded and uncompressed";
$langAreYouSureToDelete = "Are you sure to delete";
$langScormcontent="This is a Scorm content<br><input type=button name=scormbutton value='Launch&nbsp;it&nbsp;!' onclick='openscorm()'>";
$langScormcontentstudent="This is a Scorm format area. If you would like to play it, click here : <input type=button name=scormbutton value='Launch&nbsp;it&nbsp;!' onclick='openscorm()'>";
$langPublish = "Publish";
$langMissingImagesDetected = "Missing images detected";
$langCreateDocument="Create a document";
$langEditDocument="Edit";
/* ------------------------------
Language strings for Miniweb
------------------------------ */
$langDocuments = "Documents";
$langMiniweb = "Table of contents";
$langMakeMiniweb = "Create organisation";
$langEditTOC = "Edit table of contents";
$langReadMiniweb = "View table of contents";
$langChangeMiniweb = "Edit this table of contents";
$langChapter = "Chapter";
$langDocumentList = "List of all documents"; //title of the list box that shows the documents
$langOrganisationList = "Table of contents"; //title of the list box that shows the organisation
$langHelpMiniweb = "This module allows you to organise documents. You can arrange documents in chapters and choose the order in which they appear.
When you are ready, click the \"generate table of contents\" button.
The documents you see are stored in the <a href = 'document.php'>documents</a> tool.
";
$langCreationSucces = "Table of contents succesfully 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";
?>