moodle/lang/en/glossary.php

61 lines
2.8 KiB
PHP

<?PHP // $Id$
// glossary.php - created with Moodle 1.1 Beta (2003082001)
$string['addentry'] = "Add entry";
$string['allentries'] = "ALL";
$string['allcategories'] = "All Categories";
$string['allowduplicatedentries'] = "Duplicated entries allowed";
$string['alphabet'] = "A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U|V|W|X|Y|Z";
$string['areyousuredelete'] = "Are you sure you want to delete it?";
$string['attachment'] = "Attachment";
$string['back'] = "Back";
$string['categories'] = "Categories";
$string['categoryview'] = "By category";
$string['category'] = "Category";
$string['categorydeleted'] = "Category deleted";
$string['concept'] = "Concept";
$string['concepts'] = "Concepts";
$string['definition'] = "Definition";
$string['definitions'] = "Definitions";
$string['deleteentry'] = "Delete entry";
$string['deletingnoneemptycategory'] = "If a non empty category is deleted, its relations with their entries will also be deleted. If you wish to delete the entries, you will have to do so manually.";
$string['displayformat'] = "Display format";
$string['displayformatdefault'] = "Simple, dictionary style";
$string['displayformat1'] = "Full without author";
$string['displayformat2'] = "Full with author";
$string['displayformat3'] = "Encyclopedia";
$string['editentry'] = "Edit entry";
$string['editcategories'] = "Edit categories";
$string['entries'] = "Entries";
$string['entrieswithoutcategory'] = "Entries without category";
$string['entry'] = "Entry";
$string['entryalreadyexist'] = "Entry already exists.";
$string['entrydeleted'] = "Entry deleted.";
$string['entryexported'] = "Entry succesfully exported.";
$string['explainspecial'] = "<b>Special</b> will show all concepts that do not begin with a letter.<br>";
$string['explainalphabet'] = "Select the letter you want to look for.<p>";
$string['explainall'] = "<b>ALL</b> will show all entries in one page.";
$string['exportedentry'] = "Exported entry";
$string['exporttomainglossary'] = "Export to main glossary";
$string['glossarytype'] = "Glossary Type";
$string['mainglossary'] = "Main glossary";
$string['modulename'] = "Glossary";
$string['modulenameplural'] = "Glossaries";
$string['newglossaryentries'] = "New glossary entries:";
$string['nocategorized'] = "Not categorized";
$string['noentries'] = "No entries found in this section";
$string['noentry'] = "No entry found.";
$string['searchconcept'] = "Search:";
$string['searchindefinition'] = "Search in concept AND definitions?";
$string['secondaryglossary'] = "Secondary glossary";
$string['showspecial'] = "Show 'Special' link";
$string['showalphabet'] = "Show alphabet";
$string['showall'] = "Show 'ALL' link";
$string['special'] = "Special";
$string['standardview'] = "Standard View";
$string['studentcanpost'] = "Students can add entries";
$string['warningstudentcapost'] = "(This apply only if the glossary is not the main one)";
$string['writtenby'] = "By";
?>