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

18 lines
896 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
<!-- Copyright (C) JMRI 2001, 2005, 2007, 2-009, 2010 All rights reserved -->
<enumChoiceGroup 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="Uncoupling">
<choice>Uncoupling</choice>
<choice xml:lang="it">Sganciamento</choice>
<choice xml:lang="cs">Rozpojování</choice>
<choice xml:lang="de">Kupplung</choice>
</enumChoice>
<enumChoice choice="Soft Start">
<choice>Soft Start</choice>
<choice xml:lang="it">Accensione graduale</choice>
<choice xml:lang="cs">Měkký start</choice>
<choice xml:lang="de">Soft Start</choice>
</enumChoice>
</enumChoiceGroup>