24 lines
1.0 KiB
XML
24 lines
1.0 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="forward">
|
|
<choice>forward</choice>
|
|
<choice xml:lang="it">avanti</choice>
|
|
<choice xml:lang="fr">avant</choice>
|
|
<choice xml:lang="de">Vorwärts</choice>
|
|
<choice xml:lang="cs">vpřed</choice>
|
|
<choice xml:lang="da">Forlæns</choice>
|
|
<choice xml:lang="nl">vooruit</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="reverse">
|
|
<choice>reverse</choice>
|
|
<choice xml:lang="it">indietro</choice>
|
|
<choice xml:lang="fr">arrière</choice>
|
|
<choice xml:lang="de">Rückwärts</choice>
|
|
<choice xml:lang="cs">vzad</choice>
|
|
<choice xml:lang="da">Baglæns</choice>
|
|
<choice xml:lang="nl">achteruit</choice>
|
|
</enumChoice>
|
|
</enumVal>
|