Files
JIMRI/xml/decoders/parts/enum-both_frw_rev.xml
2026-06-17 14:00:51 +02:00

33 lines
1.6 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="Both directions">
<choice>Both directions</choice>
<choice xml:lang="da">Begge retninger</choice>
<choice xml:lang="cs">Oba směry</choice>
<choice xml:lang="de">beide Richtungen ein</choice>
<choice xml:lang="fr">Dans les deux directions</choice>
<choice xml:lang="it">Entrambe le direzioni</choice>
<choice xml:lang="nl">In beide richtingen</choice>
</enumChoice>
<enumChoice choice="Only in forward">
<choice>Only in forward</choice>
<choice xml:lang="da">Kun forlæns</choice>
<choice xml:lang="cs">Pouze vpřed</choice>
<choice xml:lang="de">wenn Rückwärts aus</choice>
<choice xml:lang="fr">Seulement marche avant</choice>
<choice xml:lang="it">Solo in Avanti</choice>
<choice xml:lang="nl">Alleen vooruit</choice>
</enumChoice>
<enumChoice choice="Only in reverse">
<choice>Only in reverse</choice>
<choice xml:lang="da">Kun baglæns</choice>
<choice xml:lang="cs">Pouze vzad</choice>
<choice xml:lang="de">wenn Vorwärts aus</choice>
<choice xml:lang="fr">Seulement marche arrière</choice>
<choice xml:lang="it">Solo in Retro</choice>
<choice xml:lang="nl">Alleen achteruit</choice>
</enumChoice>
</enumVal>