Files
2026-06-17 14:00:51 +02:00

26 lines
1.1 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="normal">
<choice>normal</choice>
<choice xml:lang="da">Normal</choice>
<choice xml:lang="it">normale</choice>
<choice xml:lang="fr">normal</choice>
<choice xml:lang="de">Normal</choice>
<choice xml:lang="cs">normální</choice>
<choice xml:lang="nl">Normaal</choice>
<choice xml:lang="es">Normal</choice>
</enumChoice>
<enumChoice choice="reversed">
<choice>reversed</choice>
<choice xml:lang="da">Omvendt</choice>
<choice xml:lang="it">invertita</choice>
<choice xml:lang="fr">inversé</choice>
<choice xml:lang="de">Invertiert</choice>
<choice xml:lang="cs">otočený</choice>
<choice xml:lang="nl">Omgekeerd</choice>
<choice xml:lang="es">En reversa</choice>
</enumChoice>
</enumVal>