Mercurial > hg > LGDataverses
comparison src/main/java/MimeTypeDisplay.properties @ 10:a50cf11e5178
Rewrite LGDataverse completely upgrading to dataverse4.0
| author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
|---|---|
| date | Tue, 08 Sep 2015 17:00:21 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 9:5926d6419569 | 10:a50cf11e5178 |
|---|---|
| 1 # MimeTypeDisplay properties file | |
| 2 # User friendly names for displaying mime types. | |
| 3 # Documentation, Data, Archive files: | |
| 4 application/pdf=Adobe PDF | |
| 5 application/msword=MS Word | |
| 6 application/vnd.ms-excel=MS Excel | |
| 7 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet=MS Excel (XLSX) | |
| 8 application/vnd.openxmlformats-officedocument.wordprocessingml.document=MS Word (docx) | |
| 9 application/zip=ZIP Archive | |
| 10 text/plain=Plain Text | |
| 11 text/xml=XML | |
| 12 text/tab-separated-values=Tab-Delimited | |
| 13 text/csv=Comma Separated Values | |
| 14 text/x-fixed-field=Fixed Field Text Data | |
| 15 application/x-rlang-transport=R Data | |
| 16 type/x-r-syntax=R Syntax | |
| 17 application/x-R-2=R Binary | |
| 18 application/x-stata=Stata Binary | |
| 19 application/x-stata-6=Stata Binary | |
| 20 application/x-stata-13=Stata 13 Binary | |
| 21 text/x-stata-syntax=Stata Syntax | |
| 22 application/x-spss-por=SPSS Portable | |
| 23 application/x-spss-sav=SPSS SAV | |
| 24 text/x-spss-syntax=SPSS Syntax | |
| 25 application/x-sas-transport=SAS Transport | |
| 26 application/x-sas-system=SAS System | |
| 27 text/x-sas-syntax=SAS Syntax | |
| 28 application/x-dvn-csvspss-zip=CSV (w/SPSS card) | |
| 29 application/x-dvn-tabddi-zip=TAB (w/DDI) | |
| 30 application/fits=FITS | |
| 31 #Images files | |
| 32 image/gif=GIF Image | |
| 33 image/jpeg=JPEG Image | |
| 34 image/x-portable-bitmap=Bitmap Image | |
| 35 image/x-portable-graymap=Graymap Image | |
| 36 image/png=PNG Image | |
| 37 image/x-portable-anymap=Anymap Image | |
| 38 image/x-portable-pixmap=Pixmap Image | |
| 39 image/cmu-raster=Raster Image | |
| 40 image/x-rgb=RGB Image | |
| 41 image/tiff=TIFF Image | |
| 42 image/x-xbitmap=XBitmap | |
| 43 image/x-xpixmap=XPixmap | |
| 44 image/x-xwindowdump=X Windows Dump | |
| 45 # Network Data files | |
| 46 text/xml-graphml=GraphML Network Data | |
| 47 # Other | |
| 48 application/octet-stream=Unknown |
