|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | repository_upload |
Variables | |
| $string ['configplugin'] = 'Configuration for upload plugin' | |
| $string ['pluginname_help'] = 'Upload a file to Moodle' | |
| $string ['pluginname'] = 'Upload a file' | |
| $string ['upload:view'] = 'Use uploading in file picker' | |
| $string ['upload_error_ini_size'] = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.' | |
| $string ['upload_error_form_size'] = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.' | |
| $string ['upload_error_partial'] = 'The uploaded file was only partially uploaded.' | |
| $string ['upload_error_no_file'] = 'No file was uploaded.' | |
| $string ['upload_error_no_tmp_dir'] = 'PHP is missing a temporary folder.' | |
| $string ['upload_error_cant_write'] = 'Failed to write file to disk.' | |
| $string ['upload_error_extension'] = 'A PHP extension stopped the file upload.' | |
| $string['configplugin'] = 'Configuration for upload plugin' |
Definition at line 26 of file repository_upload.php.
| $string['pluginname_help'] = 'Upload a file to Moodle' |
Definition at line 27 of file repository_upload.php.
| $string['pluginname'] = 'Upload a file' |
Definition at line 28 of file repository_upload.php.
| $string['upload:view'] = 'Use uploading in file picker' |
Definition at line 29 of file repository_upload.php.
| $string['upload_error_ini_size'] = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.' |
Definition at line 30 of file repository_upload.php.
| $string['upload_error_form_size'] = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.' |
Definition at line 31 of file repository_upload.php.
| $string['upload_error_partial'] = 'The uploaded file was only partially uploaded.' |
Definition at line 32 of file repository_upload.php.
| $string['upload_error_no_file'] = 'No file was uploaded.' |
Definition at line 33 of file repository_upload.php.
| $string['upload_error_no_tmp_dir'] = 'PHP is missing a temporary folder.' |
Definition at line 34 of file repository_upload.php.
| $string['upload_error_cant_write'] = 'Failed to write file to disk.' |
Definition at line 35 of file repository_upload.php.
| $string['upload_error_extension'] = 'A PHP extension stopped the file upload.' |
Definition at line 36 of file repository_upload.php.