-
-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathalphaplot.xml
More file actions
15 lines (15 loc) · 605 Bytes
/
Copy pathalphaplot.xml
File metadata and controls
15 lines (15 loc) · 605 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-aproj">
<comment xml:lang="en">AlphaPlot project</comment>
<comment xml:lang="de">AlphaPlot-Projekt</comment>
<comment xml:lang="fr">Projet AlphaPlot</comment>
<comment xml:lang="pt_BR">Projeto do AlphaPlot</comment>
<comment xml:lang="ru">Проект AlphaPlot</comment>
<magic priority="100">
<match type="string" value="alphaplot" offset="0"/>
</magic>
<glob pattern="*.aproj"/>
<glob pattern="*.aproj.gz"/>
</mime-type>
</mime-info>