Files
JIMRI/xml/config/parts/apps/gui3/lccpro/LccProFrameMenu.xml
T
2026-06-17 14:00:51 +02:00

253 lines
10 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://jmri.org/xml/XSLT/aspecttable.xsl" type="text/xsl"?>
<nodes
xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"
xmlns:xi="http://www.w3.org/2001/XInclude"
xsi:noNamespaceSchemaLocation = "http://jmri.org/xml/schema/guinode.xsd"
>
<node name="File">
<name xml:lang="en">File</name>
<name xml:lang="fr">Fichier</name>
<name xml:lang="it">File</name>
<name xml:lang="da">Filer</name>
<name xml:lang="de">Ablage</name>
<name xml:lang="ca">Fitxer</name>
<name xml:lang="cs">Soubor</name>
<name xml:lang="nl">Bestand</name>
<mnemonic>f</mnemonic>
<!-- These first three only appear when permissions are enabled -->
<node name="Login">
<name xml:lang="cs">Přihlásit</name>
<adapter>jmri.jmrit.permission.swing.LoginAction</adapter>
<instanceManagerOptionalClass>jmri.PermissionManager</instanceManagerOptionalClass>
<optionalFunction>isEnabled</optionalFunction>
</node>
<node name="Logout">
<name xml:lang="cs">Odhlásit</name>
<adapter>jmri.jmrit.permission.swing.LogoutAction</adapter>
<instanceManagerOptionalClass>jmri.PermissionManager</instanceManagerOptionalClass>
<optionalFunction>isEnabled</optionalFunction>
</node>
<node name="Change password">
<name xml:lang="cs">Změnit heslo</name>
<adapter>jmri.jmrit.permission.swing.ChangePasswordAction</adapter>
<instanceManagerOptionalClass>jmri.PermissionManager</instanceManagerOptionalClass>
<optionalFunction>isEnabled</optionalFunction>
</node>
<node>separator</node><!-- separator -->
<node name="Open PanelPro Window">
<name xml:lang="fr">Ouvrir la fenêtre PanelPro</name>
<name xml:lang="it">Aprire la finestra PanelPro</name>
<name xml:lang="da">Åben PanelPro Window</name>
<name xml:lang="de">Öffne PanelPro Fenster</name>
<name xml:lang="ca">Obrir la finestra del PanelPro</name>
<name xml:lang="cs">Otevřít okno PanelPro</name>
<name xml:lang="nl">Open PanelPro venster</name>
<adapter>apps.PanelPro.PanelProAction</adapter>
</node>
<node name="Open DecoderPro Window">
<name xml:lang="fr">Ouvrir la fenêtre DecoderPro</name>
<name xml:lang="it">Aprire la finestra DecoderPro</name>
<name xml:lang="da">Åben DecoderPro Window</name>
<name xml:lang="de">Öffne DecoderPro Fenster</name>
<name xml:lang="ca">Obrir la finestra del DecoderPro</name>
<name xml:lang="cs">Otevřít okno DecoderPro</name>
<name xml:lang="nl">Open DecoderPro venster</name>
<adapter>jmri.jmrit.roster.swing.RosterFrameAction</adapter>
</node>
<node>separator</node><!-- separator -->
<!-- This will be in the Windows menu eventually
<node name="Close Window">
<name xml:lang="fr">Fermer la Fenêtre</name>
<name xml:lang="it">Chiudi</name>
<name xml:lang="de">Schließe</name>
<name xml:lang="ca">Tanca la finestra</name>
<name xml:lang="cs">Zavřít okno</name>
<name xml:lang="nl">Sluit venster</name>
<mnemonic>c</mnemonic>
<current>closewindow</current>
</node>
-->
<node name="Quit">
<name xml:lang="fr">Quitter</name>
<name xml:lang="it">Esci</name>
<name xml:lang="da">Afslut</name>
<name xml:lang="de">Beenden</name>
<name xml:lang="ca">Surt</name>
<name xml:lang="cs">Konec</name>
<name xml:lang="nl">Stop</name>
<mnemonic>q</mnemonic>
<current>quit</current>
</node>
</node>
<node name="Edit">
<name xml:lang="fr">Édition</name>
<name xml:lang="it">Modifica</name>
<name xml:lang="da">Rediger</name>
<name xml:lang="de">Bearbeiten</name>
<name xml:lang="ca">Edita</name>
<name xml:lang="cs">Upravit</name>
<name xml:lang="nl">Wijzig</name>
<mnemonic>e</mnemonic>
<node name="Cut">
<name xml:lang="fr">Couper</name>
<name xml:lang="it">Taglia</name>
<name xml:lang="da">Klip</name>
<name xml:lang="de">Ausschneiden</name>
<name xml:lang="cs">Vyjmout</name>
<name xml:lang="nl">Knip</name>
<mnemonic>t</mnemonic>
</node>
<node name="Copy">
<name xml:lang="fr">Copier</name>
<name xml:lang="it">Copia</name>
<name xml:lang="da">Kopier</name>
<name xml:lang="de">Kopieren</name>
<name xml:lang="ca">Retalla</name>
<name xml:lang="cs">Kopírovat</name>
<name xml:lang="nl">Kopieer</name>
<mnemonic>c</mnemonic>
</node>
<node name="Paste">
<name xml:lang="fr">Coller</name>
<name xml:lang="it">Incolla</name>
<name xml:lang="da">Sæt Ind</name>
<name xml:lang="de">Einsetzen</name>
<name xml:lang="ca">Enganxa</name>
<name xml:lang="cs">Vložit</name>
<name xml:lang="nl">Plak</name>
<mnemonic>p</mnemonic>
</node>
<node>separator</node><!-- separator -->
<node name="Preferences...">
<name xml:lang="fr">Préférences ...</name>
<name xml:lang="it">Preferenze...</name>
<name xml:lang="da">Indstillinger...</name>
<name xml:lang="de">Voreinstellungen...</name>
<name xml:lang="ca">Preferències...</name>
<name xml:lang="cs">Předvolby...</name>
<name xml:lang="nl">Voorkeuren...</name>
<mnemonic>s</mnemonic>
<adapter>apps.gui3.tabbedpreferences.TabbedPreferencesAction</adapter>
</node>
</node>
<node name="Settings">
<name xml:lang="fr">Configuration</name>
<name xml:lang="it">Impostazioni</name>
<name xml:lang="da">Indstillinger</name>
<name xml:lang="de">Einstellungen</name>
<name xml:lang="ca">Configuració</name>
<name xml:lang="cs">Nastavení</name>
<name xml:lang="nl">Instellingen</name>
<mnemonic>s</mnemonic>
<node name="Hide/Show Summary Pane">
<name xml:lang="fr">Cacher/Afficher Onglet Aperçu</name>
<name xml:lang="it">Nascondi/Vedi Pannello</name>
<name xml:lang="de">Zeige/Verbirge Übersicht</name>
<name xml:lang="ca">Oculta/Mostra Panell de Sumari</name>
<name xml:lang="cs">Skrýt/zobrazit stránku souhrnu</name>
<name xml:lang="nl">Toon/Verberg Samenvattingsscherm</name>
<current>summarypane</current>
<type>checkbox</type>
</node>
<node name="Reset Column Widths">
<name xml:lang="fr">Réinitialiser Largeur Colonnes</name>
<name xml:lang="it">Reset Larghezza Colonna</name>
<name xml:lang="da">Nulstil Kolonne Brede</name>
<name xml:lang="de">Setze Spaltenbreite zurück</name>
<name xml:lang="ca">Reinicia l'amplada de les columnes</name>
<name xml:lang="cs">Resetovat šířku sloupců</name>
<name xml:lang="nl">Stel kolombreedtes opnieuw in</name>
<mnemonic>w</mnemonic>
<current>resettablecolumns</current>
</node>
<node name="Set Backup Directory">
<current>setbackupdirectory</current>
</node>
</node>
<node name="Actions">
<name xml:lang="fr">Actions</name>
<name xml:lang="it">Azioni</name>
<name xml:lang="da">Værktøjer</name>
<name xml:lang="de">Handlungen</name>
<name xml:lang="ca">Accions</name>
<name xml:lang="cs">Akce</name>
<name xml:lang="nl">Acties</name>
<mnemonic>a</mnemonic>
<node>separator</node><!-- separator -->
<node name="Start LCC Hub">
<name xml:lang="fr">Lancer Hub LCC</name>
<name xml:lang="it">Lancia Hub LCC</name>
<name xml:lang="de">Starte LCC Hub</name>
<name xml:lang="ca">Inicia LCC Hub</name>
<name xml:lang="cs">Start LCC rozbočovače</name>
<adapter>jmri.jmrix.openlcb.swing.hub.HubAction</adapter>
</node>
<node name="Start WiThrottle Server">
<name xml:lang="fr">Lancer Serveur WiThrottle</name>
<name xml:lang="it">Lancia Server Palmare Wifi</name>
<name xml:lang="de">Starte WiThrottle Server</name>
<name xml:lang="ca">Inicia Servidor Reguldors Wi-Fi</name>
<name xml:lang="cs">Start WiThrottle Server</name>
<adapter>jmri.jmrit.withrottle.WiThrottleCreationAction</adapter>
</node>
<node name="Start Web Server">
<name xml:lang="fr">Lancer Serveur Web</name>
<name xml:lang="it">Lancia Server Web</name>
<name xml:lang="de">Starte Web Server</name>
<name xml:lang="ca">Inicia Servidor Web</name>
<name xml:lang="cs">Start Web Server</name>
<adapter>jmri.web.server.WebServerAction</adapter>
</node>
<node>separator</node><!-- separator -->
<node name="Run Script...">
<name xml:lang="fr">Lancer Script...</name>
<name xml:lang="it">Esegui Script...</name>
<name xml:lang="da">Kør Script...</name>
<name xml:lang="de">Lade Ablaufdatei...</name>
<name xml:lang="ca">Inicia Script</name>
<name xml:lang="cs">Spustit skript...</name>
<name xml:lang="nl">Start Script...</name>
<adapter>jmri.jmrit.jython.RunJythonScript</adapter>
</node>
<node>separator</node><!-- separator -->
<node name="Clocks...">
<name xml:lang="cs">Hodiny...</name>
<node name="Set Up Fast Clock...">
<name xml:lang="cs">Nastavit modelové hodiny...</name>
<adapter>jmri.jmrit.simpleclock.SimpleClockAction</adapter>
</node>
<node name="Show Nixie Clock">
<name xml:lang="cs">Zobrazit Digitrony...</name>
<adapter>jmri.jmrit.nixieclock.NixieClockAction</adapter>
</node>
<node name="Show LCD Clock">
<name xml:lang="cs">Zobrazit LCD hodiny...</name>
<adapter>jmri.jmrit.lcdclock.LcdClockAction</adapter>
</node>
<node name="Show Analog Clock">
<name xml:lang="cs">Zobrazit Analogové hodiny...</name>
<adapter>jmri.jmrit.analogclock.AnalogClockAction</adapter>
</node>
<node name="Show Pragotron Clock">
<name xml:lang="cs">Zobrazit Pragotron...</name>
<adapter>jmri.jmrit.pragotronclock.PragotronClockAction</adapter>
</node>
</node>
</node>
<!---
The following are added automatically, and should not be active here.
<xi:include href="http://jmri.org/xml/config/parts/WindowsMenu.xml"/><
<xi:include href="http://jmri.org/xml/config/parts/HelpMenu.xml"/>
-->
</nodes>