Start implementing rights control in Edit Position mode
[xboard.git] / xboard.xml
1 <?xml version="1.0"?>
2 <mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
3   <mime-type type="application/x-chess-pgn">
4     <comment>PGN chess game notation</comment>
5     <comment xml:lang="ara">تدوينة لعبة الشطرنج PGN</comment>
6     <comment xml:lang="be">Zaciem ab šachmatnaj partyi PGN</comment>
7     <comment xml:lang="be@latin">Zaciem ab šachmatnaj partyi PGN</comment>
8     <comment xml:lang="bg">Игра шах — PGN</comment>
9     <comment xml:lang="ca">notació de joc d'escacs PGN</comment>
10     <comment xml:lang="cs">Šachová notace PGN</comment>
11     <comment xml:lang="da">PGN-skakspilsnotation</comment>
12     <comment xml:lang="de">PGN-Schachspielnotation</comment>
13     <comment xml:lang="en_GB">PGN chess game notation</comment>
14     <comment xml:lang="es">Notación de partida de ajedrez PGN</comment>
15     <comment xml:lang="eu">PGN xake jokoaren notazioa</comment>
16     <comment xml:lang="fi">PGN-šakkipelinotaatio</comment>
17     <comment xml:lang="fr">notation de jeu d'échecs PGN</comment>
18     <comment xml:lang="ga">nodaireacht chluiche ficheall PGN</comment>
19     <comment xml:lang="hu">PGN sakkfeljegyzés</comment>
20     <comment xml:lang="id">Notasi permainan catur PGN</comment>
21     <comment xml:lang="it">Notazione partita a scacchi PGN</comment>
22     <comment xml:lang="ja">PGN チェスゲーム記録</comment>
23     <comment xml:lang="kk">PGN шахмат ойыны</comment>
24     <comment xml:lang="ko">PGN 체스게임 기보</comment>
25     <comment xml:lang="lt">PGN šachmatų žaidimo žymėjimas</comment>
26     <comment xml:lang="lv">PGN šaha spēles notācija</comment>
27     <comment xml:lang="nb">PGN sjakkspillnotasjon</comment>
28     <comment xml:lang="nl">PGN-schaakspelnotatie</comment>
29     <comment xml:lang="nn">PGN-sjakkspelnotasjon</comment>
30     <comment xml:lang="pl">Plik PGN notacji gry w szachy</comment>
31     <comment xml:lang="pt_BR">Notação de jogo de xadrez PGN</comment>
32     <comment xml:lang="ro">Notație joc șah PGN</comment>
33     <comment xml:lang="ru">шахматная партия PGN</comment>
34     <comment xml:lang="sq">Njoftim loje shahu PGN</comment>
35     <comment xml:lang="sv">PGN-schackpartinotation</comment>
36     <comment xml:lang="uk">запис гри у шахи PGN</comment>
37     <comment xml:lang="vi">Cách ghi lượt chơi cờ PGN</comment>
38     <comment xml:lang="zh_CN">PGN 象棋游戏注记</comment>
39     <generic-icon name="application-x-chess-pgn"/>
40     <glob pattern="*.pgn"/>
41     <sub-class-of type="text/plain"/>
42     <magic priority="50">
43       <match value="[Event " type="string" offset="0"/>
44     </magic>
45   </mime-type>
46   <mime-type type="application/x-chess-fen">
47     <comment>PGN chess position</comment>
48     <generic-icon name="text-x-generic"/>
49     <glob pattern="*.fen"/>
50     <sub-class-of type="text/plain"/>
51   </mime-type>
52   <mime-type type="application/x-xboard-trn">
53     <comment>XBoard tournament</comment>
54     <generic-icon name="application-x-xboard-trn"/>
55     <glob pattern="*.trn"/>
56     <sub-class-of type="text/plain"/>
57     <magic priority="50">
58       <match value="-participants {" type="string" offset="0"/>
59     </magic>
60   </mime-type>
61   <mime-type type="application/x-xboard-opt">
62     <comment>XBoard options</comment>
63     <generic-icon name="application-x-xboard-opt"/>
64     <glob pattern="*.xop"/>
65     <sub-class-of type="text/plain"/>
66   </mime-type>
67 </mime-info>