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="Off">
|
|
<choice>Off</choice>
|
|
<choice xml:lang="da">Off</choice>
|
|
<choice xml:lang="cs">Vypnuto</choice>
|
|
<choice xml:lang="fr">Éteint</choice>
|
|
<choice xml:lang="it">Off</choice>
|
|
<choice xml:lang="de">Aus</choice>
|
|
<choice xml:lang="nl">Uit</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="Automatic">
|
|
<choice>Automatic</choice>
|
|
<choice xml:lang="da">Automatisk</choice>
|
|
<choice xml:lang="cs">Automaticky</choice>
|
|
<choice xml:lang="fr">Automatique</choice>
|
|
<choice xml:lang="it">Automatico</choice>
|
|
<choice xml:lang="de">Automatisch</choice>
|
|
<choice xml:lang="nl">Automatisch</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="On">
|
|
<choice>On</choice>
|
|
<choice xml:lang="da">On</choice>
|
|
<choice xml:lang="cs">Zapnuto</choice>
|
|
<choice xml:lang="fr">Allumé</choice>
|
|
<choice xml:lang="it">On</choice>
|
|
<choice xml:lang="de">Ein</choice>
|
|
<choice xml:lang="nl">Aan</choice>
|
|
</enumChoice>
|
|
</enumVal>
|