diff options
Diffstat (limited to 'tellico.xml')
-rw-r--r-- | tellico.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tellico.xml b/tellico.xml new file mode 100644 index 0000000..2c29ef4 --- /dev/null +++ b/tellico.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> + <mime-type type="application/x-tellico"> + <sub-class-of type="application/zip"/> + <comment>Tellico Data File</comment> + <comment xml:lang="cs">Datový soubor Tellico</comment> + <comment xml:lang="fr">Fichier Tellico</comment> + <comment xml:lang="ru">Файл Tellico</comment> + <glob pattern="*.tc"/> + <glob pattern="*.bc"/> + </mime-type> +</mime-info> |