mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-35141 Filelib: No icon for epub filetype
This commit is contained in:
parent
bac15e5782
commit
d6d63941d7
3 changed files with 10 additions and 4 deletions
|
@ -46,6 +46,7 @@ $string['application/vnd.openxmlformats-officedocument.presentationml.slideshow'
|
|||
$string['application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'] = 'Excel spreadsheet';
|
||||
$string['application/vnd.openxmlformats-officedocument.spreadsheetml.template'] = 'Excel template';
|
||||
$string['application/vnd.openxmlformats-officedocument.wordprocessingml.document'] = 'Word document';
|
||||
$string['application/epub_zip'] = 'EPUB ebook';
|
||||
$string['archive'] = 'Archive ({$a->EXT})';
|
||||
$string['audio'] = 'Audio file ({$a->EXT})';
|
||||
$string['default'] = '{$a->mimetype}';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue