Changeset 53855 in spip-zone
- Timestamp:
- Oct 30, 2011, 2:17:08 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/plugins/medias/base/typedoc.php
r50390 r53855 16 16 17 17 $tables_images = array( 18 19 20 21 22 23 24 25 18 // Images reconnues par PHP 19 'jpg' => 'JPEG', 20 'png' => 'PNG', 21 'gif' => 'GIF', 22 23 // Autres images (peuvent utiliser le tag <img>) 24 'bmp' => 'BMP', 25 ); 26 26 27 27 // Multimedia (peuvent utiliser le tag <embed>) … … 125 125 'torrent' => 'BitTorrent', 126 126 'ttf' => 'TTF Font', 127 'txt' => ' texte',127 'txt' => 'Texte', 128 128 'xcf' => 'GIMP multi-layer', 129 129 'xspf' => 'XSPF', … … 134 134 // open document format 135 135 136 'odb' => ' opendocument database',137 'odc' => ' opendocument chart',138 'odf' => ' opendocument formula',139 'odg' => ' opendocument graphics',140 'odi' => ' opendocument image',141 'odm' => ' opendocument text-master',142 'odp' => ' opendocument presentation',143 'ods' => ' opendocument spreadsheet',144 'odt' => ' opendocument text',145 'otg' => ' opendocument graphics-template',146 'otp' => ' opendocument presentation-template',147 'ots' => ' opendocument spreadsheet-template',148 'ott' => ' opendocument text-template',136 'odb' => 'OpenDocument Database', 137 'odc' => 'OpenDocument Chart', 138 'odf' => 'OpenDocument Formula', 139 'odg' => 'OpenDocument Graphics', 140 'odi' => 'OpenDocument Image', 141 'odm' => 'OpenDocument Text-master', 142 'odp' => 'OpenDocument Presentation', 143 'ods' => 'OpenDocument Spreadsheet', 144 'odt' => 'OpenDocument Text', 145 'otg' => 'OpenDocument Graphics-template', 146 'otp' => 'OpenDocument Presentation-template', 147 'ots' => 'OpenDocument Spreadsheet-template', 148 'ott' => 'OpenDocument Text-template', 149 149 150 150
Note: See TracChangeset
for help on using the changeset viewer.