Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 310 and 311] [Versions 310 and 400] [Versions 310 and 401] [Versions 310 and 402] [Versions 310 and 403]

   1  <?php
   2  
   3  // This file is part of Moodle - http://moodle.org/
   4  //
   5  // Moodle is free software: you can redistribute it and/or modify
   6  // it under the terms of the GNU General Public License as published by
   7  // the Free Software Foundation, either version 3 of the License, or
   8  // (at your option) any later version.
   9  //
  10  // Moodle is distributed in the hope that it will be useful,
  11  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  12  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13  // GNU General Public License for more details.
  14  //
  15  // You should have received a copy of the GNU General Public License
  16  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  17  
  18  /**
  19   * Strings for component 'glossary', language 'en', branch 'MOODLE_20_STABLE'
  20   *
  21   * @package mod_glossary
  22   * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
  23   * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  24   */
  25  
  26  $string['addcomment'] = 'Add comment';
  27  $string['addcategory'] = 'Add category';
  28  $string['addentry'] = 'Add a new entry';
  29  $string['addingcomment'] = 'Add a comment';
  30  $string['alias'] = 'Keyword';
  31  $string['aliases'] = 'Keyword(s)';
  32  $string['aliases_help'] = 'Each glossary entry can have an associated list of keywords (or aliases). If the entry is auto-linked, then any keywords will also be auto-linked.
  33  
  34  Enter each keyword on a new line (not separated by commas).';
  35  $string['allcategories'] = 'All categories';
  36  $string['allentries'] = 'ALL';
  37  $string['allowcomments'] = 'Allow comments on entries';
  38  $string['allowcomments_help'] = 'If enabled, all participants with permission to create comments will be able to add comments to glossary entries.';
  39  $string['allowduplicatedentries'] = 'Duplicate entries allowed';
  40  $string['allowduplicatedentries_help'] = 'If enabled, multiple entries can have the same concept name.';
  41  $string['allowprintview'] = 'Allow print view';
  42  $string['allowprintview_help'] = 'If enabled, students are provided with a link to a printer-friendly version of the glossary. The link is always available to teachers.';
  43  $string['andmorenewentries'] = 'and {$a} more new entries.';
  44  $string['answer'] = 'Answer';
  45  $string['approve'] = 'Approve';
  46  $string['approvaldisplayformat'] = 'Approval display format';
  47  $string['approvaldisplayformat_help'] = 'When approving glossary items you may wish to use a different display format';
  48  $string['areaattachment'] = 'Attachments';
  49  $string['areaentry'] = 'Definitions';
  50  $string['areyousuredelete'] = 'Are you sure you want to delete this entry?';
  51  $string['areyousuredeletecomment'] = 'Are you sure you want to delete this comment?';
  52  $string['areyousureexport'] = 'Are you sure you want to export this entry to';
  53  $string['ascending'] = 'ascending';
  54  $string['attachment'] = 'Attachment';
  55  $string['attachment_help'] = 'You can optionally attach one or more files to a glossary entry.';
  56  $string['author'] = 'author';
  57  $string['authorview'] = 'Browse by Author';
  58  $string['back'] = 'Back';
  59  $string['cachedef_concepts'] = 'Concept linking';
  60  $string['cantinsertcat'] = 'Can\'t insert category';
  61  $string['cantinsertrec'] = 'Can\'t insert record';
  62  $string['cantinsertrel'] = 'Can\'t insert relation category-entry';
  63  $string['casesensitive'] = 'This entry is case sensitive';
  64  $string['casesensitive_help'] = 'This setting specifies whether matching exact upper and lower case is necessary when auto-linking to an entry.';
  65  $string['cat'] = 'cat';
  66  $string['categories'] = 'Categories';
  67  $string['category'] = 'Category';
  68  $string['categorydeleted'] = 'Category deleted';
  69  $string['categoryview'] = 'Browse by category';
  70  $string['cnfallowcomments'] = 'Define if a glossary will accept comments on entries by default';
  71  $string['cnfallowdupentries'] = 'Define if a glossary will allows duplicated entries by default';
  72  $string['cnfapprovalstatus'] = 'Define the approval status by default of an entry posted by a student';
  73  $string['cnfcasesensitive'] = 'Define if an entry, when linked, is case sensitive by default';
  74  $string['cnfdefaulthook'] = 'Select the default selection to show when the glossary is first viewed';
  75  $string['cnfdefaultmode'] = 'Select the default frame to show when the glossary is first viewed.';
  76  $string['cnffullmatch'] = 'Define if an entry, when linked, should match the case in the target text by default';
  77  $string['cnflinkentry'] = 'Define if an entry should be automatically linked by default';
  78  $string['cnflinkglossaries'] = 'Define if a glossary should be automatically linked by default';
  79  $string['cnfrelatedview'] = 'Select the display format to be used for automatic linking and entry view.';
  80  $string['cnfshowgroup'] = 'Specify if the group break should be shown or not.';
  81  $string['cnfsortkey'] = 'Select the sorting key by default.';
  82  $string['cnfsortorder'] = 'Select the sorting order by default.';
  83  $string['cnfstudentcanpost'] = 'Define if the students can or cannot post entries by default';
  84  $string['cnftabs'] = 'Select visible tabs for this glossary format';
  85  $string['comment'] = 'Comment';
  86  $string['commentdeleted'] = 'The comment has been deleted.';
  87  $string['comments'] = 'Comments';
  88  $string['commentson'] = 'Comments on';
  89  $string['commentupdated'] = 'The comment has been updated.';
  90  $string['completionentries'] = 'Student must create entries:';
  91  $string['completionentriesdesc'] = 'Student must create at least {$a} entry/entries';
  92  $string['completionentriesgroup'] = 'Require entries';
  93  $string['concept'] = 'Concept';
  94  $string['concepts'] = 'Concepts';
  95  $string['configenablerssfeeds'] = 'This switch will enable the possibility of RSS feeds for all glossaries.  You will still need to turn feeds on manually in the settings for each glossary.';
  96  $string['current'] = 'Currently sorted {$a}';
  97  $string['currentglossary'] = 'Current glossary';
  98  $string['date'] = 'date';
  99  $string['dateview'] = 'Browse by date';
 100  $string['defaultapproval'] = 'Approved by default';
 101  $string['defaultapproval_help'] = 'If set to no, entries require approving by a teacher before they are viewable by everyone.';
 102  $string['defaulthook'] = 'Default hook';
 103  $string['defaultmode'] = 'Default mode';
 104  $string['defaultsortkey'] = 'Default sort key';
 105  $string['defaultsortorder'] = 'Default sort order';
 106  $string['definition'] = 'Definition';
 107  $string['definitions'] = 'Definitions';
 108  $string['deleteentry'] = 'Delete entry';
 109  $string['deletecategory'] = 'Delete category';
 110  $string['deleteentrya'] = 'Delete entry: {$a}';
 111  $string['deletenotenrolled'] = 'Delete entries by users not enrolled';
 112  $string['deletingcomment'] = 'Deleting comment';
 113  $string['deletingnoneemptycategory'] = 'Deleting this category will not delete the entries it contains - they will be marked as uncategorised.';
 114  $string['descending'] = 'descending';
 115  $string['destination'] = 'Destination of imported entries';
 116  $string['destination_help'] = 'Entries can either be imported and added to the current glossary or to a new glossary, in which case a new glossary will be created based on information in the XML file.';
 117  $string['disapprove'] = 'Undo approval';
 118  $string['displayformat'] = 'Display format';
 119  $string['displayformat_help'] = 'There are 7 display formats:
 120  
 121  * Simple, dictionary style - No authors are displayed and attachments are shown as links
 122  * Continuous without author - Entries are displayed one after another without any separation apart from the editing icons
 123  * Full with author - A forum-like display format showing the author\'s data and with attachments shown as links
 124  * Full without author - A forum-like display format without authors and with attachments shown as links
 125  * Encyclopedia - As for "Full with author" but attached images are shown inline
 126  * Entry list - Concepts are listed as links
 127  * FAQ - The words QUESTION and ANSWER are appended to the concept and definition respectively';
 128  $string['displayformatcontinuous'] = 'Continuous without author';
 129  $string['displayformatdefault'] = 'Default to same as display format';
 130  $string['displayformatdictionary'] = 'Simple, dictionary style';
 131  $string['displayformatencyclopedia'] = 'Encyclopedia';
 132  $string['displayformatentrylist'] = 'Entry list';
 133  $string['displayformatfaq'] = 'FAQ';
 134  $string['displayformatfullwithauthor'] = 'Full with author';
 135  $string['displayformatfullwithoutauthor'] = 'Full without author';
 136  $string['displayformats'] = 'Display formats';
 137  $string['displayformatssetup'] = 'Display formats setup';
 138  $string['duplicatecategory'] = 'Duplicate category';
 139  $string['duplicateentry'] = 'Duplicate entry';
 140  $string['editalways'] = 'Always allow editing';
 141  $string['editalways_help'] = 'This setting specifies whether entries are always editable or whether students can only edit their entries during a configured editing time (usually 30 minutes).';
 142  $string['editcategories'] = 'Edit categories';
 143  $string['editcategory'] = 'Edit category';
 144  $string['editentry'] = 'Edit entry';
 145  $string['editentrya'] = 'Edit entry: {$a}';
 146  $string['editingcomment'] = 'Editing comment';
 147  $string['entbypage'] = 'Entries shown per page';
 148  $string['entries'] = 'Entries';
 149  $string['entrieswithoutcategory'] = 'Entries without category';
 150  $string['entry'] = 'Entry';
 151  $string['entryalreadyexist'] = 'Entry already exists';
 152  $string['entryapproved'] = 'This entry has been approved';
 153  $string['entrydeleted'] = 'Entry deleted';
 154  $string['entryexported'] = 'Entry successfully exported';
 155  $string['entryishidden'] = '(this entry is currently hidden)';
 156  $string['entryleveldefaultsettings'] = 'Entry level default settings';
 157  $string['entrylink'] = 'Entry link: {$a}';
 158  $string['entrysaved'] = 'This entry has been saved';
 159  $string['entryupdated'] = 'This entry has been updated';
 160  $string['entryusedynalink'] = 'This entry should be automatically linked';
 161  $string['entryusedynalink_help'] = 'If site-wide glossary auto-linking has been enabled by an administrator and this checkbox is ticked, the entry will be automatically linked wherever the concept words and phrases appear throughout the rest of the course.';
 162  $string['errcannoteditothers'] = 'You cannot edit other people\'s entries.';
 163  $string['errconceptalreadyexists'] = 'This concept already exists. No duplicates allowed in this glossary.';
 164  $string['errdeltimeexpired'] = 'You can\'t delete this. Time expired!';
 165  $string['erredittimeexpired'] = 'The editing time for this entry has expired.';
 166  $string['errorparsingxml'] = 'Errors occurred while parsing the file. Make sure it is valid XML syntax.';
 167  $string['eventcategorycreated'] = 'Category has been created';
 168  $string['eventcategorydeleted'] = 'Category has been deleted';
 169  $string['eventcategoryupdated'] = 'Category has been updated';
 170  $string['evententryapproved'] = 'Entry has been approved';
 171  $string['evententrycreated'] = 'Entry has been created';
 172  $string['evententrydeleted'] = 'Entry has been deleted';
 173  $string['evententrydisapproved'] = 'Entry has been disapproved';
 174  $string['evententryviewed'] = 'Entry has been viewed';
 175  $string['evententryupdated'] = 'Entry has been updated';
 176  $string['explainaddentry'] = 'Add a new entry to the current glossary.<br />Concept and definition are mandatory fields.';
 177  $string['explainall'] = 'Shows ALL entries on one page';
 178  $string['explainalphabet'] = 'Browse the glossary using this index';
 179  $string['explainexport'] = 'Click on the button below to export glossary entries.<br />You can import it anytime you wish in this or other course.<p>Please note that attachments (e.g. images) and authors are not exported.</p>';
 180  $string['explainimport'] = 'You must specify the file to import and define the criteria of the process.<p>Submit your request and review the results.</p>';
 181  $string['explainspecial'] = 'Shows entries that do not begin with a letter';
 182  $string['exportedentry'] = 'Exported entry';
 183  $string['exportentries'] = 'Export entries';
 184  $string['exportentriestoxml'] = 'Export entries to XML file';
 185  $string['exportfile'] = 'Export entries to file';
 186  $string['exportglossary'] = 'Export glossary';
 187  $string['exporttomainglossary'] = 'Export to main glossary';
 188  $string['filetoimport'] = 'File to import';
 189  $string['filetoimport_help'] = 'Browse for and select the XML file on your computer which contains the entries to import.';
 190  $string['fillfields'] = 'Concept and definition are mandatory fields.';
 191  $string['filtername'] = 'Glossary auto-linking';
 192  $string['fullmatch'] = 'Match whole words only';
 193  $string['fullmatch_help'] = 'This setting specifies whether only whole words will be linked, for example, a glossary entry named "construct" will not create a link inside the word "constructivism".';
 194  $string['glossary:addinstance'] = 'Add a new glossary';
 195  $string['glossary:approve'] = 'Approve and undo approved entries';
 196  $string['glossary:comment'] = 'Create comments';
 197  $string['glossary:export'] = 'Export entries';
 198  $string['glossary:exportentry'] = 'Export single entry';
 199  $string['glossary:exportownentry'] = 'Export single entry of yours';
 200  $string['glossary:import'] = 'Import entries';
 201  $string['glossaryleveldefaultsettings'] = 'Glossary level default settings';
 202  $string['glossary:managecategories'] = 'Manage categories';
 203  $string['glossary:managecomments'] = 'Manage comments';
 204  $string['glossary:manageentries'] = 'Manage entries';
 205  $string['glossary:rate'] = 'Rate entries';
 206  $string['glossary:view'] = 'View entries';
 207  $string['glossarytype'] = 'Glossary type';
 208  $string['glossarytype_help'] = 'A main glossary is a glossary in which entries from secondary glossaries can be imported. There can only be one main glossary in a course. If glossary entry import is not required, all glossaries in the course can be secondary glossaries.';
 209  $string['glossary:view'] = 'View glossary';
 210  $string['glossary:viewallratings'] = 'View all raw ratings given by individuals';
 211  $string['glossary:viewanyrating'] = 'View total ratings that anyone received';
 212  $string['glossary:viewrating'] = 'View the total rating you received';
 213  $string['glossary:write'] = 'Create new entries';
 214  $string['guestnoedit'] = 'Guests are not allowed to edit glossaries';
 215  $string['changeto'] = 'change to {$a}';
 216  $string['importcategories'] = 'Import categories';
 217  $string['importedcategories'] = 'Imported categories';
 218  $string['importedentries'] = 'Imported entries';
 219  $string['importentries'] = 'Import entries';
 220  $string['importentriesfromxml'] = 'Import entries from XML file';
 221  $string['includegroupbreaks'] = 'Include group breaks';
 222  $string['indicator:cognitivedepth'] = 'Glossary cognitive';
 223  $string['indicator:cognitivedepth_help'] = 'This indicator is based on the cognitive depth reached by the student in a Glossary activity.';
 224  $string['indicator:cognitivedepthdef'] = 'Glossary cognitive';
 225  $string['indicator:cognitivedepthdef_help'] = 'The participant has reached this percentage of the cognitive engagement offered by the Glossary activities during this analysis interval (Levels = No view, View, Submit)';
 226  $string['indicator:cognitivedepthdef_link'] = 'Learning_analytics_indicators#Cognitive_depth';
 227  $string['indicator:socialbreadth'] = 'Glossary social';
 228  $string['indicator:socialbreadth_help'] = 'This indicator is based on the social breadth reached by the student in a Glossary activity.';
 229  $string['indicator:socialbreadthdef'] = 'Glossary social';
 230  $string['indicator:socialbreadthdef_help'] = 'The participant has reached this percentage of the social engagement offered by the Glossary activities during this analysis interval (Levels = No participation, Participant alone)';
 231  $string['indicator:socialbreadthdef_link'] = 'Learning_analytics_indicators#Social_breadth';
 232  $string['isglobal'] = 'Is this glossary global?';
 233  $string['isglobal_help'] = 'A global glossary has entries which are linked to from throughout the site, rather than only in the course that the glossary is in. Only administrators can set a glossary as global.';
 234  $string['letter'] = 'letter';
 235  $string['linkcategory'] = 'Automatically link this category';
 236  $string['linkcategory_help'] = 'If glossary auto-linking has been enabled and this setting is enabled, the category name will be automatically linked wherever it appears throughout the rest of the course. When a participant follows a category name link, they will be taken to the "Browse by category" page of the glossary.';
 237  $string['linking'] = 'Auto-linking';
 238  $string['mainglossary'] = 'Main glossary';
 239  $string['maxtimehaspassed'] = 'Sorry, but the maximum time for editing this comment ({$a}) has passed!';
 240  $string['modulename'] = 'Glossary';
 241  $string['modulename_help'] = 'The glossary activity module enables participants to create and maintain a list of definitions, like a dictionary, or to collect and organise resources or information.
 242  
 243  A teacher can allow files to be attached to glossary entries. Attached images are displayed in the entry. Entries can be searched or browsed alphabetically or by category, date or author. Entries can be approved by default or require approval by a teacher before they are viewable by everyone.
 244  
 245  If the glossary auto-linking filter is enabled, entries will be automatically linked where the concept words and/or phrases appear within the course.
 246  
 247  A teacher can allow comments on entries. Entries can also be rated by teachers or students (peer evaluation). Ratings can be aggregated to form a final grade which is recorded in the gradebook.
 248  
 249  Glossaries have many uses, such as
 250  
 251  * A collaborative bank of key terms
 252  * A ‘getting to know you’ space where new students add their name and personal details
 253  * A ‘handy tips’ resource of best practice in a practical subject
 254  * A sharing area of useful videos, images or sound files
 255  * A revision resource of facts to remember';
 256  $string['modulename_link'] = 'mod/glossary/view';
 257  $string['modulenameplural'] = 'Glossaries';
 258  $string['newentries'] = 'New glossary entries';
 259  $string['newglossary'] = 'New glossary';
 260  $string['newglossarycreated'] = 'New glossary created.';
 261  $string['newglossaryentries'] = 'New glossary entries:';
 262  $string['nocomment'] = 'No comment found';
 263  $string['nocomments'] = '(No comments found on this entry)';
 264  $string['noconceptfound'] = 'No concept or definition found.';
 265  $string['noentries'] = 'No entries found in this section';
 266  $string['noentry'] = 'No entry found.';
 267  $string['nopermissiontodelcomment'] = 'You can\'t delete other people\'s comments!';
 268  $string['nopermissiontodelinglossary'] = 'You can\'t comments in this glossary!';
 269  $string['nopermissiontoviewresult'] = 'You can only look at results for your own entries';
 270  $string['notcategorised'] = 'Not categorised';
 271  $string['notapproved'] = 'glossary entry is not approved yet.';
 272  $string['entrynotapproved'] = 'Entry not approved';
 273  $string['numberofentries'] = 'Number of entries';
 274  $string['onebyline'] = '(one per line)';
 275  $string['page-mod-glossary-x'] = 'Any glossary module page';
 276  $string['page-mod-glossary-edit'] = 'Glossary add/edit entry page';
 277  $string['page-mod-glossary-view'] = 'View glossary edit page';
 278  $string['pluginadministration'] = 'Glossary administration';
 279  $string['pluginname'] = 'Glossary';
 280  $string['popupformat'] = 'Popup format';
 281  $string['print'] = 'Print';
 282  $string['printerfriendly'] = 'Printer-friendly version';
 283  $string['printviewnotallowed'] = 'Print view isn\'t allowed';
 284  $string['privacy'] = 'Privacy of results';
 285  $string['privacy:metadata:core_comments'] = 'Comments made on glossary definitions are stored using core_comment system';
 286  $string['privacy:metadata:core_files'] = 'Files linked to glossary definitions are stored using the core_files system';
 287  $string['privacy:metadata:core_rating'] = 'Ratings added to glossary entries are stored using core_rating system';
 288  $string['privacy:metadata:core_tag'] = 'Tags added to glossary definitions are stored using core_tag system ';
 289  $string['privacy:metadata:glossary_entries'] = 'Information about the user\'s entries for a given glossary activity';
 290  $string['privacy:metadata:glossary_entries:attachment'] = 'The attachment of the entry the user added';
 291  $string['privacy:metadata:glossary_entries:concept'] = 'The concept of the entry the user added';
 292  $string['privacy:metadata:glossary_entries:definition'] = 'The definition of the entry the user added';
 293  $string['privacy:metadata:glossary_entries:glossaryid'] = 'The ID of the glossary activity';
 294  $string['privacy:metadata:glossary_entries:userid'] = 'The ID of the user that is adding this glossary entry';
 295  $string['privacy:metadata:glossary_entries:timemodified'] = 'The timestamp indicating when the glossary entry was modified by the user';
 296  $string['question'] = 'Question';
 297  $string['rejectedentries'] = 'Rejected entries';
 298  $string['rejectionrpt'] = 'Rejection report';
 299  $string['removeallglossarytags'] = 'Remove all glossary tags';
 300  $string['resetglossaries'] = 'Delete entries from';
 301  $string['resetglossariesall'] = 'Delete entries from all glossaries';
 302  $string['rssarticles'] = 'Number of RSS recent articles';
 303  $string['rssarticles_help'] = 'This setting specifies the number of glossary entry concepts to include in the RSS feed. Between 5 and 20 generally acceptable.';
 304  $string['rsssubscriberss'] = 'Display the RSS feed for \'{$a}\' concepts';
 305  $string['rsstype'] = 'RSS feed for this activity';
 306  $string['rsstype_help'] = 'To enable the RSS feed for this activity, select either concepts with author or concepts without author to be included in the feed.';
 307  $string['search:activity'] = 'Glossary - activity information';
 308  $string['search:entry'] = 'Glossary - entries';
 309  $string['searchindefinition'] = 'Search full text';
 310  $string['secondaryglossary'] = 'Secondary glossary';
 311  $string['showall'] = 'Show \'ALL\' link';
 312  $string['showall_help'] = 'If enabled, participants can browse all entries at once.';
 313  $string['showalphabet'] = 'Show alphabet links';
 314  $string['showalphabet_help'] = 'If enabled, participants can browse the glossary by letters of the alphabet.';
 315  $string['showspecial'] = 'Show \'Special\' link';
 316  $string['showspecial_help'] = 'If enabled, participants can browse the glossary by special characters, such as @ and #.';
 317  $string['sortby'] = 'Sort by';
 318  $string['sortbycreation'] = 'By creation date';
 319  $string['sortbylastupdate'] = 'By last update';
 320  $string['sortchronogically'] = 'Sort chronologically';
 321  $string['special'] = 'Special';
 322  $string['standardview'] = 'Browse by alphabet';
 323  $string['studentcanpost'] = 'Students can add entries';
 324  $string['tagarea_glossary_entries'] = 'Glossary entries';
 325  $string['tagsdeleted'] = 'Glossary tags have been deleted';
 326  $string['totalentries'] = 'Total entries';
 327  $string['usedynalink'] = 'Automatically link glossary entries';
 328  $string['usedynalink_help'] = 'If site-wide glossary auto-linking has been enabled by an administrator and this setting is enabled, the "Add a new entry" form includes the option to automatically link the entry wherever the concept words and phrases appear throughout the rest of the course.';
 329  $string['visibletabs'] = 'Visible tabs';
 330  $string['waitingapproval'] = 'Waiting approval';
 331  $string['warningstudentcapost'] = '(Applies only if the glossary is not the main one)';
 332  $string['withauthor'] = 'Concepts with author';
 333  $string['withoutauthor'] = 'Concepts without author';
 334  $string['writtenby'] = 'by';
 335  $string['youarenottheauthor'] = 'You are not the author of this comment, so you are not allowed to edit it.';