<?php $this->cache['id']['repository_upload'] = array (
  'configplugin' => 'Configuration for upload plugin',
  'pluginname_help' => 'Upload a file to Moodle',
  'pluginname' => 'Upload a file',
  'upload:view' => 'Use uploading in file picker',
  'upload_error_ini_size' => 'The uploaded file exceeds the upload_max_filesize directive in php.ini.',
  'upload_error_form_size' => 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.',
  'upload_error_partial' => 'The uploaded file was only partially uploaded.',
  'upload_error_no_file' => 'No file was uploaded.',
  'upload_error_no_tmp_dir' => 'PHP is missing a temporary folder.',
  'upload_error_cant_write' => 'Failed to write file to disk.',
  'upload_error_extension' => 'A PHP extension stopped the file upload.',
);