24 lines
853 B
XML
24 lines
853 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
|
|
<!-- Copyright (C) JMRI 2019 All rights reserved -->
|
|
|
|
<soundlabels xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:docbook="http://docbook.org/ns/docbook"
|
|
xsi:noNamespaceSchemaLocation="http://jmri.org/xml/schema/decoder-4-15-2.xsd">
|
|
|
|
<soundlabel num="25">
|
|
<text>Random sounds</text>
|
|
<text xml:lang="de">Zufallssound</text>
|
|
</soundlabel>
|
|
<soundlabel num="26">
|
|
<text>Automatic brake sound</text>
|
|
<text xml:lang="de">automatischer Bremssound</text>
|
|
</soundlabel>
|
|
<soundlabel num="27">
|
|
<text>Gear shift sound</text>
|
|
<text xml:lang="de">Schaltgeräusch</text>
|
|
</soundlabel>
|
|
|
|
</soundlabels>
|