73 lines
3.3 KiB
XML
73 lines
3.3 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>Qdecoder Info</name>
|
|
<name xml:lang="de">Qdecoder Info</name>
|
|
<column>
|
|
<grid ipadx="0" ipady="5" weightx="1">
|
|
<griditem gridx="0" gridy="0" anchor="LINE_END">
|
|
<column>
|
|
<!-- Repeat of information from Basic pane for quick reference -->
|
|
<display item="Manufacturer" tooltip="The manufacturer's ID number (read only)">
|
|
<tooltip xml:lang="it">ID Costruttore (sola lettura)</tooltip>
|
|
<tooltip xml:lang="ca">N˙mero de fabricant (nomÈs lectura)</tooltip>
|
|
<tooltip xml:lang="de">Hersteller ID (nur lesen)</tooltip>
|
|
</display>
|
|
<display item="Decoder Version" tooltip="The decoder version number (read only)">
|
|
<tooltip xml:lang="it">Numero versione del Decoder (sola lettura)</tooltip>
|
|
<tooltip xml:lang="ca">N˙mero de versiÛ del descodificador (nomÈs lectura)</tooltip>
|
|
<tooltip xml:lang="de">Dekoder Version (nur lesen)</tooltip>
|
|
</display>
|
|
<label><text> </text></label>
|
|
</column>
|
|
</griditem>
|
|
<griditem gridx="CURRENT" gridy="NEXT" anchor="LINE_END">
|
|
<column>
|
|
<display item="Hardware version"/>
|
|
<display item="ID decoder type"/>
|
|
<label><text> </text></label>
|
|
</column>
|
|
</griditem>
|
|
<griditem gridx="CURRENT" gridy="NEXT" anchor="LINE_END">
|
|
<row>
|
|
<label>
|
|
<text>SW date (DD/MM/YY): </text>
|
|
<text xml:lang="de">SW Datum (TT/MM/JJ): </text>
|
|
</label>
|
|
<display item="SW release day" label=""/>
|
|
<label><text> /</text></label>
|
|
<display item="SW release month" label=""/>
|
|
<label><text> /</text></label>
|
|
<display item="SW release year" label=""/>
|
|
</row>
|
|
</griditem>
|
|
<griditem gridx="CURRENT" gridy="NEXT" anchor="LINE_END">
|
|
<row>
|
|
<label>
|
|
<text>SW release: </text>
|
|
<text xml:lang="de">SW-Versionsnummer: </text>
|
|
</label>
|
|
<display item="SW main release" label=""/>
|
|
<label><text> .</text></label>
|
|
<display item="SW subversion" label=""/>
|
|
</row>
|
|
</griditem>
|
|
</grid>
|
|
</column>
|
|
</pane>
|