. /** * Strings for component 'mimetypes', language 'en', branch 'MOODLE_20_STABLE' * * @package mimetypes * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['application/msword'] = 'Word document'; $string['application/pdf'] = 'PDF document'; $string['application/vnd.ms-excel'] = 'Excel spreadsheet'; $string['application/vnd.ms-powerpoint'] = 'Powerpoint presentation'; $string['application/zip'] = 'zip archive'; $string['audio/mp3'] = 'MP3 audio file'; $string['audio/wav'] = 'sound file'; $string['document/unknown'] = 'file'; $string['image/bmp'] = 'uncompressed BMP image'; $string['image/gif'] = 'GIF image'; $string['image/jpeg'] = 'JPEG image'; $string['image/png'] = 'PNG image'; $string['text/plain'] = 'text file'; $string['text/rtf'] = 'RTF document';