summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmair Eschkenazi <stimpson@phys.huji.ac.il>2009-04-04 16:27:57 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-04-04 16:29:34 -0700
commit2a9ddeceec1176a3da5a702997b0a0feb3d0cfb8 (patch)
treebb61548a48000de42718ece377d754551d421a75
parent248011cda22da250b4e506ed72270a292fa7efde (diff)
downloadsyslinux-2a9ddeceec1176a3da5a702997b0a0feb3d0cfb8.tar.gz
Provide a shared MIME file for the LSS16 image format
Add a MIME file for the LSS16 image format. Currently only included in source, as it is somewhat unclear what the proper way to package this thing is.
-rw-r--r--mime/image/x-lss16.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/mime/image/x-lss16.xml b/mime/image/x-lss16.xml
new file mode 100644
index 00000000..b13f47e8
--- /dev/null
+++ b/mime/image/x-lss16.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0"?>
+<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
+ <mime-type type="image/x-lss16">
+ <comment>LSS16 image</comment>
+ <comment xml:lang="be@latin">Vyjava LSS16</comment>
+ <comment xml:lang="bg">Изображение — LSS16</comment>
+ <comment xml:lang="ca">imatge LSS16</comment>
+ <comment xml:lang="cs">Obrázek LSS16</comment>
+ <comment xml:lang="de">LSS16-Bild</comment>
+ <comment xml:lang="en_GB">LSS16 image</comment>
+ <comment xml:lang="es">imagen LSS16</comment>
+ <comment xml:lang="eu">LSS16 irudia</comment>
+ <comment xml:lang="fi">LSS16-kuva</comment>
+ <comment xml:lang="fr">image LSS16</comment>
+ <comment xml:lang="ga">íomhá LSS16</comment>
+ <comment xml:lang="hu">LSS16 kép</comment>
+ <comment xml:lang="id">Citra LSS16</comment>
+ <comment xml:lang="it">Immagine LSS16</comment>
+ <comment xml:lang="ja">LSS16 画像</comment>
+ <comment xml:lang="ko">LSS16 그림</comment>
+ <comment xml:lang="lt">LSS16 paveikslėlis</comment>
+ <comment xml:lang="nb">LSS16-bilde</comment>
+ <comment xml:lang="nl">LSS16-afbeelding</comment>
+ <comment xml:lang="nn">LSS16-bilete</comment>
+ <comment xml:lang="pl">Obraz LSS16</comment>
+ <comment xml:lang="pt_BR">Imagem LSS16</comment>
+ <comment xml:lang="ru">изображение LSS16</comment>
+ <comment xml:lang="sq">Figurë LSS16</comment>
+ <comment xml:lang="sv">LSS16-bild</comment>
+ <comment xml:lang="uk">Зображення LSS16</comment>
+ <comment xml:lang="vi">Ảnh LSS16</comment>
+ <acronym>lss16</acronym>
+ <expanded-acronym>SYSLINUX' LSS16 image data</expanded-acronym>
+ <glob pattern="*.lss" />
+ <magic priority="50">
+ <match value="0x1413f33d" type="little32" offset="0"/>
+ </magic>
+ </mime-type>
+</mime-info>