24 lines
1.0 KiB
XML
24 lines
1.0 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="positive">
|
|
<choice>positive</choice>
|
|
<choice xml:lang="da">positiv</choice>
|
|
<choice xml:lang="cs">kladný</choice>
|
|
<choice xml:lang="fr">positif</choice>
|
|
<choice xml:lang="it">positivo</choice>
|
|
<choice xml:lang="de">positive</choice>
|
|
<choice xml:lang="nl">positieve</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="negative">
|
|
<choice>negative</choice>
|
|
<choice xml:lang="da">negativ</choice>
|
|
<choice xml:lang="it">negativo</choice>
|
|
<choice xml:lang="fr">négatif</choice>
|
|
<choice xml:lang="cs">záporný</choice>
|
|
<choice xml:lang="de">negative</choice>
|
|
<choice xml:lang="nl">negatieve</choice>
|
|
</enumChoice>
|
|
</enumVal>
|