1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?php
- /*
- for more information: see languages.txt in the lang folder.
- */
- $langMdCallingTool = "Documents";
- $langMdTitle = "Learning Object Title";
- $langMdDescription = "To store this information, press Store";
- $langMdCoverage = "e.g. Bachelor of ...";
- $langMdCopyright = "e.g. provided the source is acknowledged";
- $nameTools = "obsolete language variable";
- $langTool = "Document 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 = "Keyword";
- $langKeywordTip = "separate by commas (letters, digits, -.)";
- $langCoverage = "Coverage";
- $langCoverageTip = "for example bachelor of xxx: yyy";
- $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";
- $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";
- ?>
|