| Línea 14... | Línea 14... | 
          
            | 14 | //
 | 14 | //
 | 
          
            | 15 | // You should have received a copy of the GNU General Public License
 | 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/>.
 | 16 | // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
 | 
          
            | Línea 17... | Línea 17... | 
          
            | 17 |  
 | 17 |  
 | 
          
            | 18 | /**
 | 18 | /**
 | 
          
            | 19 |  * Strings for component 'data', language 'en', branch 'MOODLE_20_STABLE'
 | 19 |  * Strings for component 'mod_data', language 'en', branch 'MOODLE_20_STABLE'
 | 
          
            | 20 |  *
 | 20 |  *
 | 
          
            | 21 |  * @package   mod_data
 | 21 |  * @package   mod_data
 | 
          
            | 22 |  * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
 | 22 |  * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
 | 
          
            | 23 |  * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 | 23 |  * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 | 
          
            | Línea 86... | Línea 86... | 
          
            | 86 | $string['csvimport'] = 'CSV file import';
 | 86 | $string['csvimport'] = 'CSV file import';
 | 
          
            | 87 | $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['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.';
 | 
          
            | 88 | $string['csvwithselecteddelimiter'] = '<abbr title="Comma Separated Values">CSV</abbr>';
 | 88 | $string['csvwithselecteddelimiter'] = '<abbr title="Comma Separated Values">CSV</abbr>';
 | 
          
            | 89 | $string['data:addinstance'] = 'Add a new database';
 | 89 | $string['data:addinstance'] = 'Add a new database';
 | 
          
            | 90 | $string['data:approve'] = 'Approve and undo approved entries';
 | 90 | $string['data:approve'] = 'Approve and undo approved entries';
 | 
          
            | 91 | $string['data:comment'] = 'Write comments';
 | - |   | 
          
            | 92 | $string['data:exportallentries'] = 'Export all database entries';
 | 91 | $string['data:exportallentries'] = 'Export all database entries';
 | 
          
            | 93 | $string['data:exportentry'] = 'Export a database entry';
 | 92 | $string['data:exportentry'] = 'Export a database entry';
 | 
          
            | 94 | $string['data:exportownentry'] = 'Export own database entry';
 | 93 | $string['data:exportownentry'] = 'Export own database entry';
 | 
          
            | 95 | $string['data:exportuserinfo'] = 'Export user information';
 | 94 | $string['data:exportuserinfo'] = 'Export user information';
 | 
          
            | 96 | $string['data:managecomments'] = 'Manage comments';
 | - |   | 
          
            | 97 | $string['data:manageentries'] = 'Manage entries';
 | 95 | $string['data:manageentries'] = 'Manage entries';
 | 
          
            | 98 | $string['data:managetemplates'] = 'Manage templates';
 | 96 | $string['data:managetemplates'] = 'Manage templates';
 | 
          
            | 99 | $string['data:manageuserpresets'] = 'Manage presets';
 | 97 | $string['data:manageuserpresets'] = 'Manage presets';
 | 
          
            | 100 | $string['data:rate'] = 'Rate entries';
 | 98 | $string['data:rate'] = 'Rate entries';
 | 
          
            | 101 | $string['data:readentry'] = 'Read entries';
 | 99 | $string['data:readentry'] = 'Read entries';
 | 
          
            | Línea 112... | Línea 110... | 
          
            | 112 | $string['defaultfielddelimiter'] = '(default is the comma character)';
 | 110 | $string['defaultfielddelimiter'] = '(default is the comma character)';
 | 
          
            | 113 | $string['defaultfieldenclosure'] = '(default is none)';
 | 111 | $string['defaultfieldenclosure'] = '(default is none)';
 | 
          
            | 114 | $string['defaultsortfield'] = 'Default sort field';
 | 112 | $string['defaultsortfield'] = 'Default sort field';
 | 
          
            | 115 | $string['delcheck'] = 'Bulk delete checkbox';
 | 113 | $string['delcheck'] = 'Bulk delete checkbox';
 | 
          
            | 116 | $string['delete'] = 'Delete';
 | 114 | $string['delete'] = 'Delete';
 | 
          
            | 117 | $string['deleteallentries'] = 'Delete all entries';
 | 115 | $string['deleteallentries'] = 'All entries';
 | 
          
            | 118 | $string['deletecomment'] = 'Are you sure you want to delete this comment?';
 | 116 | $string['deletecomment'] = 'Are you sure you want to delete this comment?';
 | 
          
            | 119 | $string['deleteconfirm'] = 'Delete preset {$a}?';
 | 117 | $string['deleteconfirm'] = 'Delete preset {$a}?';
 | 
          
            | 120 | $string['deleted'] = 'deleted';
 | 118 | $string['deleted'] = 'deleted';
 | 
          
            | 121 | $string['deleteentry'] = 'Delete entry';
 | 119 | $string['deleteentry'] = 'Delete entry';
 | 
          
            | 122 | $string['deletefield'] = 'Delete field';
 | 120 | $string['deletefield'] = 'Delete field';
 | 
          
            | 123 | $string['deletenotenrolled'] = 'Delete entries by users not enrolled';
 | 121 | $string['deletenotenrolled'] = 'Entries by users not enrolled';
 | 
          
            | 124 | $string['deletewarning'] = 'Deleting a preset removes it from the list of available presets in all courses.';
 | 122 | $string['deletewarning'] = 'Deleting a preset removes it from the list of available presets in all courses.';
 | 
          
            | 125 | $string['descending'] = 'Descending';
 | 123 | $string['descending'] = 'Descending';
 | 
          
            | 126 | $string['directorynotapreset'] = '{$a->directory} Not a preset: missing files: {$a->missing_files}';
 | 124 | $string['directorynotapreset'] = '{$a->directory} Not a preset: missing files: {$a->missing_files}';
 | 
          
            | 127 | $string['disapprove'] = 'Undo approval';
 | 125 | $string['disapprove'] = 'Undo approval';
 | 
          
            | 128 | $string['download'] = 'Download';
 | 126 | $string['download'] = 'Download';
 | 
          
            | Línea 380... | Línea 378... | 
          
            | 380 | $string['recordapproved'] = 'Entry approved';
 | 378 | $string['recordapproved'] = 'Entry approved';
 | 
          
            | 381 | $string['recorddeleted'] = 'Entry deleted';
 | 379 | $string['recorddeleted'] = 'Entry deleted';
 | 
          
            | 382 | $string['recorddisapproved'] = 'Entry unapproved';
 | 380 | $string['recorddisapproved'] = 'Entry unapproved';
 | 
          
            | 383 | $string['recordsnotsaved'] = 'No entry was saved. Please check the format of the uploaded file.';
 | 381 | $string['recordsnotsaved'] = 'No entry was saved. Please check the format of the uploaded file.';
 | 
          
            | 384 | $string['recordssaved'] = 'entries saved';
 | 382 | $string['recordssaved'] = 'entries saved';
 | 
          
            | 385 | $string['removealldatatags'] = 'Remove all database tags';
 | 383 | $string['removealldatatags'] = 'All database tags';
 | 
          
            | 386 | $string['requireapproval'] = 'Approval required';
 | 384 | $string['requireapproval'] = 'Approval required';
 | 
          
            | 387 | $string['requireapproval_help'] = 'A teacher has to approve entries before they’re visible to everyone.';
 | 385 | $string['requireapproval_help'] = 'A teacher has to approve entries before they’re visible to everyone.';
 | 
          
            | 388 | $string['required'] = 'Required';
 | 386 | $string['required'] = 'Required';
 | 
          
            | 389 | $string['requiredentries'] = 'Entries required for completion (old)';
 | 387 | $string['requiredentries'] = 'Entries required for completion (old)';
 | 
          
            | 390 | $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.
 | 388 | $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.
 | 
          
            | Línea 422... | Línea 420... | 
          
            | 422 | $string['search'] = 'Search';
 | 420 | $string['search'] = 'Search';
 | 
          
            | 423 | $string['search:activity'] = 'Database - activity information';
 | 421 | $string['search:activity'] = 'Database - activity information';
 | 
          
            | 424 | $string['search:entry'] = 'Database - entries';
 | 422 | $string['search:entry'] = 'Database - entries';
 | 
          
            | 425 | $string['searchresults'] = 'Entries containing "{$a}"';
 | 423 | $string['searchresults'] = 'Entries containing "{$a}"';
 | 
          
            | 426 | $string['selectedrequired'] = 'All selected required';
 | 424 | $string['selectedrequired'] = 'All selected required';
 | 
          
            | 427 | $string['selectfields'] = 'Select fields';
 | - |   | 
          
            | 428 | $string['selectexportoptions'] = 'Select export options';
 | 425 | $string['selectexportoptions'] = 'Select export options';
 | 
          
            | - |   | 426 | $string['selectfields'] = 'Select fields';
 | 
          
            | - |   | 427 | $string['selectfordeletion'] = 'Select entry for deletion';
 | 
          
            | 429 | $string['showall'] = 'Show all entries';
 | 428 | $string['showall'] = 'Show all entries';
 | 
          
            | 430 | $string['showmore'] = 'Show more';
 | 429 | $string['showmore'] = 'Show more';
 | 
          
            | 431 | $string['single'] = 'View single';
 | 430 | $string['single'] = 'View single';
 | 
          
            | 432 | $string['singleview'] = 'Single view';
 | 431 | $string['singleview'] = 'Single view';
 | 
          
            | 433 | $string['singletemplate'] = 'Single view template';
 | 432 | $string['singletemplate'] = 'Single view template';
 | 
          
            | Línea 436... | Línea 435... | 
          
            | 436 | $string['subplugintype_datafield_plural'] = 'Database field types';
 | 435 | $string['subplugintype_datafield_plural'] = 'Database field types';
 | 
          
            | 437 | $string['subplugintype_datapreset'] = 'Preset';
 | 436 | $string['subplugintype_datapreset'] = 'Preset';
 | 
          
            | 438 | $string['subplugintype_datapreset_plural'] = 'Presets';
 | 437 | $string['subplugintype_datapreset_plural'] = 'Presets';
 | 
          
            | 439 | $string['tagarea_data_records'] = 'Data records';
 | 438 | $string['tagarea_data_records'] = 'Data records';
 | 
          
            | 440 | $string['tags'] = 'Tags';
 | 439 | $string['tags'] = 'Tags';
 | 
          
            | 441 | $string['tagsdeleted'] = 'Database tags have been deleted';
 | - |   | 
          
            | 442 | $string['teachersandstudents'] = '{$a->teachers} and {$a->students}';
 | 440 | $string['teachersandstudents'] = '{$a->teachers} and {$a->students}';
 | 
          
            | 443 | $string['templates'] = 'Templates';
 | 441 | $string['templates'] = 'Templates';
 | 
          
            | 444 | $string['templatereset'] = 'Template reset';
 | 442 | $string['templatereset'] = 'Template reset';
 | 
          
            | 445 | $string['templateresetall'] = 'All templates reset';
 | 443 | $string['templateresetall'] = 'All templates reset';
 | 
          
            | 446 | $string['templatesnavigation'] = 'Templates tertiary navigation';
 | 444 | $string['templatesnavigation'] = 'Templates tertiary navigation';
 | 
          
            | Línea 471... | Línea 469... | 
          
            | 471 | $string['viewtemplates'] = 'View templates';
 | 469 | $string['viewtemplates'] = 'View templates';
 | 
          
            | 472 | $string['viewtodate'] = 'Read only to';
 | 470 | $string['viewtodate'] = 'Read only to';
 | 
          
            | 473 | $string['viewtodatevalidation'] = 'The read only to date cannot be before the read only from date.';
 | 471 | $string['viewtodatevalidation'] = 'The read only to date cannot be before the read only from date.';
 | 
          
            | 474 | $string['wrongdataid'] = 'Wrong data ID provided';
 | 472 | $string['wrongdataid'] = 'Wrong data ID provided';
 | 
          
            | Línea 475... | Línea 473... | 
          
            | 475 |  
 | 473 |  
 | 
          
            | 476 | // Deprecated since Moodle 4.1.
 | - |   | 
          
            | 477 | $string['buttons'] = 'Actions';
 | 474 | // Deprecated since Moodle 4.5.
 | 
          
            | 478 | $string['nolisttemplate'] = 'List view template is not yet defined';
 | - |   | 
          
            | 479 | $string['nosingletemplate'] = 'Single view template is not yet defined';
 | - |   | 
          
            | 480 | $string['pleaseaddsome'] = 'Please create some below or <a href="{$a}">choose a predefined set</a> to get started.';
 | - |   | 
          
            | 481 | $string['blank'] = 'Blank';
 | - |   | 
          
            | 482 | $string['savetemplate'] = 'Save template';
 | - |   | 
          
            | 483 | $string['addedby'] = 'Added by';
 | - |   | 
          
            | 484 | $string['addentries'] = 'Add entries';
 | - |   | 
          
            | 485 | $string['todatabase'] = 'to this database.';
 | - |   | 
          
            | 486 |  
 | - |   | 
          
            | 487 | // Deprecated since Moodle 4.2.
 | - |   | 
          
            | 488 | $string['fieldids'] = 'Field ids';
 | - |   | 
          
            | 489 |  
 | - |   | 
          
            | 490 | // Deprecated since Moodle 4.3.
 | - |   | 
          
            | Línea 491... | Línea 475... | 
          
            | 491 | $string['completionentries'] = 'Require entries';
 | 475 | $string['tagsdeleted'] = 'Database tags have been deleted';
 | 
          
            | - |   | 476 |  
 | 
          
            | - |   | 477 | // Deprecated since Moodle 5.0.
 |