32 lines
1.3 KiB
XML
32 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?><!-- Copyright (C) JMRI 2001, 2005, 2007, 2009, 2010 All rights reserved -->
|
|
<enumVal xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://jmri.org/xml/schema/decoder-4-15-2.xsd">
|
|
<enumChoice choice="None">
|
|
<choice>None</choice>
|
|
<choice xml:lang="da">Ingen</choice>
|
|
<choice xml:lang="cs">Nic</choice>
|
|
<choice xml:lang="fr">Aucun</choice>
|
|
<choice xml:lang="it">Nessuna</choice>
|
|
<choice xml:lang="de">Ohne</choice>
|
|
<choice xml:lang="nl">Geen</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="Horn">
|
|
<choice>Horn</choice>
|
|
<choice xml:lang="da">Horn</choice>
|
|
<choice xml:lang="cs">Houkačka</choice>
|
|
<choice xml:lang="fr">Corne</choice>
|
|
<choice xml:lang="it">Tromba</choice>
|
|
<choice xml:lang="de">Horn</choice>
|
|
<choice xml:lang="nl">Hoorn</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="Bell">
|
|
<choice>Bell</choice>
|
|
<choice xml:lang="da">Klokke</choice>
|
|
<choice xml:lang="cs">Zvon</choice>
|
|
<choice xml:lang="fr">Cloche</choice>
|
|
<choice xml:lang="it">Campana</choice>
|
|
<choice xml:lang="de">Bell</choice>
|
|
<choice xml:lang="nl">Bel</choice>
|
|
</enumChoice>
|
|
</enumVal>
|