<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="../XSLT/decoder.xsl"?>

<!-- Copyright (C) JMRI 2001, 2005, 2007, 2-009, 2010 All rights reserved -->
<!-- $Id: ienum-OffOn.xml 17977 2011-07-18 17:23:46Z zoo $ -->
<!--                                                                        -->
<!-- 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.                                                      -->

<ienumVal>
  <ienumChoice choice="Off">
    <choice>Off</choice>
    <choice xml:lang="fr">De</choice>
    <choice xml:lang="es">De</choice>
  </ienumChoice>
  <ienumChoice choice="On">
    <choice>On</choice>
    <choice xml:lang="fr">Sur</choice>
    <choice xml:lang="es">En</choice>
  </ienumChoice>
</ienumVal>

