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