--- moodle2.php 2012-04-05 01:30:01.000000000 +0300 +++ moodle.php 2012-04-05 01:40:17.000000000 +0300 @@ -1676,7 +1676,7 @@ $string['uploadedfile'] = 'File uploaded successfully'; $string['uploadedfileto'] = 'Uploaded {$a->file} to {$a->directory}'; $string['uploadedfiletoobig'] = 'Sorry, but that file is too big (limit is {$a} bytes)'; -$string['uploadextension'] = 'File upload stopped by extension'; +$string['uploadextension'] = 'A PHP extension stopped the file upload'; $string['uploadfailednotrecovering'] = 'Your file upload has failed because there was a problem with one of the files, {$a->name}.
Here is a log of the problems:
{$a->problem}
Not recovering.'; $string['uploadfilelog'] = 'Upload log for file {$a}'; $string['uploadformlimit'] = 'Uploaded file exceeded the maximum size limit set by the form';