2 // mimetypes.php - created with Moodle 1.7 beta + (2006101003)
5 $string['application/msword'] = 'Word document';
6 $string['application/pdf'] = 'PDF document';
7 $string['application/vnd.ms-excel'] = 'Excel spreadsheet';
8 $string['application/vnd.ms-powerpoint'] = 'Powerpoint presentation';
9 $string['application/zip'] = 'zip archive';
10 $string['audio/mp3'] = 'MP3 audio file';
11 $string['audio/wav'] = 'sound file';
12 $string['document/unknown'] = 'file';
13 $string['image/bmp'] = 'uncompressed BMP image';
14 $string['image/gif'] = 'GIF image';
15 $string['image/jpeg'] = 'JPEG image';
16 $string['text/plain'] = 'text file';
17 $string['text/rtf'] = 'RTF document';