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

123 lines
4.9 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, 2012 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. -->
<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>2012</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-12-22</date>
<authorinitials>JCA</authorinitials>
<revremark>Catalan translation</revremark>
</revision>
<revision>
<revnumber>7</revnumber>
<date>2016-10-22</date>
<authorinitials>PS</authorinitials>
<revremark>Czech translation</revremark>
</revision>
<revision>
<revnumber>6</revnumber>
<date>2012-12-27</date>
<authorinitials>BJ</authorinitials>
<revremark>Initial release as separate file</revremark>
</revision>
<revision>
<revnumber>5</revnumber>
<date>2005-08-14</date>
<authorinitials>BJ</authorinitials>
<revremark>Revision in original Lenz_Gold.xml file</revremark>
</revision>
</revhistory>
<variable CV="30" mask="XXXXXXXV" item="Light Short">
<enumVal>
<enumChoice choice="Okay">
<choice>Okay</choice>
<choice xml:lang="it">OK</choice>
<choice xml:lang="de">Okay</choice>
<choice xml:lang="cs">V pořádku</choice>
<choice xml:lang="ca">OK</choice>
</enumChoice>
<enumChoice choice="Fault">
<choice>Fault</choice>
<choice xml:lang="it">Guasto</choice>
<choice xml:lang="de">Fehler</choice>
<choice xml:lang="cs">Závada</choice>
<choice xml:lang="ca">Error</choice>
</enumChoice>
</enumVal>
<label>Light short-circuit</label>
<label xml:lang="it">Luce per corto-circuito</label>
<label xml:lang="de">Lampen Kurzschluss</label>
<label xml:lang="cs">Zkrat osvětlení</label>
<label xml:lang="ca">Curt-Circuit als Llums</label>
</variable>
<variable CV="30" mask="XXXXXXVX" item="Overheating" default="0">
<enumVal>
<enumChoice choice="Okay">
<choice>Okay</choice>
<choice xml:lang="it">OK</choice>
<choice xml:lang="de">Okay</choice>
<choice xml:lang="cs">V pořádku</choice>
<choice xml:lang="ca">OK</choice>
</enumChoice>
<enumChoice choice="Fault">
<choice>Fault</choice>
<choice xml:lang="it">Guasto</choice>
<choice xml:lang="de">Fehler</choice>
<choice xml:lang="cs">Závada</choice>
<choice xml:lang="ca">Error</choice>
</enumChoice>
</enumVal>
<label>Overheating</label>
<label xml:lang="it">Sovratemperatura</label>
<label xml:lang="de">Übertemperatur</label>
<label xml:lang="cs">Přehřátí</label>
<label xml:lang="ca">Sobre escalfament</label>
</variable>
<variable CV="30" mask="XXXXXVXX" item="Motor Short" default="0">
<enumVal>
<enumChoice choice="Okay">
<choice>Okay</choice>
<choice xml:lang="it">OK</choice>
<choice xml:lang="de">Okay</choice>
<choice xml:lang="cs">V pořádku</choice>
<choice xml:lang="ca">OK</choice>
</enumChoice>
<enumChoice choice="Fault">
<choice>Fault</choice>
<choice xml:lang="it">Guasto</choice>
<choice xml:lang="de">Fehler</choice>
<choice xml:lang="cs">Závada</choice>
<choice xml:lang="ca">Error</choice>
</enumChoice>
</enumVal>
<label>Motor short-circuit</label>
<label xml:lang="it">Corto circuito Motore</label>
<label xml:lang="de">Motor Kurzschluss</label>
<label xml:lang="cs">Zkrat motoru</label>
<label xml:lang="ca">Curt-Circuit al motor</label>
</variable>
</variables>