46 lines
2.3 KiB
XML
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 2019 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. -->
|
|
<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>No effect</choice>
|
|
<choice xml:lang="de">Kein Effekt</choice>
|
|
<choice xml:lang="fr">Pas d'effet</choice>
|
|
</enumChoice>
|
|
<enumChoice>
|
|
<choice>Not in shunting</choice>
|
|
<choice xml:lang="de">Nicht im Rangiergang</choice>
|
|
<choice xml:lang="fr">Pas en Manoeuvre</choice>
|
|
</enumChoice>
|
|
<enumChoice>
|
|
<choice>Only in shunting</choice>
|
|
<choice xml:lang="de">Nur im Rangiergang</choice>
|
|
<choice xml:lang="fr">Seulem. en Manoeuvre</choice>
|
|
</enumChoice>
|
|
<enumChoice>
|
|
<choice>Ignore direction in shunting</choice>
|
|
<choice xml:lang="de">Im Rangierg. Richtung ignorieren</choice>
|
|
<choice xml:lang="fr">Ignorer direction en manoeuvre</choice>
|
|
</enumChoice>
|
|
<enumChoice>
|
|
<choice>Ignore drive/stop in shunting</choice>
|
|
<choice xml:lang="de">Im Rangierg. Fahrt/Stand ignorieren</choice>
|
|
<choice xml:lang="fr">Ignorer marche/arrêt en manoeuvre</choice>
|
|
</enumChoice>
|
|
<enumChoice>
|
|
<choice>Ignore direction & drive/stop in shunting</choice>
|
|
<choice xml:lang="de">Im Rangierg. Richtung & Fahrt/Stand ignor.</choice>
|
|
<choice xml:lang="fr">Ignor. direct. & marche/arrêt en manoeuvre</choice>
|
|
</enumChoice>
|
|
</enumVal>
|