diff --git a/bureau/class/mime.php b/bureau/class/mime.php index 7ad39538..84d898a5 100644 --- a/bureau/class/mime.php +++ b/bureau/class/mime.php @@ -132,46 +132,46 @@ $MIME_H=1; $bro_type= array( - "css" => __("CSS Stylesheet"), - "csv" => __("Comma Separated Values data"), - "dia" => __("DIA Diagram"), - "doc" => __("Word Document"), - "dot" => __("Word Document Template"), - "epf" => __("Encapsulated Postscript"), - "gif" => __("GIF Image"), - "hqx" => __("Macintosh Executable"), - "htm" => __("HTML Document"), - "html"=> __("HTML Document"), - "jpeg" => __("JPEG Image"), - "jpg" => __("JPEG Image"), - "m3u" => __("Music Playlist"), - "mp3" => __("MP3 Music File"), - "ogg" => __("Ogg Music File"), - "pdf" => __("Acrobat PDF"), - "php" => __("PHP Source"), - "png" => __("PNG Image"), - "pps" => __("Powerpoint Slideshow"), - "ppt" => __("Powerpoint Slideshow"), - "ps" => __("Postscript Document"), - "psd" => __("Photoshop Image"), - "rar" => __("Rar Compressed Files"), - "rtf" => __("Rich Text Document"), - "sxc" => __("OpenOffice Spreadsheet"), - "sxd" => __("OpenOffice Drawing"), - "sxi" => __("OpenOffice Presentation"), - "sxw" => __("OpenOffice Writer"), - "tif" => __("TIFF Image"), - "tiff" => __("TIFF Image"), - "txt" => __("Text Document"), - "vcf" => __("Virtual Card"), - "vcs" => __("Virtual Card"), - "xcf" => __("Gimp Image"), - "xls" => __("Excel Spreadsheet"), - "zip" => __("Zip Compressed Files"), - "sxw" => __("Flash Animation"), - "ra" => __("Real Media File"), - "rm" => __("Real Media File"), - "ram" => __("Real Media File"), + "css" => _("CSS Stylesheet"), + "csv" => _("Comma Separated Values data"), + "dia" => _("DIA Diagram"), + "doc" => _("Word Document"), + "dot" => _("Word Document Template"), + "epf" => _("Encapsulated Postscript"), + "gif" => _("GIF Image"), + "hqx" => _("Macintosh Executable"), + "htm" => _("HTML Document"), + "html"=> _("HTML Document"), + "jpeg" => _("JPEG Image"), + "jpg" => _("JPEG Image"), + "m3u" => _("Music Playlist"), + "mp3" => _("MP3 Music File"), + "ogg" => _("Ogg Music File"), + "pdf" => _("Acrobat PDF"), + "php" => _("PHP Source"), + "png" => _("PNG Image"), + "pps" => _("Powerpoint Slideshow"), + "ppt" => _("Powerpoint Slideshow"), + "ps" => _("Postscript Document"), + "psd" => _("Photoshop Image"), + "rar" => _("Rar Compressed Files"), + "rtf" => _("Rich Text Document"), + "sxc" => _("OpenOffice Spreadsheet"), + "sxd" => _("OpenOffice Drawing"), + "sxi" => _("OpenOffice Presentation"), + "sxw" => _("OpenOffice Writer"), + "tif" => _("TIFF Image"), + "tiff" => _("TIFF Image"), + "txt" => _("Text Document"), + "vcf" => _("Virtual Card"), + "vcs" => _("Virtual Card"), + "xcf" => _("Gimp Image"), + "xls" => _("Excel Spreadsheet"), + "zip" => _("Zip Compressed Files"), + "sxw" => _("Flash Animation"), + "ra" => _("Real Media File"), + "rm" => _("Real Media File"), + "ram" => _("Real Media File"), ); }