Italian translations of LogicSim

To edit any of these Italian texts, just click on a cell in the fourth column of the tables.

Main menu entries

IdDescriptionEnglishItalian
menu.file File File
menu.file.new New Nuovo
menu.file.open Open Apri
menu.file.saveSave the circuit or module Save Salva
menu.file.saveas Save as Salva con nome
menu.file.propertiesView and edit the properties of the circuit or module Properties Proprietà
menu.file.exportSave as a png image Export Export
menu.file.exitClose the program Exit Esci
menu.module Module Modulo
menu.module.createCreate a new module from an empty canvas Create module Crea Modulo
menu.module.load Load module
menu.settings Settings Impostazioni
menu.settings.paintgridShow a grid of dots in the main panel Draw grid Visualizza Griglia
menu.settings.autowireAutomatically connect component pins together when they touch Autowiring
menu.settings.gatedesignStyle with which components are drawn Gate style Impostazioni Porte
menu.settings.gatedesign.iecSquare boxes with symbols like '&' or '=1' inside IEC Simboli IEC
menu.settings.gatedesign.ansiRounded shapes depending on gate type ANSI Simboli ANSI
menu.settings.complexityControls how many components are offered Complexity
menu.settings.complexity.level0Just the very basics Beginner
menu.settings.complexity.level1 Level 2
menu.settings.complexity.level2 Normal
menu.settings.complexity.level3 Level 4
menu.settings.complexity.level4Everything Advanced
menu.settings.colormodeAffects colouring of wires depending on logic level Colormode
menu.settings.colormode.onRed or black On
menu.settings.colormode.offBold black or black Off
menu.settings.languageChange language (requires restart to take effect) Language Lingua
menu.help Help Aiuto
menu.help.helpShow the html help in the current language (or English) Help Aiuto
menu.help.aboutShow the 'about' panel About LogicSim

Popup menu on right-click

IdDescriptionEnglishItalian
popup.removegateDelete the currently selected component Delete gate Elimina
popup.propertiesView and edit the properties Properties Proprietà
popup.disconnectDelete all the wires connected to this gate Disconnect gate
popup.rotateRotate the current component by 90 degrees clockwise Rotate
popup.addinputAdd another input to the current component Add input
popup.removeinputRemove one input from the current component Remove input

Other main window entries

IdDescriptionEnglishItalian
mainpanel.combo.inputsText used to build entries for combo box below component list Inputs Ingressi

Tooltips shown when hovering over toolbar buttons

IdDescriptionEnglishItalian
toolbar.new New Nuovo
toolbar.open Open Apri
toolbar.save Save Salva
toolbar.simulateToggle between edit mode and simulation mode Simulate Avvia Simulazione
toolbar.inputnormalClick this and then an input pin to change its mode to 'normal' Normal Input
toolbar.inputinvClick this and then an input pin to change its mode to 'inverted' Inverted Input
toolbar.inputhighClick this and then an input pin to change its mode to fixed 'high' High Input
toolbar.inputlowClick this and then an input pin to change its mode to fixed 'low' Low Input
toolbar.wirenewClick this and then draw a new wire New wire
toolbar.addpointClick this and then on a wire to add a new point to it Add point to wire Aggiungi giunzione
toolbar.removepointClick this and then on a wire point to delete it from the wire Remove point from wire Rimuovi giunzione
toolbar.zoomin Zoom in
toolbar.zoomout Zoom out

Status bar messages

IdDescriptionEnglishItalian
status.inputnormal.helpButton inputnorm was just pressed click on input to reset to normal mode Click sull'ingresso per rimuovere le impostazioni
status.inputinv.helpButton inputinv was just pressed click on input to set inverter Click sull'ingresso per impostare la negazione
status.inputhigh.helpButton inputhigh was just pressed click on input to set it to high level Click sull'ingresso per impostarlo a livello ALTO
status.inputlow.helpButton inputlow was just pressed click on input to set it to low level Click sull'ingresso per impostarlo a livello BASSO
status.addpoint.helpButton addpoint was just pressed click on wire to add point Click sul filo per aggiungere una giunzione
status.removepoint.helpButton removepoint was just pressed click on wire point to remove it Click sulla giunzione per rimuoverla
status.wirenew.helpButton wirenew was just pressed Click onto Pin, Wire, Wirepoint or a blank space to insert a new wire
status.gateaddedA new gate was added to the canvas Gate added
status.savedFile was just saved, placeholder shows file path Circuit saved to %s Il circuito %s è stato salvato
status.aborted aborted Annullato
status.simulation.started Simulation started
status.simulation.stopped Simulation stopped
status.pin Pin
status.wire wire
status.wirepoint Point
status.wireedit edit wire: ESC to delete last wirepoint, DEL to delete wire, click onto pin to connect
status.partsdeletedPlaceholder shows number of parts deleted %s parts deleted
status.partsselectedPlaceholder shows number of parts selected %s parts selected
status.moduleModul Module Modulo

Categories in component list

IdDescriptionEnglishItalian
category.basic Basic Gates
category.inputs Input
category.outputs Output
category.cpu CPU
category.flipflops Flipflops
category.modules Modules

Texts shown in dialogs

IdDescriptionEnglishItalian
dialog.fileinfo.labelUsed in file information and module properties Label Etichetta Modulo
dialog.fileinfo.name Name Nome Modulo
dialog.fileinfo.description Description Descrizione
dialog.properties.textUsed for text labels Text
filename.unnamed Unnamed
dialog.savecircuit.title Save Circuit file Salva il Circuito
dialog.gateproperties.titleInput dialogs when editing gate properties Gate properties Proprietà

Questions, confirmations and errors

IdDescriptionEnglishItalian
question.confirmdiscardYes means discard changes, No means cancel The circuit has been modified.\nDo you really want to discard the changes?
question.confirmsaveYes means save, No means exit without saving Save before exit?
question.confirmdeleteYes means delete Do you really want to delete %s? Confermi eliminazione\n%s ?
info.needtorestartThe language change doesn't happen immediately, only after restart LogicSim needs to be restarted. LogicSim deve essere riavviato.
error.alreadymodule The circuit is already a module. Abort!
error.modulenotfound Could not find Module\n%s\nplease copy the correct Module to the modules directory Impossibile trovare il Modulo\n%s\ncopiare il modulo corretto nella cartella moduli
error.nomodule circuit is not a module Il circuito non è un modulo
error.readerror error reading file (wrong LogicSim-version?) Errore di lettura file (errata versione di LogicSim?)
error.saveerror Error saving file Errore di scrittura file

Buttons

IdDescriptionEnglishItalian
button.ok OK OK
button.cancel Cancel Annulla
button.yes Yes
button.no No
button.dontsave Don't Save

Gates

IdDescriptionEnglishItalian
gate.and.titleTitles are shown in the component list on the left AND AND
gate.and.descriptionDescriptions are shown in the status bar when selected (can be empty) AND Gate (variable Inputcount)
gate.buffer.titleLike a NOT but without the inversion Buffer Buffer
gate.buffer.description Buffer Gate
gate.not.titleSingle-input inverter NOT NOT (Inverter)
gate.not.description NOT Gate (Inverter)
gate.equ.titleXNOR (even parity) EQUIV (XNOR) EXNOR (Comp. Dig.)
gate.equ.description Equivalence Gate
gate.nand.title NAND NAND
gate.nand.description NAND Gate (variable Inputcount)
gate.nor.title NOR NOR
gate.nor.description NOR Gate (variable Inputcount)
gate.or.title OR OR
gate.or.description OR Gate
gate.xor.titleExclusive OR (odd parity) XOR XOR
gate.xor.description XOR Gate
gate.binin.title Binary Input Contraves Binario
gate.binin.description Binary Input (input hex or binary)
gate.binin.dec Decimal (00..255) Dec (00..99)
gate.binin.hex Hexadecimal (00..FF) Hex (00..FF)
gate.binin.typeDisplay type, either dec or hex Type Tipo di Display
gate.clock.title Clock Clock
gate.clock.description Clock with configurable low and high time - press SPACE to start the Clock
gate.clock.enterhighTwo parameters for clock Time High-Level (ms)
gate.clock.enterlow Time Low-Level (ms)
gate.ondelay.title On Delay Ritardo OFF-ON
gate.ondelay.description Delays the signal when turning to HIGH
gate.ondelay.delay Time of delay (ms) Inserisci Tempo di Ritardo (ms)
gate.offdelay.title Off Delay Ritardo ON-OFF
gate.offdelay.description Delays the signal when turning to LOW
gate.offdelay.delay Time of delay (ms) Inserisci Tempo di Ritardo (ms)
gate.switch.titleBy default a toggle (push on, push off), but can be momentary instead Switch Switch
gate.switch.description Toggle or Momentary Switch
gate.switch.type Type Tipo di switch
gate.switch.momentaryPush for 'on', let go for 'off' Momentary switch Pulsante
gate.switch.toggle Toggle switch Interruttore
gate.switch4.title DIP-Switch (4-fold)
gate.switch4.description 4 Toggle Switches in one package
gate.switch8.title Switch (8-fold)
gate.switch8.description 8 Toggle Switches in one package
gate.bindisp.titleShows a number from 0 to 255 Binary Display
gate.bindisp.description Binary Display (output in hex or binary)
gate.bindisp.dec Decimal (00..255)
gate.bindisp.hex Hexadecimal (00..FF)
gate.bindisp.typeDisplay type, either dec or hex Type
gate.counter.title Counter
gate.counter.description Counter counts positive edges
gate.counter.displaytypeNot sure why we need a type here Type
gate.counter.dec Decimal (00..255)
gate.counter.hex Hexadecimal (00..FF)
gate.led.titleSingle LED, configurable color LED LED
gate.led.description LED
gate.led8.title8 small LEDs together Octa LED
gate.led8.description Eight LEDs in one package
gate.sevenseg.title 7-Segment-display
gate.sevenseg.description Display with 7 segments to output numbers from 0-9 and from a-f
gate.sevendrv.title 7-Segment-driver
gate.sevendrv.description Binary to 7-Segment-display driver
gate.label.titleStatic label Textfield Etichetta di Testo
gate.label.description Textfield just for displaying text on the drawing surface - for documentation purposes
gate.label.text Text
gate.triout.titleNot sure what this is Tri-State Output
gate.triout.description Tri-State Output
gate.dff.titleOne of many D Flip-flop D FlipFlop
gate.dff.description D Flip-flop
gate.drff.titleAnother of many DR Flip-flop D FlipFlop & Reset
gate.drff.description D Flip-flop with reset
gate.dsrff.titleAnother of many DSR Flip-flop
gate.dsrff.description D Flip-flop with set and reset
gate.jkff.titleAnother of many JK Flip-flop JK FF (Edge Trigg)
gate.jkff.description Positive edge triggered JK Flip-flop
gate.monoflop.title Monoflop Monostabile
gate.monoflop.description Monoflop
gate.monoflop.hightime Time High-Level (ms)
gate.srff.titleAnother of many SR Flip-flop
gate.srff.description SR Flip-flop
gate.srrff.titleAnother of many SRR Flip-flop
gate.srrff.description SRR Flip-flop
gate.srl.titleTwo states with Set and Reset SR Latch
gate.srl.description SR Latch
gate.alu8.title ALU 8bit
gate.alu8.description 8 bit Algorithmic Logic Unit
gate.ctrllogic.title Control Logic
gate.ctrllogic.description Control Logic
gate.disp4d.titleFour 7-segment digits together 4 digit Display
gate.disp4d.description 4 digit decimal Display
gate.memory128.title128 bits or 16 bytes Memory 16Byte
gate.memory128.description Static RAM: 16 x 8 bit registers
gate.memory128.program Program (instructions divided by SPACE) - 0 NOP, 1 LDA, 2 ADD, 3 SUB, 4 STA, 5 LDI, 6 JMP, 7 JC, 8 JZ, 14 OUT, 15 HLT
gate.pgmcnt4.title ProgramCounter 4bit
gate.pgmcnt4.description 4 bit Program Counter
gate.register4.title Register 4bit
gate.register4.description 4 bit register
gate.register8.title Register 8bit
gate.register8.description 8 bit register
gate.modin.titleInput block for a module, configurable number of inputs Module inputs
gate.modin.description Input Gate for Modules - click label area to set an input pin's label
gate.modin.pincount Number of Input Pins
gate.modout.titleOutput block for a module, configurable number of outputs Module outputs
gate.modout.description Output Gate for Modules

Last updated 2026-03-25.