mirror of
https://github.com/moodle/moodle.git
synced 2025-01-23 16:48:36 +01:00
86183b0716
the interface a bit ... hope you like it, Will!
60 lines
2.7 KiB
PHP
60 lines
2.7 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 this entry?";
|
|
$string['attachment'] = "Attachment";
|
|
$string['back'] = "Back";
|
|
$string['categories'] = "Categories";
|
|
$string['categoryview'] = "Browse 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'] = "Deleting this category will not delete the entries it contains - they will be marked as uncategorised.";
|
|
$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'] = "Shows entries that do not begin with a letter";
|
|
$string['explainalphabet'] = "Browse the glossary using this index";
|
|
$string['explainall'] = "Shows ALL entries on 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 categorised";
|
|
$string['noentries'] = "No entries found in this section";
|
|
$string['noentry'] = "No entry found.";
|
|
$string['searchindefinition'] = "Search definitions too";
|
|
$string['secondaryglossary'] = "Secondary glossary";
|
|
$string['showspecial'] = "Show 'Special' link";
|
|
$string['showalphabet'] = "Show alphabet";
|
|
$string['showall'] = "Show 'ALL' link";
|
|
$string['special'] = "Special";
|
|
$string['standardview'] = "Browse by alphabet";
|
|
$string['studentcanpost'] = "Students can add entries";
|
|
$string['warningstudentcapost'] = "(This apply only if the glossary is not the main one)";
|
|
$string['writtenby'] = "by";
|
|
|
|
?>
|