mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 03:46:42 +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
|
|
@ -1,2 +0,0 @@
|
|||
err_unknownfileextension,mod_workshop
|
||||
err_wrongfileextension,mod_workshop
|
|
@ -421,7 +421,3 @@ $string['workshop:viewreviewernames'] = 'View reviewer names';
|
|||
$string['yourassessmentfor'] = 'Your assessment for {$a}';
|
||||
$string['yourgrades'] = 'Your grades';
|
||||
$string['yoursubmission'] = 'Your submission';
|
||||
|
||||
// Deprecated since Moodle 3.4.
|
||||
$string['err_unknownfileextension'] = 'Unknown file extension: {$a}';
|
||||
$string['err_wrongfileextension'] = 'Some files ({$a->wrongfiles}) cannot be uploaded. Only file types {$a->whitelist} are allowed.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue