--- a/eric6/i18n/eric6_it.ts Sat Feb 06 11:45:58 2021 +0100 +++ b/eric6/i18n/eric6_it.ts Sat Feb 06 16:05:27 2021 +0100 @@ -547,6 +547,69 @@ </message> </context> <context> + <name>AddEditDevicesDialog</name> + <message> + <location filename="../MicroPython/AddEditDevicesDialog.ui" line="14"/> + <source>Add Unknown Device</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/AddEditDevicesDialog.ui" line="23"/> + <source>Vendor ID:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/AddEditDevicesDialog.ui" line="37"/> + <source>Product ID:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/AddEditDevicesDialog.ui" line="51"/> + <source>Description:</source> + <translation type="unfinished">Descrizione:</translation> + </message> + <message> + <location filename="../MicroPython/AddEditDevicesDialog.ui" line="65"/> + <source>Device Type:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/AddEditDevicesDialog.ui" line="78"/> + <source>Select the device type</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/AddEditDevicesDialog.ui" line="85"/> + <source>Data Volume:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/AddEditDevicesDialog.ui" line="92"/> + <source>Enter the volume name used for direct acces to the device</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/AddEditDevicesDialog.ui" line="102"/> + <source>Flash Volume:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/AddEditDevicesDialog.ui" line="109"/> + <source>Enter the volume name used for flashing if this device supports UF2</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/AddEditDevicesDialog.ui" line="119"/> + <source>Press to report the entered data via email</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/AddEditDevicesDialog.ui" line="122"/> + <source>Report Data</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>AddFileDialog</name> <message> <location filename="../Project/AddFileDialog.py" line="146"/> @@ -2211,32 +2274,32 @@ <context> <name>BreakPointModel</name> <message> - <location filename="../Debugger/BreakPointModel.py" line="35"/> + <location filename="../Debugger/BreakPointModel.py" line="39"/> <source>Filename</source> <translation>Nome file</translation> </message> <message> - <location filename="../Debugger/BreakPointModel.py" line="36"/> - <source>Line</source> - <translation>Linea</translation> - </message> - <message> - <location filename="../Debugger/BreakPointModel.py" line="37"/> - <source>Condition</source> - <translation>Condizione</translation> - </message> - <message> - <location filename="../Debugger/BreakPointModel.py" line="38"/> - <source>Temporary</source> - <translation>Temporaneo</translation> - </message> - <message> - <location filename="../Debugger/BreakPointModel.py" line="39"/> - <source>Enabled</source> - <translation>Abilitato</translation> - </message> - <message> <location filename="../Debugger/BreakPointModel.py" line="40"/> + <source>Line</source> + <translation>Linea</translation> + </message> + <message> + <location filename="../Debugger/BreakPointModel.py" line="41"/> + <source>Condition</source> + <translation>Condizione</translation> + </message> + <message> + <location filename="../Debugger/BreakPointModel.py" line="42"/> + <source>Temporary</source> + <translation>Temporaneo</translation> + </message> + <message> + <location filename="../Debugger/BreakPointModel.py" line="43"/> + <source>Enabled</source> + <translation>Abilitato</translation> + </message> + <message> + <location filename="../Debugger/BreakPointModel.py" line="44"/> <source>Ignore Count</source> <translation>Ignora conteggio</translation> </message> @@ -3061,35 +3124,40 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/CircuitPythonFirmwareSelectionDialog.py" line="44"/> + <location filename="../MicroPython/CircuitPythonFirmwareSelectionDialog.py" line="116"/> <source>CircuitPython Firmware Files (*.uf2);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/CircuitPythonFirmwareSelectionDialog.py" line="161"/> + <location filename="../MicroPython/CircuitPythonFirmwareSelectionDialog.py" line="170"/> <source>Select Path to Device</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/CircuitPythonFirmwareSelectionDialog.py" line="161"/> + <location filename="../MicroPython/CircuitPythonFirmwareSelectionDialog.py" line="170"/> <source><p>The device volume <b>{0}</b> could not be found. Is the device in 'bootloader' mode and mounted?</p> <p>Alternatively select the "Manual Select" entry and enter the path to the device below.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/CircuitPythonFirmwareSelectionDialog.py" line="51"/> + <location filename="../MicroPython/CircuitPythonFirmwareSelectionDialog.py" line="132"/> <source>Manual Select</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/CircuitPythonFirmwareSelectionDialog.py" line="51"/> + <location filename="../MicroPython/CircuitPythonFirmwareSelectionDialog.py" line="32"/> <source>--- Others ---</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/CircuitPythonFirmwareSelectionDialog.py" line="149"/> + <location filename="../MicroPython/CircuitPythonFirmwareSelectionDialog.py" line="158"/> <source>There are multiple devices in 'bootloader' mode and mounted. Please make sure, that only one device is prepared for flashing.</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../MicroPython/CircuitPythonFirmwareSelectionDialog.py" line="128"/> + <source>--- Local Devices ---</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ClearPrivateDataDialog</name> @@ -6912,63 +6980,63 @@ <context> <name>DebugServer</name> <message> - <location filename="../Debugger/DebugServer.py" line="198"/> + <location filename="../Debugger/DebugServer.py" line="201"/> <source>created</source> <comment>must be same as in EditWatchpointDialog</comment> <translation>creato</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="200"/> + <location filename="../Debugger/DebugServer.py" line="203"/> <source>changed</source> <comment>must be same as in EditWatchpointDialog</comment> <translation>modificato</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="859"/> + <location filename="../Debugger/DebugServer.py" line="862"/> <source>Connection from illegal host</source> <translation>Connessione da un non vietato</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1863"/> + <location filename="../Debugger/DebugServer.py" line="1866"/> <source> Not connected </source> <translation>Non connesso</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="859"/> + <location filename="../Debugger/DebugServer.py" line="862"/> <source><p>A connection was attempted by the illegal host <b>{0}</b>. Accept this connection?</p></source> <translation><p>Una connessione รจ stata tentata da un host vietato <b>{0}</b>. Accettare questa connessione ?</p></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="2132"/> + <location filename="../Debugger/DebugServer.py" line="2135"/> <source>Passive debug connection received </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="2146"/> + <location filename="../Debugger/DebugServer.py" line="2149"/> <source>Passive debug connection closed </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="345"/> + <location filename="../Debugger/DebugServer.py" line="348"/> <source>Register Debugger Interface</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="345"/> + <location filename="../Debugger/DebugServer.py" line="348"/> <source><p>The debugger interface <b>{0}</b> has already been registered. Ignoring this request.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1593"/> + <location filename="../Debugger/DebugServer.py" line="1596"/> <source>Start Debugger</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1593"/> + <location filename="../Debugger/DebugServer.py" line="1596"/> <source><p>The debugger type <b>{0}</b> is not supported or not configured.</p></source> <translation type="unfinished"></translation> </message> @@ -48584,40 +48652,45 @@ <context> <name>MicroPythonDevice</name> <message> - <location filename="../MicroPython/MicroPythonDevices.py" line="269"/> + <location filename="../MicroPython/MicroPythonDevices.py" line="297"/> <source>Unsupported Device</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonDevices.py" line="279"/> + <location filename="../MicroPython/MicroPythonDevices.py" line="307"/> <source>REPL is not supported by this device.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonDevices.py" line="298"/> + <location filename="../MicroPython/MicroPythonDevices.py" line="326"/> <source>Plotter is not supported by this device.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonDevices.py" line="317"/> + <location filename="../MicroPython/MicroPythonDevices.py" line="345"/> <source>Running scripts is not supported by this device.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonDevices.py" line="337"/> + <location filename="../MicroPython/MicroPythonDevices.py" line="365"/> <source>File Manager is not supported by this device.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonDevices.py" line="380"/> + <location filename="../MicroPython/MicroPythonDevices.py" line="410"/> <source>Select Device Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonDevices.py" line="380"/> + <location filename="../MicroPython/MicroPythonDevices.py" line="410"/> <source>Select the directory for the connected device:</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../MicroPython/MicroPythonDevices.py" line="113"/> + <source>Generic Board</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>MicroPythonFileManager</name> @@ -49222,17 +49295,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="503"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="516"/> <source>Press to connect the selected device</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="265"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="267"/> <source><h3>The QtSerialPort package is not available.<br/>MicroPython support is deactivated.</h3></source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../MicroPython/MicroPythonWidget.py" line="302"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="304"/> <source>%n supported device(s) detected.</source> <translation type="unfinished"> <numerusform></numerusform> @@ -49240,37 +49313,37 @@ </translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="321"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="323"/> <source>No supported devices detected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="473"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="486"/> <source>Clear</source> <translation type="unfinished">Pulisci</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="475"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="488"/> <source>Copy</source> <translation type="unfinished">Copia</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="476"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="489"/> <source>Paste</source> <translation type="unfinished">Incolla</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="498"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="511"/> <source>Press to disconnect the current device</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="519"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="532"/> <source>No device attached</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="519"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="532"/> <source>Please ensure the device is plugged into your computer and selected. It must have a version of MicroPython (or CircuitPython) flashed onto it before anything will work. @@ -49279,217 +49352,217 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="546"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="559"/> <source>Start REPL</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="546"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="559"/> <source><p>The REPL cannot be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="948"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="961"/> <source>Serial Device Connect</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="948"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="961"/> <source><p>Cannot connect to device at serial port <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="993"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1006"/> <source>Run Script</source> <translation type="unfinished">Esegui Script</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="976"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="989"/> <source>There is no editor open. Abort...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="984"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="997"/> <source>The current editor does not contain a script. Abort...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="993"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1006"/> <source><p>Cannot run script.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1017"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1030"/> <source>Open Python File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1017"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1030"/> <source>Python3 Files (*.py);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1062"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1075"/> <source>Start Chart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1062"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1075"/> <source><p>The Chart cannot be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1091"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1104"/> <source>Unsaved Chart Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1091"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1104"/> <source>The chart contains unsaved data.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1142"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1155"/> <source>Start File Manager</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1142"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1155"/> <source><p>The File Manager cannot be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1213"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1226"/> <source>Show Version</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1216"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1229"/> <source>Show Implementation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1336"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1351"/> <source>Synchronize Time</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1224"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1237"/> <source>Show Device Time</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1227"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1240"/> <source>Show Local Time</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1554"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1569"/> <source>Compile Python File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1574"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1589"/> <source>Compile Current Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1273"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1288"/> <source><h3>Device Version Information</h3></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1282"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1297"/> <source>No version information available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1284"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1299"/> <source>Device Version Information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1307"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1322"/> <source>unknown</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1311"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1326"/> <source>Device Implementation Information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1311"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1326"/> <source><h3>Device Implementation Information</h3><p>This device contains <b>{0} {1}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1336"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1351"/> <source><p>The time of the connected device was synchronized with the local time.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1358"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1373"/> <source><h3>Device Date and Time</h3><table><tr><td><b>Date</b></td><td>{0}</td></tr><tr><td><b>Time</b></td><td>{1}</td></tr></table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1366"/> - <source><h3>Device Date and Time</h3><p>{0}</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../MicroPython/MicroPythonWidget.py" line="1381"/> + <source><h3>Device Date and Time</h3><p>{0}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="1396"/> <source>Device Date and Time</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1394"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1409"/> <source>Local Date and Time</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1394"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1409"/> <source><h3>Local Date and Time</h3><table><tr><td><b>Date</b></td><td>{0}</td></tr><tr><td><b>Time</b></td><td>{1}</td></tr></table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1462"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1477"/> <source>Error handling device</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1462"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1477"/> <source><p>There was an error communicating with the connected device.</p><p>Method: {0}</p><p>Message: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1502"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1517"/> <source>The MicroPython cross compiler <b>mpy-cross</b> cannot be found. Ensure it is in the search path or configure it on the MicroPython configuration page.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1524"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1539"/> <source>Python Files (*.py);;All Files (*)</source> <translation type="unfinished">File Python (*.py);;Tutti i File (*)</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1534"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1549"/> <source>The Python file <b>{0}</b> does not exist. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1544"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1559"/> <source>'mpy-cross' Output</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1567"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1582"/> <source>The current editor does not contain a Python file. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="213"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="215"/> <source>MicroPython Menu</source> <translation type="unfinished"></translation> </message> @@ -49499,81 +49572,102 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1075"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1088"/> <source>µPy Chart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1158"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1171"/> <source>µPy Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1256"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1269"/> <source>Show Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1263"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1278"/> <source>Configure</source> <translation type="unfinished">Configura</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1230"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1243"/> <source>Show Time</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1249"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1262"/> <source>Download Firmware</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1437"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1452"/> <source>Date and Time</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1420"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1435"/> <source><table><tr><th></th><th>Local Date and Time</th><th>Device Date and Time</th></tr><tr><td><b>Date</b></td><td align='center'>{0}</td><td align='center'>{2}</td></tr><tr><td><b>Time</b></td><td align='center'>{1}</td><td align='center'>{3}</td></tr></table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1437"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1452"/> <source><table><tr><th>Local Date and Time</th><th>Device Date and Time</th></tr><tr><td align='center'>{0} {1}</td><td align='center'>{2}</td></tr></table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="343"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="373"/> <source>Unknown MicroPython Device</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="343"/> - <source><p>Detected these unknown serial devices</p><ul><li>{0}</li></ul><p>Please report them together with the board name and a short description to <a href="mailto:eric-bugs@eric-ide.python-projects.org"> the eric bug reporting address</a> if it is a MicroPython board.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="343"/> - <source>{0} ({1:04x}/{2:04x})</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1260"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1275"/> <source>Ignored Serial Devices</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1198"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="1211"/> <source>Downloads</source> <translation type="unfinished">Downloads</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="308"/> + <location filename="../MicroPython/MicroPythonWidget.py" line="310"/> <source>{0} - {1} ({2})</source> <comment>board name, description, port name</comment> <translation type="unfinished"></translation> </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="345"/> + <source><p>Detected these unknown serial devices</p><ul><li>{0}</li></ul><p>Please report them together with the board name and a short description to <a href="mailto:{1}"> the eric bug reporting address</a> if it is a MicroPython board.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="345"/> + <source>{0} (0x{1:04x}/0x{2:04x})</source> + <comment>description, VId, PId</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="373"/> + <source>Would you like to add them to the list of manually configured devices?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="1273"/> + <source>Manage Unknown Devices</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="1674"/> + <source>Add Unknown Devices</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="1674"/> + <source>Select the devices to be added:</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>MicrobitDevice</name> @@ -55291,17 +55385,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1635"/> + <location filename="../Preferences/__init__.py" line="1636"/> <source>Export Preferences</source> <translation>Esporta Preferenze</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1663"/> + <location filename="../Preferences/__init__.py" line="1664"/> <source>Import Preferences</source> <translation>Importa Preferenze</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1663"/> + <location filename="../Preferences/__init__.py" line="1664"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>File proprietร (*.ini);;Tutti i file(*)</translation> </message> @@ -70143,12 +70237,12 @@ <translation type="unfinished">Directory di &Lavoro:</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="214"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="215"/> <source>Select this to erase the collected coverage information</source> <translation>Seleziona per cancellare le informazioni di coverage collezionate</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="217"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="218"/> <source><b>Erase coverage information</b> <p>Select this to erase the collected coverage information before the next coverage run.</p></source> <translation><b>Cancella informazioni di coverage</b> @@ -70167,7 +70261,7 @@ <p>Inserisci la directory di lavoro dell'applicazione da debuggare. Lascia vuoto per impostare la directory di lavoro a quella di esecuzione.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="150"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="151"/> <source>Environment Variables:</source> <translation type="unfinished">Ambient&e:</translation> </message> @@ -70177,49 +70271,49 @@ <translation>Inserisci la variabile d'ambiente da impostare.</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="164"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="165"/> <source>Uncheck to disable exception reporting</source> <translation>Deseleziona per disabilitare la notifica delle eccezioni</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="167"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="168"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>Notifica eccezioni</b> <p>Deseleziona per disabilitare la notifica delle eccezioni.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="171"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="172"/> <source>Report exceptions</source> <translation type="unfinished">Notifica &eccezioni</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="174"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="175"/> <source>Alt+E</source> <translation>Alt+E</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="221"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="222"/> <source>Erase coverage information</source> <translation type="unfinished">Cancella informazioni di &coverage</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="224"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="225"/> <source>Alt+C</source> <translation>Alt+C</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="184"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="185"/> <source>Select to clear the display of the interpreter window</source> <translation>Selezione per pulire il display della finestra dell'interprete</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="187"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="188"/> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation><b>Pulisci finestra interprete</b><p>Pulisce il display della finestra dell'interprete prima di avviare il client di debug.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="190"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="191"/> <source>Clear interpreter window</source> <translation type="unfinished">Pulisci finestra dell'&Interprete</translation> </message> @@ -70233,19 +70327,19 @@ <p>Esempio: var1=1 var2="hello world" var3+=":/tmp"<p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="200"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="201"/> <source>Select to start the debugger in a console window</source> <translation>Seleziona per avviare il debugger in una console</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="203"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="204"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation><b>Avvia in console</b> <p>Seleziona per avviare il debugger in una console. Il comando della console deve essere configurato nella pagina Debugger-&gt;General page</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="207"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="208"/> <source>Start in console</source> <translation>Avvia in console</translation> </message> @@ -70255,12 +70349,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="133"/> - <source><b>Virtual Environment</b>\n<p>Enter the virtual environment to be used. Leave it empty to use the default environment, i.e. the one configured globally or per project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="140"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="141"/> <source>Virtual Environment:</source> <translation type="unfinished"></translation> </message> @@ -70276,6 +70365,12 @@ <p>Example: var1=1 var2="hello world" var3+=":/tmp" var4-</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="133"/> + <source><b>Virtual Environment</b> +<p>Enter the virtual environment to be used. Leave it empty to use the default environment, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartDebugDialog</name> @@ -70290,108 +70385,108 @@ <translation type="obsolete">&Linea di comando:</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="67"/> + <location filename="../Debugger/StartDebugDialog.ui" line="68"/> <source>Enter the commandline parameters</source> <translation>Inserisci i parametri della linea di comando</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="70"/> + <location filename="../Debugger/StartDebugDialog.ui" line="71"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation><b>Linea di comando</b> <p>Inserisci i parametri della linea di comando in questo campo.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="90"/> + <location filename="../Debugger/StartDebugDialog.ui" line="91"/> <source>Working directory:</source> <translation type="unfinished">Directory di &Lavoro:</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="109"/> + <location filename="../Debugger/StartDebugDialog.ui" line="110"/> <source>Enter the working directory</source> <translation>Inserisci la directory di lavoro</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="112"/> + <location filename="../Debugger/StartDebugDialog.ui" line="113"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>Directory di lavoro</b> <p>Inserisci la directory di lavoro dell'applicazione da debuggare. Lascia vuoto per impostare la directory di lavoro a quella di esecuzione.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="120"/> + <location filename="../Debugger/StartDebugDialog.ui" line="121"/> <source>Environment Variables:</source> <translation type="unfinished">Ambient&e:</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="136"/> + <location filename="../Debugger/StartDebugDialog.ui" line="137"/> <source>Enter the environment variables to be set.</source> <translation>Inserisci la variabile d'ambiente da impostare.</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="209"/> + <location filename="../Debugger/StartDebugDialog.ui" line="210"/> <source>Uncheck to disable exception reporting</source> <translation>Deseleziona per disabilitare la notifica delle eccezioni</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="212"/> + <location filename="../Debugger/StartDebugDialog.ui" line="213"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>Notifica eccezioni</b> <p>Deseleziona per disabilitare la notifica delle eccezioni.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="216"/> + <location filename="../Debugger/StartDebugDialog.ui" line="217"/> <source>Report exceptions</source> <translation type="unfinished">Notifica &eccezioni</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="219"/> + <location filename="../Debugger/StartDebugDialog.ui" line="220"/> <source>Alt+E</source> <translation>Alt+E</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="164"/> + <location filename="../Debugger/StartDebugDialog.ui" line="165"/> <source>Select to trace into the Python library</source> <translation>Seleziona per tracciare anche le librerie Python</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="167"/> + <location filename="../Debugger/StartDebugDialog.ui" line="168"/> <source>Trace into interpreter libraries</source> <translation type="unfinished">&Traccia nelle librerie dell'interprete</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="170"/> + <location filename="../Debugger/StartDebugDialog.ui" line="171"/> <source>Alt+T</source> <translation>Alt+T</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="177"/> + <location filename="../Debugger/StartDebugDialog.ui" line="178"/> <source>Select to not stop the debugger at the first executable line.</source> <translation>Selezione per non fermare il debugger alla prima riga eseguibile.</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="180"/> + <location filename="../Debugger/StartDebugDialog.ui" line="181"/> <source><b>Don't stop at first line</b><p>This prevents the debugger from stopping at the first executable line.</p></source> <translation><b>Non fermare alla prima riga</b><p>Evitar che il debugger si fermi alla prima riga eseguibile.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="183"/> + <location filename="../Debugger/StartDebugDialog.ui" line="184"/> <source>Don't stop at first line</source> <translation>Non fermare alla prima riga</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="193"/> + <location filename="../Debugger/StartDebugDialog.ui" line="194"/> <source>Select to clear the display of the interpreter window</source> <translation>Selezione per pulire il display della finestra dell'interprete</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="196"/> + <location filename="../Debugger/StartDebugDialog.ui" line="197"/> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation><b>Pulisci finestra interprete</b><p>Pulisce il display della finestra dell'interprete prima di avviare il client di debug.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="199"/> + <location filename="../Debugger/StartDebugDialog.ui" line="200"/> <source>Clear interpreter window</source> <translation type="unfinished">Pulisci finestra dell'&Interprete</translation> </message> @@ -70405,19 +70500,19 @@ <p>Esempio: var1=1 var2="hello world" var3+=":/tmp"<p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="229"/> + <location filename="../Debugger/StartDebugDialog.ui" line="230"/> <source>Select to start the debugger in a console window</source> <translation>Seleziona per avviare il debugger in una console</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="232"/> + <location filename="../Debugger/StartDebugDialog.ui" line="233"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation><b>Avvia in console</b> <p>Seleziona per avviare il debugger in una console. Il comando della console deve essere configurato nella pagina Debugger-&gt;General page</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="236"/> + <location filename="../Debugger/StartDebugDialog.ui" line="237"/> <source>Start in console</source> <translation>Avvia in console</translation> </message> @@ -70471,42 +70566,43 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="44"/> - <source><b>Virtual Environment</b>\n<p>Enter the virtual environment to be used. Leave it empty to use the default environment, i.e. the one configured globally or per project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="51"/> + <location filename="../Debugger/StartDebugDialog.ui" line="52"/> <source>Script Parameters:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="245"/> + <location filename="../Debugger/StartDebugDialog.ui" line="246"/> <source>Select this to enable multi process debugging.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="248"/> + <location filename="../Debugger/StartDebugDialog.ui" line="249"/> <source><b>Multi Process Debugging</b><p>This enables debugging capability for multi process programs. Each started Python program is started within a new debugger.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="251"/> + <location filename="../Debugger/StartDebugDialog.ui" line="252"/> <source>Multi Process Debugging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="260"/> + <location filename="../Debugger/StartDebugDialog.ui" line="261"/> <source>Don't Debug:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="139"/> + <location filename="../Debugger/StartDebugDialog.ui" line="140"/> <source><b>Environment Variables</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'. To delete an environment variable, append a '-' to the variable name.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp" var4-</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="44"/> + <source><b>Virtual Environment</b> +<p>Enter the virtual environment to be used. Leave it empty to use the default environment, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartDialog</name> @@ -70635,24 +70731,24 @@ <translation>Avvia analisi</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="214"/> + <location filename="../Debugger/StartProfileDialog.ui" line="215"/> <source>Select this to erase the collected timing data</source> <translation type="unfinished">Seleziona la directory con un dialogo</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="217"/> + <location filename="../Debugger/StartProfileDialog.ui" line="218"/> <source><b>Erase timing data</b> <p>Select this to erase the collected timing data before the next profiling run.</p></source> <translation type="unfinished"><b>Seleziona directory</b> <p>Seleziona la directory di lavoro con un dialogo.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="221"/> + <location filename="../Debugger/StartProfileDialog.ui" line="222"/> <source>Erase timing data</source> <translation type="unfinished">Cancella dati di &timing</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="224"/> + <location filename="../Debugger/StartProfileDialog.ui" line="225"/> <source>Alt+C</source> <translation>Alt+C</translation> </message> @@ -70662,78 +70758,78 @@ <translation type="obsolete">&Linea di comando:</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="67"/> + <location filename="../Debugger/StartProfileDialog.ui" line="68"/> <source>Enter the commandline parameters</source> <translation>Inserisci i parametri della linea di comando</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="70"/> + <location filename="../Debugger/StartProfileDialog.ui" line="71"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation><b>Linea di comando</b> <p>Inserisci i parametri della linea di comando in questo campo.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="90"/> + <location filename="../Debugger/StartProfileDialog.ui" line="91"/> <source>Working directory:</source> <translation type="unfinished">Directory di &Lavoro:</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="109"/> + <location filename="../Debugger/StartProfileDialog.ui" line="110"/> <source>Enter the working directory</source> <translation>Inserisci la directory di lavoro</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="112"/> + <location filename="../Debugger/StartProfileDialog.ui" line="113"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>Directory di lavoro</b> <p>Inserisci la directory di lavoro dell'applicazione da debuggare. Lascia vuoto per impostare la directory di lavoro a quella di esecuzione.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="120"/> + <location filename="../Debugger/StartProfileDialog.ui" line="121"/> <source>Environment Variables:</source> <translation type="unfinished">Ambient&e:</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="136"/> + <location filename="../Debugger/StartProfileDialog.ui" line="137"/> <source>Enter the environment variables to be set.</source> <translation>Inserisci la variabile d'ambiente da impostare.</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="164"/> + <location filename="../Debugger/StartProfileDialog.ui" line="165"/> <source>Uncheck to disable exception reporting</source> <translation>Deseleziona per disabilitare la notifica delle eccezioni</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="167"/> + <location filename="../Debugger/StartProfileDialog.ui" line="168"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>Notifica eccezioni</b> <p>Deseleziona per disabilitare la notifica delle eccezioni.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="171"/> + <location filename="../Debugger/StartProfileDialog.ui" line="172"/> <source>Report exceptions</source> <translation type="unfinished">Notifica &eccezioni</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="174"/> + <location filename="../Debugger/StartProfileDialog.ui" line="175"/> <source>Alt+E</source> <translation>Alt+E</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="184"/> + <location filename="../Debugger/StartProfileDialog.ui" line="185"/> <source>Select to clear the display of the interpreter window</source> <translation>Selezione per pulire il display della finestra dell'interprete</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="187"/> + <location filename="../Debugger/StartProfileDialog.ui" line="188"/> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation><b>Pulisci finestra interprete</b><p>Pulisce il display della finestra dell'interprete prima di avviare il client di debug.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="190"/> + <location filename="../Debugger/StartProfileDialog.ui" line="191"/> <source>Clear interpreter window</source> <translation type="unfinished">Pulisci finestra dell'&Interprete</translation> </message> @@ -70747,19 +70843,19 @@ <p>Esempio: var1=1 var2="hello world" var3+=":/tmp"<p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="200"/> + <location filename="../Debugger/StartProfileDialog.ui" line="201"/> <source>Select to start the debugger in a console window</source> <translation>Seleziona per avviare il debugger in una console</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="203"/> + <location filename="../Debugger/StartProfileDialog.ui" line="204"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation><b>Avvia in console</b> <p>Seleziona per avviare il debugger in una console. Il comando della console deve essere configurato nella pagina Debugger-&gt;General page</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="207"/> + <location filename="../Debugger/StartProfileDialog.ui" line="208"/> <source>Start in console</source> <translation>Avvia in console</translation> </message> @@ -70774,22 +70870,23 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="44"/> - <source><b>Virtual Environment</b>\n<p>Enter the virtual environment to be used. Leave it empty to use the default environment, i.e. the one configured globally or per project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="51"/> + <location filename="../Debugger/StartProfileDialog.ui" line="52"/> <source>Script Parameters:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="139"/> + <location filename="../Debugger/StartProfileDialog.ui" line="140"/> <source><b>Environment Variables</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'. To delete an environment variable, append a '-' to the variable name.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp" var4-</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="44"/> + <source><b>Virtual Environment</b> +<p>Enter the virtual environment to be used. Leave it empty to use the default environment, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartRunDialog</name> @@ -70799,61 +70896,61 @@ <translation>Avvia esecuzione</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="164"/> + <location filename="../Debugger/StartRunDialog.ui" line="165"/> <source>Uncheck to disable exception reporting</source> <translation>Deseleziona per disabilitare la notifica delle eccezioni</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="167"/> + <location filename="../Debugger/StartRunDialog.ui" line="168"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>Notifica eccezioni</b> <p>Deseleziona per disabilitare la notifica delle eccezioni.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="171"/> + <location filename="../Debugger/StartRunDialog.ui" line="172"/> <source>Report exceptions</source> <translation type="unfinished">Notifica &eccezioni</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="174"/> + <location filename="../Debugger/StartRunDialog.ui" line="175"/> <source>Alt+E</source> <translation>Alt+E</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="136"/> + <location filename="../Debugger/StartRunDialog.ui" line="137"/> <source>Enter the environment variables to be set.</source> <translation>Inserisci la variabile d'ambiente da impostare.</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="120"/> + <location filename="../Debugger/StartRunDialog.ui" line="121"/> <source>Environment Variables:</source> <translation type="unfinished">Ambient&e:</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="109"/> + <location filename="../Debugger/StartRunDialog.ui" line="110"/> <source>Enter the working directory</source> <translation>Inserisci la directory di lavoro</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="112"/> + <location filename="../Debugger/StartRunDialog.ui" line="113"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>Directory di lavoro</b> <p>Inserisci la directory di lavoro dell'applicazione da debuggare. Lascia vuoto per impostare la directory di lavoro a quella di esecuzione.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="90"/> + <location filename="../Debugger/StartRunDialog.ui" line="91"/> <source>Working directory:</source> <translation type="unfinished">Directory di &Lavoro:</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="67"/> + <location filename="../Debugger/StartRunDialog.ui" line="68"/> <source>Enter the commandline parameters</source> <translation></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="70"/> + <location filename="../Debugger/StartRunDialog.ui" line="71"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation><b>Linea di comando</b> @@ -70865,17 +70962,17 @@ <translation type="obsolete">&Linea di comando:</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="184"/> + <location filename="../Debugger/StartRunDialog.ui" line="185"/> <source>Select to clear the display of the interpreter window</source> <translation>Selezione per pulire il display della finestra dell'interprete</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="187"/> + <location filename="../Debugger/StartRunDialog.ui" line="188"/> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation><b>Pulisci finestra interprete</b><p>Pulisce il display della finestra dell'interprete prima di avviare il client di debug.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="190"/> + <location filename="../Debugger/StartRunDialog.ui" line="191"/> <source>Clear interpreter window</source> <translation type="unfinished">Pulisci finestra dell'&Interprete</translation> </message> @@ -70889,19 +70986,19 @@ <p>Esempio: var1=1 var2="hello world" var3+=":/tmp"<p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="200"/> + <location filename="../Debugger/StartRunDialog.ui" line="201"/> <source>Select to start the debugger in a console window</source> <translation>Seleziona per avviare il debugger in una console</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="203"/> + <location filename="../Debugger/StartRunDialog.ui" line="204"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation><b>Avvia in console</b> <p>Seleziona per avviare il debugger in una console. Il comando della console deve essere configurato nella pagina Debugger-&gt;General page</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="207"/> + <location filename="../Debugger/StartRunDialog.ui" line="208"/> <source>Start in console</source> <translation>Avvia in console</translation> </message> @@ -70955,22 +71052,23 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="44"/> - <source><b>Virtual Environment</b>\n<p>Enter the virtual environment to be used. Leave it empty to use the default environment, i.e. the one configured globally or per project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="51"/> + <location filename="../Debugger/StartRunDialog.ui" line="52"/> <source>Script Parameters:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="139"/> + <location filename="../Debugger/StartRunDialog.ui" line="140"/> <source><b>Environment Variables</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'. To delete an environment variable, append a '-' to the variable name.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp" var4-</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="44"/> + <source><b>Virtual Environment</b> +<p>Enter the virtual environment to be used. Leave it empty to use the default environment, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StatusMonitorLed</name> @@ -80824,6 +80922,111 @@ </message> </context> <context> + <name>UnknownDevicesDialog</name> + <message> + <location filename="../MicroPython/UnknownDevicesDialog.ui" line="14"/> + <source>Unknown Devices</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/UnknownDevicesDialog.ui" line="38"/> + <source>Press to edit the selected entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/UnknownDevicesDialog.ui" line="41"/> + <source>Edit...</source> + <translation type="unfinished">Modifica...</translation> + </message> + <message> + <location filename="../MicroPython/UnknownDevicesDialog.ui" line="55"/> + <source>Press to delete the selected entries</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/UnknownDevicesDialog.ui" line="58"/> + <source>Delete</source> + <translation type="unfinished">Cancella</translation> + </message> + <message> + <location filename="../MicroPython/UnknownDevicesDialog.ui" line="65"/> + <source>Press to delete all entries</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/UnknownDevicesDialog.ui" line="68"/> + <source>Delete All</source> + <translation type="unfinished">Cancella tutto</translation> + </message> + <message> + <location filename="../MicroPython/UnknownDevicesDialog.ui" line="88"/> + <source>Press to restore the list of devices</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/UnknownDevicesDialog.ui" line="91"/> + <source>Restore</source> + <translation type="unfinished">Ripristina</translation> + </message> + <message> + <location filename="../MicroPython/UnknownDevicesDialog.ui" line="110"/> + <source>Press to report the data of all boards via email</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/UnknownDevicesDialog.ui" line="113"/> + <source>Report All Data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/UnknownDevicesDialog.py" line="49"/> + <source>{0} (0x{1:04x}/0x{2:04x})</source> + <comment>description, VID, PID</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/UnknownDevicesDialog.py" line="88"/> + <source>{0} (*)</source> + <comment>list entry is modified</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/UnknownDevicesDialog.py" line="165"/> + <source>Delete Unknown Devices</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/UnknownDevicesDialog.py" line="147"/> + <source>The selected entries contain some with modified data. Shall they really be deleted?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/UnknownDevicesDialog.py" line="165"/> + <source>The list contains some devices with modified data. Shall they really be deleted?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/UnknownDevicesDialog.py" line="181"/> + <source>Restore Unknown Devices</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/UnknownDevicesDialog.py" line="181"/> + <source>Restoring the list of unknown devices will overwrite all changes made. Do you really want to restore the list?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/UnknownDevicesDialog.py" line="244"/> + <source>Unsaved Data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../MicroPython/UnknownDevicesDialog.py" line="244"/> + <source>The list of devices contains some with modified data.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>UrlBar</name> <message> <location filename="../WebBrowser/UrlBar/UrlBar.py" line="454"/> @@ -80955,382 +81158,382 @@ <context> <name>UserInterface</name> <message> - <location filename="../UI/UserInterface.py" line="280"/> + <location filename="../UI/UserInterface.py" line="281"/> <source>Generating Main User Interface...</source> <translation>Generazione interfaccia utente principale...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1830"/> + <location filename="../UI/UserInterface.py" line="1831"/> <source>Log-Viewer</source> <translation>Log-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="330"/> + <location filename="../UI/UserInterface.py" line="331"/> <source>Setting up connections...</source> <translation>Impostazione connessioni...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="622"/> + <location filename="../UI/UserInterface.py" line="623"/> <source>Initializing Actions...</source> <translation>Inizializzazione Azioni...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="624"/> + <location filename="../UI/UserInterface.py" line="625"/> <source>Initializing Menus...</source> <translation>Inizializzazione Menรน...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="626"/> + <location filename="../UI/UserInterface.py" line="627"/> <source>Initializing Toolbars...</source> <translation>Inizializzazione barre degli strumenti...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="628"/> + <location filename="../UI/UserInterface.py" line="629"/> <source>Initializing Statusbar...</source> <translation>Inizializzazione barra di stato...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="575"/> + <location filename="../UI/UserInterface.py" line="576"/> <source>Initializing Tools...</source> <translation>Inizializzazione strumenti...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1631"/> + <location filename="../UI/UserInterface.py" line="1632"/> <source>Quit</source> <translation>Esci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1631"/> + <location filename="../UI/UserInterface.py" line="1632"/> <source>&Quit</source> <translation>&Esci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1637"/> - <source>Quit the IDE</source> - <translation>Esci dall'IDE</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1638"/> + <source>Quit the IDE</source> + <translation>Esci dall'IDE</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1639"/> <source><b>Quit the IDE</b><p>This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation><b>Esci dall'IDE</b><p>Esci dall'IDE. Ogni cambiamento non salvato dovrebbe essere salvato prima. Ogni programma python in debug verrร fermato e le impostazioni scritte su disco.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2115"/> + <location filename="../UI/UserInterface.py" line="2116"/> <source>What's This?</source> <translation>Cos'รจ questo ?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2115"/> + <location filename="../UI/UserInterface.py" line="2116"/> <source>&What's This?</source> <translation>C&os'รจ Questo ?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2121"/> - <source>Context sensitive help</source> - <translation>Help sensibile al contesto</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2122"/> + <source>Context sensitive help</source> + <translation>Help sensibile al contesto</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2123"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Mostra helo sensibile al contesto</b><p>Nella modalitร Cos'รจ Questo, il cursore del mouse mostra una freccia con un punto interrogativo e puoi premere sugli elementi dell'interfaccia per avere una breve descrizione di cosa fanno e come usarli. Nel dialoghi questa funzionalitร รจ accessibile usando il bottone di help contestuale nella fisestra del titolo.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2133"/> + <location filename="../UI/UserInterface.py" line="2134"/> <source>Helpviewer</source> <translation>Visualizzatore Help</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2133"/> + <location filename="../UI/UserInterface.py" line="2134"/> <source>&Helpviewer...</source> <translation>Visualizzatore &Help...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2139"/> + <location filename="../UI/UserInterface.py" line="2140"/> <source>Open the helpviewer window</source> <translation>Apri il visualizzatore di help</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2159"/> + <location filename="../UI/UserInterface.py" line="2160"/> <source>Show Versions</source> <translation>Mostra versione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2159"/> + <location filename="../UI/UserInterface.py" line="2160"/> <source>Show &Versions</source> <translation>Mostra &Versione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2163"/> + <location filename="../UI/UserInterface.py" line="2164"/> <source>Display version information</source> <translation>Mostra informazioni sulla versione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2165"/> + <location filename="../UI/UserInterface.py" line="2166"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation><b>Mostra versioni</b><p>Mostra delle informazioni sulla versione.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3822"/> + <location filename="../UI/UserInterface.py" line="3823"/> <source>Report Bug</source> <translation>Segnala Bug</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2224"/> + <location filename="../UI/UserInterface.py" line="2225"/> <source>Report &Bug...</source> <translation>Segnala &Bug...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2228"/> - <source>Report a bug</source> - <translation>Segnala un bug</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2229"/> + <source>Report a bug</source> + <translation>Segnala un bug</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2230"/> <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> <translation><b>>Segnala Bug...</b><p>Apre un dialogo per segnalare un bug.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3362"/> + <source>Unittest</source> + <translation>Unittest</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2252"/> + <source>&Unittest...</source> + <translation>&Unittest...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2257"/> + <source>Start unittest dialog</source> + <translation>Avvia dialogo unittest</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2517"/> + <source>Preferences</source> + <translation>Preferenze</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2517"/> + <source>&Preferences...</source> + <translation>&Preferenze...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2522"/> + <source>Set the prefered configuration</source> + <translation>Imposta la configurazione preferita</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2524"/> + <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> + <translation><b>Preferenze</b><p>Imposta i valori di configurazione dell'applicazione ai valori preferiti</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2622"/> + <source>Keyboard Shortcuts</source> + <translation>Scorciatoie da tastiera</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2622"/> + <source>Keyboard &Shortcuts...</source> + <translation>&Scorciatoie da tastiera...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2627"/> + <source>Set the keyboard shortcuts</source> + <translation>Imposta le scorciatoie da tastiera</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2629"/> + <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> + <translation><b>Scorciatoie da tastiera</b><p>Imposta le scorciatoie da tastiera dell'applicazione con i valori personalizzati.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6315"/> + <source>Export Keyboard Shortcuts</source> + <translation>Esporta scorciatoie da tastiera</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2637"/> + <source>&Export Keyboard Shortcuts...</source> + <translation>&Esporta scorciatoie da tastiera...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2642"/> + <source>Export the keyboard shortcuts</source> + <translation>Esporta le scorciatoie da tastiera</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2644"/> + <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> + <translation><b>Esporta scorciatoie da tastiera</b><p>Esporta le scorciatoie da tastiera dell'applicazione.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6331"/> + <source>Import Keyboard Shortcuts</source> + <translation>Importa scorciatoie da tastiera</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2651"/> + <source>&Import Keyboard Shortcuts...</source> + <translation>&Importa scorciatoie da tastiera...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2656"/> + <source>Import the keyboard shortcuts</source> + <translation>Importa le scorciatoie da tastiera</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2658"/> + <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> + <translation><b>Importa scorciatoie da tastiera</b><p>Importa le scorciatoie da tastiera dell'applicazione.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3098"/> + <source>E&xtras</source> + <translation>E&xtra</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3212"/> + <source>&Window</source> + <translation>&Finestre</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3287"/> + <source>&Help</source> + <translation>&Help</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3361"/> - <source>Unittest</source> - <translation>Unittest</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2251"/> - <source>&Unittest...</source> - <translation>&Unittest...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2256"/> - <source>Start unittest dialog</source> - <translation>Avvia dialogo unittest</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2516"/> - <source>Preferences</source> - <translation>Preferenze</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2516"/> - <source>&Preferences...</source> - <translation>&Preferenze...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2521"/> - <source>Set the prefered configuration</source> - <translation>Imposta la configurazione preferita</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2523"/> - <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> - <translation><b>Preferenze</b><p>Imposta i valori di configurazione dell'applicazione ai valori preferiti</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2621"/> - <source>Keyboard Shortcuts</source> - <translation>Scorciatoie da tastiera</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2621"/> - <source>Keyboard &Shortcuts...</source> - <translation>&Scorciatoie da tastiera...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2626"/> - <source>Set the keyboard shortcuts</source> - <translation>Imposta le scorciatoie da tastiera</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2628"/> - <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> - <translation><b>Scorciatoie da tastiera</b><p>Imposta le scorciatoie da tastiera dell'applicazione con i valori personalizzati.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6314"/> - <source>Export Keyboard Shortcuts</source> - <translation>Esporta scorciatoie da tastiera</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2636"/> - <source>&Export Keyboard Shortcuts...</source> - <translation>&Esporta scorciatoie da tastiera...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2641"/> - <source>Export the keyboard shortcuts</source> - <translation>Esporta le scorciatoie da tastiera</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2643"/> - <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> - <translation><b>Esporta scorciatoie da tastiera</b><p>Esporta le scorciatoie da tastiera dell'applicazione.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6330"/> - <source>Import Keyboard Shortcuts</source> - <translation>Importa scorciatoie da tastiera</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2650"/> - <source>&Import Keyboard Shortcuts...</source> - <translation>&Importa scorciatoie da tastiera...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2655"/> - <source>Import the keyboard shortcuts</source> - <translation>Importa le scorciatoie da tastiera</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2657"/> - <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> - <translation><b>Importa scorciatoie da tastiera</b><p>Importa le scorciatoie da tastiera dell'applicazione.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3097"/> - <source>E&xtras</source> - <translation>E&xtra</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3211"/> - <source>&Window</source> - <translation>&Finestre</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3286"/> - <source>&Help</source> - <translation>&Help</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3360"/> <source>Tools</source> <translation>Strumenti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5224"/> + <location filename="../UI/UserInterface.py" line="5225"/> <source>Help</source> <translation>Aiuto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3362"/> + <location filename="../UI/UserInterface.py" line="3363"/> <source>Settings</source> <translation>Impostazioni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3272"/> + <location filename="../UI/UserInterface.py" line="3273"/> <source>&Toolbars</source> <translation>&Toolbar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5352"/> + <location filename="../UI/UserInterface.py" line="5353"/> <source>Problem</source> <translation>Problema</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5547"/> + <location filename="../UI/UserInterface.py" line="5548"/> <source>Process Generation Error</source> <translation>Errore Generazione Processo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="655"/> + <location filename="../UI/UserInterface.py" line="656"/> <source>Initializing Single Application Server...</source> <translation>Inizializzazione Single Application Server...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2257"/> + <location filename="../UI/UserInterface.py" line="2258"/> <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> <translation><b>Unittes</b><p>Esegui unit test. Il dialogo offre la possibilitร di selezionare ed eseguire uno unittest.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2265"/> + <location filename="../UI/UserInterface.py" line="2266"/> <source>Unittest Restart</source> <translation>Riavvia Unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2265"/> + <location filename="../UI/UserInterface.py" line="2266"/> <source>&Restart Unittest...</source> <translation>&Riavvia Unittest...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2270"/> - <source>Restart last unittest</source> - <translation>Riavvia l'ultima unittest</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2271"/> + <source>Restart last unittest</source> + <translation>Riavvia l'ultima unittest</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2272"/> <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> <translation><b>Riavvia Unittest</b><p>Riavvia l'ultima unittest eseguita.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2295"/> + <location filename="../UI/UserInterface.py" line="2296"/> <source>Unittest Script</source> <translation>Script unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2295"/> + <location filename="../UI/UserInterface.py" line="2296"/> <source>Unittest &Script...</source> <translation>&Script Unittest...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2300"/> + <location filename="../UI/UserInterface.py" line="2301"/> <source>Run unittest with current script</source> <translation>Esegui unittest con lo script corrente</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2302"/> + <location filename="../UI/UserInterface.py" line="2303"/> <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> <translation><b>Script Unittest</b><p>Esegui unittest con lo script corrente.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2310"/> + <location filename="../UI/UserInterface.py" line="2311"/> <source>Unittest Project</source> <translation>Progetto Unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2310"/> + <location filename="../UI/UserInterface.py" line="2311"/> <source>Unittest &Project...</source> <translation>&Progetto Unittest...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2315"/> + <location filename="../UI/UserInterface.py" line="2316"/> <source>Run unittest with current project</source> <translation>Esegui unittest con il progetto corrente</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2317"/> + <location filename="../UI/UserInterface.py" line="2318"/> <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> <translation><b>Progetto Unittest</b><p>Esegui unittest con il progetto corrente.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2405"/> + <location filename="../UI/UserInterface.py" line="2406"/> <source>Compare Files</source> <translation>Confronta file</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2405"/> + <location filename="../UI/UserInterface.py" line="2406"/> <source>&Compare Files...</source> <translation>&Confronta file...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2423"/> - <source>Compare two files</source> - <translation>Confronta due file</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2411"/> - <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> - <translation><b>Confronta file</b><p>Apre un dialogo per confrontare due file.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2418"/> - <source>Compare Files side by side</source> - <translation>Confronta file affiancati</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2424"/> + <source>Compare two files</source> + <translation>Confronta due file</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2412"/> + <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> + <translation><b>Confronta file</b><p>Apre un dialogo per confrontare due file.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2419"/> + <source>Compare Files side by side</source> + <translation>Confronta file affiancati</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2425"/> <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> <translation><b>Confronta file affiancati</b><p>Apri un dialogo per confrontare due file e mostrare i risultati affiancati.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3153"/> + <location filename="../UI/UserInterface.py" line="3154"/> <source>&Unittest</source> <translation>&Unittest</translation> </message> @@ -81340,137 +81543,137 @@ <translation type="obsolete">Non c'รจ uno script principale definito per il progetto. Esco</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6898"/> + <location filename="../UI/UserInterface.py" line="6899"/> <source>Drop Error</source> <translation>Errore Drop</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1813"/> + <location filename="../UI/UserInterface.py" line="1814"/> <source>File-Browser</source> <translation>File Browser</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1709"/> + <location filename="../UI/UserInterface.py" line="1710"/> <source>Edit Profile</source> <translation>Modifica profilo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1715"/> + <location filename="../UI/UserInterface.py" line="1716"/> <source>Activate the edit view profile</source> <translation>Attiva il profilo della vista di editing</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1717"/> + <location filename="../UI/UserInterface.py" line="1718"/> <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Profilo di edit</p><p>Attiva il "Profilo di Edit". Le finestre da mostrare, se il profilo รจ attivo, possono essere configurate con il dialogo "Configura Profili.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1726"/> + <location filename="../UI/UserInterface.py" line="1727"/> <source>Debug Profile</source> <translation>Profilo Debug</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1732"/> + <location filename="../UI/UserInterface.py" line="1733"/> <source>Activate the debug view profile</source> <translation>Attiva profilo Debug</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1734"/> + <location filename="../UI/UserInterface.py" line="1735"/> <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Profilo di debug</p><p>Attiva il "Profilo di Debug". Le finestre da mostrare, se il profilo รจ attivo, possono essere configurate con il dialogo "Configura Profili.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2589"/> + <location filename="../UI/UserInterface.py" line="2590"/> <source>View Profiles</source> <translation>Vista Profili</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2589"/> + <location filename="../UI/UserInterface.py" line="2590"/> <source>&View Profiles...</source> <translation>&Vista profili...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2594"/> + <location filename="../UI/UserInterface.py" line="2595"/> <source>Configure view profiles</source> <translation>Configura i profili</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2596"/> + <location filename="../UI/UserInterface.py" line="2597"/> <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> <translation><b>Vista Profili</b><p>Configura la visualizzazione dei profili. Con questo dialogo si possono impostare la visibilitร delle varie finestre per i profili predefiniti.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2378"/> + <location filename="../UI/UserInterface.py" line="2379"/> <source>UI Previewer</source> <translation>Anteprima UI</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2378"/> + <location filename="../UI/UserInterface.py" line="2379"/> <source>&UI Previewer...</source> <translation>Antreprima &UI...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2383"/> - <source>Start the UI Previewer</source> - <translation>Avvia UI Previewer</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2384"/> + <source>Start the UI Previewer</source> + <translation>Avvia UI Previewer</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2385"/> <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> <translation><b>UI Previewer</b><p>Avvia UI Previewer.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2391"/> + <location filename="../UI/UserInterface.py" line="2392"/> <source>Translations Previewer</source> <translation>Anteprima traduzioni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2391"/> + <location filename="../UI/UserInterface.py" line="2392"/> <source>&Translations Previewer...</source> <translation>Anteprima &Traduzioni...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2396"/> + <location filename="../UI/UserInterface.py" line="2397"/> <source>Start the Translations Previewer</source> <translation>Avvia l'anteprima delle traduzioni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2398"/> + <location filename="../UI/UserInterface.py" line="2399"/> <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> <translation><b>Anteprima traduzioni</b><p>Avvia l'anteprima delle traduzioni.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1796"/> + <location filename="../UI/UserInterface.py" line="1797"/> <source>Shell</source> <translation>Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1796"/> + <location filename="../UI/UserInterface.py" line="1797"/> <source>&Shell</source> <translation>&Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2560"/> + <location filename="../UI/UserInterface.py" line="2561"/> <source>Reload APIs</source> <translation>Ricarica APIs</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2560"/> + <location filename="../UI/UserInterface.py" line="2561"/> <source>Reload &APIs</source> <translation>Ricarica &APIs</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2564"/> + <location filename="../UI/UserInterface.py" line="2565"/> <source>Reload the API information</source> <translation>Ricarica le informazioni delle API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2566"/> + <location filename="../UI/UserInterface.py" line="2567"/> <source><b>Reload APIs</b><p>Reload the API information.</p></source> <translation><b>Ricarica APIs</b><p>Ricarica le informazioni delle API.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1848"/> + <location filename="../UI/UserInterface.py" line="1849"/> <source>Task-Viewer</source> <translation>Task-Viewer</translation> </message> @@ -81485,77 +81688,77 @@ <translation type="obsolete">Leggi task</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5224"/> + <location filename="../UI/UserInterface.py" line="5225"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Attualmente nessun visualizzatore personalizzato รจ selezionato. Per favore usa il dialogo delle preferenze per specificarne uno.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5887"/> + <location filename="../UI/UserInterface.py" line="5888"/> <source>Documentation Missing</source> <translation>Documentazione mancante</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3822"/> + <location filename="../UI/UserInterface.py" line="3823"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>L'indirizzo di posta o il server si posta sono vuoti. Per cortesia configura le opzioni per l'Email nel dialogo delle preferenze.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1867"/> + <location filename="../UI/UserInterface.py" line="1868"/> <source>Template-Viewer</source> <translation>Templates-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1743"/> + <location filename="../UI/UserInterface.py" line="1744"/> <source>Alt+Shift+P</source> <translation>Alt+Shift+P</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1778"/> + <location filename="../UI/UserInterface.py" line="1779"/> <source>Alt+Shift+D</source> <translation>Alt+Shift+D</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1796"/> + <location filename="../UI/UserInterface.py" line="1797"/> <source>Alt+Shift+S</source> <translation>Alt+Shift+S</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1813"/> + <location filename="../UI/UserInterface.py" line="1814"/> <source>Alt+Shift+F</source> <translation>Alt+Shift+M</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1848"/> + <location filename="../UI/UserInterface.py" line="1849"/> <source>Alt+Shift+T</source> <translation>Alt+Shift+T</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1760"/> + <location filename="../UI/UserInterface.py" line="1761"/> <source>Alt+Shift+M</source> <translation>Alt+Shift+M</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2715"/> + <location filename="../UI/UserInterface.py" line="2716"/> <source>Activate current editor</source> <translation>Attiva editor corrente</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2715"/> + <location filename="../UI/UserInterface.py" line="2716"/> <source>Alt+Shift+E</source> <translation>Alt+Shift+E</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2725"/> + <location filename="../UI/UserInterface.py" line="2726"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2734"/> + <location filename="../UI/UserInterface.py" line="2735"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1830"/> + <location filename="../UI/UserInterface.py" line="1831"/> <source>Alt+Shift+G</source> <translation>Alt+Shift+G</translation> </message> @@ -81575,7 +81778,7 @@ <translation type="obsolete">Apri documentazione su Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2948"/> + <location filename="../UI/UserInterface.py" line="2949"/> <source>Eric API Documentation</source> <translation>Documentazione API di Eric</translation> </message> @@ -81585,58 +81788,58 @@ <translation type="obsolete">Documentazione API di &Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2952"/> + <location filename="../UI/UserInterface.py" line="2953"/> <source>Open Eric API Documentation</source> <translation>Apri documentazione API di Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5258"/> + <location filename="../UI/UserInterface.py" line="5259"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>Non posso avviare il visualizzatore di help.<br>Assicurarsi che sia disponibile come <b>hh</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="585"/> + <location filename="../UI/UserInterface.py" line="586"/> <source>Registering Objects...</source> <translation>Registrazione Oggetti...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1743"/> + <location filename="../UI/UserInterface.py" line="1744"/> <source>Project-Viewer</source> <translation>Project-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1778"/> + <location filename="../UI/UserInterface.py" line="1779"/> <source>Debug-Viewer</source> <translation>Debug-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1631"/> + <location filename="../UI/UserInterface.py" line="1632"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1743"/> + <location filename="../UI/UserInterface.py" line="1744"/> <source>&Project-Viewer</source> <translation>&Project-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2115"/> + <location filename="../UI/UserInterface.py" line="2116"/> <source>Shift+F1</source> <translation>Shift+F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2133"/> + <location filename="../UI/UserInterface.py" line="2134"/> <source>F1</source> <translation>F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2175"/> + <location filename="../UI/UserInterface.py" line="2176"/> <source>Check for Updates</source> <translation>Controlla per aggiornamenti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2172"/> + <location filename="../UI/UserInterface.py" line="2173"/> <source>Check for &Updates...</source> <translation>Controlla per &Aggiornamenti...</translation> </message> @@ -81651,27 +81854,27 @@ <translation type="obsolete">Apri documentazione su PyQt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3170"/> + <location filename="../UI/UserInterface.py" line="3171"/> <source>Select Tool Group</source> <translation>Seleziona Tool Group</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3181"/> + <location filename="../UI/UserInterface.py" line="3182"/> <source>Se&ttings</source> <translation>Impos&tazioni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3364"/> + <location filename="../UI/UserInterface.py" line="3365"/> <source>Profiles</source> <translation>Profili</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4178"/> + <location filename="../UI/UserInterface.py" line="4179"/> <source>&Builtin Tools</source> <translation>Tool &Builtin</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5870"/> + <location filename="../UI/UserInterface.py" line="5871"/> <source>Documentation</source> <translation>Documentazione</translation> </message> @@ -81681,12 +81884,12 @@ <translation type="obsolete"><p>L'inizio della documentazione di PySide non รจ stato configurato.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7241"/> + <location filename="../UI/UserInterface.py" line="7242"/> <source>Error during updates check</source> <translation>Errore nel controllo per gli update</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7222"/> + <location filename="../UI/UserInterface.py" line="7223"/> <source>Update available</source> <translation>Aggiornamento disponibile</translation> </message> @@ -81696,462 +81899,462 @@ <translation type="obsolete"><h3>Numeri di versione</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7280"/> + <location filename="../UI/UserInterface.py" line="7281"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4223"/> + <location filename="../UI/UserInterface.py" line="4224"/> <source>Configure Tool Groups ...</source> <translation>Configura Tools Groups...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4227"/> + <location filename="../UI/UserInterface.py" line="4228"/> <source>Configure current Tool Group ...</source> <translation>Configura Tools Groups correnti...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2578"/> + <location filename="../UI/UserInterface.py" line="2579"/> <source>Show external tools</source> <translation>Mostra tool esterni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2573"/> + <location filename="../UI/UserInterface.py" line="2574"/> <source>Show external &tools</source> <translation>Mostra toll &esterni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7063"/> + <location filename="../UI/UserInterface.py" line="7064"/> <source>&Cancel</source> <translation>&Cancella</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7241"/> + <location filename="../UI/UserInterface.py" line="7242"/> <source>Could not perform updates check.</source> <translation>Non posso controllare per gli update.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7317"/> + <location filename="../UI/UserInterface.py" line="7318"/> <source>First time usage</source> <translation>Primo avvio</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="273"/> + <location filename="../UI/UserInterface.py" line="274"/> <source>Initializing Plugin Manager...</source> <translation>Inizializzazione Gestore Plugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3134"/> + <location filename="../UI/UserInterface.py" line="3135"/> <source>P&lugins</source> <translation>P&lugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3365"/> + <location filename="../UI/UserInterface.py" line="3366"/> <source>Plugins</source> <translation>Plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2752"/> + <location filename="../UI/UserInterface.py" line="2753"/> <source>Plugin Infos</source> <translation>Informazioni su Plugin</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2756"/> - <source>Show Plugin Infos</source> - <translation>Mostra informazioni sui Plugin</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2757"/> + <source>Show Plugin Infos</source> + <translation>Mostra informazioni sui Plugin</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2758"/> <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> <translation><b>Informazioni sui Plugin...</b><p>Apre un dialogo per mostrare le informazioni sul plugin caricati.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2752"/> + <location filename="../UI/UserInterface.py" line="2753"/> <source>&Plugin Infos...</source> <translation>Informazioni su &Plugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4195"/> + <location filename="../UI/UserInterface.py" line="4196"/> <source>&Plugin Tools</source> <translation>Informazioni sui &Plugin Tools</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2783"/> - <source>Uninstall Plugin</source> - <translation>Disinstalla Plugin</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2778"/> - <source>&Uninstall Plugin...</source> - <translation>Disinstalla Pl&ugin...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2784"/> + <source>Uninstall Plugin</source> + <translation>Disinstalla Plugin</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2779"/> + <source>&Uninstall Plugin...</source> + <translation>Disinstalla Pl&ugin...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2785"/> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation><b>Disinstalla Plugin...</b><p>Apre un dialogo per disinstallare un plugin.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="665"/> + <location filename="../UI/UserInterface.py" line="666"/> <source>Activating Plugins...</source> <translation>Attivazione Plugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3107"/> + <location filename="../UI/UserInterface.py" line="3108"/> <source>Wi&zards</source> <translation>Wi&zards</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4344"/> + <location filename="../UI/UserInterface.py" line="4345"/> <source>&Show all</source> <translation>Mo&stra tutti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4346"/> + <location filename="../UI/UserInterface.py" line="4347"/> <source>&Hide all</source> <translation>Nascondi &tutti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2183"/> + <location filename="../UI/UserInterface.py" line="2184"/> <source>Show downloadable versions</source> <translation>Mostra versioni scaricabili</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2183"/> + <location filename="../UI/UserInterface.py" line="2184"/> <source>Show &downloadable versions...</source> <translation>Mostra &versioni scaricabili...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2187"/> + <location filename="../UI/UserInterface.py" line="2188"/> <source>Show the versions available for download</source> <translation>Mostra le versioni disponibili per il download</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7265"/> + <location filename="../UI/UserInterface.py" line="7266"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versioni disponibili</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2791"/> + <location filename="../UI/UserInterface.py" line="2792"/> <source>Plugin Repository</source> <translation>Repository Plugin</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2791"/> + <location filename="../UI/UserInterface.py" line="2792"/> <source>Plugin &Repository...</source> <translation>&Repository Plugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2796"/> + <location filename="../UI/UserInterface.py" line="2797"/> <source>Show Plugins available for download</source> <translation>Mostra Plugin disponibili per il download</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2798"/> + <location filename="../UI/UserInterface.py" line="2799"/> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation><b>Repository Plugin...</b><p>Apre un dialogo che mostra i plugin disponibili.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2770"/> - <source>Install Plugins</source> - <translation>Installa Plugin</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2765"/> - <source>&Install Plugins...</source> - <translation>&Installa Plugin...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2771"/> + <source>Install Plugins</source> + <translation>Installa Plugin</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2766"/> + <source>&Install Plugins...</source> + <translation>&Installa Plugin...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2772"/> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation><b>Installa Plugin...<b><p>Apre un dialogo per installare o aggiornare i plugin.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2450"/> - <source>Mini Editor</source> - <translation>Mini Editor</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2445"/> - <source>Mini &Editor...</source> - <translation>Mini &Editor...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2451"/> + <source>Mini Editor</source> + <translation>Mini Editor</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2446"/> + <source>Mini &Editor...</source> + <translation>Mini &Editor...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2452"/> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation><b>Mini Editor</b><p>Apre un dialogo con un semplice editor.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2606"/> + <location filename="../UI/UserInterface.py" line="2607"/> <source>Toolbars</source> <translation>Toolbars</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2606"/> + <location filename="../UI/UserInterface.py" line="2607"/> <source>Tool&bars...</source> <translation>Tool&bars...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2611"/> - <source>Configure toolbars</source> - <translation>Configura toolbars</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2612"/> + <source>Configure toolbars</source> + <translation>Configura toolbars</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2613"/> <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> <translation><b>Toolbars</b><p>Configura le toolbars. Con questo dialogo puoi cambiare le azioni mostrate sulle varie toolbar e definire le tue.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="681"/> + <location filename="../UI/UserInterface.py" line="682"/> <source>Restoring Toolbarmanager...</source> <translation>Ripristino toolbarmanager...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1760"/> + <location filename="../UI/UserInterface.py" line="1761"/> <source>Multiproject-Viewer</source> <translation>Multiproject-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1760"/> + <location filename="../UI/UserInterface.py" line="1761"/> <source>&Multiproject-Viewer</source> <translation>&Multiproject-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5492"/> + <location filename="../UI/UserInterface.py" line="5493"/> <source>External Tools</source> <translation>Tool esterni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1668"/> + <location filename="../UI/UserInterface.py" line="1669"/> <source>Save session</source> <translation>Salva sessione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6612"/> + <location filename="../UI/UserInterface.py" line="6613"/> <source>Read session</source> <translation>Leggi sessione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3541"/> + <location filename="../UI/UserInterface.py" line="3542"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>Questa zona della barra di stato mostra l'encoding usato dall'editor.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3555"/> + <location filename="../UI/UserInterface.py" line="3556"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Questa zona della barra di stato mostra la possibilitร di scrittura del file.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2237"/> <source>Request Feature</source> <translation>Richiedi funzionalitร </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2237"/> <source>Request &Feature...</source> <translation>Richiedi &funzionalitร ...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2240"/> + <location filename="../UI/UserInterface.py" line="2241"/> <source>Send a feature request</source> <translation>Invia una richiesta di funzionalitร </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2242"/> + <location filename="../UI/UserInterface.py" line="2243"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation><b>Richiedi funzionalitร ...</b><p>Apre un dialogo per mandare una richiesta di funzionalitร .</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3534"/> + <location filename="../UI/UserInterface.py" line="3535"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>Questa zona della barra di stato mostra il linguaggio usato dall'editor.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3562"/> + <location filename="../UI/UserInterface.py" line="3563"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>Questa parte della barra di stato mostra il numero di linea.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3569"/> + <location filename="../UI/UserInterface.py" line="3570"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>Questa parte della barra di stato mostra la posizione del cursore.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1910"/> + <location filename="../UI/UserInterface.py" line="1911"/> <source>Horizontal Toolbox</source> <translation>Barra dei comandi orizzontale</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1867"/> + <location filename="../UI/UserInterface.py" line="1868"/> <source>Alt+Shift+A</source> <translation>Alt+Shift+A</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1910"/> + <location filename="../UI/UserInterface.py" line="1911"/> <source>&Horizontal Toolbox</source> <translation>Toolbox &Orizzontale</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1914"/> + <location filename="../UI/UserInterface.py" line="1915"/> <source>Toggle the Horizontal Toolbox window</source> <translation>Abilita/Disabilita una finestra la toolbox orizzontale</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1916"/> + <location filename="../UI/UserInterface.py" line="1917"/> <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Abilita/Disabilita la finestra della toolbox orizzontale</b><p>Se la finestra della toolbox orizzontale รจ nascosta verrร mostrata. Se รจ mostrata verrร chiusa.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4142"/> + <location filename="../UI/UserInterface.py" line="4143"/> <source>Restart application</source> <translation>Riavvia applicazione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4142"/> + <location filename="../UI/UserInterface.py" line="4143"/> <source>The application needs to be restarted. Do it now?</source> <translation>L'applicazione necessita di un riavvio. Farlo ora ?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3143"/> + <location filename="../UI/UserInterface.py" line="3144"/> <source>Configure...</source> <translation>Configura...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3548"/> + <location filename="../UI/UserInterface.py" line="3549"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation><p>Questa zona della barra di stato mostra l'eol usato dall'editor.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2743"/> + <location filename="../UI/UserInterface.py" line="2744"/> <source>Switch between tabs</source> <translation>Cicla tra le linguette</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2743"/> + <location filename="../UI/UserInterface.py" line="2744"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2532"/> + <location filename="../UI/UserInterface.py" line="2533"/> <source>Export Preferences</source> <translation>Esporta preferenze</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2532"/> + <location filename="../UI/UserInterface.py" line="2533"/> <source>E&xport Preferences...</source> <translation>E&sporta preferenze...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2537"/> + <location filename="../UI/UserInterface.py" line="2538"/> <source>Export the current configuration</source> <translation>Esporta la configurazione attuale</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2539"/> + <location filename="../UI/UserInterface.py" line="2540"/> <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> <translation><b>Esporta preferenze</b><p>Esporta la configurazione attuale su un file.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2546"/> + <location filename="../UI/UserInterface.py" line="2547"/> <source>Import Preferences</source> <translation>Importa preferenze</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2546"/> + <location filename="../UI/UserInterface.py" line="2547"/> <source>I&mport Preferences...</source> <translation>I&mporta preferenze...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2551"/> + <location filename="../UI/UserInterface.py" line="2552"/> <source>Import a previously exported configuration</source> <translation>Importa una configurazione precedentemente esportata</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2553"/> + <location filename="../UI/UserInterface.py" line="2554"/> <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> <translation><b>Importa preferenze</b><p>Importa una configurazione precedentemente esportata.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2725"/> + <location filename="../UI/UserInterface.py" line="2726"/> <source>Show next</source> <translation>Mostra successivo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2734"/> + <location filename="../UI/UserInterface.py" line="2735"/> <source>Show previous</source> <translation>Mostra precedente</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1924"/> + <location filename="../UI/UserInterface.py" line="1925"/> <source>Left Sidebar</source> <translation>Barra laterale sinistra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1924"/> + <location filename="../UI/UserInterface.py" line="1925"/> <source>&Left Sidebar</source> <translation>Barra &laterale sinistra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1928"/> - <source>Toggle the left sidebar window</source> - <translation>Abilita/Disabilita la finestra della barra laterale sinistra</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1929"/> + <source>Toggle the left sidebar window</source> + <translation>Abilita/Disabilita la finestra della barra laterale sinistra</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1930"/> <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Abilita/Disabilita la finestra della barra laterale sinistra</b><p>Se la finestra della barra laterale sinistra รจ nascosta verrร mostrata. Se รจ mostrata verrร chiusa.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1951"/> + <location filename="../UI/UserInterface.py" line="1952"/> <source>Bottom Sidebar</source> <translation>Barra in basso</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1951"/> + <location filename="../UI/UserInterface.py" line="1952"/> <source>&Bottom Sidebar</source> <translation>Barra in &basso</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1955"/> + <location filename="../UI/UserInterface.py" line="1956"/> <source>Toggle the bottom sidebar window</source> <translation>Abilita/Disabilita la finestra della barra in basso</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1957"/> + <location filename="../UI/UserInterface.py" line="1958"/> <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Abilita/Disabilita la finestra della barra in basso</b><p>Se la finestra della barra in basso รจ nascosta verrร mostrata. Se รจ mostrata verrร chiusa.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1778"/> + <location filename="../UI/UserInterface.py" line="1779"/> <source>&Debug-Viewer</source> <translation>&Debug-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2432"/> + <location filename="../UI/UserInterface.py" line="2433"/> <source>SQL Browser</source> <translation>SQL Browser</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2432"/> + <location filename="../UI/UserInterface.py" line="2433"/> <source>SQL &Browser...</source> <translation>SQL &Browser...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2437"/> - <source>Browse a SQL database</source> - <translation>Naviga un database SQL</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2438"/> + <source>Browse a SQL database</source> + <translation>Naviga un database SQL</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2439"/> <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> <translation><b>SQL Browser</b><p>Naviga un database SQL.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2487"/> + <location filename="../UI/UserInterface.py" line="2488"/> <source>Icon Editor</source> <translation>Editor di icone</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2487"/> + <location filename="../UI/UserInterface.py" line="2488"/> <source>&Icon Editor...</source> <translation>Editor di &icone...</translation> </message> @@ -82176,95 +82379,95 @@ <translation type="obsolete">Apri documentazione PySide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1597"/> + <location filename="../UI/UserInterface.py" line="1598"/> <source>{0} - Passive Mode</source> <translation>{0} - Passive Debug Mode</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1604"/> + <location filename="../UI/UserInterface.py" line="1605"/> <source>{0} - {1} - Passive Mode</source> <translation>{0} -{1} Passive Debug Mode</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1608"/> + <location filename="../UI/UserInterface.py" line="1609"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation>{0} -{1} - {2} - Passive Debug Mode</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3640"/> + <location filename="../UI/UserInterface.py" line="3641"/> <source>External Tools/{0}</source> <translation>Tool Esterni/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5352"/> + <location filename="../UI/UserInterface.py" line="5353"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>Il file <b>{0}</b> non esiste o ha lunghezza zero.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5077"/> + <location filename="../UI/UserInterface.py" line="5078"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare Qt-Designer.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5147"/> + <location filename="../UI/UserInterface.py" line="5148"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare Qt-Linguist.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5191"/> + <location filename="../UI/UserInterface.py" line="5192"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare Qt-Assistant.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5238"/> + <location filename="../UI/UserInterface.py" line="5239"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare il visualizzatore personalizzato.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5308"/> + <location filename="../UI/UserInterface.py" line="5309"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare UI Previewer.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5365"/> + <location filename="../UI/UserInterface.py" line="5366"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare l'anteprima delle traduzioni.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5388"/> + <location filename="../UI/UserInterface.py" line="5389"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare SQL Browser.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5483"/> + <location filename="../UI/UserInterface.py" line="5484"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation>Nessun elemento per il tool esterno '{0}' trovato nel gruppo '{1}'.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5492"/> + <location filename="../UI/UserInterface.py" line="5493"/> <source>No toolgroup entry '{0}' found.</source> <translation>Nessun gruppo '{0}' trovato.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5531"/> + <location filename="../UI/UserInterface.py" line="5532"/> <source>Starting process '{0} {1}'. </source> <translation>Avvio processo '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5547"/> + <location filename="../UI/UserInterface.py" line="5548"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation><p>Non posso avviare l'elemento degli strumenti <b>{0}</b>.<br>Assicurarsi che sia disponibile come <b>{1}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5625"/> + <location filename="../UI/UserInterface.py" line="5626"/> <source>Process '{0}' has exited. </source> <translation>Il processo '{0}' รจ terminato.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5887"/> + <location filename="../UI/UserInterface.py" line="5888"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation><p>L'inizio della documentazione "<b>{0}</b>" non viene trovato.</p></translation> </message> @@ -82274,57 +82477,57 @@ <translation type="obsolete"><p>Il file task <b>{0}</b> non puรฒ essere scritto.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6519"/> + <location filename="../UI/UserInterface.py" line="6520"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Il file task <b>{0}</b> non puรฒ essere letto.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6557"/> + <location filename="../UI/UserInterface.py" line="6558"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>Il file sessione <b>{0}</b> non puรฒ essere scritto.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6612"/> + <location filename="../UI/UserInterface.py" line="6613"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>Il file sessione <b>{0}</b> non puรฒ essere letto.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6898"/> + <location filename="../UI/UserInterface.py" line="6899"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> non รจ un file.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7072"/> + <location filename="../UI/UserInterface.py" line="7073"/> <source>Trying host {0}</source> <translation>Tento su host {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1117"/> + <location filename="../UI/UserInterface.py" line="1118"/> <source>Cooperation</source> <translation>Cooperazione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1966"/> + <location filename="../UI/UserInterface.py" line="1967"/> <source>Alt+Shift+O</source> <translation>Alt+Shift+O</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1173"/> + <location filename="../UI/UserInterface.py" line="1174"/> <source>Symbols</source> <translation>Simboli</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2003"/> + <location filename="../UI/UserInterface.py" line="2004"/> <source>Alt+Shift+Y</source> <translation>Alt+Shift+Y</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1182"/> + <location filename="../UI/UserInterface.py" line="1183"/> <source>Numbers</source> <translation>Numeri</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2022"/> + <location filename="../UI/UserInterface.py" line="2023"/> <source>Alt+Shift+B</source> <translation>Alt+Shift+B</translation> </message> @@ -82334,7 +82537,7 @@ <translation type="obsolete">File scorciatoi tastiera (*.e4k)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2926"/> + <location filename="../UI/UserInterface.py" line="2927"/> <source>Python 3 Documentation</source> <translation>Documentazione Python 3</translation> </message> @@ -82344,7 +82547,7 @@ <translation type="obsolete">Documentazione Python &3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2930"/> + <location filename="../UI/UserInterface.py" line="2931"/> <source>Open Python 3 Documentation</source> <translation>Apri documentazione Python 3</translation> </message> @@ -82369,408 +82572,408 @@ <translation type="obsolete"><b>Documentazione Python 2</b><p>Mostra la documentazione Python 2. Se non รจ configurata una directory per la documentazione, viene assunto che la posizione della documentazione sia nella directory doc nella locazione dell'eseguibile Python 2 su Windows e <i>/usr/share/doc/packages/python/html</i> su Unix. Imposta PYTHONDOCDIR2 nel tuo ambiente per sovrascrivere questi valori.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7130"/> + <location filename="../UI/UserInterface.py" line="7131"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7123"/> + <location filename="../UI/UserInterface.py" line="7124"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6087"/> + <location filename="../UI/UserInterface.py" line="6088"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6087"/> + <location filename="../UI/UserInterface.py" line="6088"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7130"/> + <location filename="../UI/UserInterface.py" line="7131"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="690"/> + <location filename="../UI/UserInterface.py" line="691"/> <source>Setting View Profile...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="703"/> + <location filename="../UI/UserInterface.py" line="704"/> <source>Reading Tasks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="708"/> + <location filename="../UI/UserInterface.py" line="709"/> <source>Reading Templates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="713"/> + <location filename="../UI/UserInterface.py" line="714"/> <source>Starting Debugger...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1690"/> + <location filename="../UI/UserInterface.py" line="1691"/> <source>New Window</source> <translation type="unfinished">Nuova finestra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1690"/> + <location filename="../UI/UserInterface.py" line="1691"/> <source>New &Window</source> <translation type="unfinished">Nuova &Finestra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1690"/> + <location filename="../UI/UserInterface.py" line="1691"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2279"/> + <location filename="../UI/UserInterface.py" line="2280"/> <source>Unittest Rerun Failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2279"/> + <location filename="../UI/UserInterface.py" line="2280"/> <source>Rerun Failed Tests...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2284"/> + <location filename="../UI/UserInterface.py" line="2285"/> <source>Rerun failed tests of the last run</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2286"/> + <location filename="../UI/UserInterface.py" line="2287"/> <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2418"/> + <location filename="../UI/UserInterface.py" line="2419"/> <source>Compare &Files side by side...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2501"/> + <location filename="../UI/UserInterface.py" line="2502"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2501"/> + <location filename="../UI/UserInterface.py" line="2502"/> <source>&Snapshot...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2506"/> + <location filename="../UI/UserInterface.py" line="2507"/> <source>Take snapshots of a screen region</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2508"/> + <location filename="../UI/UserInterface.py" line="2509"/> <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5460"/> + <location filename="../UI/UserInterface.py" line="5461"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7336"/> + <location filename="../UI/UserInterface.py" line="7337"/> <source>Select Workspace Directory</source> <translation type="unfinished">Seleziona cartella di lavoro</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1885"/> + <location filename="../UI/UserInterface.py" line="1886"/> <source>Left Toolbox</source> <translation type="unfinished">Barra degli strumenti sinistra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1897"/> + <location filename="../UI/UserInterface.py" line="1898"/> <source>Right Toolbox</source> <translation type="unfinished">Barra degli strumenti destra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1749"/> + <location filename="../UI/UserInterface.py" line="1750"/> <source>Switch the input focus to the Project-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1751"/> + <location filename="../UI/UserInterface.py" line="1752"/> <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1766"/> + <location filename="../UI/UserInterface.py" line="1767"/> <source>Switch the input focus to the Multiproject-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1768"/> + <location filename="../UI/UserInterface.py" line="1769"/> <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1784"/> + <location filename="../UI/UserInterface.py" line="1785"/> <source>Switch the input focus to the Debug-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1786"/> + <location filename="../UI/UserInterface.py" line="1787"/> <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1802"/> + <location filename="../UI/UserInterface.py" line="1803"/> <source>Switch the input focus to the Shell window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1805"/> <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1813"/> + <location filename="../UI/UserInterface.py" line="1814"/> <source>&File-Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1819"/> + <location filename="../UI/UserInterface.py" line="1820"/> <source>Switch the input focus to the File-Browser window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1821"/> + <location filename="../UI/UserInterface.py" line="1822"/> <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1830"/> + <location filename="../UI/UserInterface.py" line="1831"/> <source>Lo&g-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1836"/> + <location filename="../UI/UserInterface.py" line="1837"/> <source>Switch the input focus to the Log-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1838"/> + <location filename="../UI/UserInterface.py" line="1839"/> <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1848"/> + <location filename="../UI/UserInterface.py" line="1849"/> <source>&Task-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1854"/> + <location filename="../UI/UserInterface.py" line="1855"/> <source>Switch the input focus to the Task-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1867"/> + <location filename="../UI/UserInterface.py" line="1868"/> <source>Templ&ate-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1873"/> + <location filename="../UI/UserInterface.py" line="1874"/> <source>Switch the input focus to the Template-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1875"/> + <location filename="../UI/UserInterface.py" line="1876"/> <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1885"/> + <location filename="../UI/UserInterface.py" line="1886"/> <source>&Left Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1888"/> - <source>Toggle the Left Toolbox window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1889"/> + <source>Toggle the Left Toolbox window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1890"/> <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1897"/> + <location filename="../UI/UserInterface.py" line="1898"/> <source>&Right Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1901"/> - <source>Toggle the Right Toolbox window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1902"/> + <source>Toggle the Right Toolbox window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1903"/> <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1937"/> + <location filename="../UI/UserInterface.py" line="1938"/> <source>Right Sidebar</source> <translation type="unfinished">Barra laterale destra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1937"/> + <location filename="../UI/UserInterface.py" line="1938"/> <source>&Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1941"/> + <location filename="../UI/UserInterface.py" line="1942"/> <source>Toggle the right sidebar window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1943"/> + <location filename="../UI/UserInterface.py" line="1944"/> <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1966"/> + <location filename="../UI/UserInterface.py" line="1967"/> <source>Cooperation-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1966"/> + <location filename="../UI/UserInterface.py" line="1967"/> <source>Co&operation-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1972"/> + <location filename="../UI/UserInterface.py" line="1973"/> <source>Switch the input focus to the Cooperation-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1974"/> + <location filename="../UI/UserInterface.py" line="1975"/> <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2003"/> + <location filename="../UI/UserInterface.py" line="2004"/> <source>Symbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2003"/> + <location filename="../UI/UserInterface.py" line="2004"/> <source>S&ymbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2009"/> + <location filename="../UI/UserInterface.py" line="2010"/> <source>Switch the input focus to the Symbols-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2011"/> + <location filename="../UI/UserInterface.py" line="2012"/> <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2022"/> + <location filename="../UI/UserInterface.py" line="2023"/> <source>Numbers-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2022"/> + <location filename="../UI/UserInterface.py" line="2023"/> <source>Num&bers-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2028"/> + <location filename="../UI/UserInterface.py" line="2029"/> <source>Switch the input focus to the Numbers-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2030"/> + <location filename="../UI/UserInterface.py" line="2031"/> <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3220"/> + <location filename="../UI/UserInterface.py" line="3221"/> <source>&Windows</source> <translation type="unfinished">&Finestre</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1856"/> + <location filename="../UI/UserInterface.py" line="1857"/> <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1985"/> + <location filename="../UI/UserInterface.py" line="1986"/> <source>IRC</source> <translation type="unfinished">IRC</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1985"/> + <location filename="../UI/UserInterface.py" line="1986"/> <source>&IRC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1991"/> + <location filename="../UI/UserInterface.py" line="1992"/> <source>Switch the input focus to the IRC window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1993"/> + <location filename="../UI/UserInterface.py" line="1994"/> <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2337"/> + <location filename="../UI/UserInterface.py" line="2338"/> <source>Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2337"/> + <location filename="../UI/UserInterface.py" line="2338"/> <source>Qt-&Designer...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2342"/> - <source>Start Qt-Designer</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2343"/> + <source>Start Qt-Designer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2344"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2363"/> + <location filename="../UI/UserInterface.py" line="2364"/> <source>Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2363"/> + <location filename="../UI/UserInterface.py" line="2364"/> <source>Qt-&Linguist...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2368"/> - <source>Start Qt-Linguist</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2369"/> + <source>Start Qt-Linguist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2370"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2857"/> + <location filename="../UI/UserInterface.py" line="2858"/> <source>Qt5 Documentation</source> <translation type="unfinished">Documentazione Qt4 {5 ?}</translation> </message> @@ -82780,57 +82983,57 @@ <translation type="obsolete">Documentazione Qt&4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2861"/> + <location filename="../UI/UserInterface.py" line="2862"/> <source>Open Qt5 Documentation</source> <translation type="unfinished">Apri documentazione su Qt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2665"/> + <location filename="../UI/UserInterface.py" line="2666"/> <source>Manage SSL Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2665"/> + <location filename="../UI/UserInterface.py" line="2666"/> <source>Manage SSL Certificates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2670"/> + <location filename="../UI/UserInterface.py" line="2671"/> <source>Manage the saved SSL certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2672"/> + <location filename="../UI/UserInterface.py" line="2673"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2681"/> + <location filename="../UI/UserInterface.py" line="2682"/> <source>Edit Message Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2681"/> + <location filename="../UI/UserInterface.py" line="2682"/> <source>Edit Message Filters...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2686"/> + <location filename="../UI/UserInterface.py" line="2687"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2688"/> + <location filename="../UI/UserInterface.py" line="2689"/> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2887"/> + <location filename="../UI/UserInterface.py" line="2888"/> <source>PyQt5 Documentation</source> <translation type="unfinished">Documentazione PyQt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2891"/> + <location filename="../UI/UserInterface.py" line="2892"/> <source>Open PyQt5 Documentation</source> <translation type="unfinished">Apri documentazione su PyQt4 {5 ?}</translation> </message> @@ -82840,32 +83043,32 @@ <translation type="obsolete"><p>L'inizio della documentazione di PyQt4 non รจ stato configurato.</p> {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2932"/> + <location filename="../UI/UserInterface.py" line="2933"/> <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7063"/> + <location filename="../UI/UserInterface.py" line="7064"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2202"/> - <source>Show Error Log</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2198"/> - <source>Show Error &Log...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2203"/> + <source>Show Error Log</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2199"/> + <source>Show Error &Log...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2204"/> <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7067"/> + <location filename="../UI/UserInterface.py" line="7068"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> @@ -82940,528 +83143,528 @@ <translation type="obsolete">eric6 non รจ ancora stato configurato. Il dialogo di configurazione verrร avviato.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="667"/> + <location filename="../UI/UserInterface.py" line="668"/> <source>Generating Plugins Toolbars...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4198"/> + <location filename="../UI/UserInterface.py" line="4199"/> <source>&User Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4270"/> + <location filename="../UI/UserInterface.py" line="4271"/> <source>No User Tools Configured</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2458"/> + <location filename="../UI/UserInterface.py" line="2459"/> <source>Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2458"/> + <location filename="../UI/UserInterface.py" line="2459"/> <source>&Hex Editor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2704"/> + <location filename="../UI/UserInterface.py" line="2705"/> <source>Clear private data</source> <translation type="unfinished">Pulisci dati privati</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2706"/> + <location filename="../UI/UserInterface.py" line="2707"/> <source><b>Clear private data</b><p>Clears the private data like the various list of recently opened files, projects or multi projects.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1664"/> + <location filename="../UI/UserInterface.py" line="1665"/> <source>Save session...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1669"/> + <location filename="../UI/UserInterface.py" line="1670"/> <source><b>Save session...</b><p>This saves the current session to disk. A dialog is opened to select the file name.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6651"/> + <location filename="../UI/UserInterface.py" line="6652"/> <source>Load session</source> <translation type="unfinished">Carica sessione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1677"/> + <location filename="../UI/UserInterface.py" line="1678"/> <source>Load session...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1683"/> <source><b>Load session...</b><p>This loads a session saved to disk previously. A dialog is opened to select the file name.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6704"/> + <location filename="../UI/UserInterface.py" line="6705"/> <source>Crash Session found!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6704"/> + <location filename="../UI/UserInterface.py" line="6705"/> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="670"/> + <location filename="../UI/UserInterface.py" line="671"/> <source>Cleaning Plugins Download Area...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="662"/> + <location filename="../UI/UserInterface.py" line="663"/> <source>Initializing Plugins...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7210"/> + <location filename="../UI/UserInterface.py" line="7211"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7210"/> + <location filename="../UI/UserInterface.py" line="7211"/> <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2041"/> + <location filename="../UI/UserInterface.py" line="2042"/> <source>Code Documentation Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2862"/> + <location filename="../UI/UserInterface.py" line="2863"/> <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2893"/> + <location filename="../UI/UserInterface.py" line="2894"/> <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2969"/> + <location filename="../UI/UserInterface.py" line="2970"/> <source>PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2973"/> + <location filename="../UI/UserInterface.py" line="2974"/> <source>Open PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2975"/> + <location filename="../UI/UserInterface.py" line="2976"/> <source><b>PySide2 Documentation</b><p>Display the PySide2 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5870"/> + <location filename="../UI/UserInterface.py" line="5871"/> <source><p>The PySide{0} documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2812"/> + <location filename="../UI/UserInterface.py" line="2813"/> <source>Virtualenv Manager</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2806"/> + <location filename="../UI/UserInterface.py" line="2807"/> <source>&Virtualenv Manager...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2814"/> + <location filename="../UI/UserInterface.py" line="2815"/> <source><b>Virtualenv Manager</b><p>This opens a dialog to manage the defined Python virtual environments.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2829"/> + <location filename="../UI/UserInterface.py" line="2830"/> <source>Virtualenv Configurator</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2823"/> + <location filename="../UI/UserInterface.py" line="2824"/> <source>Virtualenv &Configurator...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2831"/> + <location filename="../UI/UserInterface.py" line="2832"/> <source><b>Virtualenv Configurator</b><p>This opens a dialog for entering all the parameters needed to create a Python virtual environment using virtualenv or pyvenv.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3227"/> + <location filename="../UI/UserInterface.py" line="3228"/> <source>Left Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3239"/> + <location filename="../UI/UserInterface.py" line="3240"/> <source>Bottom Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3246"/> + <location filename="../UI/UserInterface.py" line="3247"/> <source>Right Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3266"/> + <location filename="../UI/UserInterface.py" line="3267"/> <source>Plug-ins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1648"/> + <location filename="../UI/UserInterface.py" line="1649"/> <source>Restart</source> <translation type="unfinished">Riavvio</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1648"/> + <location filename="../UI/UserInterface.py" line="1649"/> <source>Ctrl+Shift+Q</source> <comment>File|Quit</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1654"/> - <source>Restart the IDE</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1655"/> + <source>Restart the IDE</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1656"/> <source><b>Restart the IDE</b><p>This restarts the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6044"/> + <location filename="../UI/UserInterface.py" line="6045"/> <source>Start Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2079"/> + <location filename="../UI/UserInterface.py" line="2080"/> <source>Conda</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2061"/> + <location filename="../UI/UserInterface.py" line="2062"/> <source>PyPI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3580"/> + <location filename="../UI/UserInterface.py" line="3581"/> <source><p>This part of the status bar allows zooming the current editor or shell.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2097"/> + <location filename="../UI/UserInterface.py" line="2098"/> <source>MicroPython</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1985"/> + <location filename="../UI/UserInterface.py" line="1986"/> <source>Ctrl+Alt+Shift+I</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2041"/> + <location filename="../UI/UserInterface.py" line="2042"/> <source>Ctrl+Alt+Shift+D</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2047"/> + <location filename="../UI/UserInterface.py" line="2048"/> <source>Switch the input focus to the Code Documentation Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2050"/> + <location filename="../UI/UserInterface.py" line="2051"/> <source><b>Code Documentation Viewer</b><p>This switches the input focus to the Code Documentation Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2061"/> + <location filename="../UI/UserInterface.py" line="2062"/> <source>Ctrl+Alt+Shift+P</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2067"/> + <location filename="../UI/UserInterface.py" line="2068"/> <source>Switch the input focus to the PyPI window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2069"/> + <location filename="../UI/UserInterface.py" line="2070"/> <source><b>PyPI</b><p>This switches the input focus to the PyPI window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2079"/> + <location filename="../UI/UserInterface.py" line="2080"/> <source>Ctrl+Alt+Shift+C</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2085"/> + <location filename="../UI/UserInterface.py" line="2086"/> <source>Switch the input focus to the Conda window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2087"/> + <location filename="../UI/UserInterface.py" line="2088"/> <source><b>Conda</b><p>This switches the input focus to the Conda window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2097"/> + <location filename="../UI/UserInterface.py" line="2098"/> <source>Ctrl+Alt+Shift+M</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2103"/> + <location filename="../UI/UserInterface.py" line="2104"/> <source>Switch the input focus to the MicroPython window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2105"/> + <location filename="../UI/UserInterface.py" line="2106"/> <source><b>MicroPython</b><p>This switches the input focus to the MicroPython window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3224"/> + <location filename="../UI/UserInterface.py" line="3225"/> <source>Central Park</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3749"/> + <location filename="../UI/UserInterface.py" line="3750"/> <source><h2>Version Numbers</h2><table></source> <translation type="unfinished"><h3>Numeri di versione</h3><table> {2>?} {2>?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5086"/> + <location filename="../UI/UserInterface.py" line="5087"/> <source><p>Could not find the Qt-Designer executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5156"/> + <location filename="../UI/UserInterface.py" line="5157"/> <source><p>Could not find the Qt-Linguist executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5200"/> + <location filename="../UI/UserInterface.py" line="5201"/> <source><p>Could not find the Qt-Assistant executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2210"/> + <location filename="../UI/UserInterface.py" line="2211"/> <source>Show Install Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2210"/> + <location filename="../UI/UserInterface.py" line="2211"/> <source>Show Install &Info...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2214"/> + <location filename="../UI/UserInterface.py" line="2215"/> <source>Show Installation Information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2216"/> + <location filename="../UI/UserInterface.py" line="2217"/> <source><b>Show Install Info...</b><p>Opens a dialog showing some information about the installation process.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2872"/> + <location filename="../UI/UserInterface.py" line="2873"/> <source>Qt6 Documentation</source> <translation type="unfinished">Documentazione Qt4 {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2876"/> - <source>Open Qt6 Documentation</source> - <translation type="unfinished">Apri documentazione su Qt4 {6 ?}</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2877"/> + <source>Open Qt6 Documentation</source> + <translation type="unfinished">Apri documentazione su Qt4 {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2878"/> <source><b>Qt6 Documentation</b><p>Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2904"/> + <location filename="../UI/UserInterface.py" line="2905"/> <source>PyQt6 Documentation</source> <translation type="unfinished">Documentazione PyQt4 {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2908"/> + <location filename="../UI/UserInterface.py" line="2909"/> <source>Open PyQt6 Documentation</source> <translation type="unfinished">Apri documentazione su PyQt4 {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2910"/> + <location filename="../UI/UserInterface.py" line="2911"/> <source><b>PyQt6 Documentation</b><p>Display the PyQt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2989"/> + <location filename="../UI/UserInterface.py" line="2990"/> <source>PySide6 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2993"/> + <location filename="../UI/UserInterface.py" line="2994"/> <source>Open PySide6 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2995"/> + <location filename="../UI/UserInterface.py" line="2996"/> <source><b>PySide6 Documentation</b><p>Display the PySide6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5765"/> + <location filename="../UI/UserInterface.py" line="5766"/> <source><p>The PyQt{0} documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1696"/> + <location filename="../UI/UserInterface.py" line="1697"/> <source>Open a new eric instance</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1698"/> + <location filename="../UI/UserInterface.py" line="1699"/> <source><b>New Window</b><p>This opens a new instance of the eric IDE.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2141"/> + <location filename="../UI/UserInterface.py" line="2142"/> <source><b>Helpviewer</b><p>Display the eric web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well</p><p>If called with a word selected, this word is search in the Qt help collection.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2176"/> + <location filename="../UI/UserInterface.py" line="2177"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2189"/> + <location filename="../UI/UserInterface.py" line="2190"/> <source><b>Show downloadable versions...</b><p>Shows the eric versions available for download from the internet.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2463"/> + <location filename="../UI/UserInterface.py" line="2464"/> <source>Start the eric Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2465"/> + <location filename="../UI/UserInterface.py" line="2466"/> <source><b>Hex Editor</b><p>Starts the eric Hex Editor for viewing or editing binary files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2473"/> + <location filename="../UI/UserInterface.py" line="2474"/> <source>eric Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2473"/> + <location filename="../UI/UserInterface.py" line="2474"/> <source>eric &Web Browser...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2478"/> + <location filename="../UI/UserInterface.py" line="2479"/> <source>Start the eric Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2480"/> + <location filename="../UI/UserInterface.py" line="2481"/> <source><b>eric Web Browser</b><p>Browse the Internet with the eric Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2492"/> + <location filename="../UI/UserInterface.py" line="2493"/> <source>Start the eric Icon Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2494"/> + <location filename="../UI/UserInterface.py" line="2495"/> <source><b>Icon Editor</b><p>Starts the eric Icon Editor for editing simple icons.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2580"/> + <location filename="../UI/UserInterface.py" line="2581"/> <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2954"/> + <location filename="../UI/UserInterface.py" line="2955"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric installation directory.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5983"/> + <location filename="../UI/UserInterface.py" line="5984"/> <source>The eric web browser could not be started.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6044"/> + <location filename="../UI/UserInterface.py" line="6045"/> <source><p>The eric web browser is not started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7222"/> + <location filename="../UI/UserInterface.py" line="7223"/> <source>The update to <b>{0}</b> of eric is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7200"/> + <location filename="../UI/UserInterface.py" line="7201"/> <source>You are using a snapshot release of eric. A more up-to-date stable release might be available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7234"/> + <location filename="../UI/UserInterface.py" line="7235"/> <source>eric is up to date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7234"/> + <location filename="../UI/UserInterface.py" line="7235"/> <source>You are using the latest version of eric</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7317"/> + <location filename="../UI/UserInterface.py" line="7318"/> <source>eric has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6295"/> + <location filename="../UI/UserInterface.py" line="6296"/> <source>Keyboard Shortcuts File (*.ekj);;XML Keyboard Shortcuts File (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6314"/> + <location filename="../UI/UserInterface.py" line="6315"/> <source><p>The keyboard shortcuts file <b>{0}</b> exists already. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6330"/> + <location filename="../UI/UserInterface.py" line="6331"/> <source>Keyboard Shortcuts File (*.ekj);;XML Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6519"/> + <location filename="../UI/UserInterface.py" line="6520"/> <source>Read Tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6628"/> + <location filename="../UI/UserInterface.py" line="6629"/> <source>Save Session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6585"/> + <location filename="../UI/UserInterface.py" line="6586"/> <source>Read Session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6651"/> + <location filename="../UI/UserInterface.py" line="6652"/> <source>eric Session Files (*.esj);;eric XML Session Files (*.e5s)</source> <translation type="unfinished"></translation> </message>