Files
JIMRI/xml/programmers/Basic.xml
T
2026-06-17 14:00:51 +02:00

44 lines
2.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- This file is part of JMRI. Copyright 2007. -->
<!-- -->
<!-- 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. -->
<programmer-config xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://jmri.org/xml/schema/programmer.xsd">
<version author="Bob Jacobsen" version="2" lastUpdated="20020112"/>
<!-- A very basic programmer, containing only the most important few CVs -->
<programmer decoderFilePanes="no" showEmptyPanes="default" showFnLanelPane="no" showRosterMediaPane="no">
<pane nameFmt="item">
<name>Basic</name>
<name xml:lang="it">Basic</name>
<name xml:lang="ca">Bàsic</name>
<name xml:lang="cs">Základní</name>
<name xml:lang="de">Einfach</name>
<name xml:lang="nl">Basis</name>
<column>
<dccaddress/>
<label>
<text> </text>
</label>
<label>
<text> </text>
</label>
<display item="Analog (DC) Operation" tooltip="Determines whether loco can operate on conventional DC current (enables Power Source Conversion)">
<tooltip xml:lang="it">Determina se la Loco può operare in DC (analogica)</tooltip>
<tooltip xml:lang="fr">Détermine si une locomotive peut fonctionner en courant alternatif</tooltip>
<tooltip xml:lang="ca">Estableix que la locomotora pot circular en analògic [CC] (analògica)</tooltip>
<tooltip xml:lang="de">Legt fest, ob die Lok auch analog (DC) fahren kann</tooltip>
<tooltip xml:lang="cs">Určuje zdali lokomotiva může být provozována se stejnosměrným (DC) napájením (povoluje změnu napájecího zdroje)</tooltip>
<tooltip xml:lang="nl">Bepaalt of de Loc ook analoog (DC) kan rijden</tooltip>
</display>
</column>
</pane>
</programmer>
</programmer-config>