moodle/lang/en/glossary.php

106 lines
5.6 KiB
PHP

<?PHP // $Id$
// glossary.php - created with Moodle 1.1 Beta (2003082001)
$string['addcomment'] = "Add comment";
$string['addentry'] = "Add a new entry";
$string['approve'] = "Approve";
$string['allentries'] = "ALL";
$string['allcategories'] = "All Categories";
$string['allowcomments'] = "Allow comments on entries";
$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['answer'] = "Answer";
$string['areyousuredelete'] = "Are you sure you want to delete this entry?";
$string['areyousuredeletecomment'] = "Are you sure you want to delete this comment?";
$string['ascending'] = "(ascending)";
$string['attachment'] = "Attachment";
$string['back'] = "Back";
$string['casesensitive'] = "This entry is<br>case sensitive";
$string['categories'] = "Categories";
$string['categoryview'] = "Browse by category";
$string['category'] = "Category";
$string['categorydeleted'] = "Category deleted";
$string['comment'] = "Comment";
$string['commentdeleted'] = "The comment has been deleted.";
$string['commentupdated'] = "The comment has been updated.";
$string['comments'] = "Comments";
$string['commentson'] = "Comments on";
$string['configstudents_can_post_entries'] = "Define if the students can or cannot post entries by default";
$string['configallow_duplicated_entries'] = "Define if a glossary will allows duplicated entries by default";
$string['configallow_comments'] = "Define if a glossary will accept comments on entries by default";
$string['configautomatically_link_glossaries'] = "Define if a glossary should be automatically linked by default";
$string['configdefault_approval_status'] = "Define the approval status by default of an entry posted by a student";
$string['configautomatically_link_entry'] = "Define if an entry should be automatically linked by default";
$string['configcase_sensitive'] = "Define if an entry, when linked, is case sensitive by default";
$string['configmatch_whole_words'] = "Define if an entry, when linked, should match the case in the target text by default";
$string['concept'] = "Concept";
$string['concepts'] = "Concepts";
$string['dateview'] = "Browse by date";
$string['deletingcomment'] = "Deleting comment";
$string['defaultapproval'] = "Default approval status";
$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['descending'] = "(descending)";
$string['displayformat'] = "Display format";
$string['displayformatdefault'] = "Simple, dictionary style";
$string['displayformatcontinuous'] = "Continuous without author";
$string['displayformat2'] = "Full with author";
$string['displayformat3'] = "Encyclopedia";
$string['displayformat4'] = "FAQ";
$string['displayformat5'] = "Full without author";
$string['editcategories'] = "Edit categories";
$string['editentry'] = "Edit entry";
$string['editingcomment'] = "Editing comment";
$string['entries'] = "Entries";
$string['entrieswithoutcategory'] = "Entries without category";
$string['entry'] = "Entry";
$string['entryalreadyexist'] = "Entry already exists";
$string['entryapproved'] = "This entry has been approved";
$string['entrydeleted'] = "Entry deleted";
$string['entryishidden'] = "(this entry is currently hidden)";
$string['entryusedynalink'] = "This entry should be<br>automatically linked";
$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['exportglossary'] = "Export glossary";
$string['exporttomainglossary'] = "Export to main glossary";
$string['fillfields'] = "Concept and definition are mandatory fields.";
$string['fullmatch'] = "Match whole words only<br><small>(when automatically linked)</small>";
$string['glossarytype'] = "Glossary Type";
$string['glosssaryexported'] = "Glossary exported.";
$string['isglobal'] = "Is this glossary global?";
$string['mainglossary'] = "Main glossary";
$string['modulename'] = "Glossary";
$string['modulenameplural'] = "Glossaries";
$string['maxtimehaspassed'] = "Sorry, but the maximum time for editing this comment (\$a) has passed!";
$string['newglossaryentries'] = "New glossary entries:";
$string['notcategorised'] = "Not categorised";
$string['nocomment'] = "No comment found";
$string['nocomments'] = "(No comments found on this entry)";
$string['noentries'] = "No entries found in this section";
$string['noentry'] = "No entry found.";
$string['printerfriendly'] = "Printer-friendly version";
$string['question'] = "Question";
$string['searchindefinition'] = "Search full text";
$string['secondaryglossary'] = "Secondary glossary";
$string['showspecial'] = "Show 'Special' link";
$string['showalphabet'] = "Show alphabet";
$string['showall'] = "Show 'ALL' link";
$string['special'] = "Special";
$string['sortchronogically'] = "Sort chronologically";
$string['sortbycreation'] = "By creation date";
$string['sortbylastupdate'] = "By last update";
$string['standardview'] = "Browse by alphabet";
$string['studentcanpost'] = "Students can add entries";
$string['usedynalink'] = "Automatically link glossary entries";
$string['warningstudentcapost'] = "(Applies only if the glossary is not the main one)";
$string['waitingapproval'] = "Waiting approval";
$string['writtenby'] = "by";
$string['youarenottheauthor'] = "You are not the author of this comment, so you are not allowed to edit it.";
?>