| Línea 32... |
Línea 32... |
| 32 |
$string['defaultacceptedfiletypes'] = 'Default accepted file types';
|
32 |
$string['defaultacceptedfiletypes'] = 'Default accepted file types';
|
| 33 |
$string['enabled'] = 'File submissions';
|
33 |
$string['enabled'] = 'File submissions';
|
| 34 |
$string['enabled_help'] = 'If enabled, students are able to upload one or more files as their submission.';
|
34 |
$string['enabled_help'] = 'If enabled, students are able to upload one or more files as their submission.';
|
| 35 |
$string['eventassessableuploaded'] = 'A file has been uploaded.';
|
35 |
$string['eventassessableuploaded'] = 'A file has been uploaded.';
|
| 36 |
$string['file'] = 'File submissions';
|
36 |
$string['file'] = 'File submissions';
|
| - |
|
37 |
$string['filewithsize'] = '{$a->filename} ({$a->size})';
|
| 37 |
$string['maxbytes'] = 'Maximum file size';
|
38 |
$string['maxbytes'] = 'Maximum file size';
|
| 38 |
$string['maxfiles'] = 'Maximum files per submission';
|
39 |
$string['maxfiles'] = 'Maximum files per submission';
|
| 39 |
$string['maxfiles_help'] = 'If file submissions are enabled, each assignment can be set to accept up to this number of files for their submission.';
|
40 |
$string['maxfiles_help'] = 'If file submissions are enabled, each assignment can be set to accept up to this number of files for their submission.';
|
| 40 |
$string['maxfilessubmission'] = 'Maximum number of uploaded files';
|
41 |
$string['maxfilessubmission'] = 'Maximum number of uploaded files';
|
| 41 |
$string['maxfilessubmission_help'] = 'If file submissions are enabled, each student will be able to upload up to this number of files for their submission.';
|
42 |
$string['maxfilessubmission_help'] = 'If file submissions are enabled, each student will be able to upload up to this number of files for their submission.';
|
| Línea 43... |
Línea 44... |
| 43 |
$string['maximumsubmissionsize_help'] = 'Files uploaded by students may be up to this size.';
|
44 |
$string['maximumsubmissionsize_help'] = 'Files uploaded by students may be up to this size.';
|
| 44 |
$string['pluginname'] = 'File submissions';
|
45 |
$string['pluginname'] = 'File submissions';
|
| 45 |
$string['privacy:metadata:filepurpose'] = 'The files loaded for this assignment submission';
|
46 |
$string['privacy:metadata:filepurpose'] = 'The files loaded for this assignment submission';
|
| 46 |
$string['siteuploadlimit'] = 'Site upload limit';
|
47 |
$string['siteuploadlimit'] = 'Site upload limit';
|
| 47 |
$string['submissionfilearea'] = 'Uploaded submission files';
|
48 |
$string['submissionfilearea'] = 'Uploaded submission files';
|
| 48 |
|
- |
|
| 49 |
// Deprecated since Moodle 4.3.
|
- |
|
| 50 |
$string['numfilesforlog'] = 'The number of file(s) : {$a} file(s).';
|
- |
|