mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-59524 general: Remove strings deprecated in 3.4
This commit is contained in:
parent
8e9e9a5f7e
commit
0504254f1d
16 changed files with 8 additions and 246 deletions
|
@ -46,7 +46,3 @@ $string['pluginname'] = 'File submissions';
|
|||
$string['privacy:metadata:filepurpose'] = 'The files loaded for this assignment submission';
|
||||
$string['siteuploadlimit'] = 'Site upload limit';
|
||||
$string['submissionfilearea'] = 'Uploaded submission files';
|
||||
// Deprecated since Moodle 3.4.
|
||||
$string['filesofthesetypes'] = 'Files of these types may be added to the submission:';
|
||||
$string['filetypewithexts'] = '{$a->name} — {$a->extlist}';
|
||||
$string['nonexistentfiletypes'] = 'The following file types were not recognised: {$a}';
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
filesofthesetypes,assignsubmission_file
|
||||
filetypewithexts,assignsubmission_file
|
||||
nonexistentfiletypes,assignsubmission_file
|
Loading…
Add table
Add a link
Reference in a new issue