Merge branch 'MDL-37802-310' of https://github.com/paulholden/moodle into MOODLE_310_STABLE

This commit is contained in:
Adrian Greeve 2020-09-30 13:51:31 +08:00
commit 1c55d84794
4 changed files with 32 additions and 1 deletions

View file

@ -58,6 +58,7 @@ $string['cannotdownload'] = 'Cannot download this file';
$string['cannotdownloaddir'] = 'Cannot download this folder';
$string['cannotinitplugin'] = 'Call plugin_init failed';
$string['cannotunzipcontentunreadable'] = 'Cannot unzip this file because the contents of the file cannot be read.';
$string['cannotunzipextractfileerror'] = 'Cannot unzip this file because one or more of it\'s files cannot be read.';
$string['cannotunzipquotaexceeded'] = 'Cannot unzip this file because the maximum size allowed in this draft area will be exceeded.';
$string['cleancache'] = 'Clean my cache files';
$string['close'] = 'Close';