39 lines
2.5 KiB
XML
39 lines
2.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
|
||
<!-- Copyright (C) JMRI 2022 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 Lissy Receivers 68600/10/20 -->
|
||
<!-- -->
|
||
<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.xsd">
|
||
<enumChoice value="0">
|
||
<choice>Don’t send any message, can be queried</choice>
|
||
<choice xml:lang="de">Sende kein ÜF ans LocoNet, Abfrage möglich</choice>
|
||
<choice xml:lang="nl">Verstuur geen berichten, wel opvraagbaar</choice>
|
||
</enumChoice>
|
||
<enumChoice value="1">
|
||
<choice>Send Uhlenbrock format with loco Address and Category</choice>
|
||
<choice xml:lang="de">Sende ÜF Uhlenbrock mit Lokadresse und Kategorie</choice>
|
||
<choice xml:lang="nl">Verstuur Uhlenbrock formaat met locadres en categorie</choice>
|
||
</enumChoice>
|
||
<enumChoice value="2">
|
||
<choice>Send Digitrax format with loco address and block Vacant</choice>
|
||
<choice xml:lang="de">Sende ÜF Digitrax mit Lokadresse und Block frei (Transponder exits Block)</choice>
|
||
<choice xml:lang="nl">Verstuur Digitrax formaat met locadres en blok vrij</choice>
|
||
</enumChoice>
|
||
<enumChoice value="3">
|
||
<choice>Send Digitrax format with loco address and block Occupied</choice>
|
||
<choice xml:lang="de">Sende ÜF Digitrax mit Lokadresse und Block belegt (Transp. enters Block)</choice>
|
||
<choice xml:lang="nl">Verstuur Digitrax formaat met locadres en blok bezet</choice>
|
||
</enumChoice>
|
||
</enumVal>
|