12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <?php
- $langMdCallingTool = "Links";
- $langMdTitle = "Link name";
- $langMdDescription = "Link description";
- $langMdCoverage = "Universal";
- $langMdCopyright = "Ghent University";
- $nameTools = "obsolete language variable";
- $langTool = " Links Metadata";
- $langNoScript = "Script is not enabled in your browser, please ignore the screen part below this text, it won\'t work...";
- $langLanguageTip = "the language in which this learning object was made";
- $langIdentifier = "Identifier";
- $langIdentifierTip = "unique identification for this learning object, composed of letters, digits, _-.()\'!*";
- $langTitleTip = "title or name, and language of that title or name";
- $langDescriptionTip = "description or comment, and language used for describing this learning object";
- $langKeyword = "Keywords";
- $langKeywordTip = "separate by commas (letters, digits, -.)";
- $langCoverage = "Category";
- $langCoverageTip = "categoryname, cfr. Links";
- $langKwNote = "If you change the description language, do not add keywords at the same time.";
- $langClickKw = "Click a keyword in the tree to select or deselect it.";
- $langKwHelp = "<br/>Click \'+\' button to open, \'-\' button to close, \'++\' button to open all, \'--\' button to close all.<br/><br/>Clear all selected keywords by closing the tree and opening it again with the \'+\' button.<br/>Alt-click \'+\' searches the original keywords in the tree.<br/><br/>Alt-click keyword selects a keyword without broader terms ordeselects a keyword with broader terms.<br/><br/>If you change the description language, do not add keywords at the same time.<br/><br/>";
- $langLocation = "URL/URI";
- $langLocationTip = "click to open object";
- $langStore = "Store";
- $langDeleteAll = "Delete all metadata";
- $langConfirmDelete = "Do you *really* want to delete all metadata?";
- $langWorkOn = "on";
- $langNotInDB = "no such Links category";
- $langManifestSyntax = "(syntax error in manifest file...)";
- $langEmptyManifest = "(empty manifest file...)";
- $langNoManifest = "(no manifest file...)";
- $langNotFolder = "are not possible, it is not a folder...";
- $langContinue = "Continue with";
- $langCreate = "Create MDEs";
- $langRemove = "Remove MDEs";
- $langAllRemovedFor = "All entries removed for category";
- $langRemainingFor = "obsolete entries removed for category";
- $langIndex = "Index Words";
- $langTotalMDEs = "Total number of Links MD entries: ";
- $langMainMD = "Open Main MDE";
- $langOrElse = "Select a Links category";
- $langWarningDups = " - duplicate categorynames were removed from the list!";
- $langSLC = "Work with Links category named";
- ?>
|