Files
JIMRI/xml/decoders/parts/enum-offDimBright.xml
2026-06-17 14:00:51 +02:00

30 lines
1.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 -->
<enumVal 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">
<enumChoice choice="Off">
<choice>Off</choice>
<choice xml:lang="cs">Zhasnuto</choice>
<choice xml:lang="fr">Éteint</choice>
<choice xml:lang="it">Off</choice>
<choice xml:lang="de">Aus</choice>
<choice xml:lang="nl">Uit</choice>
</enumChoice>
<enumChoice choice="Dim">
<choice>Dim</choice>
<choice xml:lang="da">Dæmpet</choice>
<choice xml:lang="cs">Tlumené</choice>
<choice xml:lang="fr">Atténué</choice>
<choice xml:lang="it">Smorzato</choice>
<choice xml:lang="de">Dim</choice>
<choice xml:lang="nl">Dim</choice>
</enumChoice>
<enumChoice choice="Bright">
<choice>Bright</choice>
<choice xml:lang="cs">Jasný</choice>
<choice xml:lang="fr">Lumineux</choice>
<choice xml:lang="it">Luminoso</choice>
<choice xml:lang="de">Helligkeit</choice>
<choice xml:lang="nl">Helderheid</choice>
</enumChoice>
</enumVal>