share/hedgewars/Data/misc/hedgewars-mimeinfo.xml
author nemo
Wed, 29 Dec 2010 16:21:30 -0500
changeset 4780 8571151411b3
parent 4126 8ac87321c8b9
child 4786 71fb9189d91c
permissions -rw-r--r--
add a couple of variables to speed up UID lookups. Based on the assumption new visual gears and gears will tend to be at the end of the list. Set them on successful lookup or script gear creation, clear on delete. Oh also pick up a couple of TrevInc's translation changes

<?xml version="1.0"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
  <mime-type type="application/x-hedgewars-demo">
    <icon name="hedgewars" />
    <!--
    https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/217997
    <generic-icon name="applications-games"/>
    -->
    <comment>Hedgewars Demo</comment>
    <comment xml:lang="de">Hedgewars Demo</comment>
    <comment xml:lang="fr">Hedgewars Démonstration</comment>
    <comment xml:lang="pl">Demo gry Hedgewars</comment>
    <comment xml:lang="sk">Demo hry Hedgewars</comment>
    <comment xml:lang="sv">Demo för Hedgewars</comment>
    <comment xml:lang="es">Demo de Hedgewars</comment>
    <comment xml:lang="it">Demo di Hedgewars</comment>
	<comment xml:lang="pt">Hedgewars Demo</comment>
	<comment xml:lang="ko">헤즈와스 데모</comment>
    <magic priority="50">
      <match required="yes" type="byte" offset="0" value="2"/>
      <match required="yes" type="big16" offset="1" value="21572"/>
    </magic>
    <glob weight="60" pattern="*.hwd"/>
  </mime-type>
  <mime-type type="application/x-hedgewars-save">
    <icon name="hedgewars" />
    <!--<generic-icon name="applications-games"/>-->
    <comment>Hedgewars Save</comment>
    <comment xml:lang="de">Hedgewars gespeichertes Spiel</comment>
    <comment xml:lang="pl">Zapis gry Hedgewars</comment>
    <comment xml:lang="sk">Uložená hra Hedgewars</comment>
    <comment xml:lang="sv">Sparfil för Hedgewars</comment>
    <comment xml:lang="es">Partida guardada de Hedgewars</comment>
    <comment xml:lang="it">Partita salvata di Hedgewars</comment>
	<comment xml:lang="pt">Partida guardada de Hedgewars</comment>
	<comment xml:lang="ko">헤즈와스 저장된 게임</comment>
    <magic priority="50">
      <match required="yes" type="byte" offset="0" value="2"/>
      <match required="yes" type="big16" offset="1" value="21587"/>
    </magic>
    <glob weight="60" pattern="*.hws"/>
  </mime-type>
</mime-info>