"MDL-14460,fix get_context_instance"
[moodle-linuxchix.git] / lang / en_utf8 / mimetypes.php
blobd685fa8b8e8baa016b4563d13112c8159b9e7904
1 <?PHP // $Id$
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';