22 lines
1019 B
XML
22 lines
1019 B
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="Disabled">
|
|
<choice xml:lang="da">Deaktiveret</choice>
|
|
<choice xml:lang="fr">Désactivé</choice>
|
|
<choice xml:lang="it">Disabilitato</choice>
|
|
<choice xml:lang="de">Deaktiviert</choice>
|
|
<choice xml:lang="cs">Zakázáno</choice>
|
|
<choice xml:lang="nl">Uitgeschakeld</choice>
|
|
</enumChoice>
|
|
<enumChoice choice="Enabled">
|
|
<choice xml:lang="da">Aktiveret</choice>
|
|
<choice xml:lang="fr">Activé</choice>
|
|
<choice xml:lang="it">Abilitato</choice>
|
|
<choice xml:lang="de">Aktiviert</choice>
|
|
<choice xml:lang="cs">Povoleno</choice>
|
|
<choice xml:lang="nl">Ingeschakeld</choice>
|
|
</enumChoice>
|
|
</enumVal>
|