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

46 lines
2.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
<!-- Copyright (C) JMRI 2014 All rights reserved -->
<!-- -->
<!-- JMRI is free software; you can redistribute it and/or modify it under -->
<!-- the terms of version 2 of the GNU General Public License as published -->
<!-- by the Free Software Foundation. See the "COPYING" file for a copy -->
<!-- of this license. -->
<!-- -->
<!-- JMRI is distributed in the hope that it will be useful, but WITHOUT -->
<!-- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -->
<!-- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -->
<!-- for more details. -->
<!-- -->
<!-- version 1 - include file for Uhlenbrock Sound Decoder 32100 and 32400 -->
<!-- created from Uhlenbrock_32100.xml version 1.0 -->
<!-- plus German translation -->
<!-- -->
<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>No Sound</choice>
<choice xml:lang="de">kein Sound</choice>
</enumChoice>
<enumChoice choice="Bell or Horn 1">
<choice>Bell or Horn 1</choice>
<choice xml:lang="de">Glocke oder Horn 1</choice>
</enumChoice>
<enumChoice choice="Whistle or Horn 2">
<choice>Whistle or Horn 2</choice>
<choice xml:lang="de">Pfeife oder Horn 2</choice>
</enumChoice>
<enumChoice choice="Operating sounds of the loco">
<choice>Operating sounds of the loco</choice>
<choice xml:lang="de">Fahrgeräusch der Lok</choice>
</enumChoice>
<enumChoice choice="Uncoupling or door alarm">
<choice>Uncoupling or door alarm</choice>
<choice xml:lang="de">Entkuppler oder Türwarnton</choice>
</enumChoice>
<!-- values 5 to 7 unused -->
<enumChoice choice="All sounds on/off" value="8">
<choice>All sounds on/off</choice>
<choice xml:lang="de">Ein/Aus-blenden gesamten Sounds</choice>
</enumChoice>
</enumVal>