Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

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

   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 'data', language 'en', branch 'MOODLE_20_STABLE'
  20   *
  21   * @package   mod_data
  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['action'] = 'Action';
  27  $string['add'] = 'Add entry';
  28  $string['addcomment'] = 'Add comment';
  29  $string['addentries'] = 'Add entries';
  30  $string['addtemplate'] = 'Add template';
  31  $string['advancedsearch'] = 'Advanced search';
  32  $string['allowcomments'] = 'Allow comments on entries';
  33  $string['alttext'] = 'Alternative text';
  34  $string['approvalstatus'] = 'Approval status';
  35  $string['approve'] = 'Approve';
  36  $string['approved'] = 'Approved';
  37  $string['areacontent'] = 'Fields';
  38  $string['ascending'] = 'Ascending';
  39  $string['asearchtemplate'] = 'Advanced search template';
  40  $string['atmaxentry'] = 'You have entered the maximum number of entries allowed!';
  41  $string['authorfirstname'] = 'Author first name';
  42  $string['authorlastname'] = 'Author surname';
  43  $string['autogenallforms'] = 'Generate all default templates';
  44  $string['autolinkurl'] = 'Autolink the URL';
  45  $string['availablefromdate'] = 'Available from';
  46  $string['availabletags'] = 'Available tags';
  47  $string['availabletags_help'] = 'Tags are placeholders in the template, which will be replaced by data or other items, such as an edit icon, when entries are edited or viewed.
  48  
  49  Fields have the format [[fieldname]]. All other tags have the format ##sometag##.
  50  
  51  Only the tags that are in the "Available tags" list may be used for the current template.';
  52  $string['availabletodate'] = 'Available to';
  53  $string['availabletodatevalidation'] = 'The available to date cannot be before the available from date.';
  54  $string['blank'] = 'Blank';
  55  $string['buttons'] = 'Actions';
  56  $string['bynameondate'] = 'by {$a->name} - {$a->date}';
  57  $string['calendarend'] = '{$a} closes';
  58  $string['calendarstart'] = '{$a} opens';
  59  $string['cancel'] = 'Cancel';
  60  $string['cannotaccesspresentsother'] = 'You are not allowed to access presets from other users';
  61  $string['cannotadd'] = 'Can not add entries!';
  62  $string['cannotdeletepreset'] = 'Error deleting a preset!';
  63  $string['cannotoverwritepreset'] = 'Error overwriting preset';
  64  $string['cannotunziptopreset'] = 'Cannot unzip to the preset directory';
  65  $string['closebeforeopen'] = 'You have specified an end date before the start date.';
  66  $string['columns'] = 'columns';
  67  $string['comment'] = 'Comment';
  68  $string['commentdeleted'] = 'Comment deleted';
  69  $string['commentempty'] = 'Comment was empty';
  70  $string['comments'] = 'Comments';
  71  $string['commentsaved'] = 'Comment saved';
  72  $string['commentsn'] = '{$a} comment(s)';
  73  $string['commentsoff'] = 'Comments feature is not enabled';
  74  $string['completiondetail:entries'] = 'Make entries: {$a}';
  75  $string['completionentries'] = 'Require entries';
  76  $string['completionentriescount'] = 'Count of entries';
  77  $string['completionentriesdesc'] = 'Minimum number of entries required: {$a}';
  78  $string['configenablerssfeeds'] = 'This switch will enable the possibility of RSS feeds for all databases. You will still need to turn feeds on manually in the settings for each database.';
  79  $string['confirmdeletefield'] = 'You are about to delete this field, are you sure?';
  80  $string['confirmdeleterecord'] = 'Are you sure you want to delete this entry?';
  81  $string['confirmdeleterecords'] = 'Are you sure you want to delete these entries?';
  82  $string['csstemplate'] = 'CSS template';
  83  $string['csvfailed'] = 'Unable to read the raw data from the CSV file';
  84  $string['csvfile'] = 'CSV file';
  85  $string['csvimport'] = 'CSV file import';
  86  $string['csvimport_help'] = 'Entries may be imported via a plain text file with a list of field names as the first line, then the data, with one record per line.';
  87  $string['csvwithselecteddelimiter'] = '<abbr title="Comma Separated Values">CSV</abbr>';
  88  $string['data:addinstance'] = 'Add a new database';
  89  $string['data:approve'] = 'Approve and undo approved entries';
  90  $string['data:comment'] = 'Write comments';
  91  $string['data:exportallentries'] = 'Export all database entries';
  92  $string['data:exportentry'] = 'Export a database entry';
  93  $string['data:exportownentry'] = 'Export own database entry';
  94  $string['data:exportuserinfo'] = 'Export user information';
  95  $string['data:managecomments'] = 'Manage comments';
  96  $string['data:manageentries'] = 'Manage entries';
  97  $string['data:managetemplates'] = 'Manage templates';
  98  $string['data:manageuserpresets'] = 'Manage presets';
  99  $string['data:rate'] = 'Rate entries';
 100  $string['data:readentry'] = 'Read entries';
 101  $string['data:viewalluserpresets'] = 'View presets from all users';
 102  $string['data:viewallratings'] = 'View all raw ratings given by individuals';
 103  $string['data:viewanyrating'] = 'View total ratings that anyone received';
 104  $string['data:viewentry'] = 'View entries';
 105  $string['data:viewrating'] = 'View the total rating you received';
 106  $string['data:writeentry'] = 'Write entries';
 107  $string['data:view'] = 'View database activity';
 108  $string['date'] = 'Date';
 109  $string['dateentered'] = 'Date entered';
 110  $string['defaultfielddelimiter'] = '(default is the comma character)';
 111  $string['defaultfieldenclosure'] = '(default is none)';
 112  $string['defaultsortfield'] = 'Default sort field';
 113  $string['delcheck'] = 'Bulk delete checkbox';
 114  $string['delete'] = 'Delete';
 115  $string['deleteallentries'] = 'Delete all entries';
 116  $string['deletecomment'] = 'Are you sure you want to delete this comment?';
 117  $string['deleted'] = 'deleted';
 118  $string['deletefield'] = 'Delete an existing field';
 119  $string['deletenotenrolled'] = 'Delete entries by users not enrolled';
 120  $string['deletewarning'] = 'Are you sure you want to delete this preset?';
 121  $string['descending'] = 'Descending';
 122  $string['directorynotapreset'] = '{$a->directory} Not a preset: missing files: {$a->missing_files}';
 123  $string['disapprove'] = 'Undo approval';
 124  $string['download'] = 'Download';
 125  $string['edit'] = 'Edit';
 126  $string['editcomment'] = 'Edit comment';
 127  $string['editentry'] = 'Edit entry';
 128  $string['editordisable'] = 'Disable editor';
 129  $string['editorenable'] = 'Enable editor';
 130  $string['emptyadd'] = 'The Add template is empty, generating a default form...';
 131  $string['emptyaddform'] = 'You did not fill out any fields!';
 132  $string['enabletemplateeditorcheck'] = 'Are you sure you want to enable the editor? This may result in content being altered when the template is saved.';
 133  $string['eventfieldcreated'] = 'Field created';
 134  $string['eventfielddeleted'] = 'Field deleted';
 135  $string['eventfieldupdated'] = 'Field updated';
 136  $string['eventrecordcreated'] = 'Record created';
 137  $string['eventrecorddeleted'] = 'Record deleted';
 138  $string['eventrecordupdated'] = 'Record updated';
 139  $string['eventtemplateupdated'] = 'Template updated';
 140  $string['eventtemplateviewed'] = 'Templates viewed';
 141  $string['fileencoding'] = 'Encoding';
 142  $string['entries'] = 'Entries';
 143  $string['entrieslefttoadd'] = 'You must add {$a->entriesleft} more entry/entries in order to complete this activity';
 144  $string['entrieslefttoaddtoview'] = 'You must add {$a->entrieslefttoview} more entry/entries before you can view other participants\' entries.';
 145  $string['entry'] = 'Entry';
 146  $string['entrysaved'] = 'Your entry has been saved';
 147  $string['errormustbeteacher'] = 'You need to be a teacher to use this page!';
 148  $string['errorpresetexists'] = 'There is already a preset with the selected name';
 149  $string['errormustsupplyvalue'] = 'You must supply a value here.';
 150  $string['example'] = 'Database module example';
 151  $string['excel'] = 'Excel';
 152  $string['export'] = 'Export';
 153  $string['exportaszip'] = 'Export as zip';
 154  $string['exportaszip_help'] = 'The export as zip feature allows you to save the templates and fields as a preset zip for download. The zip may then be imported to another course.';
 155  $string['exportedtozip'] = 'Exported to temporary zip...';
 156  $string['exportentries'] = 'Export entries';
 157  $string['exportformat'] = 'Export format';
 158  $string['exportoptions'] = 'Export options';
 159  $string['exportownentries'] = 'Export your own entries only? ({$a->mine}/{$a->all})';
 160  $string['failedpresetdelete'] = 'Error deleting a preset!';
 161  $string['fieldadded'] = 'Field added';
 162  $string['fieldallowautolink'] = 'Allow autolink';
 163  $string['fielddeleted'] = 'Field deleted';
 164  $string['fielddelimiter'] = 'Field separator';
 165  $string['fielddescription'] = 'Field description';
 166  $string['fieldenclosure'] = 'Field enclosure';
 167  $string['fieldheight'] = 'Height';
 168  $string['fieldheightlistview'] = 'Height in list view';
 169  $string['fieldheightsingleview'] = 'Height in single view';
 170  $string['fieldids'] = 'Field ids';
 171  $string['fieldmappings'] = 'Field mappings';
 172  $string['fieldmappings_help'] = 'This menu allows you to keep the data from the existing database. To preserve the data in a field, you must map it to a new field, where the data will appear. Any field can also be left blank, with no information copied into it. Any old field not mapped to a new one will be lost and all its data removed.
 173  You can only map fields of the same type, so each drop-down menu will have different fields in it. Also, you must be careful not to try and map one old field to more than one new field.';
 174  $string['fieldname'] = 'Field name';
 175  $string['fieldnametype'] = '{$a->name} ({$a->type})';
 176  $string['fieldnotmatched'] = 'The following fields in your file are not known in this database: {$a}';
 177  $string['fieldoptions'] = 'Options (one per line)';
 178  $string['fields'] = 'Fields';
 179  $string['fieldupdated'] = 'Field updated';
 180  $string['fieldwidth'] = 'Width';
 181  $string['fieldwidthlistview'] = 'Width in list view';
 182  $string['fieldwidthsingleview'] = 'Width in single view';
 183  $string['file'] = 'File';
 184  $string['filesnotgenerated'] = 'Not all files were generated: {$a}';
 185  $string['filtername'] = 'Database auto-linking';
 186  $string['footer'] = 'Footer';
 187  $string['forcelinkname'] = 'Forced name for the link';
 188  $string['foundnorecords'] = 'No records found (<a href="{$a->reseturl}">Reset filters</a>)';
 189  $string['foundrecords'] = 'Found records: {$a->num}/{$a->max} (<a href="{$a->reseturl}">Reset filters</a>)';
 190  $string['fromfile'] = 'Import from zip file';
 191  $string['fromfile_help'] = 'The import from zip file feature allows you to browse for and upload a preset zip of templates and fields.';
 192  $string['generateerror'] = 'Not all files generated!';
 193  $string['header'] = 'Header';
 194  $string['headeraddtemplate'] = 'Defines the interface for adding or editing entries';
 195  $string['headerasearchtemplate'] = 'Defines the interface for the advanced search';
 196  $string['headercsstemplate'] = 'Defines local CSS styles for the other templates';
 197  $string['headerjstemplate'] = 'Defines custom Javascript for manipulating the way elements are displayed in the List, Single or Add templates';
 198  $string['headerlisttemplate'] = 'Defines browsing interface for multiple entries';
 199  $string['headerrsstemplate'] = 'Defines appearance of entries in RSS feeds';
 200  $string['headersingletemplate'] = 'Defines browsing interface for a single entry';
 201  $string['checkbox'] = 'Checkboxes';
 202  $string['chooseexportfields'] = 'Choose the fields you wish to export';
 203  $string['chooseexportformat'] = 'Choose the format you wish to export to';
 204  $string['chooseorupload'] = 'Choose file';
 205  $string['expired'] = 'Sorry, this activity closed on {$a} and is no longer available';
 206  $string['importentries'] = 'Import entries';
 207  $string['importsuccess'] = 'The preset has been successfully applied.';
 208  $string['includeapproval'] = 'Include approval status';
 209  $string['includetags'] = 'Include tags';
 210  $string['includetime'] = 'Include time added/modified';
 211  $string['includeuserdetails'] = 'Include user details';
 212  $string['indicator:cognitivedepth'] = 'Database cognitive';
 213  $string['indicator:cognitivedepth_help'] = 'This indicator is based on the cognitive depth reached by the student in a Database activity.';
 214  $string['indicator:cognitivedepthdef'] = 'Database cognitive';
 215  $string['indicator:cognitivedepthdef_help'] = 'The participant has reached this percentage of the cognitive engagement offered by the Database activities during this analysis interval (Levels = No view, View, Submit)';
 216  $string['indicator:cognitivedepthdef_link'] = 'Learning_analytics_indicators#Cognitive_depth';
 217  $string['indicator:socialbreadth'] = 'Database social';
 218  $string['indicator:socialbreadth_help'] = 'This indicator is based on the social breadth reached by the student in a Database activity.';
 219  $string['indicator:socialbreadthdef'] = 'Database social';
 220  $string['indicator:socialbreadthdef_help'] = 'The participant has reached this percentage of the social engagement offered by the Database activities during this analysis interval (Levels = No participation, Participant alone)';
 221  $string['indicator:socialbreadthdef_link'] = 'Learning_analytics_indicators#Social_breadth';
 222  $string['insufficiententries'] = 'more entries needed to view this database';
 223  $string['intro'] = 'Description';
 224  $string['invalidaccess'] = 'This page was not accessed correctly';
 225  $string['invalidfieldid'] = 'Field ID is incorrect';
 226  $string['invalidfieldname'] = 'Please choose another name for this field';
 227  $string['invalidfieldtype'] = 'Field type is incorrect';
 228  $string['invalidid'] = 'Incorrect data ID';
 229  $string['missingfieldtype'] = 'Field type for {$a->name} not found';
 230  $string['missingfieldtypes'] = 'The following fields do not have their corresponding field types installed and will not be included in the forms when adding or editing entries.
 231   Their labels may still show on the form, so please update the "Add entry template" accordingly:';
 232  $string['missingfieldtypeimport'] = 'The following fields were not imported because their corresponding field types are not installed:';
 233  $string['unknown'] = 'Unknown field';
 234  $string['invalidpreset'] = '{$a} is not a preset.';
 235  $string['invalidrecord'] = 'Incorrect record';
 236  $string['invalidurl'] = 'The URL you just entered is not valid';
 237  $string['jstemplate'] = 'Javascript template';
 238  $string['latitude'] = 'Latitude';
 239  $string['latlong'] = 'Coordinates';
 240  $string['latlongboth'] = 'Both latitude and longitude are required.';
 241  $string['latlongdownloadallhint'] = 'Download link for all entries as KML';
 242  $string['latlongkmllabelling'] = 'How to label items in KML files (Google Earth)';
 243  $string['latlonglinkservicesdisplayed'] = 'Link-out services to display';
 244  $string['latlongotherfields'] = 'Other fields';
 245  $string['list'] = 'View list';
 246  $string['listtemplate'] = 'List template';
 247  $string['longitude'] = 'Longitude';
 248  $string['manageapproved'] = 'Allow editing of approved entries';
 249  $string['manageapproved_help'] = 'If disabled, approved entries are no longer editable or deletable by the user who added them. This setting has no effect unless \'Approval required\' is enabled.';
 250  $string['mapexistingfield'] = 'Map to {$a}';
 251  $string['mapnewfield'] = 'Create a new field';
 252  $string['mappingwarning'] = 'All old fields not mapped to a new field will be lost and all data in that field will be removed.';
 253  $string['maxentries'] = 'Maximum number of entries';
 254  $string['maxentries_help'] = 'The maximum number of entries a student is allowed to submit for this activity.';
 255  $string['maxsize'] = 'Maximum size';
 256  $string['menu'] = 'Menu';
 257  $string['menuchoose'] = 'Choose...';
 258  $string['missingdata'] = 'Data id or object must be provided to field class';
 259  $string['missingfield'] = 'Programmer error: You must specify field and/or data when defining field class.';
 260  $string['modulename'] = 'Database';
 261  $string['modulename_help'] = 'Database enables participants to create, maintain, and search a collection of entries.
 262  
 263  The structure of the entries is defined using different types of fields, such as short text, dropdown list, text area, URL, image, or file.
 264  
 265  As a teacher, you can comment and rate entries. You can also allow students to rate and comment on entries (peer evaluation). Ratings can be aggregated to form a final grade, which is recorded in the gradebook.
 266  
 267  If the Database auto-linking filter is enabled, any entries in a database will be automatically linked where the words or phrases appear within the course.
 268  
 269  You can use Database to:
 270  
 271  * Create a collaborative collection of links, books, book reviews, journal references, etc.
 272  * Display student-created photos, posters, websites or poems for peer comment and review.';
 273  $string['modulename_link'] = 'mod/data/view';
 274  $string['modulenameplural'] = 'Databases';
 275  $string['more'] = 'More';
 276  $string['moreurl'] = 'More URL';
 277  $string['movezipfailed'] = 'Can\'t move zip';
 278  $string['multientry'] = 'Repeated entry';
 279  $string['multimenu'] = 'Menu (Multi-select)';
 280  $string['multipletags'] = 'Multiple tags found! Template not saved';
 281  $string['newentry'] = 'New entry';
 282  $string['newfield'] = 'Create a new field';
 283  $string['newfield_help'] = 'A field allows the input of data. Each entry in a database activity can have multiple fields of multiple types such as a date field, which allows participants to select a day, month and year from a drop-down menu, a picture field, which allows participants to upload an image file, or a checkbox field, which allows participants to select one or more options.
 284  
 285  Each field must have a unique field name. The field description is optional.';
 286  $string['noaccess'] = 'You do not have access to this page';
 287  $string['nodefinedfields'] = 'New preset has no defined fields!';
 288  $string['nofieldcontent'] = 'Field content not found';
 289  $string['nofieldindatabase'] = 'There are no fields defined for this database.';
 290  $string['nolisttemplate'] = 'List template is not yet defined';
 291  $string['nomatch'] = 'No matching entries found!';
 292  $string['nomaximum'] = 'No maximum';
 293  $string['norecords'] = 'No entries in database';
 294  $string['nosingletemplate'] = 'Single template is not yet defined';
 295  $string['notapproved'] = 'Entry is not approved yet.';
 296  $string['notinjectivemap'] = 'Not an injective map';
 297  $string['notopenyet'] = 'Sorry, this activity is not available until {$a}';
 298  $string['number'] = 'Number';
 299  $string['numberrssarticles'] = 'Entries in the RSS feed';
 300  $string['numnotapproved'] = 'Pending';
 301  $string['numrecords'] = '{$a} entries';
 302  $string['ods'] = '<abbr title="OpenDocument Spreadsheet">ODS</abbr>&nbsp;(OpenOffice)';
 303  $string['openafterclose'] = 'You have specified an open date after the close date';
 304  $string['optionaldescription'] = 'Short description (optional)';
 305  $string['optionalfilename'] = 'Filename (optional)';
 306  $string['other'] = 'Other';
 307  $string['overwrite'] = 'Overwrite';
 308  $string['overrwritedesc'] = 'Overwrite the preset if it already exists';
 309  $string['overwritesettings'] = 'Overwrite current settings';
 310  $string['page-mod-data-x'] = 'Any database activity module page';
 311  $string['pagesize'] = 'Entries per page';
 312  $string['participants'] = 'Participants';
 313  $string['picture'] = 'Picture';
 314  $string['pleaseaddsome'] = 'Please create some below or <a href="{$a}">choose a predefined set</a> to get started.';
 315  $string['pluginadministration'] = 'Database activity administration';
 316  $string['pluginname'] = 'Database';
 317  $string['portfolionotfile'] = 'Export to a portfolio rather than a file (csv and leap2a only)';
 318  $string['presetinfo'] = 'Saving as a preset will publish this template. Other users may be able to use it in their databases.';
 319  $string['presets'] = 'Presets';
 320  $string['privacy:metadata:commentpurpose'] = 'Comments on database records';
 321  $string['privacy:metadata:data_content'] = 'Represents one answer to one field in database activity module';
 322  $string['privacy:metadata:data_content:fieldid'] = 'Field definition ID';
 323  $string['privacy:metadata:data_content:content'] = 'Content';
 324  $string['privacy:metadata:data_content:content1'] = 'Additional content 1';
 325  $string['privacy:metadata:data_content:content2'] = 'Additional content 2';
 326  $string['privacy:metadata:data_content:content3'] = 'Additional content 3';
 327  $string['privacy:metadata:data_content:content4'] = 'Additional content 4';
 328  $string['privacy:metadata:data_records'] = 'Represent records in database acitivity module';
 329  $string['privacy:metadata:data_records:userid'] = 'User who created the record';
 330  $string['privacy:metadata:data_records:groupid'] = 'Group';
 331  $string['privacy:metadata:data_records:timecreated'] = 'Time when record was created';
 332  $string['privacy:metadata:data_records:timemodified'] = 'Time when record was last modified';
 333  $string['privacy:metadata:data_records:approved'] = 'Approval status';
 334  $string['privacy:metadata:datafieldnpluginsummary'] = 'Fields for database activity module';
 335  $string['privacy:metadata:filepurpose'] = 'File attached to the database record';
 336  $string['privacy:metadata:tagpurpose'] = 'Tags on database records';
 337  $string['privacy:metadata:ratingpurpose'] = 'Ratings on database records';
 338  $string['radiobutton'] = 'Radio buttons';
 339  $string['recordapproved'] = 'Entry approved';
 340  $string['recorddeleted'] = 'Entry deleted';
 341  $string['recorddisapproved'] = 'Entry unapproved';
 342  $string['recordsnotsaved'] = 'No entry was saved. Please check the format of the uploaded file.';
 343  $string['recordssaved'] = 'entries saved';
 344  $string['removealldatatags'] = 'Remove all database tags';
 345  $string['requireapproval'] = 'Approval required';
 346  $string['requireapproval_help'] = 'If enabled, entries require approving by a teacher before they are viewable by everyone.';
 347  $string['required'] = 'Required';
 348  $string['requiredentries'] = 'Entries required for completion (old)';
 349  $string['requiredentries_help'] = "If set, a message is displayed stating the number of entries required for completion. Note that this setting is not connected to activity completion.
 350  
 351  For entries required for activity completion, the new Activity completion setting 'Require entries' should be used. To remove this setting completely, set to none, then save changes.
 352  Please use the Entries required fields in the Activity completion section instead.";
 353  $string['requiredentrieswarning'] = 'This setting has been replaced by an Activity completion setting "Require entries"';
 354  $string['requiredentriestoview'] = 'Entries required before viewing';
 355  $string['requiredentriestoview_help'] = 'The number of entries a student is required to submit before they can view entries from other students.
 356  
 357  Note: If entries are required before viewing, the database auto-linking filter should be disabled. This is because the database auto-linking filter can\'t determine whether a user has submitted the required number of entries.';
 358  $string['requiredfield'] = 'Required field';
 359  $string['resetsettings'] = 'Reset filters';
 360  $string['resettemplate'] = 'Reset template';
 361  $string['resizingimages'] = 'Resizing image thumbnails...';
 362  $string['rows'] = 'rows';
 363  $string['rssglobaldisabled'] = 'Disabled. See site configuration variables.';
 364  $string['rsstemplate'] = 'RSS template';
 365  $string['rsstitletemplate'] = 'RSS title template';
 366  $string['rsstype'] = 'RSS feed for this activity';
 367  $string['save'] = 'Save';
 368  $string['saveandadd'] = 'Save and add another';
 369  $string['saveandview'] = 'Save and view';
 370  $string['saveaspreset'] = 'Save as preset';
 371  $string['saveaspreset_help'] = 'The save as preset feature publishes the templates and fields as a preset which others on the site can then use. (You may delete it from the list of presets at any time.)';
 372  $string['savesettings'] = 'Save settings';
 373  $string['savesuccess'] = 'Saved successfully. Your preset will now be available across the site.';
 374  $string['savetemplate'] = 'Save template';
 375  $string['search'] = 'Search';
 376  $string['search:activity'] = 'Database - activity information';
 377  $string['search:entry'] = 'Database - entries';
 378  $string['selectedrequired'] = 'All selected required';
 379  $string['selectfields'] = 'Select fields';
 380  $string['selectexportoptions'] = 'Select export options';
 381  $string['showall'] = 'Show all entries';
 382  $string['single'] = 'View single';
 383  $string['singletemplate'] = 'Single template';
 384  $string['subplugintype_datafield'] = 'Database field type';
 385  $string['subplugintype_datafield_plural'] = 'Database field types';
 386  $string['subplugintype_datapreset'] = 'Preset';
 387  $string['subplugintype_datapreset_plural'] = 'Presets';
 388  $string['tagarea_data_records'] = 'Data records';
 389  $string['tags'] = 'Tags';
 390  $string['tagsdeleted'] = 'Database tags have been deleted';
 391  $string['teachersandstudents'] = '{$a->teachers} and {$a->students}';
 392  $string['templates'] = 'Templates';
 393  $string['templatesaved'] = 'Template saved';
 394  $string['text'] = 'Text';
 395  $string['textarea'] = 'Text area';
 396  $string['timeadded'] = 'Time added';
 397  $string['timemodified'] = 'Time modified';
 398  $string['todatabase'] = 'to this database.';
 399  $string['type'] = 'Field type';
 400  $string['undefinedprocessactionmethod'] = 'No action method defined in Data_Preset to handle action "{$a}".';
 401  $string['unsupportedfields'] = 'Unsupported fields';
 402  $string['unsupportedfieldslist'] = 'The following fields cannot be exported:';
 403  $string['updatefield'] = 'Update an existing field';
 404  $string['uploadfile'] = 'Upload file';
 405  $string['uploadrecords'] = 'Upload entries from a file';
 406  $string['uploadrecords_help'] = 'Entries may be uploaded via text file. The format of the file should be as follows:
 407  
 408  * Each line of the file contains one record
 409  * Each record is a series of data separated by the selected separator
 410  * The first record contains a list of fieldnames defining the format of the rest of the file
 411  
 412  The field enclosure is a character that surrounds each field in each record. It can normally be left unset.';
 413  $string['uploadrecords_link'] = 'mod/data/import';
 414  $string['url'] = 'URL';
 415  $string['usedate'] = 'Include in search.';
 416  $string['usestandard'] = 'Use a preset';
 417  $string['usestandard_help'] = 'To use a preset available to the whole site, select it from the list. (If you have added a preset to the list using the save as preset feature then you have the option of deleting it.)';
 418  $string['viewfromdate'] = 'Read only from';
 419  $string['viewtodate'] = 'Read only to';
 420  $string['viewtodatevalidation'] = 'The read only to date cannot be before the read only from date.';
 421  $string['wrongdataid'] = 'Wrong data id provided';
 422  
 423  // Deprecated since Moodle 3.11.
 424  $string['unsupportedexport'] = '({$a->fieldtype}) cannot be exported.';