Files
JIMRI/xml/decoders/nmra/shortAndLongAddress.xml
2026-06-17 14:00:51 +02:00

102 lines
4.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>
<!-- Copyright (C) JMRI 2001, 2005, 2007, 2009, 2010 All rights reserved -->
<variables 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">
<copyright xmlns="http://docbook.org/ns/docbook">
<year>2010</year>
<holder>JMRI</holder>
</copyright>
<authorgroup xmlns="http://docbook.org/ns/docbook">
<author>
<personname>
<firstname>Bob</firstname>
<surname>Jacobsen</surname>
</personname>
</author>
</authorgroup>
<revhistory xmlns="http://docbook.org/ns/docbook">
<revision>
<revnumber>8</revnumber>
<date>2016-10-23</date>
<authorinitials>PS</authorinitials>
<revremark>Czech translation</revremark>
</revision>
<revision>
<revnumber>7</revnumber>
<date>2013-07-25</date>
<authorinitials>PB</authorinitials>
<revremark>Added German, corrected French</revremark>
</revision>
<revision>
<revnumber>6</revnumber>
<date>2010-03-12</date>
<authorinitials>BJ</authorinitials>
<revremark>Initial release as separate file</revremark>
</revision>
<revision>
<revnumber>5</revnumber>
<date>2003-12-05</date>
<authorinitials>BJ</authorinitials>
<revremark>Revision in original 0NMRA.xml file</revremark>
</revision>
</revhistory>
<variable CV="1" comment="Short address" item="Short Address" default="03">
<shortAddressVal/>
<label>Primary Address</label>
<label xml:lang="it">Indirizzo Primario</label>
<label xml:lang="cs">Základní adresa</label>
<label xml:lang="fr">Adresse décodeur</label>
<label xml:lang="de">Basisadresse</label>
<label xml:lang="nl">Primair adres</label>
<label xml:lang="es">Dirección primaria</label>
<label xml:lang="da">Primær Adresse</label>
<comment xml:lang="it">Indirizzo Corto</comment>
<comment xml:lang="fr">Adresse courte</comment>
<comment xml:lang="de">Kurze Adresse</comment>
<comment xml:lang="nl">Kort adres</comment>
<comment xml:lang="es">Dirección corta</comment>
<comment xml:lang="cs">Krátká adresa</comment>
</variable>
<variable CV="17" item="Long Address">
<longAddressVal/>
<label>Extended Address</label>
<label xml:lang="it">Indirizzo Esteso</label>
<label xml:lang="fr">Adresse longue</label>
<label xml:lang="de">Erweiterte Adresse</label>
<label xml:lang="nl">Lang adres</label>
<label xml:lang="es">Dirección larga</label>
<label xml:lang="cs">Rozšířená adresa</label>
<label xml:lang="da">Udvidet Adresse</label>
</variable>
<variable item="Address Format" CV="29" mask="XXVXXXXX">
<enumVal>
<enumChoice choice="Short (one byte) address">
<choice xml:lang="it">Ind.Corto (1 byte)</choice>
<choice xml:lang="fr">Adresse courte (1 octet)</choice>
<choice xml:lang="de">Basisadresse (1 byte)</choice>
<choice xml:lang="cs">Základní adresa (1 byte)</choice>
<choice xml:lang="nl">Basisadres (1 byte)</choice>
<choice xml:lang="es">Dirección corta (1 byte)</choice>
<choice xml:lang="da">Kort (1 byte) adresse</choice>
</enumChoice>
<enumChoice choice="Long (two byte) address">
<choice xml:lang="it">Ind.Esteso (2 byte)</choice>
<choice xml:lang="fr">Adresse étendue (2 octets)</choice>
<choice xml:lang="de">Erweiterte Adresse (2 byte)</choice>
<choice xml:lang="cs">Rozšířená adresa (2 byte)</choice>
<choice xml:lang="nl">Lang adres (2 byte)</choice>
<choice xml:lang="es">Dirección larga (2 byte)</choice>
<choice xml:lang="da">Lang (2 byte) adresse</choice>
</enumChoice>
</enumVal>
<label>Address Format</label>
<label xml:lang="it">Formato Indirizzo</label>
<label xml:lang="fr">Format d'Adresse</label>
<label xml:lang="de">Adresse Format</label>
<label xml:lang="nl">Adresformaat</label>
<label xml:lang="cs">Typ adresy</label>
<label xml:lang="es">Tipo de dirección</label>
<label xml:lang="da">Adresse Format</label>
</variable>
</variables>