Added cs to the list of languages
[midnight-commander.git] / gnome / mc.metadata.in
blobd978a738c722897c602baeae0beda76e0f0b3101
2 # Default metadata file provided by the GNOME File Manaeger.
4 # The following metadata keys are used by the File Manager:
6 # icon-filename:
7 #    Points to a full pathname that contains the icon that 
8 #    is bound to this file.
10 # icon-inline-png:
11 #    If present, the value of this entry is an inlined PNG image 
12 #    that should be used to display this file.
14 # drop-open:
15 #    Command to run when a file or files are dropped on this
16 #    file.  If value is not available, the file manager will try 
17 #    to use the contents of the 'open' key.
19 # open:
20 #    Command to execute when the file is "opened".  The same interpolation
21 #    done for "drop-open" is done with "open".
23 # Interpolation for open and drop-open:
24 #    Any ocurrence of the strings '%c'/%C '%f' are interpolated. 
25 #    with the drop site name (ie, the name of the file or executable where
26 #    data was dropped) and the file or files that were dropped there 
27 #    respectively.  The character "\" can be used to escape text.  
28 #  
29 # Execution is done without shell intervention, so no shell metacharacters
30 # are used.
33 regex: \.c$
34         type=x-application-gnome/c-source
35         icon-filename=@icondir@/c.xpm
37 regex: \.h$
38         type=x-application-gnome/c-source
39         icon-filename=@icondir@/h.xpm
41 regex: \.vcf$
42         type=x-application/vcf
43         icon-filename=@icondir@/calendar.xpm
45 regex: \.(gz|Z|bz2)$
46         type=x-application/gzip
47         icon-filename=@icondir@/compressed.xpm
49 regex: \.html$
50         icon-filename=@icondir@/html.xpm
52 regex: \.o$
53         icon-filename=@icondir@/o.xpm
55 regex: \.(wav|snd|voc|au|mp3)$
56         icon-filename=@icondir@/sound.xpm
58 regex: [Mm]akefile
59         icon-filename=@icondir@/makefile.xpm
61 regex: \.(doc|DOC)$
62         icon-filename=@icondir@/word.xpm
64 regex: \.(zip|ZIP)$
65         icon-filename=@icondir@/zip.xpm
67 regex: \.tex$
68         icon-filename=@icondir@/tex.xpm
70 regex: \.(C|cc)$
71         icon-filename=@icondir@/cc.xpm
73 regex: (([^0-9]|^[^\.]*)\.([1-9][A-Za-z]*|n)|\.man)$
74         icon-filename=@icondir@/man.xpm
76 regex: \.m(es)$
77         icon-filename=@icondir@/man.xpm
79 regex: \.ps$
80         icon-filename=@icondir@/postscript.xpm
82