Changeset 1633

Show
Ignore:
Timestamp:
05/14/06 00:26:20 (3 years ago)
Author:
anarcat
Message:

make file types translatable

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/bureau/class/mime.php

    r351 r1633  
    133133  $bro_type= 
    134134    array( 
    135           "css" => "CSS Stylesheet"
    136           "csv" => "Comma Separated Values data"
    137           "dia" => "DIA Diagram"
    138           "doc" => "Word Document"
    139           "dot" => "Word Document Template"
    140           "epf" => "Encapsulated Postscript"
    141           "gif" => "GIF Image"
    142           "hqx" => "Macintosh Executable"
    143           "htm" => "HTML Document"
    144           "html"=> "HTML Document"
    145           "jpeg" => "JPEG Image"
    146           "jpg" => "JPEG Image"
    147           "m3u" => "Music Playlist"
    148           "mp3" => "MP3 Music File"
    149           "ogg" => "Ogg Music File"
    150           "pdf" => "Acrobat PDF"
    151           "php" => "PHP Source"
    152           "png" => "PNG Image"
    153           "pps" => "Powerpoint Slideshow"
    154           "ppt" => "Powerpoint Slideshow"
    155           "ps"  => "Postscript Document"
    156           "psd" => "Photoshop Image"
    157           "rar" => "Rar Compressed Files"
    158           "rtf" => "Rich Text Document"
    159           "sxc" => "OpenOffice Spreadsheet"
    160           "sxd" => "OpenOffice Drawing"
    161           "sxi" => "OpenOffice Presentation"
    162           "sxw" => "OpenOffice Writer"
    163           "tif" => "TIFF Image"
    164           "tiff" => "TIFF Image"
    165           "txt" => "Text Document"
    166           "vcf" => "Virtual Card"
    167           "vcs" => "Virtual Card"
    168           "xcf" => "Gimp Image"
    169           "xls" => "Excel Spreadsheet"
    170           "zip" => "Zip Compressed Files"
    171           "sxw" => "Flash Animation"
    172           "ra" => "Real Media File"
    173           "rm" => "Real Media File"
    174           "ram" => "Real Media File"
     135          "css" => __("CSS Stylesheet")
     136          "csv" => __("Comma Separated Values data")
     137          "dia" => __("DIA Diagram")
     138          "doc" => __("Word Document")
     139          "dot" => __("Word Document Template")
     140          "epf" => __("Encapsulated Postscript")
     141          "gif" => __("GIF Image")
     142          "hqx" => __("Macintosh Executable")
     143          "htm" => __("HTML Document")
     144          "html"=> __("HTML Document")
     145          "jpeg" => __("JPEG Image")
     146          "jpg" => __("JPEG Image")
     147          "m3u" => __("Music Playlist")
     148          "mp3" => __("MP3 Music File")
     149          "ogg" => __("Ogg Music File")
     150          "pdf" => __("Acrobat PDF")
     151          "php" => __("PHP Source")
     152          "png" => __("PNG Image")
     153          "pps" => __("Powerpoint Slideshow")
     154          "ppt" => __("Powerpoint Slideshow")
     155          "ps"  => __("Postscript Document")
     156          "psd" => __("Photoshop Image")
     157          "rar" => __("Rar Compressed Files")
     158          "rtf" => __("Rich Text Document")
     159          "sxc" => __("OpenOffice Spreadsheet")
     160          "sxd" => __("OpenOffice Drawing")
     161          "sxi" => __("OpenOffice Presentation")
     162          "sxw" => __("OpenOffice Writer")
     163          "tif" => __("TIFF Image")
     164          "tiff" => __("TIFF Image")
     165          "txt" => __("Text Document")
     166          "vcf" => __("Virtual Card")
     167          "vcs" => __("Virtual Card")
     168          "xcf" => __("Gimp Image")
     169          "xls" => __("Excel Spreadsheet")
     170          "zip" => __("Zip Compressed Files")
     171          "sxw" => __("Flash Animation")
     172          "ra" => __("Real Media File")
     173          "rm" => __("Real Media File")
     174          "ram" => __("Real Media File")
    175175          ); 
    176176