Files
2026-06-17 14:00:51 +02:00

50 lines
2.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
<!-- Copyright (C) JMRI 2005, 2007 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 2 - add german translation, Ronald Kuhn 14 Dec 2016 -->
<!-- version 1 - for Unified Software V32+, Mark Waters 26 Jan 2015 -->
<enumVal xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://jmri.org/xml/schema/decoder-4-15-2.xsd">
<enumChoiceGroup 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="None">
<choice>None</choice>
<choice xml:lang="it">Nessuna</choice>
<choice xml:lang="de">keine</choice>
<choice xml:lang="ca">Cap</choice>
</enumChoice>
<enumChoice choice="F1">
<choice>F1</choice>
</enumChoice>
<enumChoice choice="F2">
<choice>F2</choice>
</enumChoice>
<enumChoice choice="F3">
<choice>F3</choice>
</enumChoice>
<enumChoice choice="F4">
<choice>F4</choice>
</enumChoice>
<enumChoice choice="F5">
<choice>F5</choice>
</enumChoice>
<enumChoice choice="F6">
<choice>F6</choice>
</enumChoice>
<enumChoice choice="F7">
<choice>F7</choice>
</enumChoice>
<enumChoice choice="F8">
<choice>F8</choice>
</enumChoice>
</enumChoiceGroup>
</enumVal>