Files
JIMRI/xml/decoders/qdecoder/paneLocoAddresses.xml
T
2026-06-17 14:00:51 +02:00

39 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
<!-- Copyright (C) JMRI 2014 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 - Initial creation- Specific for Qdecoder accessory decoder -->
<!-- Alain Le Marchand (2014-09-07) -->
<!-- -->
<pane 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">
<name>Loco Addresses</name>
<name xml:lang="de">Lok Adressen</name>
<column>
<label><text> </text></label>
<display item="Short Address" tooltip="Sets the primary (short) address">
<tooltip xml:lang="it">Indirizzo Corto"</tooltip>
<tooltip xml:lang="ca">Establir adreÁa prim‡ria (short)</tooltip>
<tooltip xml:lang="de">Kurze Adresse einstellen</tooltip>
</display>
<display item="Long Address" tooltip="Sets the extended (long) address">
<tooltip xml:lang="it">Imposta l'indirizzo esteso</tooltip>
<tooltip xml:lang="ca">Establir adreÁa llarga</tooltip>
<tooltip xml:lang="de">Lange Adresse einstellen</tooltip>
</display>
<label><text> </text></label>
<display item="2nd locomotive address"/>
<display item="3rd locomotive address"/>
<display item="4th locomotive address"/>
</column>
</pane>