27 lines
1005 B
XML
27 lines
1005 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
|
|
|
|
<outputs 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">
|
|
|
|
<output name="1" label="White" connection="plug">
|
|
<label xml:lang="cs">Bílý</label>
|
|
<label xml:lang="es">Blanco</label>
|
|
</output>
|
|
<output name="2" label="Yellow" connection="plug">
|
|
<label xml:lang="cs">Žlutý</label>
|
|
<label xml:lang="es">Amarillo</label>
|
|
</output>
|
|
<output name="3" label="Green" connection="wire">
|
|
<label xml:lang="cs">Zelený</label>
|
|
<label xml:lang="es">Verde</label>
|
|
</output>
|
|
<output name="4" label="Violet" connection="wire">
|
|
<label xml:lang="cs">Fialový</label>
|
|
<label xml:lang="es">Violeta</label>
|
|
</output>
|
|
|
|
</outputs>
|