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

37 lines
1.6 KiB

<?php /*
for more information: see languages.txt in the lang folder.
*/
$nameTools = "obsolete language var";
$langMdCallingTool = "Learning path - Scorm";
$langTool = "Scorm MD Operations";
$langNotInDB = "no Dokeos DB entry";
$langManifestSyntax = "(syntax error in manifest file...)";
$langEmptyManifest = "(empty manifest file...)";
$langNoManifest = "(no manifest file...)";
$langNotFolder = "are not possible, it is not a folder...";
$langUploadHtt = "Upload HTT file";
$langHttFileNotFound = "New HTT file could not be opened (e.g. empty, too big)";
$langHttOk = "New HTT file has been uploaded";
$langHttNotOk = "HTT file upload has failed";
$langRemoveHtt = "Remove HTT file";
$langHttRmvOk = "HTT file has been removed";
$langHttRmvNotOk = "HTT file remove has failed";
$langImport = "Create MDEs from manifest";
$langRemove = "Remove MDEs";
$langAllRemovedFor = "All entries removed for";
$langIndex = "Index Words with PhpDig";
$langTotalMDEs = "Total number of Scorm MD entries: ";
$langMainMD = "Open Main MDE";
$langLines = "lines";
$langPlay = "Play index.php";
$langNonePossible = "No MD operations are possible";
$langOrElse = "Select a Scorm Directory or a Scorm Directory id";
$langWorkWith = "Work with Scorm Directory";
$langSDI = "... Scorm Directory with SD-id (and split manifest - or leave empty)";
$langRoot = "root";
$langSplitData = "Split manifests, and #MDe, if any: ";
$langMffNotOk = "Manifest file replace has failed";
$langMffOk = "Manifest file has been replaced";
$langMffFileNotFound = "New manifest file could not be opened (e.g. empty, too big)";
$langUploadMff = "Replace manifest file";
?>