mirror of
https://github.com/moodle/moodle.git
synced 2025-01-23 16:48:36 +01:00
127 lines
6.8 KiB
PHP
127 lines
6.8 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['aliases'] = "Alias(es)";
|
|
$string['allentries'] = "ALL";
|
|
$string['allcategories'] = "All Categories";
|
|
$string['allowcomments'] = "Allow comments on entries";
|
|
$string['allowduplicatedentries'] = "Duplicated entries allowed";
|
|
$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 case sensitive";
|
|
$string['categories'] = "Categories";
|
|
$string['importedcategories'] = "Imported categories";
|
|
$string['cantinsertcat'] = "Can't insert category";
|
|
$string['cantinsertrec'] = "Can't insert record";
|
|
$string['cantinsertrel'] = "Can't insert relation category-entry";
|
|
$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['cnfstudentcanpost'] = "Define if the students can or cannot post entries by default";
|
|
$string['cnfallowdupentries'] = "Define if a glossary will allows duplicated entries by default";
|
|
$string['cnfallowcomments'] = "Define if a glossary will accept comments on entries by default";
|
|
$string['cnflinkglossaries'] = "Define if a glossary should be automatically linked by default";
|
|
$string['cnfapprovalstatus'] = "Define the approval status by default of an entry posted by a student";
|
|
$string['cnflinkentry'] = "Define if an entry should be automatically linked by default";
|
|
$string['cnfcasesensitive'] = "Define if an entry, when linked, is case sensitive by default";
|
|
$string['cnffullmatch'] = "Define if an entry, when linked, should match the case in the target text by default";
|
|
$string['concept'] = "Concept";
|
|
$string['concepts'] = "Concepts";
|
|
$string['currentglossary'] = "Current glosssary";
|
|
$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['destination'] = "Destination";
|
|
$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['duplicateentry'] = "Duplicate entry";
|
|
$string['editcategories'] = "Edit categories";
|
|
$string['editentry'] = "Edit entry";
|
|
$string['editingcomment'] = "Editing comment";
|
|
$string['entries'] = "Entries";
|
|
$string['importedentries'] = "Imported 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 automatically linked";
|
|
$string['entryexported'] = "Entry succesfully exported";
|
|
$string['rejectionrpt'] = "Rejection Report";
|
|
$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['explainaddentry'] = "Add a new entry to the current glossary.<br>Concept and definition are mandatory fields.";
|
|
$string['explainimport'] = "You must specify the file to import and define the criteria of the process.<p>Submit your request and review the results.";
|
|
$string['explainexport'] = "A file has been generated.<br>Download it and keep it safe. You can import it anytime you wish in this or other course.";
|
|
$string['exportedentry'] = "Exported entry";
|
|
$string['exportedfile'] = "Exported file";
|
|
$string['exportglossary'] = "Export glossary";
|
|
$string['exporttomainglossary'] = "Export to main glossary";
|
|
$string['filetoimport'] = "File to import";
|
|
$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['importcategories'] = "Import categories";
|
|
$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['newglossary'] = "New glossary";
|
|
$string['newglossaryentries'] = "New glossary entries:";
|
|
$string['newglossarycreated'] = "New glossary created.";
|
|
$string['notcategorised'] = "Not categorised";
|
|
$string['nocomment'] = "No comment found";
|
|
$string['noconceptfound'] = "No concept or definition found.";
|
|
$string['nocomments'] = "(No comments found on this entry)";
|
|
$string['noentries'] = "No entries found in this section";
|
|
$string['noentry'] = "No entry found.";
|
|
$string['onebyline'] = "(one by line)";
|
|
$string['printerfriendly'] = "Printer-friendly version";
|
|
$string['question'] = "Question";
|
|
$string['rejectedentries'] = "Rejected entries";
|
|
$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['totalentries'] = "Total 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.";
|
|
|
|
?>
|