44 lines
2.1 KiB
XML
44 lines
2.1 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 Ln Servo Decoder 63500 -->
|
|
<!-- plus German and Dutch 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 value="0">
|
|
<choice>Choose and write...</choice>
|
|
<choice xml:lang="de">Auswählen und schreiben...</choice>
|
|
<choice xml:lang="nl">Kies optie en schrijf...</choice>
|
|
</enumChoice>
|
|
<enumChoice value="1">
|
|
<choice>Position 1</choice>
|
|
<choice xml:lang="de">Position 1</choice>
|
|
<choice xml:lang="nl">Positie 1</choice>
|
|
</enumChoice>
|
|
<enumChoice value="2">
|
|
<choice>Position 2</choice>
|
|
<choice xml:lang="de">Position 2</choice>
|
|
<choice xml:lang="nl">Positie 2</choice>
|
|
</enumChoice>
|
|
<enumChoice value="3">
|
|
<choice>Position 3</choice>
|
|
<choice xml:lang="de">Position 3</choice>
|
|
<choice xml:lang="nl">Positie 3</choice>
|
|
</enumChoice>
|
|
<enumChoice value="4">
|
|
<choice>Position 4</choice>
|
|
<choice xml:lang="de">Position 4</choice>
|
|
<choice xml:lang="nl">Positie 4</choice>
|
|
</enumChoice>
|
|
</enumVal>
|