wok-current diff shared-mime-info/stuff/rosegarden.xml @ rev 18895
fusecloop/create_compressed_fs: deduplicate (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 13 18:55:56 2016 +0100 (2016-02-13) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/shared-mime-info/stuff/rosegarden.xml Sat Feb 13 18:55:56 2016 +0100 1.3 @@ -0,0 +1,35 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 +<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> 1.6 + <mime-type type="audio/x-rosegarden-composition"> 1.7 + <comment>Rosegarden composition</comment> 1.8 + <comment xml:lang="es">Composición de Rosegarden</comment> 1.9 + <comment xml:lang="ru">композиция Rosegarden</comment> 1.10 + <sub-class-of type="application/x-gzip"/> 1.11 + <glob pattern="*.rg"/> 1.12 + </mime-type> 1.13 + 1.14 + <mime-type type="audio/x-rosegarden-device"> 1.15 + <comment>Rosegarden MIDI device definition</comment> 1.16 + <comment xml:lang="es">Definición de dispositivo MIDI de Rosegarden</comment> 1.17 + <comment xml:lang="fr">Description de peripherique Rosegarden</comment> 1.18 + <comment xml:lang="ru">определение MIDI-инструмента Rosegarden</comment> 1.19 + <sub-class-of type="application/x-gzip"/> 1.20 + <glob pattern="*.rgd"/> 1.21 + </mime-type> 1.22 + 1.23 + <mime-type type="audio/x-rosegarden-project"> 1.24 + <comment>Rosegarden project</comment> 1.25 + <comment xml:lang="es">Proyecto de Rosegarden</comment> 1.26 + <comment xml:lang="ru">проект Rosegarden</comment> 1.27 + <sub-class-of type="application/x-gzip"/> 1.28 + <glob pattern="*.rgp"/> 1.29 + </mime-type> 1.30 + 1.31 + <mime-type type="audio/x-rosegarden-template"> 1.32 + <comment>Rosegarden template</comment> 1.33 + <comment xml:lang="es">Plantilla de Rosegarden</comment> 1.34 + <comment xml:lang="ru">шаблон Rosegarden</comment> 1.35 + <sub-class-of type="application/x-gzip"/> 1.36 + <glob pattern="*.rgt"/> 1.37 + </mime-type> 1.38 +</mime-info>