mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-32286' of git://github.com/danpoltawski/moodle
This commit is contained in:
commit
c6c16fd9ea
1 changed files with 1 additions and 1 deletions
|
@ -1710,7 +1710,7 @@ $string['uploadcantwrite'] = 'Failed to write file to disk';
|
||||||
$string['uploadedfile'] = 'File uploaded successfully';
|
$string['uploadedfile'] = 'File uploaded successfully';
|
||||||
$string['uploadedfileto'] = 'Uploaded {$a->file} to {$a->directory}';
|
$string['uploadedfileto'] = 'Uploaded {$a->file} to {$a->directory}';
|
||||||
$string['uploadedfiletoobig'] = 'Sorry, but that file is too big (limit is {$a} bytes)';
|
$string['uploadedfiletoobig'] = 'Sorry, but that file is too big (limit is {$a} bytes)';
|
||||||
$string['uploadextension'] = 'File upload stopped by extension';
|
$string['uploadextension'] = 'File upload stopped by a PHP extension';
|
||||||
$string['uploadfailednotrecovering'] = 'Your file upload has failed because there was a problem with one of the files, {$a->name}.<br /> Here is a log of the problems:<br />{$a->problem}<br />Not recovering.';
|
$string['uploadfailednotrecovering'] = 'Your file upload has failed because there was a problem with one of the files, {$a->name}.<br /> Here is a log of the problems:<br />{$a->problem}<br />Not recovering.';
|
||||||
$string['uploadfilelog'] = 'Upload log for file {$a}';
|
$string['uploadfilelog'] = 'Upload log for file {$a}';
|
||||||
$string['uploadformlimit'] = 'Uploaded file {$a} exceeded the maximum size limit set by the form';
|
$string['uploadformlimit'] = 'Uploaded file {$a} exceeded the maximum size limit set by the form';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue