Changeset 1698

Show
Ignore:
Timestamp:
06/29/06 00:04:53 (2 years ago)
Author:
anarcat
Message:

use _ instead of to translate properly file type

Files:

Legend:

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

    r1633 r1698  
    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