Modified the display of the crash session dialog to show the time stamp of the found crash session file and the path of the project file (if a project was open) (see issue584). eric7

Thu, 03 Apr 2025 19:50:43 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 03 Apr 2025 19:50:43 +0200
branch
eric7
changeset 11206
9271719f43a7
parent 11205
7981b062ec1b
child 11207
7193db06924d

Modified the display of the crash session dialog to show the time stamp of the found crash session file and the path of the project file (if a project was open) (see issue584).

docs/changelog.md file | annotate | diff | comparison | revisions
eric7.epj file | annotate | diff | comparison | revisions
src/eric7/APIs/Python3/eric7.api file | annotate | diff | comparison | revisions
src/eric7/APIs/Python3/eric7.bas file | annotate | diff | comparison | revisions
src/eric7/Documentation/Help/source.qch file | annotate | diff | comparison | revisions
src/eric7/Documentation/Help/source.qhp file | annotate | diff | comparison | revisions
src/eric7/Documentation/Source/eric7.Sessions.CrashedSessionsSelectionDialog.html file | annotate | diff | comparison | revisions
src/eric7/Documentation/Source/index-eric7.Sessions.html file | annotate | diff | comparison | revisions
src/eric7/Sessions/CrashedSessionsSelectionDialog.py file | annotate | diff | comparison | revisions
src/eric7/Sessions/CrashedSessionsSelectionDialog.ui file | annotate | diff | comparison | revisions
src/eric7/Sessions/Ui_CrashedSessionsSelectionDialog.py file | annotate | diff | comparison | revisions
src/eric7/UI/UserInterface.py file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_cs.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_de.qm file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_de.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_empty.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_en.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_es.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_fr.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_it.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_pt.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_ru.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_tr.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_zh_CN.ts file | annotate | diff | comparison | revisions
--- a/docs/changelog.md	Wed Apr 02 16:56:06 2025 +0200
+++ b/docs/changelog.md	Thu Apr 03 19:50:43 2025 +0200
@@ -2,6 +2,10 @@
 
 ### Version 25.5
 - bug fixes
+- General
+    - Modified the display of the crash session dialog to show the time stamp
+      of the found crash session file and the path of the
+      project file (if a project was open) (see issue584).
 
 ### Version 25.4
 - bug fixes
--- a/eric7.epj	Wed Apr 02 16:56:06 2025 +0200
+++ b/eric7.epj	Thu Apr 03 19:50:43 2025 +0200
@@ -696,6 +696,7 @@
       "src/eric7/RemoteServerInterface/EricServerConnectionDialog.ui",
       "src/eric7/RemoteServerInterface/EricServerFileDialog.ui",
       "src/eric7/RemoteServerInterface/EricServerProfilesDialog.ui",
+      "src/eric7/Sessions/CrashedSessionsSelectionDialog.ui",
       "src/eric7/Snapshot/SnapWidget.ui",
       "src/eric7/SqlBrowser/SqlBrowserWidget.ui",
       "src/eric7/SqlBrowser/SqlConnectionDialog.ui",
@@ -2560,7 +2561,9 @@
       "src/eric7/RemoteServerInterface/Ui_EricServerFileDialog.py",
       "src/eric7/RemoteServerInterface/Ui_EricServerProfilesDialog.py",
       "src/eric7/RemoteServerInterface/__init__.py",
+      "src/eric7/Sessions/CrashedSessionsSelectionDialog.py",
       "src/eric7/Sessions/SessionFile.py",
+      "src/eric7/Sessions/Ui_CrashedSessionsSelectionDialog.py",
       "src/eric7/Sessions/__init__.py",
       "src/eric7/Snapshot/SnapWidget.py",
       "src/eric7/Snapshot/SnapshotDefaultGrabber.py",
--- a/src/eric7/APIs/Python3/eric7.api	Wed Apr 02 16:56:06 2025 +0200
+++ b/src/eric7/APIs/Python3/eric7.api	Thu Apr 03 19:50:43 2025 +0200
@@ -10192,6 +10192,8 @@
 eric7.RemoteServerInterface.EricServerProfilesDialog.EricServerProfilesDialog.on_removeButton_clicked?4()
 eric7.RemoteServerInterface.EricServerProfilesDialog.EricServerProfilesDialog.on_resetButton_clicked?4()
 eric7.RemoteServerInterface.EricServerProfilesDialog.EricServerProfilesDialog?1(connectionProfiles, parent=None)
+eric7.Sessions.CrashedSessionsSelectionDialog.CrashedSessionsSelectionDialog.getSelectedCrashSession?4()
+eric7.Sessions.CrashedSessionsSelectionDialog.CrashedSessionsSelectionDialog?1(sessionFiles, parent=None)
 eric7.Sessions.SessionFile.SessionFile.readFile?4(filename: str)
 eric7.Sessions.SessionFile.SessionFile.writeFile?4(filename: str, withServer: bool = True)
 eric7.Sessions.SessionFile.SessionFile?1(isGlobal: bool, parent: QObject = None)
--- a/src/eric7/APIs/Python3/eric7.bas	Wed Apr 02 16:56:06 2025 +0200
+++ b/src/eric7/APIs/Python3/eric7.bas	Thu Apr 03 19:50:43 2025 +0200
@@ -156,6 +156,7 @@
 CooperationClient QObject
 CooperationPage ConfigurationPageBase Ui_CooperationPage
 CooperationServer QTcpServer
+CrashedSessionsSelectionDialog QDialog Ui_CrashedSessionsSelectionDialog
 CreateDialogCodeDialog QDialog Ui_CreateDialogCodeDialog
 CustomHelpFormatter argparse.HelpFormatter
 CustomNamespace argparse.Namespace
Binary file src/eric7/Documentation/Help/source.qch has changed
--- a/src/eric7/Documentation/Help/source.qhp	Wed Apr 02 16:56:06 2025 +0200
+++ b/src/eric7/Documentation/Help/source.qhp	Thu Apr 03 19:50:43 2025 +0200
@@ -1183,6 +1183,7 @@
             <section title="eric7.RemoteServerInterface.EricServerProfilesDialog" ref="eric7.RemoteServerInterface.EricServerProfilesDialog.html" />
           </section>
           <section title="eric7.Sessions" ref="index-eric7.Sessions.html">
+            <section title="eric7.Sessions.CrashedSessionsSelectionDialog" ref="eric7.Sessions.CrashedSessionsSelectionDialog.html" />
             <section title="eric7.Sessions.SessionFile" ref="eric7.Sessions.SessionFile.html" />
           </section>
           <section title="eric7.Snapshot" ref="index-eric7.Snapshot.html">
@@ -3858,6 +3859,12 @@
       <keyword name="CooperationServer (Module)" id="CooperationServer (Module)" ref="eric7.Cooperation.CooperationServer.html" />
       <keyword name="CooperationServer.incomingConnection" id="CooperationServer.incomingConnection" ref="eric7.Cooperation.CooperationServer.html#CooperationServer.incomingConnection" />
       <keyword name="CooperationServer.startListening" id="CooperationServer.startListening" ref="eric7.Cooperation.CooperationServer.html#CooperationServer.startListening" />
+      <keyword name="CrashedSessionsSelectionDialog" id="CrashedSessionsSelectionDialog" ref="eric7.Sessions.CrashedSessionsSelectionDialog.html#CrashedSessionsSelectionDialog" />
+      <keyword name="CrashedSessionsSelectionDialog (Constructor)" id="CrashedSessionsSelectionDialog (Constructor)" ref="eric7.Sessions.CrashedSessionsSelectionDialog.html#CrashedSessionsSelectionDialog.__init__" />
+      <keyword name="CrashedSessionsSelectionDialog (Module)" id="CrashedSessionsSelectionDialog (Module)" ref="eric7.Sessions.CrashedSessionsSelectionDialog.html" />
+      <keyword name="CrashedSessionsSelectionDialog.__addSessionFileEntry" id="CrashedSessionsSelectionDialog.__addSessionFileEntry" ref="eric7.Sessions.CrashedSessionsSelectionDialog.html#CrashedSessionsSelectionDialog.__addSessionFileEntry" />
+      <keyword name="CrashedSessionsSelectionDialog.__updateOk" id="CrashedSessionsSelectionDialog.__updateOk" ref="eric7.Sessions.CrashedSessionsSelectionDialog.html#CrashedSessionsSelectionDialog.__updateOk" />
+      <keyword name="CrashedSessionsSelectionDialog.getSelectedCrashSession" id="CrashedSessionsSelectionDialog.getSelectedCrashSession" ref="eric7.Sessions.CrashedSessionsSelectionDialog.html#CrashedSessionsSelectionDialog.getSelectedCrashSession" />
       <keyword name="CreateDialogCodeDialog" id="CreateDialogCodeDialog" ref="eric7.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog" />
       <keyword name="CreateDialogCodeDialog (Constructor)" id="CreateDialogCodeDialog (Constructor)" ref="eric7.Project.CreateDialogCodeDialog.html#CreateDialogCodeDialog.__init__" />
       <keyword name="CreateDialogCodeDialog (Module)" id="CreateDialogCodeDialog (Module)" ref="eric7.Project.CreateDialogCodeDialog.html" />
@@ -22470,6 +22477,7 @@
       <file>eric7.RemoteServerInterface.EricServerFileSystemInterface.html</file>
       <file>eric7.RemoteServerInterface.EricServerInterface.html</file>
       <file>eric7.RemoteServerInterface.EricServerProfilesDialog.html</file>
+      <file>eric7.Sessions.CrashedSessionsSelectionDialog.html</file>
       <file>eric7.Sessions.SessionFile.html</file>
       <file>eric7.Snapshot.SnapWidget.html</file>
       <file>eric7.Snapshot.SnapshotDefaultGrabber.html</file>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/eric7/Documentation/Source/eric7.Sessions.CrashedSessionsSelectionDialog.html	Thu Apr 03 19:50:43 2025 +0200
@@ -0,0 +1,138 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric7.Sessions.CrashedSessionsSelectionDialog</title>
+<meta charset="UTF-8">
+<link rel="stylesheet" href="styles.css">
+</head>
+<body>
+<a NAME="top" ID="top"></a>
+<h1>eric7.Sessions.CrashedSessionsSelectionDialog</h1>
+<p>
+Module implementing a dialog to show a list of existing crash session files.
+</p>
+
+<h3>Global Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<h3>Classes</h3>
+<table>
+<tr>
+<td><a href="#CrashedSessionsSelectionDialog">CrashedSessionsSelectionDialog</a></td>
+<td>Class implementing a dialog to show a list of existing crash session files.</td>
+</tr>
+</table>
+
+<h3>Functions</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<hr />
+<hr />
+<a NAME="CrashedSessionsSelectionDialog" ID="CrashedSessionsSelectionDialog"></a>
+<h2>CrashedSessionsSelectionDialog</h2>
+<p>
+    Class implementing a dialog to show a list of existing crash session files.
+</p>
+
+<h3>Derived from</h3>
+QDialog, Ui_CrashedSessionsSelectionDialog
+<h3>Class Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<h3>Class Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<h3>Methods</h3>
+<table>
+<tr>
+<td><a href="#CrashedSessionsSelectionDialog.__init__">CrashedSessionsSelectionDialog</a></td>
+<td>Constructor</td>
+</tr>
+<tr>
+<td><a href="#CrashedSessionsSelectionDialog.__addSessionFileEntry">__addSessionFileEntry</a></td>
+<td>Private method to read the given session file and add a list entry for it.</td>
+</tr>
+<tr>
+<td><a href="#CrashedSessionsSelectionDialog.__updateOk">__updateOk</a></td>
+<td>Private method to update the enabled state of the OK button.</td>
+</tr>
+<tr>
+<td><a href="#CrashedSessionsSelectionDialog.getSelectedCrashSession">getSelectedCrashSession</a></td>
+<td>Public method to get the selected crash session file name.</td>
+</tr>
+</table>
+
+<h3>Static Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+
+<a NAME="CrashedSessionsSelectionDialog.__init__" ID="CrashedSessionsSelectionDialog.__init__"></a>
+<h4>CrashedSessionsSelectionDialog (Constructor)</h4>
+<b>CrashedSessionsSelectionDialog</b>(<i>sessionFiles, parent=None</i>)
+<p>
+        Constructor
+</p>
+
+<dl>
+
+<dt><i>sessionFiles</i> (list of str)</dt>
+<dd>
+list of crash session file names
+</dd>
+<dt><i>parent</i> (QWidget (optional))</dt>
+<dd>
+reference to the parent widget (defaults to None)
+</dd>
+</dl>
+<a NAME="CrashedSessionsSelectionDialog.__addSessionFileEntry" ID="CrashedSessionsSelectionDialog.__addSessionFileEntry"></a>
+<h4>CrashedSessionsSelectionDialog.__addSessionFileEntry</h4>
+<b>__addSessionFileEntry</b>(<i>sessionFile</i>)
+<p>
+        Private method to read the given session file and add a list entry for it.
+</p>
+
+<dl>
+
+<dt><i>sessionFile</i> (str)</dt>
+<dd>
+file name of the session to be read
+</dd>
+</dl>
+<a NAME="CrashedSessionsSelectionDialog.__updateOk" ID="CrashedSessionsSelectionDialog.__updateOk"></a>
+<h4>CrashedSessionsSelectionDialog.__updateOk</h4>
+<b>__updateOk</b>(<i></i>)
+<p>
+        Private method to update the enabled state of the OK button.
+</p>
+
+<a NAME="CrashedSessionsSelectionDialog.getSelectedCrashSession" ID="CrashedSessionsSelectionDialog.getSelectedCrashSession"></a>
+<h4>CrashedSessionsSelectionDialog.getSelectedCrashSession</h4>
+<b>getSelectedCrashSession</b>(<i></i>)
+<p>
+        Public method to get the selected crash session file name.
+</p>
+
+<dl>
+<dt>Return:</dt>
+<dd>
+file name of the selected crash session
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>
--- a/src/eric7/Documentation/Source/index-eric7.Sessions.html	Wed Apr 02 16:56:06 2025 +0200
+++ b/src/eric7/Documentation/Source/index-eric7.Sessions.html	Thu Apr 03 19:50:43 2025 +0200
@@ -16,6 +16,10 @@
 <table>
 
 <tr>
+<td><a href="eric7.Sessions.CrashedSessionsSelectionDialog.html">CrashedSessionsSelectionDialog</a></td>
+<td>Module implementing a dialog to show a list of existing crash session files.</td>
+</tr>
+<tr>
 <td><a href="eric7.Sessions.SessionFile.html">SessionFile</a></td>
 <td>Module implementing a class representing the session JSON file.</td>
 </tr>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/eric7/Sessions/CrashedSessionsSelectionDialog.py	Thu Apr 03 19:50:43 2025 +0200
@@ -0,0 +1,106 @@
+# -*- coding: utf-8 -*-
+
+# Copyright (c) 2025 Detlev Offenbach <detlev@die-offenbachs.de>
+#
+
+"""
+Module implementing a dialog to show a list of existing crash session files.
+"""
+
+import json
+import os
+import time
+
+from PyQt6.QtCore import Qt, pyqtSlot
+from PyQt6.QtWidgets import QDialog, QDialogButtonBox, QListWidgetItem
+
+from eric7.EricWidgets import EricMessageBox
+
+from .Ui_CrashedSessionsSelectionDialog import Ui_CrashedSessionsSelectionDialog
+
+
+class CrashedSessionsSelectionDialog(QDialog, Ui_CrashedSessionsSelectionDialog):
+    """
+    Class implementing a dialog to show a list of existing crash session files.
+    """
+
+    def __init__(self, sessionFiles, parent=None):
+        """
+        Constructor
+
+        @param sessionFiles list of crash session file names
+        @type list of str
+        @param parent reference to the parent widget (defaults to None)
+        @type QWidget (optional)
+        """
+        super().__init__(parent)
+        self.setupUi(self)
+
+        self.crashedSessionsList.itemDoubleClicked.connect(self.accept)
+        self.crashedSessionsList.itemActivated.connect(self.accept)
+        self.crashedSessionsList.itemSelectionChanged.connect(self.__updateOk)
+
+        for sessionFile in sessionFiles:
+            self.__addSessionFileEntry(sessionFile)
+
+        self.__updateOk()
+
+    @pyqtSlot()
+    def __updateOk(self):
+        """
+        Private method to update the enabled state of the OK button.
+        """
+        self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(
+            bool(self.crashedSessionsList.selectedItems())
+        )
+
+    def __addSessionFileEntry(self, sessionFile):
+        """
+        Private method to read the given session file and add a list entry for it.
+
+        @param sessionFile file name of the session to be read
+        @type str
+        """
+        if os.path.exists(sessionFile):
+            try:
+                with open(sessionFile, "r") as f:
+                    jsonString = f.read()
+                sessionDict = json.loads(jsonString)
+            except (OSError, json.JSONDecodeError) as err:
+                EricMessageBox.critical(
+                    None,
+                    self.tr("Read Crash Session"),
+                    self.tr(
+                        "<p>The crash session file <b>{0}</b> could not be read.</p>"
+                        "<p>Reason: {1}</p>"
+                    ).format(sessionFile, str(err)),
+                )
+
+            mtime = os.path.getmtime(sessionFile)
+            timestamp = time.strftime("%Y-%m-%d %H:%M:%S", time.localtime(mtime))
+            if sessionDict["Project"]:
+                labelText = self.tr(
+                    "{0}\nTimestamp: {1}\nProject: {2}",
+                    "Crash Session, Timestamp, Project Path",
+                ).format(sessionFile, timestamp, sessionDict["Project"])
+            else:
+                labelText = self.tr(
+                    "{0}\nTimestamp: {1}", "Crash Session, Timestamp"
+                ).format(sessionFile, timestamp)
+            itm = QListWidgetItem(labelText, self.crashedSessionsList)
+            itm.setData(Qt.ItemDataRole.UserRole, sessionFile)
+
+    def getSelectedCrashSession(self):
+        """
+        Public method to get the selected crash session file name.
+
+        @return file name of the selected crash session
+        @rtype str
+        """
+        # TODO: not implemented yet
+        selectedItems = self.crashedSessionsList.selectedItems()
+
+        if selectedItems:
+            return selectedItems[0].data(Qt.ItemDataRole.UserRole)
+        else:
+            return None
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/eric7/Sessions/CrashedSessionsSelectionDialog.ui	Thu Apr 03 19:50:43 2025 +0200
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>CrashedSessionsSelectionDialog</class>
+ <widget class="QDialog" name="CrashedSessionsSelectionDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>400</width>
+    <height>500</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Found Crash Sessions</string>
+  </property>
+  <property name="sizeGripEnabled">
+   <bool>true</bool>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <item>
+    <widget class="QLabel" name="messageLabel">
+     <property name="text">
+      <string>These crash session files were found. Select the one to open. Select 'Cancel' to not open a crash session.</string>
+     </property>
+     <property name="wordWrap">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item>
+    <widget class="QListWidget" name="crashedSessionsList">
+     <property name="alternatingRowColors">
+      <bool>true</bool>
+     </property>
+     <property name="wordWrap">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item>
+    <widget class="QDialogButtonBox" name="buttonBox">
+     <property name="orientation">
+      <enum>Qt::Orientation::Horizontal</enum>
+     </property>
+     <property name="standardButtons">
+      <set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set>
+     </property>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections>
+  <connection>
+   <sender>buttonBox</sender>
+   <signal>accepted()</signal>
+   <receiver>CrashedSessionsSelectionDialog</receiver>
+   <slot>accept()</slot>
+   <hints>
+    <hint type="sourcelabel">
+     <x>248</x>
+     <y>254</y>
+    </hint>
+    <hint type="destinationlabel">
+     <x>157</x>
+     <y>274</y>
+    </hint>
+   </hints>
+  </connection>
+  <connection>
+   <sender>buttonBox</sender>
+   <signal>rejected()</signal>
+   <receiver>CrashedSessionsSelectionDialog</receiver>
+   <slot>reject()</slot>
+   <hints>
+    <hint type="sourcelabel">
+     <x>316</x>
+     <y>260</y>
+    </hint>
+    <hint type="destinationlabel">
+     <x>286</x>
+     <y>274</y>
+    </hint>
+   </hints>
+  </connection>
+ </connections>
+</ui>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/eric7/Sessions/Ui_CrashedSessionsSelectionDialog.py	Thu Apr 03 19:50:43 2025 +0200
@@ -0,0 +1,42 @@
+# Form implementation generated from reading ui file 'src/eric7/Sessions/CrashedSessionsSelectionDialog.ui'
+#
+# Created by: PyQt6 UI code generator 6.8.1
+#
+# WARNING: Any manual changes made to this file will be lost when pyuic6 is
+# run again.  Do not edit this file unless you know what you are doing.
+
+
+from PyQt6 import QtCore, QtGui, QtWidgets
+
+
+class Ui_CrashedSessionsSelectionDialog(object):
+    def setupUi(self, CrashedSessionsSelectionDialog):
+        CrashedSessionsSelectionDialog.setObjectName("CrashedSessionsSelectionDialog")
+        CrashedSessionsSelectionDialog.resize(400, 500)
+        CrashedSessionsSelectionDialog.setSizeGripEnabled(True)
+        self.verticalLayout = QtWidgets.QVBoxLayout(CrashedSessionsSelectionDialog)
+        self.verticalLayout.setObjectName("verticalLayout")
+        self.messageLabel = QtWidgets.QLabel(parent=CrashedSessionsSelectionDialog)
+        self.messageLabel.setWordWrap(True)
+        self.messageLabel.setObjectName("messageLabel")
+        self.verticalLayout.addWidget(self.messageLabel)
+        self.crashedSessionsList = QtWidgets.QListWidget(parent=CrashedSessionsSelectionDialog)
+        self.crashedSessionsList.setAlternatingRowColors(True)
+        self.crashedSessionsList.setWordWrap(True)
+        self.crashedSessionsList.setObjectName("crashedSessionsList")
+        self.verticalLayout.addWidget(self.crashedSessionsList)
+        self.buttonBox = QtWidgets.QDialogButtonBox(parent=CrashedSessionsSelectionDialog)
+        self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal)
+        self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Cancel|QtWidgets.QDialogButtonBox.StandardButton.Ok)
+        self.buttonBox.setObjectName("buttonBox")
+        self.verticalLayout.addWidget(self.buttonBox)
+
+        self.retranslateUi(CrashedSessionsSelectionDialog)
+        self.buttonBox.accepted.connect(CrashedSessionsSelectionDialog.accept) # type: ignore
+        self.buttonBox.rejected.connect(CrashedSessionsSelectionDialog.reject) # type: ignore
+        QtCore.QMetaObject.connectSlotsByName(CrashedSessionsSelectionDialog)
+
+    def retranslateUi(self, CrashedSessionsSelectionDialog):
+        _translate = QtCore.QCoreApplication.translate
+        CrashedSessionsSelectionDialog.setWindowTitle(_translate("CrashedSessionsSelectionDialog", "Found Crash Sessions"))
+        self.messageLabel.setText(_translate("CrashedSessionsSelectionDialog", "These crash session files were found. Select the one to open. Select \'Cancel\' to not open a crash session."))
--- a/src/eric7/UI/UserInterface.py	Wed Apr 02 16:56:06 2025 +0200
+++ b/src/eric7/UI/UserInterface.py	Thu Apr 03 19:50:43 2025 +0200
@@ -49,7 +49,6 @@
 )
 from PyQt6.QtNetwork import QNetworkAccessManager, QNetworkProxyFactory
 from PyQt6.QtWidgets import (
-    QAbstractItemView,
     QApplication,
     QDialog,
     QDockWidget,
@@ -80,7 +79,6 @@
 from eric7.EricWidgets import EricErrorMessage, EricFileDialog, EricMessageBox
 from eric7.EricWidgets.EricApplication import ericApp
 from eric7.EricWidgets.EricClickableLabel import EricClickableLabel
-from eric7.EricWidgets.EricListSelectionDialog import EricListSelectionDialog
 from eric7.EricWidgets.EricMainWindow import EricMainWindow
 from eric7.EricWidgets.EricSingleApplication import EricSingleApplicationServer
 from eric7.EricWidgets.EricToolBarManager import EricToolBarManager
@@ -94,6 +92,7 @@
 from eric7.Project.Project import Project
 from eric7.QScintilla.SpellChecker import SpellChecker
 from eric7.RemoteServerInterface.EricServerInterface import EricServerInterface
+from eric7.Sessions.CrashedSessionsSelectionDialog import CrashedSessionsSelectionDialog
 from eric7.Sessions.SessionFile import SessionFile
 from eric7.SystemUtilities import (
     DesktopUtilities,
@@ -7958,19 +7957,12 @@
         selectedCrashSessionFile = ""
         crashedSessionsList = self.__getCrashedSessions()
         if crashedSessionsList:
-            dlg = EricListSelectionDialog(
-                sorted(crashedSessionsList),
-                selectionMode=QAbstractItemView.SelectionMode.SingleSelection,
-                title=self.tr("Found Crash Sessions"),
-                message=self.tr(
-                    "These crash session files were found. Select the one to"
-                    " open. Select 'Cancel' to not open a crash session."
-                ),
-                doubleClickOk=True,
-                parent=self,
+            dlg = CrashedSessionsSelectionDialog(
+                sorted(crashedSessionsList), parent=self
+                
             )
             if dlg.exec() == QDialog.DialogCode.Accepted:
-                selectedCrashSessionFile = dlg.getSelection()[0]
+                selectedCrashSessionFile = dlg.getSelectedCrashSession()
 
         return selectedCrashSessionFile
 
--- a/src/eric7/i18n/eric7_cs.ts	Wed Apr 02 16:56:06 2025 +0200
+++ b/src/eric7/i18n/eric7_cs.ts	Thu Apr 03 19:50:43 2025 +0200
@@ -8736,6 +8736,44 @@
     </message>
   </context>
   <context>
+    <name>CrashedSessionsSelectionDialog</name>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="72" />
+      <source>Read Crash Session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="73" />
+      <source>&lt;p&gt;The crash session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="82" />
+      <source>{0}
+Timestamp: {1}
+Project: {2}</source>
+      <comment>Crash Session, Timestamp, Project Path</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="87" />
+      <source>{0}
+Timestamp: {1}</source>
+      <comment>Crash Session, Timestamp</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.ui" line="0" />
+      <source>Found Crash Sessions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.ui" line="0" />
+      <source>These crash session files were found. Select the one to open. Select 'Cancel' to not open a crash session.</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
     <name>CreateDialogCodeDialog</name>
     <message>
       <location filename="../Project/CreateDialogCodeDialog.py" line="149" />
@@ -91305,2298 +91343,2310 @@
   <context>
     <name>UserInterface</name>
     <message>
-      <location filename="../UI/UserInterface.py" line="264" />
+      <location filename="../UI/UserInterface.py" line="263" />
       <source>Initializing Basic Services...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="320" />
+      <location filename="../UI/UserInterface.py" line="319" />
       <source>Initializing Plugin Manager...</source>
       <translation>Inicializace Plugin manažera...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="328" />
+      <location filename="../UI/UserInterface.py" line="327" />
       <source>Generating Main User Interface...</source>
       <translation>Generování hlavního uživatelského rozhraní...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="385" />
-      <location filename="../UI/UserInterface.py" line="383" />
+      <location filename="../UI/UserInterface.py" line="384" />
+      <location filename="../UI/UserInterface.py" line="382" />
       <source>Setting up signal/slot-connections...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="594" />
+      <location filename="../UI/UserInterface.py" line="593" />
       <source>Initializing Tools...</source>
       <translation>Inicializace nástrojů...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="606" />
+      <location filename="../UI/UserInterface.py" line="605" />
       <source>Registering Objects...</source>
       <translation>Registrování objektů...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="641" />
+      <location filename="../UI/UserInterface.py" line="640" />
       <source>Initializing Actions...</source>
       <translation>Inicializace akcí...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="644" />
+      <location filename="../UI/UserInterface.py" line="643" />
       <source>Initializing Menus...</source>
       <translation>Inicializace menu...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="647" />
+      <location filename="../UI/UserInterface.py" line="646" />
       <source>Initializing Toolbars...</source>
       <translation>Inicializace nástrojových lišt...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="650" />
+      <location filename="../UI/UserInterface.py" line="649" />
       <source>Initializing Statusbar...</source>
       <translation>Inicializace statusbaru...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="675" />
-      <location filename="../UI/UserInterface.py" line="673" />
+      <location filename="../UI/UserInterface.py" line="674" />
+      <location filename="../UI/UserInterface.py" line="672" />
       <source>Initializing Single Application Server...</source>
       <translation>Inicializace jednouživatelského aplikačního serveru...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="682" />
+      <location filename="../UI/UserInterface.py" line="681" />
       <source>Initializing Plugins...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="686" />
+      <location filename="../UI/UserInterface.py" line="685" />
       <source>Activating Plugins...</source>
       <translation>Aktivace pluginů...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="689" />
+      <location filename="../UI/UserInterface.py" line="688" />
       <source>Generating Plugins Toolbars...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="693" />
+      <location filename="../UI/UserInterface.py" line="692" />
       <source>Cleaning Plugins Download Area...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="704" />
+      <location filename="../UI/UserInterface.py" line="703" />
       <source>Restoring Toolbarmanager...</source>
       <translation>Obnovit manažer nástrojových lišt...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="713" />
+      <location filename="../UI/UserInterface.py" line="712" />
       <source>Setting View Profile...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="727" />
+      <location filename="../UI/UserInterface.py" line="726" />
       <source>Reading Tasks...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="733" />
+      <location filename="../UI/UserInterface.py" line="732" />
       <source>Reading Templates...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="739" />
+      <location filename="../UI/UserInterface.py" line="738" />
       <source>Starting Debugger...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2213" />
-      <location filename="../UI/UserInterface.py" line="1100" />
+      <location filename="../UI/UserInterface.py" line="2212" />
+      <location filename="../UI/UserInterface.py" line="1099" />
       <source>Left Toolbox</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2259" />
-      <location filename="../UI/UserInterface.py" line="1110" />
+      <location filename="../UI/UserInterface.py" line="2258" />
+      <location filename="../UI/UserInterface.py" line="1109" />
       <source>Horizontal Toolbox</source>
       <translation>Vodorovná nástrojová lišta</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2236" />
-      <location filename="../UI/UserInterface.py" line="1121" />
+      <location filename="../UI/UserInterface.py" line="2235" />
+      <location filename="../UI/UserInterface.py" line="1120" />
       <source>Right Toolbox</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2054" />
+      <location filename="../UI/UserInterface.py" line="1316" />
+      <location filename="../UI/UserInterface.py" line="1130" />
+      <source>Multiproject-Viewer</source>
+      <translation>Prohlížeč multiprojektu</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2032" />
+      <location filename="../UI/UserInterface.py" line="1322" />
+      <location filename="../UI/UserInterface.py" line="1136" />
+      <source>Project-Viewer</source>
+      <translation>Prohlížeč projektu</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2594" />
+      <location filename="../UI/UserInterface.py" line="2593" />
+      <location filename="../UI/UserInterface.py" line="1329" />
+      <location filename="../UI/UserInterface.py" line="1143" />
+      <source>Find/Replace In Files</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2617" />
+      <location filename="../UI/UserInterface.py" line="2616" />
+      <location filename="../UI/UserInterface.py" line="1336" />
+      <location filename="../UI/UserInterface.py" line="1150" />
+      <source>Find File</source>
+      <translation type="unfinished">Hledat soubor</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1342" />
+      <location filename="../UI/UserInterface.py" line="1156" />
+      <source>VCS Status</source>
+      <translation type="unfinished">VCS Status</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2187" />
+      <location filename="../UI/UserInterface.py" line="1349" />
+      <location filename="../UI/UserInterface.py" line="1163" />
+      <source>Template-Viewer</source>
+      <translation>Prohlížeč šablon</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2120" />
+      <location filename="../UI/UserInterface.py" line="1356" />
+      <location filename="../UI/UserInterface.py" line="1170" />
+      <source>File-Browser</source>
+      <translation>Browser souborů</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1363" />
+      <location filename="../UI/UserInterface.py" line="1177" />
+      <source>Symbols</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2076" />
+      <location filename="../UI/UserInterface.py" line="1385" />
+      <location filename="../UI/UserInterface.py" line="1379" />
+      <location filename="../UI/UserInterface.py" line="1187" />
+      <source>Debug-Viewer</source>
+      <translation>Prohlížeč debugeru</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2448" />
+      <location filename="../UI/UserInterface.py" line="2447" />
+      <location filename="../UI/UserInterface.py" line="1392" />
+      <location filename="../UI/UserInterface.py" line="1194" />
+      <source>Code Documentation Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2663" />
+      <location filename="../UI/UserInterface.py" line="2662" />
+      <location filename="../UI/UserInterface.py" line="1399" />
+      <location filename="../UI/UserInterface.py" line="1201" />
+      <source>Help Viewer</source>
+      <translation type="unfinished">Prohlížeč nápovědy</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3611" />
+      <location filename="../UI/UserInterface.py" line="2543" />
+      <location filename="../UI/UserInterface.py" line="2542" />
+      <location filename="../UI/UserInterface.py" line="1405" />
+      <location filename="../UI/UserInterface.py" line="1207" />
+      <source>Plugin Repository</source>
+      <translation>Repozitář pluginů</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2567" />
+      <location filename="../UI/UserInterface.py" line="2566" />
+      <location filename="../UI/UserInterface.py" line="1411" />
+      <location filename="../UI/UserInterface.py" line="1213" />
+      <source>Virtual Environments</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2475" />
+      <location filename="../UI/UserInterface.py" line="2474" />
+      <location filename="../UI/UserInterface.py" line="1418" />
+      <location filename="../UI/UserInterface.py" line="1220" />
+      <source>PyPI Package Management</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2497" />
+      <location filename="../UI/UserInterface.py" line="2496" />
+      <location filename="../UI/UserInterface.py" line="1425" />
+      <location filename="../UI/UserInterface.py" line="1225" />
+      <source>Conda</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1432" />
+      <location filename="../UI/UserInterface.py" line="1232" />
+      <source>Cooperation</source>
+      <translation>Spolupráce</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2375" />
+      <location filename="../UI/UserInterface.py" line="1436" />
+      <location filename="../UI/UserInterface.py" line="1237" />
+      <source>IRC</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2519" />
+      <location filename="../UI/UserInterface.py" line="2518" />
+      <location filename="../UI/UserInterface.py" line="1442" />
+      <location filename="../UI/UserInterface.py" line="1244" />
+      <source>MicroPython</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2098" />
+      <location filename="../UI/UserInterface.py" line="1450" />
+      <location filename="../UI/UserInterface.py" line="1252" />
+      <source>Shell</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2164" />
+      <location filename="../UI/UserInterface.py" line="1456" />
+      <location filename="../UI/UserInterface.py" line="1256" />
+      <source>Task-Viewer</source>
+      <translation>Prohlížeč úloh</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2142" />
+      <location filename="../UI/UserInterface.py" line="1462" />
+      <location filename="../UI/UserInterface.py" line="1260" />
+      <source>Log-Viewer</source>
+      <translation>Prohlížeč logu</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1469" />
+      <location filename="../UI/UserInterface.py" line="1267" />
+      <source>Numbers</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1844" />
+      <source>{0} - Passive Mode</source>
+      <translation>{0} - Pasivní mód</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1853" />
+      <location filename="../UI/UserInterface.py" line="1847" />
+      <source>{0} - {1} - Passive Mode</source>
+      <translation>{0} - {1} - pasivní mód</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1859" />
+      <source>{0} - {1} - {2} - Passive Mode</source>
+      <translation>{0} - {1} - {2} - pasivní mód</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1885" />
+      <source>Quit</source>
+      <translation>Konec</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1887" />
+      <source>&amp;Quit</source>
+      <translation>&amp;Konec</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1888" />
+      <source>Ctrl+Q</source>
+      <comment>File|Quit</comment>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1893" />
+      <source>Quit the IDE</source>
+      <translation>Ukončit IDE</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1895" />
+      <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Ukončit IDE&lt;/b&gt;&lt;p&gt;Ukončí se IDE. Nejdříve by se měly uložit neuložené změny. Python programy běžící v debug procesu budou ukončeny a nastavení budou uložena.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1909" />
+      <location filename="../UI/UserInterface.py" line="1907" />
+      <source>Restart</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1910" />
+      <source>Ctrl+Shift+Q</source>
+      <comment>File|Quit</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1915" />
+      <source>Restart the IDE</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1917" />
+      <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1935" />
+      <location filename="../UI/UserInterface.py" line="1928" />
+      <source>Save session</source>
+      <translation>Uložit relaci</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1929" />
+      <source>Save session...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1937" />
+      <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7892" />
+      <location filename="../UI/UserInterface.py" line="1954" />
+      <location filename="../UI/UserInterface.py" line="1947" />
+      <source>Load session</source>
+      <translation type="unfinished">Načíst relaci</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1948" />
+      <source>Load session...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1956" />
+      <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1966" />
+      <source>New Window</source>
+      <translation type="unfinished">Nové okno</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1968" />
+      <source>New &amp;Window</source>
+      <translation type="unfinished">&amp;Nové okno</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1969" />
+      <source>Ctrl+Shift+N</source>
+      <comment>File|New Window</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1974" />
+      <source>Open a new eric instance</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1976" />
+      <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric IDE.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1990" />
+      <location filename="../UI/UserInterface.py" line="1988" />
+      <source>Edit Profile</source>
+      <translation>Editační profil</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1997" />
+      <source>Activate the edit view profile</source>
+      <translation>Aktivovat profil editace</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1999" />
+      <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Editační profil&lt;/b&gt;&lt;p&gt;Aktivování skupiny 'Editační profil'. Okna, která se v tomto profilu zobrazí lze nastavit v dialogu 'Konfigurace profilu pohledů'.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2012" />
+      <location filename="../UI/UserInterface.py" line="2010" />
+      <source>Debug Profile</source>
+      <translation>Debugovací profil</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2019" />
+      <source>Activate the debug view profile</source>
+      <translation>Aktivovat debugovací profil</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2021" />
+      <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Debugovací profil&lt;/b&gt;&lt;p&gt;Aktivování skupiny 'Debugovací profil'. Okna, která se v tomto profilu zobrazí lze nastavit v dialogu 'Konfigurace profilu pohledů'.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2033" />
+      <source>&amp;Project-Viewer</source>
+      <translation>Prohlížeč &amp;projektu</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2034" />
+      <source>Alt+Shift+P</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2040" />
+      <source>Switch the input focus to the Project-Viewer window.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2043" />
+      <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2055" />
-      <location filename="../UI/UserInterface.py" line="1317" />
-      <location filename="../UI/UserInterface.py" line="1131" />
-      <source>Multiproject-Viewer</source>
-      <translation>Prohlížeč multiprojektu</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2033" />
-      <location filename="../UI/UserInterface.py" line="1323" />
-      <location filename="../UI/UserInterface.py" line="1137" />
-      <source>Project-Viewer</source>
-      <translation>Prohlížeč projektu</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2595" />
-      <location filename="../UI/UserInterface.py" line="2594" />
-      <location filename="../UI/UserInterface.py" line="1330" />
-      <location filename="../UI/UserInterface.py" line="1144" />
-      <source>Find/Replace In Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2618" />
-      <location filename="../UI/UserInterface.py" line="2617" />
-      <location filename="../UI/UserInterface.py" line="1337" />
-      <location filename="../UI/UserInterface.py" line="1151" />
-      <source>Find File</source>
-      <translation type="unfinished">Hledat soubor</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1343" />
-      <location filename="../UI/UserInterface.py" line="1157" />
-      <source>VCS Status</source>
-      <translation type="unfinished">VCS Status</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2188" />
-      <location filename="../UI/UserInterface.py" line="1350" />
-      <location filename="../UI/UserInterface.py" line="1164" />
-      <source>Template-Viewer</source>
-      <translation>Prohlížeč šablon</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2121" />
-      <location filename="../UI/UserInterface.py" line="1357" />
-      <location filename="../UI/UserInterface.py" line="1171" />
-      <source>File-Browser</source>
-      <translation>Browser souborů</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1364" />
-      <location filename="../UI/UserInterface.py" line="1178" />
-      <source>Symbols</source>
+      <source>&amp;Multiproject-Viewer</source>
+      <translation>Prohlížeč &amp;multiprojektu</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2056" />
+      <source>Alt+Shift+M</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2062" />
+      <source>Switch the input focus to the Multiproject-Viewer window.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2065" />
+      <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2077" />
-      <location filename="../UI/UserInterface.py" line="1386" />
-      <location filename="../UI/UserInterface.py" line="1380" />
-      <location filename="../UI/UserInterface.py" line="1188" />
-      <source>Debug-Viewer</source>
-      <translation>Prohlížeč debugeru</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2449" />
-      <location filename="../UI/UserInterface.py" line="2448" />
-      <location filename="../UI/UserInterface.py" line="1393" />
-      <location filename="../UI/UserInterface.py" line="1195" />
-      <source>Code Documentation Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2664" />
-      <location filename="../UI/UserInterface.py" line="2663" />
-      <location filename="../UI/UserInterface.py" line="1400" />
-      <location filename="../UI/UserInterface.py" line="1202" />
-      <source>Help Viewer</source>
-      <translation type="unfinished">Prohlížeč nápovědy</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3612" />
-      <location filename="../UI/UserInterface.py" line="2544" />
-      <location filename="../UI/UserInterface.py" line="2543" />
-      <location filename="../UI/UserInterface.py" line="1406" />
-      <location filename="../UI/UserInterface.py" line="1208" />
-      <source>Plugin Repository</source>
-      <translation>Repozitář pluginů</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2568" />
-      <location filename="../UI/UserInterface.py" line="2567" />
-      <location filename="../UI/UserInterface.py" line="1412" />
-      <location filename="../UI/UserInterface.py" line="1214" />
-      <source>Virtual Environments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2476" />
-      <location filename="../UI/UserInterface.py" line="2475" />
-      <location filename="../UI/UserInterface.py" line="1419" />
-      <location filename="../UI/UserInterface.py" line="1221" />
-      <source>PyPI Package Management</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2498" />
-      <location filename="../UI/UserInterface.py" line="2497" />
-      <location filename="../UI/UserInterface.py" line="1426" />
-      <location filename="../UI/UserInterface.py" line="1226" />
-      <source>Conda</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1433" />
-      <location filename="../UI/UserInterface.py" line="1233" />
-      <source>Cooperation</source>
-      <translation>Spolupráce</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2376" />
-      <location filename="../UI/UserInterface.py" line="1437" />
-      <location filename="../UI/UserInterface.py" line="1238" />
-      <source>IRC</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2520" />
-      <location filename="../UI/UserInterface.py" line="2519" />
-      <location filename="../UI/UserInterface.py" line="1443" />
-      <location filename="../UI/UserInterface.py" line="1245" />
-      <source>MicroPython</source>
+      <source>&amp;Debug-Viewer</source>
+      <translation>Prohlížeč &amp;debugeru</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2078" />
+      <source>Alt+Shift+D</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2084" />
+      <source>Switch the input focus to the Debug-Viewer window.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2087" />
+      <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2099" />
-      <location filename="../UI/UserInterface.py" line="1451" />
-      <location filename="../UI/UserInterface.py" line="1253" />
-      <source>Shell</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2165" />
-      <location filename="../UI/UserInterface.py" line="1457" />
-      <location filename="../UI/UserInterface.py" line="1257" />
-      <source>Task-Viewer</source>
-      <translation>Prohlížeč úloh</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2143" />
-      <location filename="../UI/UserInterface.py" line="1463" />
-      <location filename="../UI/UserInterface.py" line="1261" />
-      <source>Log-Viewer</source>
-      <translation>Prohlížeč logu</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1470" />
-      <location filename="../UI/UserInterface.py" line="1268" />
-      <source>Numbers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1845" />
-      <source>{0} - Passive Mode</source>
-      <translation>{0} - Pasivní mód</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1854" />
-      <location filename="../UI/UserInterface.py" line="1848" />
-      <source>{0} - {1} - Passive Mode</source>
-      <translation>{0} - {1} - pasivní mód</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1860" />
-      <source>{0} - {1} - {2} - Passive Mode</source>
-      <translation>{0} - {1} - {2} - pasivní mód</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1886" />
-      <source>Quit</source>
-      <translation>Konec</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1888" />
-      <source>&amp;Quit</source>
-      <translation>&amp;Konec</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1889" />
-      <source>Ctrl+Q</source>
-      <comment>File|Quit</comment>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1894" />
-      <source>Quit the IDE</source>
-      <translation>Ukončit IDE</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1896" />
-      <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Ukončit IDE&lt;/b&gt;&lt;p&gt;Ukončí se IDE. Nejdříve by se měly uložit neuložené změny. Python programy běžící v debug procesu budou ukončeny a nastavení budou uložena.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1910" />
-      <location filename="../UI/UserInterface.py" line="1908" />
-      <source>Restart</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1911" />
-      <source>Ctrl+Shift+Q</source>
-      <comment>File|Quit</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1916" />
-      <source>Restart the IDE</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1918" />
-      <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1936" />
-      <location filename="../UI/UserInterface.py" line="1929" />
-      <source>Save session</source>
-      <translation>Uložit relaci</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1930" />
-      <source>Save session...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1938" />
-      <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7893" />
-      <location filename="../UI/UserInterface.py" line="1955" />
-      <location filename="../UI/UserInterface.py" line="1948" />
-      <source>Load session</source>
-      <translation type="unfinished">Načíst relaci</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1949" />
-      <source>Load session...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1957" />
-      <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1967" />
-      <source>New Window</source>
-      <translation type="unfinished">Nové okno</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1969" />
-      <source>New &amp;Window</source>
-      <translation type="unfinished">&amp;Nové okno</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1970" />
-      <source>Ctrl+Shift+N</source>
-      <comment>File|New Window</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1975" />
-      <source>Open a new eric instance</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1977" />
-      <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric IDE.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1991" />
-      <location filename="../UI/UserInterface.py" line="1989" />
-      <source>Edit Profile</source>
-      <translation>Editační profil</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1998" />
-      <source>Activate the edit view profile</source>
-      <translation>Aktivovat profil editace</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2000" />
-      <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Editační profil&lt;/b&gt;&lt;p&gt;Aktivování skupiny 'Editační profil'. Okna, která se v tomto profilu zobrazí lze nastavit v dialogu 'Konfigurace profilu pohledů'.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2013" />
-      <location filename="../UI/UserInterface.py" line="2011" />
-      <source>Debug Profile</source>
-      <translation>Debugovací profil</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2020" />
-      <source>Activate the debug view profile</source>
-      <translation>Aktivovat debugovací profil</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2022" />
-      <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Debugovací profil&lt;/b&gt;&lt;p&gt;Aktivování skupiny 'Debugovací profil'. Okna, která se v tomto profilu zobrazí lze nastavit v dialogu 'Konfigurace profilu pohledů'.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2034" />
-      <source>&amp;Project-Viewer</source>
-      <translation>Prohlížeč &amp;projektu</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2035" />
-      <source>Alt+Shift+P</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2041" />
-      <source>Switch the input focus to the Project-Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2044" />
-      <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2056" />
-      <source>&amp;Multiproject-Viewer</source>
-      <translation>Prohlížeč &amp;multiprojektu</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2057" />
-      <source>Alt+Shift+M</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2063" />
-      <source>Switch the input focus to the Multiproject-Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2066" />
-      <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2078" />
-      <source>&amp;Debug-Viewer</source>
-      <translation>Prohlížeč &amp;debugeru</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2079" />
-      <source>Alt+Shift+D</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2085" />
-      <source>Switch the input focus to the Debug-Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2088" />
-      <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
+      <source>&amp;Shell</source>
+      <translation>&amp;Shell</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2100" />
-      <source>&amp;Shell</source>
-      <translation>&amp;Shell</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2101" />
       <source>Alt+Shift+S</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2107" />
+      <location filename="../UI/UserInterface.py" line="2106" />
       <source>Switch the input focus to the Shell window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2110" />
+      <location filename="../UI/UserInterface.py" line="2109" />
       <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2121" />
+      <source>&amp;File-Browser</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2122" />
-      <source>&amp;File-Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2123" />
       <source>Alt+Shift+F</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2129" />
+      <location filename="../UI/UserInterface.py" line="2128" />
       <source>Switch the input focus to the File-Browser window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2132" />
+      <location filename="../UI/UserInterface.py" line="2131" />
       <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2143" />
+      <source>Lo&amp;g-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2144" />
-      <source>Lo&amp;g-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2145" />
       <source>Alt+Shift+G</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2151" />
+      <location filename="../UI/UserInterface.py" line="2150" />
       <source>Switch the input focus to the Log-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2154" />
+      <location filename="../UI/UserInterface.py" line="2153" />
       <source>&lt;b&gt;Activate Log-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Log-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2165" />
+      <source>&amp;Task-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2166" />
-      <source>&amp;Task-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2167" />
       <source>Alt+Shift+T</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2173" />
+      <location filename="../UI/UserInterface.py" line="2172" />
       <source>Switch the input focus to the Task-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2176" />
+      <location filename="../UI/UserInterface.py" line="2175" />
       <source>&lt;b&gt;Activate Task-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Task-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2188" />
+      <source>Templ&amp;ate-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2189" />
-      <source>Templ&amp;ate-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2190" />
       <source>Alt+Shift+A</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2196" />
+      <location filename="../UI/UserInterface.py" line="2195" />
       <source>Switch the input focus to the Template-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2199" />
+      <location filename="../UI/UserInterface.py" line="2198" />
       <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2214" />
+      <location filename="../UI/UserInterface.py" line="2213" />
       <source>&amp;Left Toolbox</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2221" />
+      <location filename="../UI/UserInterface.py" line="2220" />
       <source>Toggle the Left Toolbox window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2223" />
+      <location filename="../UI/UserInterface.py" line="2222" />
       <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2237" />
+      <location filename="../UI/UserInterface.py" line="2236" />
       <source>&amp;Right Toolbox</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2244" />
+      <location filename="../UI/UserInterface.py" line="2243" />
       <source>Toggle the Right Toolbox window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2246" />
+      <location filename="../UI/UserInterface.py" line="2245" />
       <source>&lt;b&gt;Toggle the Right Toolbox window&lt;/b&gt;&lt;p&gt;If the Right Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2260" />
+      <location filename="../UI/UserInterface.py" line="2259" />
       <source>&amp;Horizontal Toolbox</source>
       <translation>&amp;Horizontální lista nástrojů</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2267" />
+      <location filename="../UI/UserInterface.py" line="2266" />
       <source>Toggle the Horizontal Toolbox window</source>
       <translation>Přepnout na vodorovnou lištu nástrojů</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2269" />
+      <location filename="../UI/UserInterface.py" line="2268" />
       <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Přepnout vodorovnou nástrojovou lištu&lt;/b&gt;&lt;p&gt;Pokud je vodorovná nástrojová lišta skryta, tak se zobrazí. Je-li zobrazena, skryje se.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2281" />
+      <source>Left Sidebar</source>
+      <translation>Levé menu</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2282" />
-      <source>Left Sidebar</source>
-      <translation>Levé menu</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2283" />
       <source>&amp;Left Sidebar</source>
       <translation>&amp;Levé menu</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2290" />
+      <location filename="../UI/UserInterface.py" line="2289" />
       <source>Toggle the left sidebar window</source>
       <translation>Přepnout okno levého menu</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2292" />
+      <location filename="../UI/UserInterface.py" line="2291" />
       <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Přepnout okno levého menu&lt;/b&gt;&lt;p&gt;Je-li okno levého menu skryto, tak se zobrazí. Je-li zobrazeno, skryje se.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2304" />
+      <source>Right Sidebar</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2305" />
-      <source>Right Sidebar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2306" />
       <source>&amp;Right Sidebar</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2313" />
+      <location filename="../UI/UserInterface.py" line="2312" />
       <source>Toggle the right sidebar window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2315" />
+      <location filename="../UI/UserInterface.py" line="2314" />
       <source>&lt;b&gt;Toggle the right sidebar window&lt;/b&gt;&lt;p&gt;If the right sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2327" />
+      <source>Bottom Sidebar</source>
+      <translation>Dolní menu</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2328" />
-      <source>Bottom Sidebar</source>
-      <translation>Dolní menu</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2329" />
       <source>&amp;Bottom Sidebar</source>
       <translation>&amp;Dolní menu</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2336" />
+      <location filename="../UI/UserInterface.py" line="2335" />
       <source>Toggle the bottom sidebar window</source>
       <translation>Přepnout okno dolního menu</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2338" />
+      <location filename="../UI/UserInterface.py" line="2337" />
       <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Přepnout okno dolního menu&lt;/b&gt;&lt;p&gt;Je-li okno dolního menu skryto, tak se zobrazí. Je-li zobrazeno, skryje se.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2350" />
+      <source>Cooperation-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2351" />
-      <source>Cooperation-Viewer</source>
+      <source>Co&amp;operation-Viewer</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2352" />
-      <source>Co&amp;operation-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2353" />
       <source>Alt+Shift+O</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2359" />
+      <location filename="../UI/UserInterface.py" line="2358" />
       <source>Switch the input focus to the Cooperation-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2362" />
+      <location filename="../UI/UserInterface.py" line="2361" />
       <source>&lt;b&gt;Activate Cooperation-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Cooperation-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2376" />
+      <source>&amp;IRC</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2377" />
-      <source>&amp;IRC</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2378" />
       <source>Ctrl+Alt+Shift+I</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2384" />
+      <location filename="../UI/UserInterface.py" line="2383" />
       <source>Switch the input focus to the IRC window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2387" />
+      <location filename="../UI/UserInterface.py" line="2386" />
       <source>&lt;b&gt;Activate IRC&lt;/b&gt;&lt;p&gt;This switches the input focus to the IRC window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2397" />
+      <source>Symbols-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2398" />
-      <source>Symbols-Viewer</source>
+      <source>S&amp;ymbols-Viewer</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2399" />
-      <source>S&amp;ymbols-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2400" />
       <source>Alt+Shift+Y</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2406" />
+      <location filename="../UI/UserInterface.py" line="2405" />
       <source>Switch the input focus to the Symbols-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2409" />
+      <location filename="../UI/UserInterface.py" line="2408" />
       <source>&lt;b&gt;Activate Symbols-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Symbols-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2422" />
+      <source>Numbers-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2423" />
-      <source>Numbers-Viewer</source>
+      <source>Num&amp;bers-Viewer</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2424" />
-      <source>Num&amp;bers-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2425" />
       <source>Alt+Shift+B</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2431" />
+      <location filename="../UI/UserInterface.py" line="2430" />
       <source>Switch the input focus to the Numbers-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2434" />
+      <location filename="../UI/UserInterface.py" line="2433" />
       <source>&lt;b&gt;Activate Numbers-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Numbers-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2450" />
+      <location filename="../UI/UserInterface.py" line="2449" />
       <source>Ctrl+Alt+Shift+D</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2456" />
+      <location filename="../UI/UserInterface.py" line="2455" />
       <source>Switch the input focus to the Code Documentation Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2461" />
+      <location filename="../UI/UserInterface.py" line="2460" />
       <source>&lt;b&gt;Code Documentation Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Code Documentation Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2477" />
+      <location filename="../UI/UserInterface.py" line="2476" />
       <source>Ctrl+Alt+Shift+P</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2483" />
+      <location filename="../UI/UserInterface.py" line="2482" />
       <source>Switch the input focus to the PyPI Package Management window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2486" />
+      <location filename="../UI/UserInterface.py" line="2485" />
       <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2499" />
+      <location filename="../UI/UserInterface.py" line="2498" />
       <source>Ctrl+Alt+Shift+C</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2505" />
+      <location filename="../UI/UserInterface.py" line="2504" />
       <source>Switch the input focus to the Conda window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2508" />
+      <location filename="../UI/UserInterface.py" line="2507" />
       <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2521" />
+      <location filename="../UI/UserInterface.py" line="2520" />
       <source>Ctrl+Alt+Shift+M</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2527" />
+      <location filename="../UI/UserInterface.py" line="2526" />
       <source>Switch the input focus to the MicroPython window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2530" />
+      <location filename="../UI/UserInterface.py" line="2529" />
       <source>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;This switches the input focus to the MicroPython window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2545" />
+      <location filename="../UI/UserInterface.py" line="2544" />
       <source>Ctrl+Alt+Shift+R</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2551" />
+      <location filename="../UI/UserInterface.py" line="2550" />
       <source>Switch the input focus to the Plugin Repository window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2554" />
+      <location filename="../UI/UserInterface.py" line="2553" />
       <source>&lt;b&gt;Plugin Repository&lt;/b&gt;&lt;p&gt;This switches the input focus to the Plugin Repository window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2569" />
+      <location filename="../UI/UserInterface.py" line="2568" />
       <source>Ctrl+Alt+V</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2575" />
+      <location filename="../UI/UserInterface.py" line="2574" />
       <source>Switch the input focus to the Virtual Environments Manager window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2580" />
+      <location filename="../UI/UserInterface.py" line="2579" />
       <source>&lt;b&gt;Virtual Environments&lt;/b&gt;&lt;p&gt;This switches the input focus to the Virtual Environments Manager window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2596" />
+      <location filename="../UI/UserInterface.py" line="2595" />
       <source>Ctrl+Alt+Shift+F</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2602" />
+      <location filename="../UI/UserInterface.py" line="2601" />
       <source>Switch the input focus to the Find/Replace In Files window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2605" />
+      <location filename="../UI/UserInterface.py" line="2604" />
       <source>&lt;b&gt;Find/Replace In Files&lt;/b&gt;&lt;p&gt;This switches the input focus to the Find/Replace In Files window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2619" />
+      <location filename="../UI/UserInterface.py" line="2618" />
       <source>Ctrl+Alt+Shift+L</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2625" />
+      <location filename="../UI/UserInterface.py" line="2624" />
       <source>Switch the input focus to the Find File window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2628" />
+      <location filename="../UI/UserInterface.py" line="2627" />
       <source>&lt;b&gt;Find File&lt;/b&gt;&lt;p&gt;This switches the input focus to the Find File window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2641" />
+      <location filename="../UI/UserInterface.py" line="2640" />
+      <source>VCS Status List</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2642" />
-      <location filename="../UI/UserInterface.py" line="2641" />
-      <source>VCS Status List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2643" />
       <source>Alt+Shift+V</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2649" />
+      <location filename="../UI/UserInterface.py" line="2648" />
       <source>Switch the input focus to the VCS Status List window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2652" />
+      <location filename="../UI/UserInterface.py" line="2651" />
       <source>&lt;b&gt;VCS Status List&lt;/b&gt;&lt;p&gt;This switches the input focus to the VCS Status List window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2665" />
+      <location filename="../UI/UserInterface.py" line="2664" />
       <source>Alt+Shift+H</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2671" />
+      <location filename="../UI/UserInterface.py" line="2670" />
       <source>Switch the input focus to the embedded Help Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2674" />
+      <location filename="../UI/UserInterface.py" line="2673" />
       <source>&lt;b&gt;Help Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the embedded Help Viewer window. It will show HTML help files and help from Qt help collections.&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is searched in the Qt help collection.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2687" />
+      <location filename="../UI/UserInterface.py" line="2686" />
       <source>What's This?</source>
       <translation>Co je to?</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2688" />
+      <source>&amp;What's This?</source>
+      <translation>&amp;Co je to?</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2689" />
-      <source>&amp;What's This?</source>
-      <translation>&amp;Co je to?</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2690" />
       <source>Shift+F1</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2695" />
+      <location filename="../UI/UserInterface.py" line="2694" />
       <source>Context sensitive help</source>
       <translation>Kontextově senzitivní nápověda</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2697" />
+      <location filename="../UI/UserInterface.py" line="2696" />
       <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Zobrazit kontextově senzitivní nápovědu&lt;/b&gt;&lt;p&gt;V režimu "Co je to?" se nad různými prvky aplikace u kurzoru zobrazí otazník. Když pak kliknete na tyto prvky, zobrazí se krátký popis co daný prvek znamená a jak jej použít. V dialogových oknech se tato funkce spustí tlačítkem kontextové nápovědy na horní liště.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2710" />
+      <location filename="../UI/UserInterface.py" line="2709" />
       <source>Helpviewer</source>
       <translation>Prohlížeč nápovědy</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2711" />
+      <source>&amp;Helpviewer...</source>
+      <translation>Pro&amp;hlížeč nápovědy...</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2712" />
-      <source>&amp;Helpviewer...</source>
-      <translation>Pro&amp;hlížeč nápovědy...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2713" />
       <source>F1</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2718" />
+      <location filename="../UI/UserInterface.py" line="2717" />
       <source>Open the helpviewer window</source>
       <translation>Otevřít okno prohlížeče nápovědy</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2720" />
+      <location filename="../UI/UserInterface.py" line="2719" />
       <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;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&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is searched in the Qt help collection.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2739" />
+      <source>Show Versions</source>
+      <translation>Zobrazit verze</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2740" />
-      <source>Show Versions</source>
-      <translation>Zobrazit verze</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2741" />
       <source>Show &amp;Versions</source>
       <translation>Zobrazit &amp;verze</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2747" />
+      <location filename="../UI/UserInterface.py" line="2746" />
       <source>Display version information</source>
       <translation>Zobrazit informace o verzích</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2749" />
+      <location filename="../UI/UserInterface.py" line="2748" />
       <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Zobrazit verze&lt;/b&gt;&lt;p&gt;Zobrazí informace o verzích.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2754" />
+      <source>Copy Versions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2755" />
-      <source>Copy Versions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2756" />
       <source>&amp;Copy Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2763" />
+      <location filename="../UI/UserInterface.py" line="2762" />
       <source>Copy version information to the clipboard</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2766" />
+      <location filename="../UI/UserInterface.py" line="2765" />
       <source>&lt;b&gt;Copy Versions&lt;/b&gt;&lt;p&gt;This generates version information and copies it to the clipboard.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2782" />
-      <location filename="../UI/UserInterface.py" line="2775" />
+      <location filename="../UI/UserInterface.py" line="2781" />
+      <location filename="../UI/UserInterface.py" line="2774" />
       <source>Show Error Log</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2776" />
+      <location filename="../UI/UserInterface.py" line="2775" />
       <source>Show Error &amp;Log...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2784" />
+      <location filename="../UI/UserInterface.py" line="2783" />
       <source>&lt;b&gt;Show Error Log...&lt;/b&gt;&lt;p&gt;Opens a dialog showing the most recent error log.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2792" />
+      <source>Show Install Info</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2793" />
-      <source>Show Install Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2794" />
       <source>Show Install &amp;Info...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2800" />
+      <location filename="../UI/UserInterface.py" line="2799" />
       <source>Show Installation Information</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2802" />
+      <location filename="../UI/UserInterface.py" line="2801" />
       <source>&lt;b&gt;Show Install Info...&lt;/b&gt;&lt;p&gt;Opens a dialog showing some information about the installation process.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="4738" />
+      <location filename="../UI/UserInterface.py" line="2811" />
+      <source>Report Bug</source>
+      <translation>Reportovat Bugy</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2811" />
+      <source>Report &amp;Bug...</source>
+      <translation>Reportovat &amp;Bugy...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2813" />
+      <source>Report a bug</source>
+      <translation>Reportovat bug</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2815" />
+      <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Reportovat bug...&lt;/b&gt;&lt;p&gt;Otevře se dialog pro reportování bugu.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2821" />
+      <source>Request Feature</source>
+      <translation>Požadavek na vlastnost</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2822" />
+      <source>Request &amp;Feature...</source>
+      <translation>&amp;Požadavek na vlastnost...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2828" />
+      <source>Send a feature request</source>
+      <translation>Poslat požadavek na vlastnost</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2830" />
+      <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Požadavek na vlastnost...&lt;/b&gt;&lt;p&gt;Otevře dialog pro odeslání požadavku.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4174" />
+      <location filename="../UI/UserInterface.py" line="2841" />
+      <source>Testing</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2843" />
+      <source>&amp;Testing...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2849" />
+      <source>Start the testing dialog</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2851" />
+      <source>&lt;b&gt;Testing&lt;/b&gt;&lt;p&gt;Perform test runs. The dialog gives the ability to select and run a test suite or auto discover them.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2862" />
+      <source>Restart Last Test</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2864" />
+      <source>&amp;Restart Last Test...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2870" />
+      <source>Restarts the last test</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2872" />
+      <source>&lt;b&gt;Restart Last Test&lt;/b&gt;&lt;p&gt;Restarts the test performed last.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2882" />
+      <source>Rerun Failed Tests</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2884" />
+      <source>Rerun Failed Tests...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2891" />
+      <source>Rerun failed tests of the last run</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2894" />
+      <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last test run.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2904" />
+      <source>Test Script</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2906" />
+      <source>Test &amp;Script...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2912" />
+      <source>Run tests of the current script</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2914" />
+      <source>&lt;b&gt;Test Script&lt;/b&gt;&lt;p&gt;Run tests with the current script.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2921" />
+      <source>Test Project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2923" />
+      <source>Test &amp;Project...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2929" />
+      <source>Run tests of the current project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2931" />
+      <source>&lt;b&gt;Test Project&lt;/b&gt;&lt;p&gt;Run test of the current project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2940" />
+      <source>Qt-Designer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2942" />
+      <source>Qt-&amp;Designer...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2948" />
+      <source>Start Qt-Designer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2950" />
+      <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2959" />
+      <source>Qt-Linguist</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2961" />
+      <source>Qt-&amp;Linguist...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2967" />
+      <source>Start Qt-Linguist</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2969" />
+      <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2977" />
+      <source>UI Previewer</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2979" />
+      <source>&amp;UI Previewer...</source>
+      <translation>&amp;UI Previewer...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2985" />
+      <source>Start the UI Previewer</source>
+      <translation>Spustit UI Previewer</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2987" />
+      <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Spustit UI Previewer.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2993" />
+      <source>Translations Previewer</source>
+      <translation>Náhled překladů</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2995" />
+      <source>&amp;Translations Previewer...</source>
+      <translation>Náhled &amp;překladů...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3001" />
+      <source>Start the Translations Previewer</source>
+      <translation>Spustit Previewer překladů</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3003" />
+      <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Previewer překladů&lt;/b&gt;&lt;p&gt;Spustit Previewer překladů.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3012" />
+      <source>Compare Files</source>
+      <translation>Porovnat soubory</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3014" />
+      <source>&amp;Compare Files...</source>
+      <translation>&amp;Porovnat soubory...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3039" />
+      <location filename="../UI/UserInterface.py" line="3020" />
+      <source>Compare two files</source>
+      <translation>Porovnat dva soubory</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3022" />
+      <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Porovnat soubory&lt;/b&gt;&lt;p&gt;Otevře dialog pro porovnání dvou souborů.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3031" />
+      <source>Compare Files side by side</source>
+      <translation>Porovnat soubory stranu proti straně</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3033" />
+      <source>Compare &amp;Files side by side...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3041" />
+      <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Porovnat soubory stranu proti straně&lt;/b&gt;&lt;p&gt;Otevře dialog pro porovnání souborů a zobrazení rozdílů strany proti straně.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3051" />
+      <source>SQL Browser</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3053" />
+      <source>SQL &amp;Browser...</source>
+      <translation>SQL &amp;Browser...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3059" />
+      <source>Browse a SQL database</source>
+      <translation>Procházet SQL databázi</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3061" />
+      <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Procházet SQL databázi.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3075" />
+      <location filename="../UI/UserInterface.py" line="3067" />
+      <source>Mini Editor</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3069" />
+      <source>Mini &amp;Editor...</source>
+      <translation>Mini &amp;Editor...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3077" />
+      <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Mini editor&lt;/b&gt;&lt;p&gt;Otevře se okno s jednoduchým editorem&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3086" />
+      <source>Hex Editor</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3088" />
+      <source>&amp;Hex Editor...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3094" />
+      <source>Start the eric Hex Editor</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3096" />
+      <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3106" />
+      <source>eric Web Browser</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3108" />
+      <source>eric &amp;Web Browser...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3114" />
+      <source>Start the eric Web Browser</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3116" />
+      <source>&lt;b&gt;eric Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric Web Browser.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3126" />
+      <source>FIDO2 Security Key Management</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3128" />
+      <source>FIDO2 Security Key Management...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3135" />
+      <source>Start the FIDO2 Security Key Management tool</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3138" />
+      <source>&lt;b&gt;FIDO2 Security Key Management&lt;/b&gt;&lt;p&gt;Start a tool to manage FIDO2 securit y keys.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3149" />
+      <source>Icon Editor</source>
+      <translation>Editor ikon</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3151" />
+      <source>&amp;Icon Editor...</source>
+      <translation>Editor &amp;ikon...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3157" />
+      <source>Start the eric Icon Editor</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3159" />
+      <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric Icon Editor for editing simple icons.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6631" />
+      <location filename="../UI/UserInterface.py" line="3171" />
+      <source>Snapshot</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3173" />
+      <source>&amp;Snapshot...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3179" />
+      <source>Take snapshots of a screen region</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3181" />
+      <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3191" />
+      <source>eric PDF Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3193" />
+      <source>eric PDF &amp;Viewer...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3199" />
+      <source>Start the eric PDF Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3201" />
+      <source>&lt;b&gt;eric PDF Viewer&lt;/b&gt;&lt;p&gt;Starts the eric PDF Viewer for viewing PDF files.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3210" />
+      <source>Preferences</source>
+      <translation>Nastavení</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3212" />
+      <source>&amp;Preferences...</source>
+      <translation>Na&amp;stavení...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3218" />
+      <source>Set the prefered configuration</source>
+      <translation>Nastavení konfigurace</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3220" />
+      <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Nastavení&lt;/b&gt;&lt;p&gt;Upravit konfiguraci aplikace podle požadavků uživatele.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3231" />
+      <source>Export Preferences</source>
+      <translation>Exportovat předvolby</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3233" />
+      <source>E&amp;xport Preferences...</source>
+      <translation>E&amp;xportovat předvolby...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3239" />
+      <source>Export the current configuration</source>
+      <translation>Export aktuální konfigurace</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3241" />
+      <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Export předvoleb&lt;/b&gt;&lt;p&gt;Export aktuální konfigurace do souboru.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3250" />
+      <source>Import Preferences</source>
+      <translation>Import předvoleb</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3252" />
+      <source>I&amp;mport Preferences...</source>
+      <translation>I&amp;mport předvoleb...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3259" />
+      <source>Import a previously exported configuration</source>
+      <translation>Import dříve exportované konfigurace</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3262" />
+      <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Import předvoleb&lt;/b&gt;&lt;p&gt;Import dříve exportované konfigurace.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3271" />
+      <source>Export Theme</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3273" />
+      <source>Export Theme...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3279" />
+      <source>Export the current theme</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3281" />
+      <source>&lt;b&gt;Export Theme&lt;/b&gt;&lt;p&gt;Export the current theme to a file.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3290" />
+      <source>Import Theme</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3292" />
+      <source>Import Theme...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3298" />
+      <source>Import a previously exported theme</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3300" />
+      <source>&lt;b&gt;Import Theme&lt;/b&gt;&lt;p&gt;Import a previously exported theme.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3309" />
+      <source>Reload APIs</source>
+      <translation>Obnovit API</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3309" />
+      <source>Reload &amp;APIs</source>
+      <translation>Obnovit &amp;API</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3311" />
+      <source>Reload the API information</source>
+      <translation>Obnovit API nastavení</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3313" />
+      <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Obnovit API&lt;/b&gt;&lt;p&gt;Obnovit API nastavení.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3327" />
+      <location filename="../UI/UserInterface.py" line="3319" />
+      <source>Show external tools</source>
+      <translation>Zobrazit externí nástroje</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3321" />
+      <source>Show external &amp;tools</source>
+      <translation>Zobrazit externí nás&amp;troje</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3329" />
+      <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3339" />
+      <source>View Profiles</source>
+      <translation>Profily pohledů</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3341" />
+      <source>&amp;View Profiles...</source>
+      <translation>Profily &amp;pohledů...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3347" />
+      <source>Configure view profiles</source>
+      <translation>Konfigurace profilů pohledů</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3349" />
+      <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Profily pohledů&lt;/b&gt;&lt;p&gt;Konfigurace profilu pohledů. V tomto dialogu můžete nastavit zobrazování různých typů pohledů - editačních oken.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3360" />
+      <source>Toolbars</source>
+      <translation>Lišty nástrojů</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3362" />
+      <source>Tool&amp;bars...</source>
+      <translation>&amp;Lišty nástrojů...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3368" />
+      <source>Configure toolbars</source>
+      <translation>Konfigurace lišt nástrojů</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3370" />
+      <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Listy nástrojů&lt;/b&gt;&lt;p&gt;Konfigurace lišt nástrojů. S tímto dialogem můžete změnit akce zobrazené v různých nástrojových lištách nebo definovat své vlastní nástrojové lišty.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3381" />
+      <source>Keyboard Shortcuts</source>
+      <translation>Klávesové zkratky</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3383" />
+      <source>Keyboard &amp;Shortcuts...</source>
+      <translation>Klávesové &amp;zkratky...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3389" />
+      <source>Set the keyboard shortcuts</source>
+      <translation>Nastavení klávesových zkratek</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3391" />
+      <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Klávesové zkratky&lt;/b&gt;&lt;p&gt;Nastavení klávesových zkratek aplikace podle zvyklostí uživatele.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7600" />
+      <location filename="../UI/UserInterface.py" line="7581" />
+      <location filename="../UI/UserInterface.py" line="3401" />
+      <source>Export Keyboard Shortcuts</source>
+      <translation>Exportovat klávesové zkratky</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3403" />
+      <source>&amp;Export Keyboard Shortcuts...</source>
+      <translation>&amp;Exportovat klávesové zkratky...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3409" />
+      <source>Export the keyboard shortcuts</source>
+      <translation>Export klávesových zkratek</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3411" />
+      <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Export klávesových zkratek&lt;/b&gt;&lt;p&gt;Exportují se klávesové zkratky z aplikace.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7619" />
+      <location filename="../UI/UserInterface.py" line="3420" />
+      <source>Import Keyboard Shortcuts</source>
+      <translation>Import klávesových zkratek</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3422" />
+      <source>&amp;Import Keyboard Shortcuts...</source>
+      <translation>&amp;Import klávesových zkratek...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3428" />
+      <source>Import the keyboard shortcuts</source>
+      <translation>Import klávesových zkratek</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3430" />
+      <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Import klávesových zkratek&lt;/b&gt;&lt;p&gt;Do aplikace se importují klávesové zkratky.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3440" />
+      <source>Manage SSL Certificates</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3442" />
+      <source>Manage SSL Certificates...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3449" />
+      <source>Manage the saved SSL certificates</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3452" />
+      <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3462" />
+      <source>Edit Message Filters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3464" />
+      <source>Edit Message Filters...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3471" />
+      <source>Edit the message filters used to suppress unwanted messages</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3474" />
+      <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3493" />
+      <location filename="../UI/UserInterface.py" line="3487" />
+      <location filename="../UI/UserInterface.py" line="3485" />
+      <source>Clear private data</source>
+      <translation type="unfinished">Smazat soukromá data</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3495" />
+      <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3506" />
+      <location filename="../UI/UserInterface.py" line="3505" />
+      <source>Activate current editor</source>
+      <translation>Aktivovat aktuální editor</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3507" />
+      <source>Alt+Shift+E</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3518" />
+      <location filename="../UI/UserInterface.py" line="3517" />
+      <source>Show next</source>
+      <translation>Zobrazit další</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3519" />
+      <source>Ctrl+Alt+Tab</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3530" />
+      <location filename="../UI/UserInterface.py" line="3529" />
+      <source>Show previous</source>
+      <translation>Zobrazit předchozí</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3531" />
+      <source>Shift+Ctrl+Alt+Tab</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3542" />
+      <location filename="../UI/UserInterface.py" line="3541" />
+      <source>Switch between tabs</source>
+      <translation>Přepnout mezi taby</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3543" />
+      <source>Ctrl+1</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3553" />
+      <source>Plugin Infos</source>
+      <translation>Plugin Infa</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3555" />
+      <source>&amp;Plugin Infos...</source>
+      <translation>&amp;Plugin Infa...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3561" />
+      <source>Show Plugin Infos</source>
+      <translation>Zobrazit Plugin infa</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3563" />
+      <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Plugin Infa&lt;/b&gt;&lt;p&gt;Otevře dialog, který zobrazí informace o načtených pluginech.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3581" />
+      <location filename="../UI/UserInterface.py" line="3573" />
+      <source>Install Plugins</source>
+      <translation>Instalovat pluginy</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3575" />
+      <source>&amp;Install Plugins...</source>
+      <translation>&amp;Instalovat pluginy...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3583" />
+      <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Instalovat pluginy...&lt;/b&gt;&lt;p&gt;Otevře dialog pro instalaci nebo aktualizaci pluginů.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3600" />
+      <location filename="../UI/UserInterface.py" line="3592" />
+      <source>Uninstall Plugin</source>
+      <translation>Odinstalovat plugin</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3594" />
+      <source>&amp;Uninstall Plugin...</source>
+      <translation>&amp;Odinstalovat plugin...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3602" />
+      <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Odinstalovat plugin...&lt;/b&gt;&lt;p&gt;Otevře dialog pro odinstalaci pluginu.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3613" />
+      <source>Plugin &amp;Repository...</source>
+      <translation>&amp;Repozitář pluginů...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3619" />
+      <source>Show Plugins available for download</source>
+      <translation>Zobrazit pluginy dostupné ke stažení</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3621" />
+      <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Repozitář pluginů...&lt;/b&gt;&lt;p&gt;Otevře se dialog, který zobrazí seznam pluginů dostupných ke stažení přes internet.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3651" />
+      <location filename="../UI/UserInterface.py" line="3650" />
+      <source>Qt5 Documentation</source>
+      <translation type="unfinished">Qt4 dokumentace {5 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3657" />
+      <source>Open Qt5 Documentation</source>
+      <translation type="unfinished">Otevřít Qt4 dokumentaci {5 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3659" />
+      <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3672" />
+      <location filename="../UI/UserInterface.py" line="3671" />
+      <source>Qt6 Documentation</source>
+      <translation type="unfinished">Qt4 dokumentace {6 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3678" />
+      <source>Open Qt6 Documentation</source>
+      <translation type="unfinished">Otevřít Qt4 dokumentaci {6 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3680" />
+      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3693" />
+      <location filename="../UI/UserInterface.py" line="3692" />
+      <source>PyQt5 Documentation</source>
+      <translation type="unfinished">PyQt4 dokumentace {5 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3699" />
+      <source>Open PyQt5 Documentation</source>
+      <translation type="unfinished">Otevřít PyQt4 dokumentaci {5 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3701" />
+      <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3714" />
+      <location filename="../UI/UserInterface.py" line="3713" />
+      <source>PyQt6 Documentation</source>
+      <translation type="unfinished">PyQt4 dokumentace {6 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3720" />
+      <source>Open PyQt6 Documentation</source>
+      <translation type="unfinished">Otevřít PyQt4 dokumentaci {6 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3722" />
+      <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3740" />
+      <location filename="../UI/UserInterface.py" line="3739" />
+      <source>Python 3 Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3746" />
+      <source>Open Python 3 Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3748" />
+      <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;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 &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3767" />
+      <location filename="../UI/UserInterface.py" line="3766" />
+      <source>eric API Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3773" />
+      <source>Open eric API Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3775" />
+      <source>&lt;b&gt;eric API Documentation&lt;/b&gt;&lt;p&gt;Display the eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric installation directory.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3793" />
+      <location filename="../UI/UserInterface.py" line="3792" />
+      <source>PySide2 Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3799" />
+      <source>Open PySide2 Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3801" />
+      <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3819" />
+      <location filename="../UI/UserInterface.py" line="3818" />
+      <source>PySide6 Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3825" />
+      <source>Open PySide6 Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3827" />
+      <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3863" />
+      <source>Sessions</source>
+      <translation type="unfinished">Relace</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3944" />
+      <source>E&amp;xtras</source>
+      <translation>E&amp;xtra funkce</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3954" />
+      <source>Wi&amp;zards</source>
+      <translation>&amp;Průvodci</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3972" />
+      <source>P&amp;lugins</source>
+      <translation>P&amp;luginy</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3981" />
+      <source>Configure...</source>
+      <translation>Konfigurovat...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3990" />
+      <source>&amp;Testing</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4007" />
+      <source>Select Tool Group</source>
+      <translation>Vybrat skupinu nástrojů</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4018" />
+      <source>Se&amp;ttings</source>
+      <translation>Nas&amp;tavení</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4051" />
+      <source>&amp;Window</source>
+      <translation>O&amp;kno</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4060" />
+      <source>&amp;Windows</source>
+      <translation type="unfinished">&amp;Windows</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4064" />
+      <source>Central Park</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4068" />
+      <source>Left Side</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4087" />
+      <source>Right Side</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4106" />
+      <source>Bottom Side</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4114" />
+      <source>Plug-ins</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4120" />
+      <source>&amp;Toolbars</source>
+      <translation>&amp;Toolbary</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4133" />
+      <source>&amp;Help</source>
+      <translation>&amp;Nápověda</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4190" />
+      <location filename="../UI/UserInterface.py" line="4173" />
+      <source>Tools</source>
+      <translation>Nástroje</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4192" />
+      <location filename="../UI/UserInterface.py" line="4177" />
+      <source>Settings</source>
+      <translation>Nastavení</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6361" />
+      <location filename="../UI/UserInterface.py" line="4193" />
+      <location filename="../UI/UserInterface.py" line="4178" />
+      <source>Help</source>
+      <translation>Nápověda</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4194" />
+      <location filename="../UI/UserInterface.py" line="4179" />
+      <source>Profiles</source>
+      <translation>Profily</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4195" />
+      <location filename="../UI/UserInterface.py" line="4180" />
+      <source>Plugins</source>
+      <translation>Pluginy</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4191" />
+      <source>Unittest</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4368" />
+      <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Tato část status baru zobrazuje aktuální jazyk editoru.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4377" />
+      <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Tato část status baru zobrazuje aktuální kódování editorů.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4386" />
+      <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Tato část status baru zobrazuje eol nastavení v aktuálním editoru.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4395" />
+      <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Tato část status baru zobrazuje indikátor práva zápisu editoru do souboru.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4404" />
+      <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Tato část status baru zobrazuje číslo řádku v aktuálním editoru.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4413" />
+      <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Tato část status baru zobrazuje pozici kurzoru v aktuálním editoru.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4427" />
+      <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4501" />
+      <location filename="../UI/UserInterface.py" line="4460" />
+      <source>External Tools/{0}</source>
+      <translation>Externí nástroje/{0}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4609" />
+      <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
+      <translation type="unfinished">&lt;h3&gt;Čísla verzí&lt;/h3&gt;&lt;table&gt; {2&gt;?} {2&gt;?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4679" />
+      <source>Desktop</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4683" />
+      <source>Session Type</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="4739" />
-      <location filename="../UI/UserInterface.py" line="2812" />
-      <source>Report Bug</source>
-      <translation>Reportovat Bugy</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2812" />
-      <source>Report &amp;Bug...</source>
-      <translation>Reportovat &amp;Bugy...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2814" />
-      <source>Report a bug</source>
-      <translation>Reportovat bug</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2816" />
-      <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Reportovat bug...&lt;/b&gt;&lt;p&gt;Otevře se dialog pro reportování bugu.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2822" />
-      <source>Request Feature</source>
-      <translation>Požadavek na vlastnost</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2823" />
-      <source>Request &amp;Feature...</source>
-      <translation>&amp;Požadavek na vlastnost...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2829" />
-      <source>Send a feature request</source>
-      <translation>Poslat požadavek na vlastnost</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2831" />
-      <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Požadavek na vlastnost...&lt;/b&gt;&lt;p&gt;Otevře dialog pro odeslání požadavku.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4175" />
-      <location filename="../UI/UserInterface.py" line="2842" />
-      <source>Testing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2844" />
-      <source>&amp;Testing...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2850" />
-      <source>Start the testing dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2852" />
-      <source>&lt;b&gt;Testing&lt;/b&gt;&lt;p&gt;Perform test runs. The dialog gives the ability to select and run a test suite or auto discover them.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2863" />
-      <source>Restart Last Test</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2865" />
-      <source>&amp;Restart Last Test...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2871" />
-      <source>Restarts the last test</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2873" />
-      <source>&lt;b&gt;Restart Last Test&lt;/b&gt;&lt;p&gt;Restarts the test performed last.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2883" />
-      <source>Rerun Failed Tests</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2885" />
-      <source>Rerun Failed Tests...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2892" />
-      <source>Rerun failed tests of the last run</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2895" />
-      <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last test run.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2905" />
-      <source>Test Script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2907" />
-      <source>Test &amp;Script...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2913" />
-      <source>Run tests of the current script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2915" />
-      <source>&lt;b&gt;Test Script&lt;/b&gt;&lt;p&gt;Run tests with the current script.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2922" />
-      <source>Test Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2924" />
-      <source>Test &amp;Project...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2930" />
-      <source>Run tests of the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2932" />
-      <source>&lt;b&gt;Test Project&lt;/b&gt;&lt;p&gt;Run test of the current project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2941" />
-      <source>Qt-Designer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2943" />
-      <source>Qt-&amp;Designer...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2949" />
-      <source>Start Qt-Designer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2951" />
-      <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2960" />
-      <source>Qt-Linguist</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2962" />
-      <source>Qt-&amp;Linguist...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2968" />
-      <source>Start Qt-Linguist</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2970" />
-      <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2978" />
-      <source>UI Previewer</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2980" />
-      <source>&amp;UI Previewer...</source>
-      <translation>&amp;UI Previewer...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2986" />
-      <source>Start the UI Previewer</source>
-      <translation>Spustit UI Previewer</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2988" />
-      <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Spustit UI Previewer.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2994" />
-      <source>Translations Previewer</source>
-      <translation>Náhled překladů</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2996" />
-      <source>&amp;Translations Previewer...</source>
-      <translation>Náhled &amp;překladů...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3002" />
-      <source>Start the Translations Previewer</source>
-      <translation>Spustit Previewer překladů</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3004" />
-      <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Previewer překladů&lt;/b&gt;&lt;p&gt;Spustit Previewer překladů.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3013" />
-      <source>Compare Files</source>
-      <translation>Porovnat soubory</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3015" />
-      <source>&amp;Compare Files...</source>
-      <translation>&amp;Porovnat soubory...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3040" />
-      <location filename="../UI/UserInterface.py" line="3021" />
-      <source>Compare two files</source>
-      <translation>Porovnat dva soubory</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3023" />
-      <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Porovnat soubory&lt;/b&gt;&lt;p&gt;Otevře dialog pro porovnání dvou souborů.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3032" />
-      <source>Compare Files side by side</source>
-      <translation>Porovnat soubory stranu proti straně</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3034" />
-      <source>Compare &amp;Files side by side...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3042" />
-      <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Porovnat soubory stranu proti straně&lt;/b&gt;&lt;p&gt;Otevře dialog pro porovnání souborů a zobrazení rozdílů strany proti straně.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3052" />
-      <source>SQL Browser</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3054" />
-      <source>SQL &amp;Browser...</source>
-      <translation>SQL &amp;Browser...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3060" />
-      <source>Browse a SQL database</source>
-      <translation>Procházet SQL databázi</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3062" />
-      <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Procházet SQL databázi.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3076" />
-      <location filename="../UI/UserInterface.py" line="3068" />
-      <source>Mini Editor</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3070" />
-      <source>Mini &amp;Editor...</source>
-      <translation>Mini &amp;Editor...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3078" />
-      <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Mini editor&lt;/b&gt;&lt;p&gt;Otevře se okno s jednoduchým editorem&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3087" />
-      <source>Hex Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3089" />
-      <source>&amp;Hex Editor...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3095" />
-      <source>Start the eric Hex Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3097" />
-      <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3107" />
-      <source>eric Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3109" />
-      <source>eric &amp;Web Browser...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3115" />
-      <source>Start the eric Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3117" />
-      <source>&lt;b&gt;eric Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric Web Browser.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3127" />
-      <source>FIDO2 Security Key Management</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3129" />
-      <source>FIDO2 Security Key Management...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3136" />
-      <source>Start the FIDO2 Security Key Management tool</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3139" />
-      <source>&lt;b&gt;FIDO2 Security Key Management&lt;/b&gt;&lt;p&gt;Start a tool to manage FIDO2 securit y keys.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3150" />
-      <source>Icon Editor</source>
-      <translation>Editor ikon</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3152" />
-      <source>&amp;Icon Editor...</source>
-      <translation>Editor &amp;ikon...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3158" />
-      <source>Start the eric Icon Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3160" />
-      <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric Icon Editor for editing simple icons.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6632" />
-      <location filename="../UI/UserInterface.py" line="3172" />
-      <source>Snapshot</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3174" />
-      <source>&amp;Snapshot...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3180" />
-      <source>Take snapshots of a screen region</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3182" />
-      <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3192" />
-      <source>eric PDF Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3194" />
-      <source>eric PDF &amp;Viewer...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3200" />
-      <source>Start the eric PDF Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3202" />
-      <source>&lt;b&gt;eric PDF Viewer&lt;/b&gt;&lt;p&gt;Starts the eric PDF Viewer for viewing PDF files.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3211" />
-      <source>Preferences</source>
-      <translation>Nastavení</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3213" />
-      <source>&amp;Preferences...</source>
-      <translation>Na&amp;stavení...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3219" />
-      <source>Set the prefered configuration</source>
-      <translation>Nastavení konfigurace</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3221" />
-      <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Nastavení&lt;/b&gt;&lt;p&gt;Upravit konfiguraci aplikace podle požadavků uživatele.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3232" />
-      <source>Export Preferences</source>
-      <translation>Exportovat předvolby</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3234" />
-      <source>E&amp;xport Preferences...</source>
-      <translation>E&amp;xportovat předvolby...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3240" />
-      <source>Export the current configuration</source>
-      <translation>Export aktuální konfigurace</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3242" />
-      <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Export předvoleb&lt;/b&gt;&lt;p&gt;Export aktuální konfigurace do souboru.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3251" />
-      <source>Import Preferences</source>
-      <translation>Import předvoleb</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3253" />
-      <source>I&amp;mport Preferences...</source>
-      <translation>I&amp;mport předvoleb...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3260" />
-      <source>Import a previously exported configuration</source>
-      <translation>Import dříve exportované konfigurace</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3263" />
-      <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Import předvoleb&lt;/b&gt;&lt;p&gt;Import dříve exportované konfigurace.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3272" />
-      <source>Export Theme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3274" />
-      <source>Export Theme...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3280" />
-      <source>Export the current theme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3282" />
-      <source>&lt;b&gt;Export Theme&lt;/b&gt;&lt;p&gt;Export the current theme to a file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3291" />
-      <source>Import Theme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3293" />
-      <source>Import Theme...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3299" />
-      <source>Import a previously exported theme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3301" />
-      <source>&lt;b&gt;Import Theme&lt;/b&gt;&lt;p&gt;Import a previously exported theme.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3310" />
-      <source>Reload APIs</source>
-      <translation>Obnovit API</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3310" />
-      <source>Reload &amp;APIs</source>
-      <translation>Obnovit &amp;API</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3312" />
-      <source>Reload the API information</source>
-      <translation>Obnovit API nastavení</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3314" />
-      <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Obnovit API&lt;/b&gt;&lt;p&gt;Obnovit API nastavení.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3328" />
-      <location filename="../UI/UserInterface.py" line="3320" />
-      <source>Show external tools</source>
-      <translation>Zobrazit externí nástroje</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3322" />
-      <source>Show external &amp;tools</source>
-      <translation>Zobrazit externí nás&amp;troje</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3330" />
-      <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3340" />
-      <source>View Profiles</source>
-      <translation>Profily pohledů</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3342" />
-      <source>&amp;View Profiles...</source>
-      <translation>Profily &amp;pohledů...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3348" />
-      <source>Configure view profiles</source>
-      <translation>Konfigurace profilů pohledů</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3350" />
-      <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Profily pohledů&lt;/b&gt;&lt;p&gt;Konfigurace profilu pohledů. V tomto dialogu můžete nastavit zobrazování různých typů pohledů - editačních oken.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3361" />
-      <source>Toolbars</source>
-      <translation>Lišty nástrojů</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3363" />
-      <source>Tool&amp;bars...</source>
-      <translation>&amp;Lišty nástrojů...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3369" />
-      <source>Configure toolbars</source>
-      <translation>Konfigurace lišt nástrojů</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3371" />
-      <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Listy nástrojů&lt;/b&gt;&lt;p&gt;Konfigurace lišt nástrojů. S tímto dialogem můžete změnit akce zobrazené v různých nástrojových lištách nebo definovat své vlastní nástrojové lišty.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3382" />
-      <source>Keyboard Shortcuts</source>
-      <translation>Klávesové zkratky</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3384" />
-      <source>Keyboard &amp;Shortcuts...</source>
-      <translation>Klávesové &amp;zkratky...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3390" />
-      <source>Set the keyboard shortcuts</source>
-      <translation>Nastavení klávesových zkratek</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3392" />
-      <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Klávesové zkratky&lt;/b&gt;&lt;p&gt;Nastavení klávesových zkratek aplikace podle zvyklostí uživatele.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7601" />
-      <location filename="../UI/UserInterface.py" line="7582" />
-      <location filename="../UI/UserInterface.py" line="3402" />
-      <source>Export Keyboard Shortcuts</source>
-      <translation>Exportovat klávesové zkratky</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3404" />
-      <source>&amp;Export Keyboard Shortcuts...</source>
-      <translation>&amp;Exportovat klávesové zkratky...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3410" />
-      <source>Export the keyboard shortcuts</source>
-      <translation>Export klávesových zkratek</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3412" />
-      <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Export klávesových zkratek&lt;/b&gt;&lt;p&gt;Exportují se klávesové zkratky z aplikace.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7620" />
-      <location filename="../UI/UserInterface.py" line="3421" />
-      <source>Import Keyboard Shortcuts</source>
-      <translation>Import klávesových zkratek</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3423" />
-      <source>&amp;Import Keyboard Shortcuts...</source>
-      <translation>&amp;Import klávesových zkratek...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3429" />
-      <source>Import the keyboard shortcuts</source>
-      <translation>Import klávesových zkratek</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3431" />
-      <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Import klávesových zkratek&lt;/b&gt;&lt;p&gt;Do aplikace se importují klávesové zkratky.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3441" />
-      <source>Manage SSL Certificates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3443" />
-      <source>Manage SSL Certificates...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3450" />
-      <source>Manage the saved SSL certificates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3453" />
-      <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3463" />
-      <source>Edit Message Filters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3465" />
-      <source>Edit Message Filters...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3472" />
-      <source>Edit the message filters used to suppress unwanted messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3475" />
-      <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3494" />
-      <location filename="../UI/UserInterface.py" line="3488" />
-      <location filename="../UI/UserInterface.py" line="3486" />
-      <source>Clear private data</source>
-      <translation type="unfinished">Smazat soukromá data</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3496" />
-      <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3507" />
-      <location filename="../UI/UserInterface.py" line="3506" />
-      <source>Activate current editor</source>
-      <translation>Aktivovat aktuální editor</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3508" />
-      <source>Alt+Shift+E</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3519" />
-      <location filename="../UI/UserInterface.py" line="3518" />
-      <source>Show next</source>
-      <translation>Zobrazit další</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3520" />
-      <source>Ctrl+Alt+Tab</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3531" />
-      <location filename="../UI/UserInterface.py" line="3530" />
-      <source>Show previous</source>
-      <translation>Zobrazit předchozí</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3532" />
-      <source>Shift+Ctrl+Alt+Tab</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3543" />
-      <location filename="../UI/UserInterface.py" line="3542" />
-      <source>Switch between tabs</source>
-      <translation>Přepnout mezi taby</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3544" />
-      <source>Ctrl+1</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3554" />
-      <source>Plugin Infos</source>
-      <translation>Plugin Infa</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3556" />
-      <source>&amp;Plugin Infos...</source>
-      <translation>&amp;Plugin Infa...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3562" />
-      <source>Show Plugin Infos</source>
-      <translation>Zobrazit Plugin infa</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3564" />
-      <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Plugin Infa&lt;/b&gt;&lt;p&gt;Otevře dialog, který zobrazí informace o načtených pluginech.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3582" />
-      <location filename="../UI/UserInterface.py" line="3574" />
-      <source>Install Plugins</source>
-      <translation>Instalovat pluginy</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3576" />
-      <source>&amp;Install Plugins...</source>
-      <translation>&amp;Instalovat pluginy...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3584" />
-      <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Instalovat pluginy...&lt;/b&gt;&lt;p&gt;Otevře dialog pro instalaci nebo aktualizaci pluginů.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3601" />
-      <location filename="../UI/UserInterface.py" line="3593" />
-      <source>Uninstall Plugin</source>
-      <translation>Odinstalovat plugin</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3595" />
-      <source>&amp;Uninstall Plugin...</source>
-      <translation>&amp;Odinstalovat plugin...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3603" />
-      <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Odinstalovat plugin...&lt;/b&gt;&lt;p&gt;Otevře dialog pro odinstalaci pluginu.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3614" />
-      <source>Plugin &amp;Repository...</source>
-      <translation>&amp;Repozitář pluginů...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3620" />
-      <source>Show Plugins available for download</source>
-      <translation>Zobrazit pluginy dostupné ke stažení</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3622" />
-      <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Repozitář pluginů...&lt;/b&gt;&lt;p&gt;Otevře se dialog, který zobrazí seznam pluginů dostupných ke stažení přes internet.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3652" />
-      <location filename="../UI/UserInterface.py" line="3651" />
-      <source>Qt5 Documentation</source>
-      <translation type="unfinished">Qt4 dokumentace {5 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3658" />
-      <source>Open Qt5 Documentation</source>
-      <translation type="unfinished">Otevřít Qt4 dokumentaci {5 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3660" />
-      <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3673" />
-      <location filename="../UI/UserInterface.py" line="3672" />
-      <source>Qt6 Documentation</source>
-      <translation type="unfinished">Qt4 dokumentace {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3679" />
-      <source>Open Qt6 Documentation</source>
-      <translation type="unfinished">Otevřít Qt4 dokumentaci {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3681" />
-      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3694" />
-      <location filename="../UI/UserInterface.py" line="3693" />
-      <source>PyQt5 Documentation</source>
-      <translation type="unfinished">PyQt4 dokumentace {5 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3700" />
-      <source>Open PyQt5 Documentation</source>
-      <translation type="unfinished">Otevřít PyQt4 dokumentaci {5 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3702" />
-      <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3715" />
-      <location filename="../UI/UserInterface.py" line="3714" />
-      <source>PyQt6 Documentation</source>
-      <translation type="unfinished">PyQt4 dokumentace {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3721" />
-      <source>Open PyQt6 Documentation</source>
-      <translation type="unfinished">Otevřít PyQt4 dokumentaci {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3723" />
-      <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3741" />
-      <location filename="../UI/UserInterface.py" line="3740" />
-      <source>Python 3 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3747" />
-      <source>Open Python 3 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3749" />
-      <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;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 &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3768" />
-      <location filename="../UI/UserInterface.py" line="3767" />
-      <source>eric API Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3774" />
-      <source>Open eric API Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3776" />
-      <source>&lt;b&gt;eric API Documentation&lt;/b&gt;&lt;p&gt;Display the eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric installation directory.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3794" />
-      <location filename="../UI/UserInterface.py" line="3793" />
-      <source>PySide2 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3800" />
-      <source>Open PySide2 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3802" />
-      <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3820" />
-      <location filename="../UI/UserInterface.py" line="3819" />
-      <source>PySide6 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3826" />
-      <source>Open PySide6 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3828" />
-      <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3864" />
-      <source>Sessions</source>
-      <translation type="unfinished">Relace</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3945" />
-      <source>E&amp;xtras</source>
-      <translation>E&amp;xtra funkce</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3955" />
-      <source>Wi&amp;zards</source>
-      <translation>&amp;Průvodci</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3973" />
-      <source>P&amp;lugins</source>
-      <translation>P&amp;luginy</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3982" />
-      <source>Configure...</source>
-      <translation>Konfigurovat...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3991" />
-      <source>&amp;Testing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4008" />
-      <source>Select Tool Group</source>
-      <translation>Vybrat skupinu nástrojů</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4019" />
-      <source>Se&amp;ttings</source>
-      <translation>Nas&amp;tavení</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4052" />
-      <source>&amp;Window</source>
-      <translation>O&amp;kno</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4061" />
-      <source>&amp;Windows</source>
-      <translation type="unfinished">&amp;Windows</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4065" />
-      <source>Central Park</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4069" />
-      <source>Left Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4088" />
-      <source>Right Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4107" />
-      <source>Bottom Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4115" />
-      <source>Plug-ins</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4121" />
-      <source>&amp;Toolbars</source>
-      <translation>&amp;Toolbary</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4134" />
-      <source>&amp;Help</source>
-      <translation>&amp;Nápověda</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4191" />
-      <location filename="../UI/UserInterface.py" line="4174" />
-      <source>Tools</source>
-      <translation>Nástroje</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4193" />
-      <location filename="../UI/UserInterface.py" line="4178" />
-      <source>Settings</source>
-      <translation>Nastavení</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6362" />
-      <location filename="../UI/UserInterface.py" line="4194" />
-      <location filename="../UI/UserInterface.py" line="4179" />
-      <source>Help</source>
-      <translation>Nápověda</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4195" />
-      <location filename="../UI/UserInterface.py" line="4180" />
-      <source>Profiles</source>
-      <translation>Profily</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4196" />
-      <location filename="../UI/UserInterface.py" line="4181" />
-      <source>Plugins</source>
-      <translation>Pluginy</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4192" />
-      <source>Unittest</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4369" />
-      <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Tato část status baru zobrazuje aktuální jazyk editoru.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4378" />
-      <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Tato část status baru zobrazuje aktuální kódování editorů.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4387" />
-      <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Tato část status baru zobrazuje eol nastavení v aktuálním editoru.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4396" />
-      <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Tato část status baru zobrazuje indikátor práva zápisu editoru do souboru.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4405" />
-      <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Tato část status baru zobrazuje číslo řádku v aktuálním editoru.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4414" />
-      <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Tato část status baru zobrazuje pozici kurzoru v aktuálním editoru.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4428" />
-      <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4502" />
-      <location filename="../UI/UserInterface.py" line="4461" />
-      <source>External Tools/{0}</source>
-      <translation>Externí nástroje/{0}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4610" />
-      <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
-      <translation type="unfinished">&lt;h3&gt;Čísla verzí&lt;/h3&gt;&lt;table&gt; {2&gt;?} {2&gt;?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4680" />
-      <source>Desktop</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4684" />
-      <source>Session Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4740" />
       <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
       <translation>Emailová adresa nebo mail server adresa jsou prázdné. Prosím, nastavte váš email v dialogovém okně Nastavení.</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5074" />
+      <source>Restart application</source>
+      <translation>Restartovat aplikaci</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5075" />
-      <source>Restart application</source>
-      <translation>Restartovat aplikaci</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5076" />
       <source>The application needs to be restarted. Do it now?</source>
       <translation>Aplikace potřebuje restartovat. Má se provést nyní?</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5099" />
+      <source>Upgrade PyQt</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5100" />
-      <source>Upgrade PyQt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5101" />
       <source>eric needs to be closed in order to upgrade PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5124" />
+      <source>Upgrade Eric</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5125" />
-      <source>Upgrade Eric</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5126" />
       <source>eric needs to be closed in order to be upgraded. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5150" />
+      <source>Upgrade Eric and PyQt6</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5151" />
-      <source>Upgrade Eric and PyQt6</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5152" />
       <source>eric needs to be closed in order to upgrade eric and PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
  Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5214" />
+      <location filename="../UI/UserInterface.py" line="5213" />
       <source>&amp;Builtin Tools</source>
       <translation>&amp;Vestavěné nástroje</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5234" />
+      <location filename="../UI/UserInterface.py" line="5233" />
       <source>&amp;Plugin Tools</source>
       <translation>&amp;Plugin nástroje</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5237" />
+      <location filename="../UI/UserInterface.py" line="5236" />
       <source>&amp;User Tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5263" />
+      <location filename="../UI/UserInterface.py" line="5262" />
       <source>Configure Tool Groups ...</source>
       <translation>Konfigurace Skupin nástrojů...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5267" />
+      <location filename="../UI/UserInterface.py" line="5266" />
       <source>Configure current Tool Group ...</source>
       <translation>Konfigurace aktuální skupiny nástrojů...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5306" />
-      <location filename="../UI/UserInterface.py" line="5286" />
+      <location filename="../UI/UserInterface.py" line="5305" />
+      <location filename="../UI/UserInterface.py" line="5285" />
       <source>No User Tools Configured</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5382" />
+      <location filename="../UI/UserInterface.py" line="5381" />
       <source>&amp;Show all</source>
       <translation>&amp;Zobrazit vše</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5384" />
+      <location filename="../UI/UserInterface.py" line="5383" />
       <source>&amp;Hide all</source>
       <translation>&amp;Skrýt vše</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6498" />
+      <location filename="../UI/UserInterface.py" line="6487" />
+      <location filename="../UI/UserInterface.py" line="6439" />
+      <location filename="../UI/UserInterface.py" line="6429" />
+      <location filename="../UI/UserInterface.py" line="6252" />
+      <location filename="../UI/UserInterface.py" line="6242" />
+      <location filename="../UI/UserInterface.py" line="6184" />
+      <location filename="../UI/UserInterface.py" line="6174" />
+      <source>Problem</source>
+      <translation>Problém</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6499" />
       <location filename="../UI/UserInterface.py" line="6488" />
       <location filename="../UI/UserInterface.py" line="6440" />
@@ -93605,307 +93655,285 @@
       <location filename="../UI/UserInterface.py" line="6243" />
       <location filename="../UI/UserInterface.py" line="6185" />
       <location filename="../UI/UserInterface.py" line="6175" />
-      <source>Problem</source>
-      <translation>Problém</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6500" />
-      <location filename="../UI/UserInterface.py" line="6489" />
-      <location filename="../UI/UserInterface.py" line="6441" />
-      <location filename="../UI/UserInterface.py" line="6431" />
-      <location filename="../UI/UserInterface.py" line="6254" />
-      <location filename="../UI/UserInterface.py" line="6244" />
-      <location filename="../UI/UserInterface.py" line="6186" />
-      <location filename="../UI/UserInterface.py" line="6176" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Soubor &lt;b&gt;{0}&lt;/b&gt; neexistuje nebo má nulovou délku.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6741" />
-      <location filename="../UI/UserInterface.py" line="6652" />
-      <location filename="../UI/UserInterface.py" line="6535" />
-      <location filename="../UI/UserInterface.py" line="6512" />
-      <location filename="../UI/UserInterface.py" line="6453" />
-      <location filename="../UI/UserInterface.py" line="6400" />
-      <location filename="../UI/UserInterface.py" line="6378" />
-      <location filename="../UI/UserInterface.py" line="6329" />
-      <location filename="../UI/UserInterface.py" line="6320" />
-      <location filename="../UI/UserInterface.py" line="6285" />
-      <location filename="../UI/UserInterface.py" line="6276" />
-      <location filename="../UI/UserInterface.py" line="6217" />
-      <location filename="../UI/UserInterface.py" line="6208" />
+      <location filename="../UI/UserInterface.py" line="6740" />
+      <location filename="../UI/UserInterface.py" line="6651" />
+      <location filename="../UI/UserInterface.py" line="6534" />
+      <location filename="../UI/UserInterface.py" line="6511" />
+      <location filename="../UI/UserInterface.py" line="6452" />
+      <location filename="../UI/UserInterface.py" line="6399" />
+      <location filename="../UI/UserInterface.py" line="6377" />
+      <location filename="../UI/UserInterface.py" line="6328" />
+      <location filename="../UI/UserInterface.py" line="6319" />
+      <location filename="../UI/UserInterface.py" line="6284" />
+      <location filename="../UI/UserInterface.py" line="6275" />
+      <location filename="../UI/UserInterface.py" line="6216" />
+      <location filename="../UI/UserInterface.py" line="6207" />
       <source>Process Generation Error</source>
       <translation>Chyba v procesu generování</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6209" />
+      <location filename="../UI/UserInterface.py" line="6208" />
       <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Nemohu spustit Qt-Designer.&lt;br&gt;Ověřte jestli je dostupný jako &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6218" />
+      <location filename="../UI/UserInterface.py" line="6217" />
       <source>&lt;p&gt;Could not find the Qt-Designer executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6277" />
+      <location filename="../UI/UserInterface.py" line="6276" />
       <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Nemohu spustit Qt-Linguist.&lt;br&gt;Ověřte jestli je dostupný jako &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6286" />
+      <location filename="../UI/UserInterface.py" line="6285" />
       <source>&lt;p&gt;Could not find the Qt-Linguist executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6321" />
+      <location filename="../UI/UserInterface.py" line="6320" />
       <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Nemohu spustit Qt-Assistant.&lt;br&gt;Ověřte jestli je dostupný jako &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6330" />
+      <location filename="../UI/UserInterface.py" line="6329" />
       <source>&lt;p&gt;Could not find the Qt-Assistant executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6363" />
+      <location filename="../UI/UserInterface.py" line="6362" />
       <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
       <translation>Aktuálně není vybrán žádný prohlížeč. Prosím otevřete Nastavení a nějaký vyberte.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6379" />
+      <location filename="../UI/UserInterface.py" line="6378" />
       <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Nemohu spustit aktuální prohlížeč.&lt;br&gt;Ověřte jestli je dostupný jako &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6401" />
+      <location filename="../UI/UserInterface.py" line="6400" />
       <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Nemohu spustit prohlížeč nápovědy.&lt;br&gt;Ověřte jestli je dostupný jako &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6454" />
+      <location filename="../UI/UserInterface.py" line="6453" />
       <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Nemohu spustit UI Previewer.&lt;br&gt;Ověřte jestli je dostupný jako &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6513" />
+      <location filename="../UI/UserInterface.py" line="6512" />
       <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Nemohu spustit Previewer překladů.&lt;br&gt;Ověřte jestli je dostupný jako &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6536" />
+      <location filename="../UI/UserInterface.py" line="6535" />
       <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Nelze spustit SQL Browser.&lt;br&gt;Ujistěte se, že je dostupný jako &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6633" />
+      <location filename="../UI/UserInterface.py" line="6632" />
       <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6653" />
+      <location filename="../UI/UserInterface.py" line="6652" />
       <source>&lt;p&gt;Could not start Snapshot tool.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6685" />
+      <location filename="../UI/UserInterface.py" line="6675" />
+      <source>External Tools</source>
+      <translation>Externí nástroje</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6676" />
+      <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
+      <translation>V externím nástroji  '{0}' ve skupině '{1}' nebyl záznam nástroje nalezen.</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6686" />
-      <location filename="../UI/UserInterface.py" line="6676" />
-      <source>External Tools</source>
-      <translation>Externí nástroje</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6677" />
-      <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
-      <translation>V externím nástroji  '{0}' ve skupině '{1}' nebyl záznam nástroje nalezen.</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6687" />
       <source>No toolgroup entry '{0}' found.</source>
       <translation>Skupina nástrojů '{0}' nenalezena. </translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6724" />
+      <location filename="../UI/UserInterface.py" line="6723" />
       <source>Starting process '{0} {1}'.
 </source>
       <translation>Spouštím proces '{0} {1}'.
 </translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6742" />
+      <location filename="../UI/UserInterface.py" line="6741" />
       <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Nemohu spustit příkaz &lt;b&gt;{0}&lt;/b&gt;&lt;br&gt;Ověřte jestli je dostupný jako &lt;b&gt;{1}&lt;/b&gt;. &lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6821" />
+      <location filename="../UI/UserInterface.py" line="6820" />
       <source>Process '{0}' has exited.
 </source>
       <translation>Proces '{0}' byl ukončen.
 </translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7108" />
+      <location filename="../UI/UserInterface.py" line="7046" />
+      <location filename="../UI/UserInterface.py" line="7002" />
+      <location filename="../UI/UserInterface.py" line="6928" />
+      <location filename="../UI/UserInterface.py" line="6864" />
+      <source>Documentation Missing</source>
+      <translation>Dokumentace chybí</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7109" />
       <location filename="../UI/UserInterface.py" line="7047" />
       <location filename="../UI/UserInterface.py" line="7003" />
       <location filename="../UI/UserInterface.py" line="6929" />
       <location filename="../UI/UserInterface.py" line="6865" />
-      <source>Documentation Missing</source>
-      <translation>Dokumentace chybí</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7110" />
-      <location filename="../UI/UserInterface.py" line="7048" />
-      <location filename="../UI/UserInterface.py" line="7004" />
-      <location filename="../UI/UserInterface.py" line="6930" />
-      <location filename="../UI/UserInterface.py" line="6866" />
       <source>&lt;p&gt;The documentation starting point "&lt;b&gt;{0}&lt;/b&gt;" could not be found.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Adresář dokumentace "&lt;b&gt;{0}&lt;/b&gt;" nebyl nalezen.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7090" />
+      <location filename="../UI/UserInterface.py" line="6972" />
+      <source>Documentation</source>
+      <translation>Dokumentace</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6973" />
+      <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7091" />
-      <location filename="../UI/UserInterface.py" line="6973" />
-      <source>Documentation</source>
-      <translation>Dokumentace</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6974" />
-      <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7092" />
       <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7270" />
+      <location filename="../UI/UserInterface.py" line="7206" />
+      <source>Start Web Browser</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7207" />
+      <source>The eric web browser could not be started.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7271" />
-      <location filename="../UI/UserInterface.py" line="7207" />
-      <source>Start Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7208" />
-      <source>The eric web browser could not be started.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7272" />
       <source>&lt;p&gt;The eric web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7318" />
+      <location filename="../UI/UserInterface.py" line="7317" />
       <source>Open Browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7318" />
+      <location filename="../UI/UserInterface.py" line="7317" />
       <source>Could not start a web browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7622" />
-      <location filename="../UI/UserInterface.py" line="7584" />
+      <location filename="../UI/UserInterface.py" line="7621" />
+      <location filename="../UI/UserInterface.py" line="7583" />
       <source>Keyboard Shortcuts File (*.ekj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7602" />
+      <location filename="../UI/UserInterface.py" line="7601" />
       <source>&lt;p&gt;The keyboard shortcuts file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7806" />
+      <location filename="../UI/UserInterface.py" line="7805" />
       <source>Load crash session...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7809" />
+      <location filename="../UI/UserInterface.py" line="7808" />
       <source>Clean crash sessions...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7845" />
+      <source>Read Session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7846" />
-      <source>Read Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7847" />
       <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Soubor relace session &lt;b&gt;{0}&lt;/b&gt; nelze přečíst.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7870" />
+      <location filename="../UI/UserInterface.py" line="7869" />
       <source>Save Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7895" />
-      <location filename="../UI/UserInterface.py" line="7872" />
+      <location filename="../UI/UserInterface.py" line="7894" />
+      <location filename="../UI/UserInterface.py" line="7871" />
       <source>eric Session Files (*.esj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7964" />
-      <source>Found Crash Sessions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7965" />
-      <source>These crash session files were found. Select the one to open. Select 'Cancel' to not open a crash session.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="8038" />
+      <location filename="../UI/UserInterface.py" line="8030" />
       <source>Clean stale crash sessions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8039" />
+      <location filename="../UI/UserInterface.py" line="8031" />
       <source>Do you really want to delete these stale crash session files?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8415" />
+      <location filename="../UI/UserInterface.py" line="8407" />
       <source>Drop Error</source>
       <translation>Zahodit chybu</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8416" />
+      <location filename="../UI/UserInterface.py" line="8408" />
       <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; není soubor.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8613" />
+      <location filename="../UI/UserInterface.py" line="8605" />
       <source>Upgrade available</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8614" />
+      <location filename="../UI/UserInterface.py" line="8606" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8662" />
+      <location filename="../UI/UserInterface.py" line="8654" />
       <source>First time usage</source>
       <translation>Spuštěno poprvé</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8663" />
+      <location filename="../UI/UserInterface.py" line="8655" />
       <source>eric has not been configured yet. The configuration dialog will be started.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8685" />
+      <location filename="../UI/UserInterface.py" line="8677" />
       <source>Select Workspace Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8853" />
+      <location filename="../UI/UserInterface.py" line="8845" />
       <source>Unsaved Data Detected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8854" />
+      <location filename="../UI/UserInterface.py" line="8846" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation type="unfinished" />
     </message>
Binary file src/eric7/i18n/eric7_de.qm has changed
--- a/src/eric7/i18n/eric7_de.ts	Wed Apr 02 16:56:06 2025 +0200
+++ b/src/eric7/i18n/eric7_de.ts	Thu Apr 03 19:50:43 2025 +0200
@@ -8721,6 +8721,47 @@
     </message>
   </context>
   <context>
+    <name>CrashedSessionsSelectionDialog</name>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="72" />
+      <source>Read Crash Session</source>
+      <translation>Absturzsicherung lesen</translation>
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="73" />
+      <source>&lt;p&gt;The crash session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Die Absturzsicherungsdatei &lt;b&gt;{0}&lt;/b&gt; konnte nicht gelesen werden.&lt;/p&gt;&lt;p&gt;Ursache: {1}&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="82" />
+      <source>{0}
+Timestamp: {1}
+Project: {2}</source>
+      <comment>Crash Session, Timestamp, Project Path</comment>
+      <translation>{0}
+Zeitstempel: {1}
+Projekt: {2}</translation>
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="87" />
+      <source>{0}
+Timestamp: {1}</source>
+      <comment>Crash Session, Timestamp</comment>
+      <translation>{0}
+Zeitstempel: {1}</translation>
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.ui" line="0" />
+      <source>Found Crash Sessions</source>
+      <translation>Absturzsicherungen gefunden</translation>
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.ui" line="0" />
+      <source>These crash session files were found. Select the one to open. Select 'Cancel' to not open a crash session.</source>
+      <translation>Diese Absturzsicherungen wurden gefunden. Wähle die zu öffnende aus. Wähle 'Abbrechen', wenn keine geladen werden soll.</translation>
+    </message>
+  </context>
+  <context>
     <name>CreateDialogCodeDialog</name>
     <message>
       <location filename="../Project/CreateDialogCodeDialog.py" line="149" />
@@ -91410,2227 +91451,2227 @@
   <context>
     <name>UserInterface</name>
     <message>
-      <location filename="../UI/UserInterface.py" line="264" />
+      <location filename="../UI/UserInterface.py" line="263" />
       <source>Initializing Basic Services...</source>
       <translation>Initialisiere Basisdienste...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="320" />
+      <location filename="../UI/UserInterface.py" line="319" />
       <source>Initializing Plugin Manager...</source>
       <translation>Initialisiere Plugin-Manager...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="328" />
+      <location filename="../UI/UserInterface.py" line="327" />
       <source>Generating Main User Interface...</source>
       <translation>Erzeuge das Hauptfenster...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="385" />
-      <location filename="../UI/UserInterface.py" line="383" />
+      <location filename="../UI/UserInterface.py" line="384" />
+      <location filename="../UI/UserInterface.py" line="382" />
       <source>Setting up signal/slot-connections...</source>
       <translation>Erstelle Signal/Slot-Verbindungen...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="594" />
+      <location filename="../UI/UserInterface.py" line="593" />
       <source>Initializing Tools...</source>
       <translation>Initialisiere Werkzeuge...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="606" />
+      <location filename="../UI/UserInterface.py" line="605" />
       <source>Registering Objects...</source>
       <translation>Registriere Objekte...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="641" />
+      <location filename="../UI/UserInterface.py" line="640" />
       <source>Initializing Actions...</source>
       <translation>Initialisiere Aktionen...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="644" />
+      <location filename="../UI/UserInterface.py" line="643" />
       <source>Initializing Menus...</source>
       <translation>Initialisiere Menüs...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="647" />
+      <location filename="../UI/UserInterface.py" line="646" />
       <source>Initializing Toolbars...</source>
       <translation>Initialisiere Werkzeugleisten...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="650" />
+      <location filename="../UI/UserInterface.py" line="649" />
       <source>Initializing Statusbar...</source>
       <translation>Initialisiere Statuszeile...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="675" />
-      <location filename="../UI/UserInterface.py" line="673" />
+      <location filename="../UI/UserInterface.py" line="674" />
+      <location filename="../UI/UserInterface.py" line="672" />
       <source>Initializing Single Application Server...</source>
       <translation>Initialisiere Applikationsserver...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="682" />
+      <location filename="../UI/UserInterface.py" line="681" />
       <source>Initializing Plugins...</source>
       <translation>Initialisiere Plugins...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="686" />
+      <location filename="../UI/UserInterface.py" line="685" />
       <source>Activating Plugins...</source>
       <translation>Aktiviere Plugins...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="689" />
+      <location filename="../UI/UserInterface.py" line="688" />
       <source>Generating Plugins Toolbars...</source>
       <translation>Erzeuge Werkzeugleisten der Plug-ins...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="693" />
+      <location filename="../UI/UserInterface.py" line="692" />
       <source>Cleaning Plugins Download Area...</source>
       <translation>Bereinige den Plugins Downloadbereich...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="704" />
+      <location filename="../UI/UserInterface.py" line="703" />
       <source>Restoring Toolbarmanager...</source>
       <translation>Lade Toolbarmanager...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="713" />
+      <location filename="../UI/UserInterface.py" line="712" />
       <source>Setting View Profile...</source>
       <translation>Stelle Ansichtenprofil ein...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="727" />
+      <location filename="../UI/UserInterface.py" line="726" />
       <source>Reading Tasks...</source>
       <translation>Lese Aufgaben...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="733" />
+      <location filename="../UI/UserInterface.py" line="732" />
       <source>Reading Templates...</source>
       <translation>Lese Vorlagen...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="739" />
+      <location filename="../UI/UserInterface.py" line="738" />
       <source>Starting Debugger...</source>
       <translation>Starte Debugger...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2213" />
-      <location filename="../UI/UserInterface.py" line="1100" />
+      <location filename="../UI/UserInterface.py" line="2212" />
+      <location filename="../UI/UserInterface.py" line="1099" />
       <source>Left Toolbox</source>
       <translation>Linke Werkzeugbox</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2259" />
-      <location filename="../UI/UserInterface.py" line="1110" />
+      <location filename="../UI/UserInterface.py" line="2258" />
+      <location filename="../UI/UserInterface.py" line="1109" />
       <source>Horizontal Toolbox</source>
       <translation>Horizontale Werkzeugbox</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2236" />
-      <location filename="../UI/UserInterface.py" line="1121" />
+      <location filename="../UI/UserInterface.py" line="2235" />
+      <location filename="../UI/UserInterface.py" line="1120" />
       <source>Right Toolbox</source>
       <translation>Rechte Werkzeugbox</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2054" />
+      <location filename="../UI/UserInterface.py" line="1316" />
+      <location filename="../UI/UserInterface.py" line="1130" />
+      <source>Multiproject-Viewer</source>
+      <translation>Mehrfachprojektanzeige</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2032" />
+      <location filename="../UI/UserInterface.py" line="1322" />
+      <location filename="../UI/UserInterface.py" line="1136" />
+      <source>Project-Viewer</source>
+      <translation>Projektanzeige</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2594" />
+      <location filename="../UI/UserInterface.py" line="2593" />
+      <location filename="../UI/UserInterface.py" line="1329" />
+      <location filename="../UI/UserInterface.py" line="1143" />
+      <source>Find/Replace In Files</source>
+      <translation>Suchen/Ersetzen in Dateien</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2617" />
+      <location filename="../UI/UserInterface.py" line="2616" />
+      <location filename="../UI/UserInterface.py" line="1336" />
+      <location filename="../UI/UserInterface.py" line="1150" />
+      <source>Find File</source>
+      <translation>Datei suchen</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1342" />
+      <location filename="../UI/UserInterface.py" line="1156" />
+      <source>VCS Status</source>
+      <translation>VCS-Status</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2187" />
+      <location filename="../UI/UserInterface.py" line="1349" />
+      <location filename="../UI/UserInterface.py" line="1163" />
+      <source>Template-Viewer</source>
+      <translation>Vorlagen</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2120" />
+      <location filename="../UI/UserInterface.py" line="1356" />
+      <location filename="../UI/UserInterface.py" line="1170" />
+      <source>File-Browser</source>
+      <translation>Dateibrowser</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1363" />
+      <location filename="../UI/UserInterface.py" line="1177" />
+      <source>Symbols</source>
+      <translation>Symbole</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2076" />
+      <location filename="../UI/UserInterface.py" line="1385" />
+      <location filename="../UI/UserInterface.py" line="1379" />
+      <location filename="../UI/UserInterface.py" line="1187" />
+      <source>Debug-Viewer</source>
+      <translation>Debuganzeige</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2448" />
+      <location filename="../UI/UserInterface.py" line="2447" />
+      <location filename="../UI/UserInterface.py" line="1392" />
+      <location filename="../UI/UserInterface.py" line="1194" />
+      <source>Code Documentation Viewer</source>
+      <translation>Dokumentationsanzeige</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2663" />
+      <location filename="../UI/UserInterface.py" line="2662" />
+      <location filename="../UI/UserInterface.py" line="1399" />
+      <location filename="../UI/UserInterface.py" line="1201" />
+      <source>Help Viewer</source>
+      <translation>Hilfeanzeiger</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3611" />
+      <location filename="../UI/UserInterface.py" line="2543" />
+      <location filename="../UI/UserInterface.py" line="2542" />
+      <location filename="../UI/UserInterface.py" line="1405" />
+      <location filename="../UI/UserInterface.py" line="1207" />
+      <source>Plugin Repository</source>
+      <translation>Plugin-Repository</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2567" />
+      <location filename="../UI/UserInterface.py" line="2566" />
+      <location filename="../UI/UserInterface.py" line="1411" />
+      <location filename="../UI/UserInterface.py" line="1213" />
+      <source>Virtual Environments</source>
+      <translation>Virtuelle Umgebungen</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2475" />
+      <location filename="../UI/UserInterface.py" line="2474" />
+      <location filename="../UI/UserInterface.py" line="1418" />
+      <location filename="../UI/UserInterface.py" line="1220" />
+      <source>PyPI Package Management</source>
+      <translation>PyPI Paketverwaltung</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2497" />
+      <location filename="../UI/UserInterface.py" line="2496" />
+      <location filename="../UI/UserInterface.py" line="1425" />
+      <location filename="../UI/UserInterface.py" line="1225" />
+      <source>Conda</source>
+      <translation>Conda</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1432" />
+      <location filename="../UI/UserInterface.py" line="1232" />
+      <source>Cooperation</source>
+      <translation>Zusammenarbeit</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2375" />
+      <location filename="../UI/UserInterface.py" line="1436" />
+      <location filename="../UI/UserInterface.py" line="1237" />
+      <source>IRC</source>
+      <translation>IRC</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2519" />
+      <location filename="../UI/UserInterface.py" line="2518" />
+      <location filename="../UI/UserInterface.py" line="1442" />
+      <location filename="../UI/UserInterface.py" line="1244" />
+      <source>MicroPython</source>
+      <translation>MicroPython</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2098" />
+      <location filename="../UI/UserInterface.py" line="1450" />
+      <location filename="../UI/UserInterface.py" line="1252" />
+      <source>Shell</source>
+      <translation>Shell</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2164" />
+      <location filename="../UI/UserInterface.py" line="1456" />
+      <location filename="../UI/UserInterface.py" line="1256" />
+      <source>Task-Viewer</source>
+      <translation>Aufgabenanzeige</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2142" />
+      <location filename="../UI/UserInterface.py" line="1462" />
+      <location filename="../UI/UserInterface.py" line="1260" />
+      <source>Log-Viewer</source>
+      <translation>Ausgabefenster</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1469" />
+      <location filename="../UI/UserInterface.py" line="1267" />
+      <source>Numbers</source>
+      <translation>Zahlen</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1844" />
+      <source>{0} - Passive Mode</source>
+      <translation>{0} – Passiver Modus</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1853" />
+      <location filename="../UI/UserInterface.py" line="1847" />
+      <source>{0} - {1} - Passive Mode</source>
+      <translation>{0} – {1} – Passiver Modus</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1859" />
+      <source>{0} - {1} - {2} - Passive Mode</source>
+      <translation>{0} . {1} – {2} – Passiver Modus</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1885" />
+      <source>Quit</source>
+      <translation>Beenden</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1887" />
+      <source>&amp;Quit</source>
+      <translation>B&amp;eenden</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1888" />
+      <source>Ctrl+Q</source>
+      <comment>File|Quit</comment>
+      <translation>Ctrl+Q</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1893" />
+      <source>Quit the IDE</source>
+      <translation>Beenden der Entwicklungsumgebung</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1895" />
+      <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Die Entwicklungsumgebung beenden&lt;/b&gt;&lt;p&gt;Dies beendet die Entwicklungsumgebung. Ungesicherte Änderungen können zuvor gesichert werden. Ein Python-Programm, das gerade debuggt wird, wird beendet und sämtliche Einstellungen werden gespeichert.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1909" />
+      <location filename="../UI/UserInterface.py" line="1907" />
+      <source>Restart</source>
+      <translation>Neu starten</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1910" />
+      <source>Ctrl+Shift+Q</source>
+      <comment>File|Quit</comment>
+      <translation>Ctrl+Shift+Q</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1915" />
+      <source>Restart the IDE</source>
+      <translation>Neustart der Entwicklungsumgebung</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1917" />
+      <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Neustart der Entwicklungsumgebung&lt;/b&gt;&lt;p&gt;Dies startet die Entwicklungsumgebung neu. Ungesicherte Änderungen können zuvor gesichert werden. Ein Python-Programm, das gerade debuggt wird, wird beendet und sämtliche Einstellungen werden gespeichert.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1935" />
+      <location filename="../UI/UserInterface.py" line="1928" />
+      <source>Save session</source>
+      <translation>Sitzung speichern</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1929" />
+      <source>Save session...</source>
+      <translation>Sitzung speichern...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1937" />
+      <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Sitzung speichern...&lt;/b&gt;&lt;p&gt;Dies speichert die aktuelle Sitzung in eine Datei. Es wird ein Dialog zur Eingabe des Dateinamens geöffnet.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7892" />
+      <location filename="../UI/UserInterface.py" line="1954" />
+      <location filename="../UI/UserInterface.py" line="1947" />
+      <source>Load session</source>
+      <translation>Sitzung laden</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1948" />
+      <source>Load session...</source>
+      <translation>Sitzung laden...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1956" />
+      <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Sitzung laden...&lt;/b&gt;&lt;p&gt;Dies lädt eine zuvor gesicherte Sitzung. Es wird ein Dialog zur Eingabe des Dateinamens geöffnet.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1966" />
+      <source>New Window</source>
+      <translation>Neues Fenster</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1968" />
+      <source>New &amp;Window</source>
+      <translation>Neues &amp;Fenster</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1969" />
+      <source>Ctrl+Shift+N</source>
+      <comment>File|New Window</comment>
+      <translation>Ctrl+Shift+N</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1974" />
+      <source>Open a new eric instance</source>
+      <translation>Öffnet eine neue eric Instanz</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1976" />
+      <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric IDE.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Neues Fenster&lt;/b&gt;&lt;p&gt;Dies öffnet eine neue Instanz der eric IDE.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1990" />
+      <location filename="../UI/UserInterface.py" line="1988" />
+      <source>Edit Profile</source>
+      <translation>Editieren-Profil</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1997" />
+      <source>Activate the edit view profile</source>
+      <translation>Aktiviert das Editieren-Ansichtsprofil</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1999" />
+      <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Editieren-Profil&lt;/b&gt;&lt;p&gt;Aktiviert das „Editieren-Ansichtsprofil“. Fenster, die in diesem Profil angezeigt werden sollen, können im „Ansichtenprofile konfigurieren“-Dialog ausgewählt werden.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2012" />
+      <location filename="../UI/UserInterface.py" line="2010" />
+      <source>Debug Profile</source>
+      <translation>Debuggen-Profil</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2019" />
+      <source>Activate the debug view profile</source>
+      <translation>Aktiviert das Debuggen-Ansichtsprofil</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2021" />
+      <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Debuggen-Profil&lt;/b&gt;&lt;p&gt;Aktiviert das „Debuggen Ansichtsprofil“. Fenster, die in diesem Profil angezeigt werden sollen, können im „Ansichtenprofile konfigurieren“-Dialog ausgewählt werden.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2033" />
+      <source>&amp;Project-Viewer</source>
+      <translation>&amp;Projektanzeige</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2034" />
+      <source>Alt+Shift+P</source>
+      <translation>Alt+Shift+P</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2040" />
+      <source>Switch the input focus to the Project-Viewer window.</source>
+      <translation>Schalte den Eingabefokus auf das Projektanzeigerfenster um.</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2043" />
+      <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Projektanzeiger aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Projektanzeigerfenster um.&lt;/p&gt;</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2055" />
-      <location filename="../UI/UserInterface.py" line="1317" />
-      <location filename="../UI/UserInterface.py" line="1131" />
-      <source>Multiproject-Viewer</source>
-      <translation>Mehrfachprojektanzeige</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2033" />
-      <location filename="../UI/UserInterface.py" line="1323" />
-      <location filename="../UI/UserInterface.py" line="1137" />
-      <source>Project-Viewer</source>
-      <translation>Projektanzeige</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2595" />
-      <location filename="../UI/UserInterface.py" line="2594" />
-      <location filename="../UI/UserInterface.py" line="1330" />
-      <location filename="../UI/UserInterface.py" line="1144" />
-      <source>Find/Replace In Files</source>
-      <translation>Suchen/Ersetzen in Dateien</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2618" />
-      <location filename="../UI/UserInterface.py" line="2617" />
-      <location filename="../UI/UserInterface.py" line="1337" />
-      <location filename="../UI/UserInterface.py" line="1151" />
-      <source>Find File</source>
-      <translation>Datei suchen</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1343" />
-      <location filename="../UI/UserInterface.py" line="1157" />
-      <source>VCS Status</source>
-      <translation>VCS-Status</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2188" />
-      <location filename="../UI/UserInterface.py" line="1350" />
-      <location filename="../UI/UserInterface.py" line="1164" />
-      <source>Template-Viewer</source>
-      <translation>Vorlagen</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2121" />
-      <location filename="../UI/UserInterface.py" line="1357" />
-      <location filename="../UI/UserInterface.py" line="1171" />
-      <source>File-Browser</source>
-      <translation>Dateibrowser</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1364" />
-      <location filename="../UI/UserInterface.py" line="1178" />
-      <source>Symbols</source>
-      <translation>Symbole</translation>
+      <source>&amp;Multiproject-Viewer</source>
+      <translation>&amp;Mehrfachprojektanzeige</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2056" />
+      <source>Alt+Shift+M</source>
+      <translation>Alt+Shift+M</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2062" />
+      <source>Switch the input focus to the Multiproject-Viewer window.</source>
+      <translation>Schalte den Eingabefokus auf das Mehrfachprojektanzeigerfenster um.</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2065" />
+      <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Mehrfachprojektanzeiger aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Mehrfachprojektanzeigerfenster um.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2077" />
-      <location filename="../UI/UserInterface.py" line="1386" />
-      <location filename="../UI/UserInterface.py" line="1380" />
-      <location filename="../UI/UserInterface.py" line="1188" />
-      <source>Debug-Viewer</source>
-      <translation>Debuganzeige</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2449" />
-      <location filename="../UI/UserInterface.py" line="2448" />
-      <location filename="../UI/UserInterface.py" line="1393" />
-      <location filename="../UI/UserInterface.py" line="1195" />
-      <source>Code Documentation Viewer</source>
-      <translation>Dokumentationsanzeige</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2664" />
-      <location filename="../UI/UserInterface.py" line="2663" />
-      <location filename="../UI/UserInterface.py" line="1400" />
-      <location filename="../UI/UserInterface.py" line="1202" />
-      <source>Help Viewer</source>
-      <translation>Hilfeanzeiger</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3612" />
-      <location filename="../UI/UserInterface.py" line="2544" />
-      <location filename="../UI/UserInterface.py" line="2543" />
-      <location filename="../UI/UserInterface.py" line="1406" />
-      <location filename="../UI/UserInterface.py" line="1208" />
-      <source>Plugin Repository</source>
-      <translation>Plugin-Repository</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2568" />
-      <location filename="../UI/UserInterface.py" line="2567" />
-      <location filename="../UI/UserInterface.py" line="1412" />
-      <location filename="../UI/UserInterface.py" line="1214" />
-      <source>Virtual Environments</source>
-      <translation>Virtuelle Umgebungen</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2476" />
-      <location filename="../UI/UserInterface.py" line="2475" />
-      <location filename="../UI/UserInterface.py" line="1419" />
-      <location filename="../UI/UserInterface.py" line="1221" />
-      <source>PyPI Package Management</source>
-      <translation>PyPI Paketverwaltung</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2498" />
-      <location filename="../UI/UserInterface.py" line="2497" />
-      <location filename="../UI/UserInterface.py" line="1426" />
-      <location filename="../UI/UserInterface.py" line="1226" />
-      <source>Conda</source>
-      <translation>Conda</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1433" />
-      <location filename="../UI/UserInterface.py" line="1233" />
-      <source>Cooperation</source>
-      <translation>Zusammenarbeit</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2376" />
-      <location filename="../UI/UserInterface.py" line="1437" />
-      <location filename="../UI/UserInterface.py" line="1238" />
-      <source>IRC</source>
-      <translation>IRC</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2520" />
-      <location filename="../UI/UserInterface.py" line="2519" />
-      <location filename="../UI/UserInterface.py" line="1443" />
-      <location filename="../UI/UserInterface.py" line="1245" />
-      <source>MicroPython</source>
-      <translation>MicroPython</translation>
+      <source>&amp;Debug-Viewer</source>
+      <translation>&amp;Debuganzeige</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2078" />
+      <source>Alt+Shift+D</source>
+      <translation>Alt+Shift+D</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2084" />
+      <source>Switch the input focus to the Debug-Viewer window.</source>
+      <translation>Schalte den Eingabefokus auf das Debuganzeigefenster um.</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2087" />
+      <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Debuganzeige aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Debuganzeigefenster um.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2099" />
-      <location filename="../UI/UserInterface.py" line="1451" />
-      <location filename="../UI/UserInterface.py" line="1253" />
-      <source>Shell</source>
-      <translation>Shell</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2165" />
-      <location filename="../UI/UserInterface.py" line="1457" />
-      <location filename="../UI/UserInterface.py" line="1257" />
-      <source>Task-Viewer</source>
-      <translation>Aufgabenanzeige</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2143" />
-      <location filename="../UI/UserInterface.py" line="1463" />
-      <location filename="../UI/UserInterface.py" line="1261" />
-      <source>Log-Viewer</source>
-      <translation>Ausgabefenster</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1470" />
-      <location filename="../UI/UserInterface.py" line="1268" />
-      <source>Numbers</source>
-      <translation>Zahlen</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1845" />
-      <source>{0} - Passive Mode</source>
-      <translation>{0} – Passiver Modus</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1854" />
-      <location filename="../UI/UserInterface.py" line="1848" />
-      <source>{0} - {1} - Passive Mode</source>
-      <translation>{0} – {1} – Passiver Modus</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1860" />
-      <source>{0} - {1} - {2} - Passive Mode</source>
-      <translation>{0} . {1} – {2} – Passiver Modus</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1886" />
-      <source>Quit</source>
-      <translation>Beenden</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1888" />
-      <source>&amp;Quit</source>
-      <translation>B&amp;eenden</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1889" />
-      <source>Ctrl+Q</source>
-      <comment>File|Quit</comment>
-      <translation>Ctrl+Q</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1894" />
-      <source>Quit the IDE</source>
-      <translation>Beenden der Entwicklungsumgebung</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1896" />
-      <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Die Entwicklungsumgebung beenden&lt;/b&gt;&lt;p&gt;Dies beendet die Entwicklungsumgebung. Ungesicherte Änderungen können zuvor gesichert werden. Ein Python-Programm, das gerade debuggt wird, wird beendet und sämtliche Einstellungen werden gespeichert.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1910" />
-      <location filename="../UI/UserInterface.py" line="1908" />
-      <source>Restart</source>
-      <translation>Neu starten</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1911" />
-      <source>Ctrl+Shift+Q</source>
-      <comment>File|Quit</comment>
-      <translation>Ctrl+Shift+Q</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1916" />
-      <source>Restart the IDE</source>
-      <translation>Neustart der Entwicklungsumgebung</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1918" />
-      <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Neustart der Entwicklungsumgebung&lt;/b&gt;&lt;p&gt;Dies startet die Entwicklungsumgebung neu. Ungesicherte Änderungen können zuvor gesichert werden. Ein Python-Programm, das gerade debuggt wird, wird beendet und sämtliche Einstellungen werden gespeichert.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1936" />
-      <location filename="../UI/UserInterface.py" line="1929" />
-      <source>Save session</source>
-      <translation>Sitzung speichern</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1930" />
-      <source>Save session...</source>
-      <translation>Sitzung speichern...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1938" />
-      <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Sitzung speichern...&lt;/b&gt;&lt;p&gt;Dies speichert die aktuelle Sitzung in eine Datei. Es wird ein Dialog zur Eingabe des Dateinamens geöffnet.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7893" />
-      <location filename="../UI/UserInterface.py" line="1955" />
-      <location filename="../UI/UserInterface.py" line="1948" />
-      <source>Load session</source>
-      <translation>Sitzung laden</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1949" />
-      <source>Load session...</source>
-      <translation>Sitzung laden...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1957" />
-      <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Sitzung laden...&lt;/b&gt;&lt;p&gt;Dies lädt eine zuvor gesicherte Sitzung. Es wird ein Dialog zur Eingabe des Dateinamens geöffnet.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1967" />
-      <source>New Window</source>
-      <translation>Neues Fenster</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1969" />
-      <source>New &amp;Window</source>
-      <translation>Neues &amp;Fenster</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1970" />
-      <source>Ctrl+Shift+N</source>
-      <comment>File|New Window</comment>
-      <translation>Ctrl+Shift+N</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1975" />
-      <source>Open a new eric instance</source>
-      <translation>Öffnet eine neue eric Instanz</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1977" />
-      <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric IDE.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Neues Fenster&lt;/b&gt;&lt;p&gt;Dies öffnet eine neue Instanz der eric IDE.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1991" />
-      <location filename="../UI/UserInterface.py" line="1989" />
-      <source>Edit Profile</source>
-      <translation>Editieren-Profil</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1998" />
-      <source>Activate the edit view profile</source>
-      <translation>Aktiviert das Editieren-Ansichtsprofil</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2000" />
-      <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Editieren-Profil&lt;/b&gt;&lt;p&gt;Aktiviert das „Editieren-Ansichtsprofil“. Fenster, die in diesem Profil angezeigt werden sollen, können im „Ansichtenprofile konfigurieren“-Dialog ausgewählt werden.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2013" />
-      <location filename="../UI/UserInterface.py" line="2011" />
-      <source>Debug Profile</source>
-      <translation>Debuggen-Profil</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2020" />
-      <source>Activate the debug view profile</source>
-      <translation>Aktiviert das Debuggen-Ansichtsprofil</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2022" />
-      <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Debuggen-Profil&lt;/b&gt;&lt;p&gt;Aktiviert das „Debuggen Ansichtsprofil“. Fenster, die in diesem Profil angezeigt werden sollen, können im „Ansichtenprofile konfigurieren“-Dialog ausgewählt werden.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2034" />
-      <source>&amp;Project-Viewer</source>
-      <translation>&amp;Projektanzeige</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2035" />
-      <source>Alt+Shift+P</source>
-      <translation>Alt+Shift+P</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2041" />
-      <source>Switch the input focus to the Project-Viewer window.</source>
-      <translation>Schalte den Eingabefokus auf das Projektanzeigerfenster um.</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2044" />
-      <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Projektanzeiger aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Projektanzeigerfenster um.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2056" />
-      <source>&amp;Multiproject-Viewer</source>
-      <translation>&amp;Mehrfachprojektanzeige</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2057" />
-      <source>Alt+Shift+M</source>
-      <translation>Alt+Shift+M</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2063" />
-      <source>Switch the input focus to the Multiproject-Viewer window.</source>
-      <translation>Schalte den Eingabefokus auf das Mehrfachprojektanzeigerfenster um.</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2066" />
-      <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Mehrfachprojektanzeiger aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Mehrfachprojektanzeigerfenster um.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2078" />
-      <source>&amp;Debug-Viewer</source>
-      <translation>&amp;Debuganzeige</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2079" />
-      <source>Alt+Shift+D</source>
-      <translation>Alt+Shift+D</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2085" />
-      <source>Switch the input focus to the Debug-Viewer window.</source>
-      <translation>Schalte den Eingabefokus auf das Debuganzeigefenster um.</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2088" />
-      <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Debuganzeige aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Debuganzeigefenster um.&lt;/p&gt;</translation>
+      <source>&amp;Shell</source>
+      <translation>&amp;Shell</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2100" />
-      <source>&amp;Shell</source>
-      <translation>&amp;Shell</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2101" />
       <source>Alt+Shift+S</source>
       <translation>Alt+Shift+S</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2107" />
+      <location filename="../UI/UserInterface.py" line="2106" />
       <source>Switch the input focus to the Shell window.</source>
       <translation>Schalte den Eingabefokus auf das Shell-Fenster um.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2110" />
+      <location filename="../UI/UserInterface.py" line="2109" />
       <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Shell aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Shell-Fenster um.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2121" />
+      <source>&amp;File-Browser</source>
+      <translation>Datei&amp;browser</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2122" />
-      <source>&amp;File-Browser</source>
-      <translation>Datei&amp;browser</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2123" />
       <source>Alt+Shift+F</source>
       <translation>Alt+Shift+F</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2129" />
+      <location filename="../UI/UserInterface.py" line="2128" />
       <source>Switch the input focus to the File-Browser window.</source>
       <translation>Schalte den Eingabefokus auf das Dateibrowserfenster um.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2132" />
+      <location filename="../UI/UserInterface.py" line="2131" />
       <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Dateibrowser aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Dateibrowserfenster um.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2143" />
+      <source>Lo&amp;g-Viewer</source>
+      <translation>&amp;Ausgabefenster</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2144" />
-      <source>Lo&amp;g-Viewer</source>
-      <translation>&amp;Ausgabefenster</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2145" />
       <source>Alt+Shift+G</source>
       <translation>Alt+Shift+G</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2151" />
+      <location filename="../UI/UserInterface.py" line="2150" />
       <source>Switch the input focus to the Log-Viewer window.</source>
       <translation>Schalte den Eingabefokus auf das Ausgabefenster um.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2154" />
+      <location filename="../UI/UserInterface.py" line="2153" />
       <source>&lt;b&gt;Activate Log-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Log-Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Ausgabefenster aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Ausgabefenster um.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2165" />
+      <source>&amp;Task-Viewer</source>
+      <translation>&amp;Aufgabenanzeige</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2166" />
-      <source>&amp;Task-Viewer</source>
-      <translation>&amp;Aufgabenanzeige</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2167" />
       <source>Alt+Shift+T</source>
       <translation>Alt+Shift+T</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2173" />
+      <location filename="../UI/UserInterface.py" line="2172" />
       <source>Switch the input focus to the Task-Viewer window.</source>
       <translation>Schalte den Eingabefokus auf das Aufgabenanzeigefenster um.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2176" />
+      <location filename="../UI/UserInterface.py" line="2175" />
       <source>&lt;b&gt;Activate Task-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Task-Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Aufgabenanzeige aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Aufgabenanzeigefenster um.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2188" />
+      <source>Templ&amp;ate-Viewer</source>
+      <translation>&amp;Vorlagen</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2189" />
-      <source>Templ&amp;ate-Viewer</source>
-      <translation>&amp;Vorlagen</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2190" />
       <source>Alt+Shift+A</source>
       <translation>Alt+Shift+A</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2196" />
+      <location filename="../UI/UserInterface.py" line="2195" />
       <source>Switch the input focus to the Template-Viewer window.</source>
       <translation>Schalte den Eingabefokus auf das Vorlagenfenster um.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2199" />
+      <location filename="../UI/UserInterface.py" line="2198" />
       <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Vorlagen aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Vorlagenfenster um.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2214" />
+      <location filename="../UI/UserInterface.py" line="2213" />
       <source>&amp;Left Toolbox</source>
       <translation>&amp;Linke Werkzeugbox</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2221" />
+      <location filename="../UI/UserInterface.py" line="2220" />
       <source>Toggle the Left Toolbox window</source>
       <translation>Schalte das Fenster der linken Werkzeugbox um</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2223" />
+      <location filename="../UI/UserInterface.py" line="2222" />
       <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Schalte das Fenster der linken Werkzeugbox um&lt;/b&gt;&lt;p&gt;Falls das Fenster der linken Werkzeugbox nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2237" />
+      <location filename="../UI/UserInterface.py" line="2236" />
       <source>&amp;Right Toolbox</source>
       <translation>&amp;Rechte Werkzeugbox</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2244" />
+      <location filename="../UI/UserInterface.py" line="2243" />
       <source>Toggle the Right Toolbox window</source>
       <translation>Schalte das Fenster der rechten Werkzeugbox um</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2246" />
+      <location filename="../UI/UserInterface.py" line="2245" />
       <source>&lt;b&gt;Toggle the Right Toolbox window&lt;/b&gt;&lt;p&gt;If the Right Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Schalte das Fenster der rechten Werkzeugbox um&lt;/b&gt;&lt;p&gt;Falls das Fenster der rechten Werkzeugbox nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2260" />
+      <location filename="../UI/UserInterface.py" line="2259" />
       <source>&amp;Horizontal Toolbox</source>
       <translation>&amp;Horizontale Werkzeugbox</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2267" />
+      <location filename="../UI/UserInterface.py" line="2266" />
       <source>Toggle the Horizontal Toolbox window</source>
       <translation>Schalte das Fenster der Horizontalen Werkzeugbox um</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2269" />
+      <location filename="../UI/UserInterface.py" line="2268" />
       <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Schalte das Fenster der Horizontalen Werkzeugbox um&lt;/b&gt;&lt;p&gt;Falls das Fenster der Horizontalen Werkzeugbox nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2281" />
+      <source>Left Sidebar</source>
+      <translation>Linke Seitenleiste</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2282" />
-      <source>Left Sidebar</source>
-      <translation>Linke Seitenleiste</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2283" />
       <source>&amp;Left Sidebar</source>
       <translation>&amp;Linke Seitenleiste</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2290" />
+      <location filename="../UI/UserInterface.py" line="2289" />
       <source>Toggle the left sidebar window</source>
       <translation>Schalte das Fenster der linken Seitenleiste um</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2292" />
+      <location filename="../UI/UserInterface.py" line="2291" />
       <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Schalte das Fenster der linken Seitenleiste um&lt;/b&gt;&lt;p&gt;Falls das Fenster der linken Seitenleiste nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2304" />
+      <source>Right Sidebar</source>
+      <translation>Rechte Seitenleiste</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2305" />
-      <source>Right Sidebar</source>
-      <translation>Rechte Seitenleiste</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2306" />
       <source>&amp;Right Sidebar</source>
       <translation>&amp;Rechte Seitenleiste</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2313" />
+      <location filename="../UI/UserInterface.py" line="2312" />
       <source>Toggle the right sidebar window</source>
       <translation>Schalte das Fenster der rechten Seitenleiste um</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2315" />
+      <location filename="../UI/UserInterface.py" line="2314" />
       <source>&lt;b&gt;Toggle the right sidebar window&lt;/b&gt;&lt;p&gt;If the right sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Schalte das Fenster der rechten Seitenleiste um&lt;/b&gt;&lt;p&gt;Falls das Fenster der rechten Seitenleiste nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2327" />
+      <source>Bottom Sidebar</source>
+      <translation>Untere Seitenleiste</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2328" />
-      <source>Bottom Sidebar</source>
-      <translation>Untere Seitenleiste</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2329" />
       <source>&amp;Bottom Sidebar</source>
       <translation>&amp;Untere Seitenleiste</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2336" />
+      <location filename="../UI/UserInterface.py" line="2335" />
       <source>Toggle the bottom sidebar window</source>
       <translation>Schalte das Fenster der unteren Seitenleiste um</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2338" />
+      <location filename="../UI/UserInterface.py" line="2337" />
       <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Schalte das Fenster der unteren Seitenleiste um&lt;/b&gt;&lt;p&gt;Falls das Fenster der unteren Seitenleiste nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2350" />
+      <source>Cooperation-Viewer</source>
+      <translation>Zusammenarbeit</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2351" />
-      <source>Cooperation-Viewer</source>
-      <translation>Zusammenarbeit</translation>
+      <source>Co&amp;operation-Viewer</source>
+      <translation>&amp;Zusammenarbeit</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2352" />
-      <source>Co&amp;operation-Viewer</source>
-      <translation>&amp;Zusammenarbeit</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2353" />
       <source>Alt+Shift+O</source>
       <translation>Alt+Shift+O</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2359" />
+      <location filename="../UI/UserInterface.py" line="2358" />
       <source>Switch the input focus to the Cooperation-Viewer window.</source>
       <translation>Schalte den Eingabefokus auf das Fenster zur Zusammenarbeit um.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2362" />
+      <location filename="../UI/UserInterface.py" line="2361" />
       <source>&lt;b&gt;Activate Cooperation-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Cooperation-Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Zusammenarbeitsfenster aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Fenster zur Zusammenarbeit um.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2376" />
+      <source>&amp;IRC</source>
+      <translation>&amp;IRC</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2377" />
-      <source>&amp;IRC</source>
-      <translation>&amp;IRC</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2378" />
       <source>Ctrl+Alt+Shift+I</source>
       <translation>Ctrl+Alt+Shift+I</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2384" />
+      <location filename="../UI/UserInterface.py" line="2383" />
       <source>Switch the input focus to the IRC window.</source>
       <translation>Schalte den Eingabefokus auf das IRC-Fenster um.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2387" />
+      <location filename="../UI/UserInterface.py" line="2386" />
       <source>&lt;b&gt;Activate IRC&lt;/b&gt;&lt;p&gt;This switches the input focus to the IRC window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;IRC aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das IRC-Fenster um.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2397" />
+      <source>Symbols-Viewer</source>
+      <translation>Symbolanzeiger</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2398" />
-      <source>Symbols-Viewer</source>
-      <translation>Symbolanzeiger</translation>
+      <source>S&amp;ymbols-Viewer</source>
+      <translation>S&amp;ymbolanzeiger</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2399" />
-      <source>S&amp;ymbols-Viewer</source>
-      <translation>S&amp;ymbolanzeiger</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2400" />
       <source>Alt+Shift+Y</source>
       <translation>Alt+Shift+Y</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2406" />
+      <location filename="../UI/UserInterface.py" line="2405" />
       <source>Switch the input focus to the Symbols-Viewer window.</source>
       <translation>Schalte den Eingabefokus auf das Symbolanzeigerfenster um.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2409" />
+      <location filename="../UI/UserInterface.py" line="2408" />
       <source>&lt;b&gt;Activate Symbols-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Symbols-Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Symbolanzeiger aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Symbolanzeigerfenster um.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2422" />
+      <source>Numbers-Viewer</source>
+      <translation>Zahlenanzeiger</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2423" />
-      <source>Numbers-Viewer</source>
-      <translation>Zahlenanzeiger</translation>
+      <source>Num&amp;bers-Viewer</source>
+      <translation>Za&amp;hlenanzeiger</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2424" />
-      <source>Num&amp;bers-Viewer</source>
-      <translation>Za&amp;hlenanzeiger</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2425" />
       <source>Alt+Shift+B</source>
       <translation>Alt+Shift+B</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2431" />
+      <location filename="../UI/UserInterface.py" line="2430" />
       <source>Switch the input focus to the Numbers-Viewer window.</source>
       <translation>Schalte den Eingabefokus auf das Zahlenanzeigerfenster um.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2434" />
+      <location filename="../UI/UserInterface.py" line="2433" />
       <source>&lt;b&gt;Activate Numbers-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Numbers-Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Zahlenanzeiger aktivieren&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Zahlenanzeigerfenster um.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2450" />
+      <location filename="../UI/UserInterface.py" line="2449" />
       <source>Ctrl+Alt+Shift+D</source>
       <translation>Ctrl+Alt+Shift+D</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2456" />
+      <location filename="../UI/UserInterface.py" line="2455" />
       <source>Switch the input focus to the Code Documentation Viewer window.</source>
       <translation>Schalte den Eingabefokus auf die Codedokumentationsanzeige um.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2461" />
+      <location filename="../UI/UserInterface.py" line="2460" />
       <source>&lt;b&gt;Code Documentation Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Code Documentation Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Codedokumentationsanzeige&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf die Codedokumentationsanzeige um.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2477" />
+      <location filename="../UI/UserInterface.py" line="2476" />
       <source>Ctrl+Alt+Shift+P</source>
       <translation>Ctrl+Alt+Shift+P</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2483" />
+      <location filename="../UI/UserInterface.py" line="2482" />
       <source>Switch the input focus to the PyPI Package Management window.</source>
       <translation>Schalte den Eingabefokus auf die PyPI Paketverwaltung um.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2486" />
+      <location filename="../UI/UserInterface.py" line="2485" />
       <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das PyPI-Fenster um.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2499" />
+      <location filename="../UI/UserInterface.py" line="2498" />
       <source>Ctrl+Alt+Shift+C</source>
       <translation>Ctrl+Alt+Shift+C</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2505" />
+      <location filename="../UI/UserInterface.py" line="2504" />
       <source>Switch the input focus to the Conda window.</source>
       <translation>Schalte den Eingabefokus auf das Conda-Fenster um.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2508" />
+      <location filename="../UI/UserInterface.py" line="2507" />
       <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Conda-Fenster um.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2521" />
+      <location filename="../UI/UserInterface.py" line="2520" />
       <source>Ctrl+Alt+Shift+M</source>
       <translation>Ctrl+Alt+Shift+M</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2527" />
+      <location filename="../UI/UserInterface.py" line="2526" />
       <source>Switch the input focus to the MicroPython window.</source>
       <translation>Schalte den Eingabefokus auf das MicroPython-Fenster um.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2530" />
+      <location filename="../UI/UserInterface.py" line="2529" />
       <source>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;This switches the input focus to the MicroPython window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das MicroPython-Fenster um.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2545" />
+      <location filename="../UI/UserInterface.py" line="2544" />
       <source>Ctrl+Alt+Shift+R</source>
       <translation>Ctrl+Alt+Shift+R</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2551" />
+      <location filename="../UI/UserInterface.py" line="2550" />
       <source>Switch the input focus to the Plugin Repository window.</source>
       <translation>Schalte den Eingabefokus auf das Plugin Repository Fenster um.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2554" />
+      <location filename="../UI/UserInterface.py" line="2553" />
       <source>&lt;b&gt;Plugin Repository&lt;/b&gt;&lt;p&gt;This switches the input focus to the Plugin Repository window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Plugin-Repository&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das Plugin Repository Fenster um.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2569" />
+      <location filename="../UI/UserInterface.py" line="2568" />
       <source>Ctrl+Alt+V</source>
       <translation>Ctrl+Alt+V</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2575" />
+      <location filename="../UI/UserInterface.py" line="2574" />
       <source>Switch the input focus to the Virtual Environments Manager window.</source>
       <translation>Schalte den Eingabefokus auf den Manager für Virtuelle Umgebungen um.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2580" />
+      <location filename="../UI/UserInterface.py" line="2579" />
       <source>&lt;b&gt;Virtual Environments&lt;/b&gt;&lt;p&gt;This switches the input focus to the Virtual Environments Manager window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Virtuelle Umgebungen&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf den Manager für Virtuelle Umgebungen um.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2596" />
+      <location filename="../UI/UserInterface.py" line="2595" />
       <source>Ctrl+Alt+Shift+F</source>
       <translation>Ctrl+Alt+Shift+F</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2602" />
+      <location filename="../UI/UserInterface.py" line="2601" />
       <source>Switch the input focus to the Find/Replace In Files window.</source>
       <translation>Schalte den Eingabefokus auf das 'Suchen/Ersetzen in Dateien' Fenster um.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2605" />
+      <location filename="../UI/UserInterface.py" line="2604" />
       <source>&lt;b&gt;Find/Replace In Files&lt;/b&gt;&lt;p&gt;This switches the input focus to the Find/Replace In Files window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Suchen/Ersetzen in Dateien&lt;b&gt;&lt;p&gt;Dies schalte den Eingabefokus auf das 'Suchen/Ersetzen in Dateien' Fenster um.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2619" />
+      <location filename="../UI/UserInterface.py" line="2618" />
       <source>Ctrl+Alt+Shift+L</source>
       <translation>Ctrl+Alt+Shift+L</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2625" />
+      <location filename="../UI/UserInterface.py" line="2624" />
       <source>Switch the input focus to the Find File window.</source>
       <translation>Schalte den Eingabefokus auf das 'Datei Suchen' Fenster um.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2628" />
+      <location filename="../UI/UserInterface.py" line="2627" />
       <source>&lt;b&gt;Find File&lt;/b&gt;&lt;p&gt;This switches the input focus to the Find File window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Datei Suchen&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf das 'Datei Suchen' Fenster um.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2641" />
+      <location filename="../UI/UserInterface.py" line="2640" />
+      <source>VCS Status List</source>
+      <translation>VCS Statusliste</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2642" />
-      <location filename="../UI/UserInterface.py" line="2641" />
-      <source>VCS Status List</source>
-      <translation>VCS Statusliste</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2643" />
       <source>Alt+Shift+V</source>
       <translation>Alt+Shift+V</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2649" />
+      <location filename="../UI/UserInterface.py" line="2648" />
       <source>Switch the input focus to the VCS Status List window.</source>
       <translation>Schalte den Eingabefokus auf die VCS Statusliste um.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2652" />
+      <location filename="../UI/UserInterface.py" line="2651" />
       <source>&lt;b&gt;VCS Status List&lt;/b&gt;&lt;p&gt;This switches the input focus to the VCS Status List window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;VCS Statusliste&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf die VCS Statusliste um.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2665" />
+      <location filename="../UI/UserInterface.py" line="2664" />
       <source>Alt+Shift+H</source>
       <translation>Alt+Shift+H</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2671" />
+      <location filename="../UI/UserInterface.py" line="2670" />
       <source>Switch the input focus to the embedded Help Viewer window.</source>
       <translation>Schalte den Eingabefokus auf die integrierte Hilfeanzeige.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2674" />
+      <location filename="../UI/UserInterface.py" line="2673" />
       <source>&lt;b&gt;Help Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the embedded Help Viewer window. It will show HTML help files and help from Qt help collections.&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is searched in the Qt help collection.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Hilfeanzeiger&lt;/b&gt;&lt;p&gt;Dies schaltet den Eingabefokus auf die integrierte Hilfeanzeige. Sie zeigt HTML Hilfedateien und Hilfedateien von Qt-Hilfesammlungen an.&lt;/p&gt;&lt;p&gt;Falls sie mit einem selektierten Wort aufgerufen wird, so wird diese Wort in der Qt-Hilfesammlung gesucht.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2687" />
+      <location filename="../UI/UserInterface.py" line="2686" />
       <source>What's This?</source>
       <translation>Was ist das?</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2688" />
+      <source>&amp;What's This?</source>
+      <translation>&amp;Was ist das?</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2689" />
-      <source>&amp;What's This?</source>
-      <translation>&amp;Was ist das?</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2690" />
       <source>Shift+F1</source>
       <translation>Shift+F1</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2695" />
+      <location filename="../UI/UserInterface.py" line="2694" />
       <source>Context sensitive help</source>
       <translation>Kontextsensitive Hilfe</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2697" />
+      <location filename="../UI/UserInterface.py" line="2696" />
       <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Zeige kontextsensitive Hilfe an&lt;b&gt;&lt;/p&gt;Im „Was ist das?“-Modus (der Mauszeiger stellt einen Pfeil mit Fragezeichen dar) wird auf einen Mausklick eine kurze Hilfebeschreibung zu dem ausgewählten MMI-Element angezeigt. In Dialogen kann diese Funktionalität durch den entsprechenden Knopf im Fensterkopf erreicht werden.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2710" />
+      <location filename="../UI/UserInterface.py" line="2709" />
       <source>Helpviewer</source>
       <translation>Hilfe</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2711" />
+      <source>&amp;Helpviewer...</source>
+      <translation>&amp;Hilfe...</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2712" />
-      <source>&amp;Helpviewer...</source>
-      <translation>&amp;Hilfe...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2713" />
       <source>F1</source>
       <translation>F1</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2718" />
+      <location filename="../UI/UserInterface.py" line="2717" />
       <source>Open the helpviewer window</source>
       <translation>Öffnet das Hilfe-Fenster</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2720" />
+      <location filename="../UI/UserInterface.py" line="2719" />
       <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;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&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is searched in the Qt help collection.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Hilfe-Fenster&lt;/b&gt;&lt;p&gt;Zeige den eric Web Browser an. Dieses Fenster zeigt Hilfedateien im HTML-Format und Qt-Hilfesammlungen an. In ihm kann über Hyperlinks navigiert, Lesezeichen gesetzt und neben anderen Funktionen die dargestellte Seite ausgedruckt werden. Er kann auch zum Surfen im Internet benutzt werden.&lt;/p&gt;&lt;p&gt;Wenn es mit einem selektierten Wort aufgerufen wird, so wird dieses Wort in der Qt-Hilfesammlung gesucht.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2739" />
+      <source>Show Versions</source>
+      <translation>Zeige Versionen</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2740" />
-      <source>Show Versions</source>
-      <translation>Zeige Versionen</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2741" />
       <source>Show &amp;Versions</source>
       <translation>Zeige &amp;Versionen</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2747" />
+      <location filename="../UI/UserInterface.py" line="2746" />
       <source>Display version information</source>
       <translation>Zeigt Versionsinformationen</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2749" />
+      <location filename="../UI/UserInterface.py" line="2748" />
       <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Zeige Versionen&lt;/b&gt;&lt;p&gt;Zeigt Versionsinformationen an.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2754" />
+      <source>Copy Versions</source>
+      <translation>Versionen kopieren</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2755" />
-      <source>Copy Versions</source>
-      <translation>Versionen kopieren</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2756" />
       <source>&amp;Copy Versions</source>
       <translation>Versionen &amp;kopieren</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2763" />
+      <location filename="../UI/UserInterface.py" line="2762" />
       <source>Copy version information to the clipboard</source>
       <translation>Kopiere Versionsinformationen in die Zwischenablage</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2766" />
+      <location filename="../UI/UserInterface.py" line="2765" />
       <source>&lt;b&gt;Copy Versions&lt;/b&gt;&lt;p&gt;This generates version information and copies it to the clipboard.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Versionen kopieren&lt;/b&gt;&lt;p&gt;Dies erzeugt Versionsinformationen und kopiert diese in die Zwischenablage.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2782" />
-      <location filename="../UI/UserInterface.py" line="2775" />
+      <location filename="../UI/UserInterface.py" line="2781" />
+      <location filename="../UI/UserInterface.py" line="2774" />
       <source>Show Error Log</source>
       <translation>Zeige Fehlerbericht</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2776" />
+      <location filename="../UI/UserInterface.py" line="2775" />
       <source>Show Error &amp;Log...</source>
       <translation>Zeige Fehler&amp;bericht...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2784" />
+      <location filename="../UI/UserInterface.py" line="2783" />
       <source>&lt;b&gt;Show Error Log...&lt;/b&gt;&lt;p&gt;Opens a dialog showing the most recent error log.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Zeige Fehlerbericht...&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog zur Anzeige des aktuellsten Fehlerberichtes.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2792" />
+      <source>Show Install Info</source>
+      <translation>Installationsinformation</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2793" />
-      <source>Show Install Info</source>
-      <translation>Installationsinformation</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2794" />
       <source>Show Install &amp;Info...</source>
       <translation>&amp;Installationsinformation...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2800" />
+      <location filename="../UI/UserInterface.py" line="2799" />
       <source>Show Installation Information</source>
       <translation>Installationsinformation</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2802" />
+      <location filename="../UI/UserInterface.py" line="2801" />
       <source>&lt;b&gt;Show Install Info...&lt;/b&gt;&lt;p&gt;Opens a dialog showing some information about the installation process.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Installationsinformation&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog zur Anzeige von Informationen über den Installationsprozess.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4739" />
-      <location filename="../UI/UserInterface.py" line="2812" />
+      <location filename="../UI/UserInterface.py" line="4738" />
+      <location filename="../UI/UserInterface.py" line="2811" />
       <source>Report Bug</source>
       <translation>Fehler berichten</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2812" />
+      <location filename="../UI/UserInterface.py" line="2811" />
       <source>Report &amp;Bug...</source>
       <translation>&amp;Fehler berichten...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2814" />
+      <location filename="../UI/UserInterface.py" line="2813" />
       <source>Report a bug</source>
       <translation>Einen Fehler berichten</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2816" />
+      <location filename="../UI/UserInterface.py" line="2815" />
       <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Fehler berichten...&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog zum Senden eines Fehlerberichtes.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2821" />
+      <source>Request Feature</source>
+      <translation>Neue Funktion anfragen</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2822" />
-      <source>Request Feature</source>
-      <translation>Neue Funktion anfragen</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2823" />
       <source>Request &amp;Feature...</source>
       <translation>Neue &amp;Funktion anfragen...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2829" />
+      <location filename="../UI/UserInterface.py" line="2828" />
       <source>Send a feature request</source>
       <translation>Sende eine Anfrage für eine neue Funktion</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2831" />
+      <location filename="../UI/UserInterface.py" line="2830" />
       <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Neue Funktion anfragen...&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog, um eine Anfrage für eine neue Funktion zu senden.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4175" />
-      <location filename="../UI/UserInterface.py" line="2842" />
+      <location filename="../UI/UserInterface.py" line="4174" />
+      <location filename="../UI/UserInterface.py" line="2841" />
       <source>Testing</source>
       <translation>Modultest</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2844" />
+      <location filename="../UI/UserInterface.py" line="2843" />
       <source>&amp;Testing...</source>
       <translation>Modul&amp;test...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2850" />
+      <location filename="../UI/UserInterface.py" line="2849" />
       <source>Start the testing dialog</source>
       <translation>Starte den Modultest Dialog</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2852" />
+      <location filename="../UI/UserInterface.py" line="2851" />
       <source>&lt;b&gt;Testing&lt;/b&gt;&lt;p&gt;Perform test runs. The dialog gives the ability to select and run a test suite or auto discover them.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Modultests&lt;/b&gt;&lt;p&gt;Führe Modultests durch. Der Dialog bietet die Möglichkeit eine Zusammenstellung von Modultests auszuwählen und auszuführen oder sie automatisch zu ermitteln.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2863" />
+      <location filename="../UI/UserInterface.py" line="2862" />
       <source>Restart Last Test</source>
       <translation>Letzten Test neu starten</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2865" />
+      <location filename="../UI/UserInterface.py" line="2864" />
       <source>&amp;Restart Last Test...</source>
       <translation>Letzten Test &amp;neu starten...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2871" />
+      <location filename="../UI/UserInterface.py" line="2870" />
       <source>Restarts the last test</source>
       <translation>Startet den letzten Test erneut</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2873" />
+      <location filename="../UI/UserInterface.py" line="2872" />
       <source>&lt;b&gt;Restart Last Test&lt;/b&gt;&lt;p&gt;Restarts the test performed last.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Letzten Test neu starten&lt;/b&gt;&lt;p&gt;Startet den letzten Test erneut.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2883" />
+      <location filename="../UI/UserInterface.py" line="2882" />
       <source>Rerun Failed Tests</source>
       <translation>Fehlerhafte Tests wiederholen</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2885" />
+      <location filename="../UI/UserInterface.py" line="2884" />
       <source>Rerun Failed Tests...</source>
       <translation>Fehlerhafte Tests wiederholen...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2892" />
+      <location filename="../UI/UserInterface.py" line="2891" />
       <source>Rerun failed tests of the last run</source>
       <translation>Fehlerhafte Tests des letzten Laufes wiederholen</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2895" />
+      <location filename="../UI/UserInterface.py" line="2894" />
       <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last test run.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Fehlerhafte Tests wiederholen&lt;/b&gt;&lt;p&gt;Alle Tests wiederholen, die während des letzten Testlaufes fehlgeschlagen sind.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2905" />
+      <location filename="../UI/UserInterface.py" line="2904" />
       <source>Test Script</source>
       <translation>Test (Skript)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2907" />
+      <location filename="../UI/UserInterface.py" line="2906" />
       <source>Test &amp;Script...</source>
       <translation>Test (&amp;Skript)...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2913" />
+      <location filename="../UI/UserInterface.py" line="2912" />
       <source>Run tests of the current script</source>
       <translation>Tests des aktuelles Skripts ausführen</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2915" />
+      <location filename="../UI/UserInterface.py" line="2914" />
       <source>&lt;b&gt;Test Script&lt;/b&gt;&lt;p&gt;Run tests with the current script.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Test (Skript)&lt;/b&gt;&lt;p&gt;Tests des aktuelles Skripts ausführen.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2922" />
+      <location filename="../UI/UserInterface.py" line="2921" />
       <source>Test Project</source>
       <translation>Test (Projekt)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2924" />
+      <location filename="../UI/UserInterface.py" line="2923" />
       <source>Test &amp;Project...</source>
       <translation>Test (&amp;Projekt)...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2930" />
+      <location filename="../UI/UserInterface.py" line="2929" />
       <source>Run tests of the current project</source>
       <translation>Tests des aktuellen Projektes ausführen</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2932" />
+      <location filename="../UI/UserInterface.py" line="2931" />
       <source>&lt;b&gt;Test Project&lt;/b&gt;&lt;p&gt;Run test of the current project.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Test (Projekt)&lt;/b&gt;&lt;p&gt;Tests des aktuellen Projektes ausführen&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2941" />
+      <location filename="../UI/UserInterface.py" line="2940" />
       <source>Qt-Designer</source>
       <translation>Qt Designer</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2943" />
+      <location filename="../UI/UserInterface.py" line="2942" />
       <source>Qt-&amp;Designer...</source>
       <translation>Qt &amp;Designer...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2949" />
+      <location filename="../UI/UserInterface.py" line="2948" />
       <source>Start Qt-Designer</source>
       <translation>Starte Qt Designer</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2951" />
+      <location filename="../UI/UserInterface.py" line="2950" />
       <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Qt Designer&lt;/b&gt;&lt;p&gt;Starte Qt Designer.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2960" />
+      <location filename="../UI/UserInterface.py" line="2959" />
       <source>Qt-Linguist</source>
       <translation>Qt Linguist</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2962" />
+      <location filename="../UI/UserInterface.py" line="2961" />
       <source>Qt-&amp;Linguist...</source>
       <translation>Qt &amp;Linguist...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2968" />
+      <location filename="../UI/UserInterface.py" line="2967" />
       <source>Start Qt-Linguist</source>
       <translation>Starte Qt Linguist</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2970" />
+      <location filename="../UI/UserInterface.py" line="2969" />
       <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Qt Linguist&lt;/b&gt;&lt;p&gt;Starte Qt Linguist (Übersetzungsprogramm).&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2978" />
+      <location filename="../UI/UserInterface.py" line="2977" />
       <source>UI Previewer</source>
       <translation>UI-Vorschau</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2980" />
+      <location filename="../UI/UserInterface.py" line="2979" />
       <source>&amp;UI Previewer...</source>
       <translation>&amp;UI-Vorschau...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2986" />
+      <location filename="../UI/UserInterface.py" line="2985" />
       <source>Start the UI Previewer</source>
       <translation>Starte die UI-Vorschau</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2988" />
+      <location filename="../UI/UserInterface.py" line="2987" />
       <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
       <translation>&lt;b&gt;UI-Vorschau&lt;/b&gt;&lt;p&gt;Starte die UI-Vorschau.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2994" />
+      <location filename="../UI/UserInterface.py" line="2993" />
       <source>Translations Previewer</source>
       <translation>Übersetzungsvorschau</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2996" />
+      <location filename="../UI/UserInterface.py" line="2995" />
       <source>&amp;Translations Previewer...</source>
       <translation>&amp;Übersetzungsvorschau...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3002" />
+      <location filename="../UI/UserInterface.py" line="3001" />
       <source>Start the Translations Previewer</source>
       <translation>Die Übersetzungsvorschau starten</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3004" />
+      <location filename="../UI/UserInterface.py" line="3003" />
       <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Übersetzungsvorschau&lt;/b&gt;&lt;p&gt;Dies startet das Programm zur Vorschau von Übersetzungen.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3013" />
+      <location filename="../UI/UserInterface.py" line="3012" />
       <source>Compare Files</source>
       <translation>Dateien vergleichen</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3015" />
+      <location filename="../UI/UserInterface.py" line="3014" />
       <source>&amp;Compare Files...</source>
       <translation>Dateien &amp;vergleichen...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3040" />
-      <location filename="../UI/UserInterface.py" line="3021" />
+      <location filename="../UI/UserInterface.py" line="3039" />
+      <location filename="../UI/UserInterface.py" line="3020" />
       <source>Compare two files</source>
       <translation>Zwei Dateien vergleichen</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3023" />
+      <location filename="../UI/UserInterface.py" line="3022" />
       <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Dateien vergleichen&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog zum Vergleich zweier Dateien.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3032" />
+      <location filename="../UI/UserInterface.py" line="3031" />
       <source>Compare Files side by side</source>
       <translation>Dateien Seite an Seite vergleichen</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3034" />
+      <location filename="../UI/UserInterface.py" line="3033" />
       <source>Compare &amp;Files side by side...</source>
       <translation>Dateien &amp;Seite an Seite vergleichen...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3042" />
+      <location filename="../UI/UserInterface.py" line="3041" />
       <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Dateien Seite an Seite vergleichen&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog zum Vergleich zweier Dateien und zur Anzeige des Ergebnisse Seite an Seite.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3052" />
+      <location filename="../UI/UserInterface.py" line="3051" />
       <source>SQL Browser</source>
       <translation>SQL-Browser</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3054" />
+      <location filename="../UI/UserInterface.py" line="3053" />
       <source>SQL &amp;Browser...</source>
       <translation>SQL-&amp;Browser...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3060" />
+      <location filename="../UI/UserInterface.py" line="3059" />
       <source>Browse a SQL database</source>
       <translation>Erforsche eine SQL-Datenbank</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3062" />
+      <location filename="../UI/UserInterface.py" line="3061" />
       <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
       <translation>&lt;b&gt;SQL-Browser&lt;/b&gt;&lt;p&gt;Erforsche eine SQL-Datenbank.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3076" />
-      <location filename="../UI/UserInterface.py" line="3068" />
+      <location filename="../UI/UserInterface.py" line="3075" />
+      <location filename="../UI/UserInterface.py" line="3067" />
       <source>Mini Editor</source>
       <translation>Mini-Editor</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3070" />
+      <location filename="../UI/UserInterface.py" line="3069" />
       <source>Mini &amp;Editor...</source>
       <translation>Mini-&amp;Editor...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3078" />
+      <location filename="../UI/UserInterface.py" line="3077" />
       <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Mini-Editor&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog mit einem vereinfachten Editor.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3087" />
+      <location filename="../UI/UserInterface.py" line="3086" />
       <source>Hex Editor</source>
       <translation>Hex-Editor</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3089" />
+      <location filename="../UI/UserInterface.py" line="3088" />
       <source>&amp;Hex Editor...</source>
       <translation>&amp;Hex Editor...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3095" />
+      <location filename="../UI/UserInterface.py" line="3094" />
       <source>Start the eric Hex Editor</source>
       <translation>Starte den eric Hex-Editor</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3097" />
+      <location filename="../UI/UserInterface.py" line="3096" />
       <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Hex-Editor&lt;/b&gt;&lt;p&gt;Startet den eric Hex-Editor zum Ansehen oder Bearbeiten von Binärdateien.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3107" />
+      <location filename="../UI/UserInterface.py" line="3106" />
       <source>eric Web Browser</source>
       <translation>eric Web Browser</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3109" />
+      <location filename="../UI/UserInterface.py" line="3108" />
       <source>eric &amp;Web Browser...</source>
       <translation>eric &amp;Web Browser...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3115" />
+      <location filename="../UI/UserInterface.py" line="3114" />
       <source>Start the eric Web Browser</source>
       <translation>Startet den eric Web Browser</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3117" />
+      <location filename="../UI/UserInterface.py" line="3116" />
       <source>&lt;b&gt;eric Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric Web Browser.&lt;/p&gt;</source>
       <translation>&lt;b&gt;eric Web Browser&lt;/b&gt;&lt;p&gt;Durchforste das Internet mit dem eric Web Browser.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3127" />
+      <location filename="../UI/UserInterface.py" line="3126" />
       <source>FIDO2 Security Key Management</source>
       <translation>Verwaltung von FIDO2 Sicherheitsschlüsseln</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3129" />
+      <location filename="../UI/UserInterface.py" line="3128" />
       <source>FIDO2 Security Key Management...</source>
       <translation>Verwaltung von FIDO2 Sicherheitsschlüsseln...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3136" />
+      <location filename="../UI/UserInterface.py" line="3135" />
       <source>Start the FIDO2 Security Key Management tool</source>
       <translation>Startet die Verwaltung von FIDO2 Sicherheitsschlüsseln</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3139" />
+      <location filename="../UI/UserInterface.py" line="3138" />
       <source>&lt;b&gt;FIDO2 Security Key Management&lt;/b&gt;&lt;p&gt;Start a tool to manage FIDO2 securit y keys.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Verwaltung von FIDO2 Sicherheitsschlüsseln&lt;/b&gt;&lt;p&gt;Startet ein Werkzeug zur Verwaltung von FIDO2 Sicherheitsschlüsseln.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3150" />
+      <location filename="../UI/UserInterface.py" line="3149" />
       <source>Icon Editor</source>
       <translation>Symbol-Editor</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3152" />
+      <location filename="../UI/UserInterface.py" line="3151" />
       <source>&amp;Icon Editor...</source>
       <translation>&amp;Symbol-Editor...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3158" />
+      <location filename="../UI/UserInterface.py" line="3157" />
       <source>Start the eric Icon Editor</source>
       <translation>Starte den eric Symbol-Editor</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3160" />
+      <location filename="../UI/UserInterface.py" line="3159" />
       <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric Icon Editor for editing simple icons.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Symbol-Editor&lt;/b&gt;&lt;p&gt;Startet den eric Symbol-Editor zum Editieren einfacher Icons.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6632" />
-      <location filename="../UI/UserInterface.py" line="3172" />
+      <location filename="../UI/UserInterface.py" line="6631" />
+      <location filename="../UI/UserInterface.py" line="3171" />
       <source>Snapshot</source>
       <translation>Bildschirmfoto</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3174" />
+      <location filename="../UI/UserInterface.py" line="3173" />
       <source>&amp;Snapshot...</source>
       <translation>&amp;Bildschirmfoto...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3180" />
+      <location filename="../UI/UserInterface.py" line="3179" />
       <source>Take snapshots of a screen region</source>
       <translation>Bildschirmfoto aufnehmen</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3182" />
+      <location filename="../UI/UserInterface.py" line="3181" />
       <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Bildschirmfoto&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog, um ein Bildschirmfoto aufzunehmen.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3192" />
+      <location filename="../UI/UserInterface.py" line="3191" />
       <source>eric PDF Viewer</source>
       <translation>eric PDF Anzeige</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3194" />
+      <location filename="../UI/UserInterface.py" line="3193" />
       <source>eric PDF &amp;Viewer...</source>
       <translation>eric PDF &amp;Anzeige...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3200" />
+      <location filename="../UI/UserInterface.py" line="3199" />
       <source>Start the eric PDF Viewer</source>
       <translation>Startet die eric PDF Anzeige</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3202" />
+      <location filename="../UI/UserInterface.py" line="3201" />
       <source>&lt;b&gt;eric PDF Viewer&lt;/b&gt;&lt;p&gt;Starts the eric PDF Viewer for viewing PDF files.&lt;/p&gt;</source>
       <translation>&lt;b&gt;eric PDF Anzeige&lt;/b&gt;&lt;p&gt;Startet die eric PDF Anzeige zur Ansicht von PDF Dateien.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3211" />
+      <location filename="../UI/UserInterface.py" line="3210" />
       <source>Preferences</source>
       <translation>Einstellungen</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3213" />
+      <location filename="../UI/UserInterface.py" line="3212" />
       <source>&amp;Preferences...</source>
       <translation>&amp;Einstellungen...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3219" />
+      <location filename="../UI/UserInterface.py" line="3218" />
       <source>Set the prefered configuration</source>
       <translation>Konfiguriert die Einstellungen</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3221" />
+      <location filename="../UI/UserInterface.py" line="3220" />
       <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Einstellungen&lt;/b&gt;&lt;p&gt;Konfiguriert die einstellbaren Parameter der Applikation nach Ihren Wünschen.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3232" />
+      <location filename="../UI/UserInterface.py" line="3231" />
       <source>Export Preferences</source>
       <translation>Einstellungen exportieren</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3234" />
+      <location filename="../UI/UserInterface.py" line="3233" />
       <source>E&amp;xport Preferences...</source>
       <translation>Einstellungen e&amp;xportieren...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3240" />
+      <location filename="../UI/UserInterface.py" line="3239" />
       <source>Export the current configuration</source>
       <translation>Exportiert die aktuelle Konfiguration</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3242" />
+      <location filename="../UI/UserInterface.py" line="3241" />
       <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Einstellungen exportieren&lt;/b&gt;&lt;p&gt;Exportiert die aktuelle Konfiguration in eine Datei.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3251" />
+      <location filename="../UI/UserInterface.py" line="3250" />
       <source>Import Preferences</source>
       <translation>Einstellungen importieren</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3253" />
+      <location filename="../UI/UserInterface.py" line="3252" />
       <source>I&amp;mport Preferences...</source>
       <translation>Einstellungen i&amp;mportieren...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3260" />
+      <location filename="../UI/UserInterface.py" line="3259" />
       <source>Import a previously exported configuration</source>
       <translation>Importiert eine zuvor exportierte Konfiguration</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3263" />
+      <location filename="../UI/UserInterface.py" line="3262" />
       <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Einstellungen importieren&lt;/b&gt;&lt;p&gt;Importiert eine zuvor exportierte Konfiguration.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3272" />
+      <location filename="../UI/UserInterface.py" line="3271" />
       <source>Export Theme</source>
       <translation>Schema exportieren</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3274" />
+      <location filename="../UI/UserInterface.py" line="3273" />
       <source>Export Theme...</source>
       <translation>Schema exportieren...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3280" />
+      <location filename="../UI/UserInterface.py" line="3279" />
       <source>Export the current theme</source>
       <translation>Exportiert das aktuelle Schema</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3282" />
+      <location filename="../UI/UserInterface.py" line="3281" />
       <source>&lt;b&gt;Export Theme&lt;/b&gt;&lt;p&gt;Export the current theme to a file.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Schema exportieren&lt;/b&gt;&lt;p&gt;Exportiert das aktuelle Schema in eine Datei.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3291" />
+      <location filename="../UI/UserInterface.py" line="3290" />
       <source>Import Theme</source>
       <translation>Schema importieren</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3293" />
+      <location filename="../UI/UserInterface.py" line="3292" />
       <source>Import Theme...</source>
       <translation>Schema importieren...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3299" />
+      <location filename="../UI/UserInterface.py" line="3298" />
       <source>Import a previously exported theme</source>
       <translation>Importiert ein vorher exportiertes Schema</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3301" />
+      <location filename="../UI/UserInterface.py" line="3300" />
       <source>&lt;b&gt;Import Theme&lt;/b&gt;&lt;p&gt;Import a previously exported theme.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Schema importieren&lt;/b&gt;&lt;p&gt;Importiert ein vorher exportiertes Schema.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3310" />
+      <location filename="../UI/UserInterface.py" line="3309" />
       <source>Reload APIs</source>
       <translation>APIs neu laden</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3310" />
+      <location filename="../UI/UserInterface.py" line="3309" />
       <source>Reload &amp;APIs</source>
       <translation>APIs &amp;neu laden</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3312" />
+      <location filename="../UI/UserInterface.py" line="3311" />
       <source>Reload the API information</source>
       <translation>Die API-Informationen neu laden</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3314" />
+      <location filename="../UI/UserInterface.py" line="3313" />
       <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
       <translation>&lt;b&gt;APIs neu laden&lt;/b&gt;&lt;p&gt;Lädt die API-Informationen neu.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3328" />
-      <location filename="../UI/UserInterface.py" line="3320" />
+      <location filename="../UI/UserInterface.py" line="3327" />
+      <location filename="../UI/UserInterface.py" line="3319" />
       <source>Show external tools</source>
       <translation>Zeige externe Werkzeuge</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3322" />
+      <location filename="../UI/UserInterface.py" line="3321" />
       <source>Show external &amp;tools</source>
       <translation>Zeige externe &amp;Werkzeuge</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3330" />
+      <location filename="../UI/UserInterface.py" line="3329" />
       <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Zeige externe Werkzeuge&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog, der die Pfade und Versionen der von eric genutzten externen Werkzeuge anzeigt.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3340" />
+      <location filename="../UI/UserInterface.py" line="3339" />
       <source>View Profiles</source>
       <translation>Ansichtenprofile</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3342" />
+      <location filename="../UI/UserInterface.py" line="3341" />
       <source>&amp;View Profiles...</source>
       <translation>&amp;Ansichtenprofile...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3348" />
+      <location filename="../UI/UserInterface.py" line="3347" />
       <source>Configure view profiles</source>
       <translation>Ansichtenprofile konfigurieren</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3350" />
+      <location filename="../UI/UserInterface.py" line="3349" />
       <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Ansichtenprofile&lt;/b&gt;&lt;p&gt;Ansichtenprofile konfigurieren. Mit diesem Dialog kann die Sichtbarkeit der verschiedenen Fenster für die vorbestimmten Ansichtenprofile eingestellt werden.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3361" />
+      <location filename="../UI/UserInterface.py" line="3360" />
       <source>Toolbars</source>
       <translation>Werkzeugleisten</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3363" />
+      <location filename="../UI/UserInterface.py" line="3362" />
       <source>Tool&amp;bars...</source>
       <translation>Werkzeug&amp;leisten...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3369" />
+      <location filename="../UI/UserInterface.py" line="3368" />
       <source>Configure toolbars</source>
       <translation>Werkzeugleisten einrichten</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3371" />
+      <location filename="../UI/UserInterface.py" line="3370" />
       <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Werkzeugleisten&lt;/b&gt;&lt;p&gt;Werkzeugleisten konfigurieren. Mit diesem Dialog können die auf den Werkzeugleisten gezeigten Aktionen geändert  und neue Werkzeugleisten definiert werden.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3382" />
+      <location filename="../UI/UserInterface.py" line="3381" />
       <source>Keyboard Shortcuts</source>
       <translation>Tastaturkurzbefehle</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3384" />
+      <location filename="../UI/UserInterface.py" line="3383" />
       <source>Keyboard &amp;Shortcuts...</source>
       <translation>&amp;Tastaturkurzbefehle...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3390" />
+      <location filename="../UI/UserInterface.py" line="3389" />
       <source>Set the keyboard shortcuts</source>
       <translation>Setze die Tastaturkurzbefehle</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3392" />
+      <location filename="../UI/UserInterface.py" line="3391" />
       <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Tastaturkurzbefehle&lt;/b&gt;&lt;p&gt;Setze die Tastaturkurzbefehle der Applikation mit den bevorzugten Werten.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7601" />
-      <location filename="../UI/UserInterface.py" line="7582" />
-      <location filename="../UI/UserInterface.py" line="3402" />
+      <location filename="../UI/UserInterface.py" line="7600" />
+      <location filename="../UI/UserInterface.py" line="7581" />
+      <location filename="../UI/UserInterface.py" line="3401" />
       <source>Export Keyboard Shortcuts</source>
       <translation>Tastaturkurzbefehle exportieren</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3404" />
+      <location filename="../UI/UserInterface.py" line="3403" />
       <source>&amp;Export Keyboard Shortcuts...</source>
       <translation>Tastaturkurzbefehle &amp;exportieren...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3410" />
+      <location filename="../UI/UserInterface.py" line="3409" />
       <source>Export the keyboard shortcuts</source>
       <translation>Exportiert die Tastaturkurzbefehle</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3412" />
+      <location filename="../UI/UserInterface.py" line="3411" />
       <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Tastaturkurzbefehle exportieren&lt;/b&gt;&lt;p&gt;Exportiert die Tastaturkurzbefehle der Applikation.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7620" />
-      <location filename="../UI/UserInterface.py" line="3421" />
+      <location filename="../UI/UserInterface.py" line="7619" />
+      <location filename="../UI/UserInterface.py" line="3420" />
       <source>Import Keyboard Shortcuts</source>
       <translation>Tastaturkurzbefehle importieren</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3423" />
+      <location filename="../UI/UserInterface.py" line="3422" />
       <source>&amp;Import Keyboard Shortcuts...</source>
       <translation>Tastaturkurzbefehle &amp;importieren...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3429" />
+      <location filename="../UI/UserInterface.py" line="3428" />
       <source>Import the keyboard shortcuts</source>
       <translation>Importiert die Tastaturkurzbefehle</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3431" />
+      <location filename="../UI/UserInterface.py" line="3430" />
       <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Tastaturkurzbefehle importieren&lt;/b&gt;&lt;p&gt;Importiert die Tastaturkurzbefehle der Applikation.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3441" />
+      <location filename="../UI/UserInterface.py" line="3440" />
       <source>Manage SSL Certificates</source>
       <translation>SSL-Zertifikate verwalten</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3443" />
+      <location filename="../UI/UserInterface.py" line="3442" />
       <source>Manage SSL Certificates...</source>
       <translation>SSL-Zertifikate verwalten...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3450" />
+      <location filename="../UI/UserInterface.py" line="3449" />
       <source>Manage the saved SSL certificates</source>
       <translation>Verwalten der gespeicherten SSL-Zertifikate</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3453" />
+      <location filename="../UI/UserInterface.py" line="3452" />
       <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
       <translation>&lt;b&gt;SSL-Zertifikate verwalten...&lt;/b&gt;&lt;p&gt;Öffnet einen Dialog zur Verwaltung gespeicherter SSL-Zertifikate.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3463" />
+      <location filename="../UI/UserInterface.py" line="3462" />
       <source>Edit Message Filters</source>
       <translation>Meldungsfilter bearbeiten</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3465" />
+      <location filename="../UI/UserInterface.py" line="3464" />
       <source>Edit Message Filters...</source>
       <translation>Meldungsfilter bearbeiten...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3472" />
+      <location filename="../UI/UserInterface.py" line="3471" />
       <source>Edit the message filters used to suppress unwanted messages</source>
       <translation>Bearbeite die Meldungsfilter, die zur Unterdrückung ungewünschter Meldungen verwendet werden</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3475" />
+      <location filename="../UI/UserInterface.py" line="3474" />
       <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Meldungsfilter bearbeiten&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog zur Bearbeitung der Meldungsfilter, die zur Unterdrückung ungewünschter Meldungen verwendet werden.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3494" />
-      <location filename="../UI/UserInterface.py" line="3488" />
-      <location filename="../UI/UserInterface.py" line="3486" />
+      <location filename="../UI/UserInterface.py" line="3493" />
+      <location filename="../UI/UserInterface.py" line="3487" />
+      <location filename="../UI/UserInterface.py" line="3485" />
       <source>Clear private data</source>
       <translation>Private Daten löschen</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3496" />
+      <location filename="../UI/UserInterface.py" line="3495" />
       <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Private Daten löschen&lt;/b&gt;&lt;p&gt;Löscht private Daten wie die Listen der zuletzt geöffneten Dateien, Projekte oder Mehrfachprojekte.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3506" />
+      <location filename="../UI/UserInterface.py" line="3505" />
+      <source>Activate current editor</source>
+      <translation>Aktiviere aktuellen Editor</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3507" />
-      <location filename="../UI/UserInterface.py" line="3506" />
-      <source>Activate current editor</source>
-      <translation>Aktiviere aktuellen Editor</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3508" />
       <source>Alt+Shift+E</source>
       <translation>Alt+Shift+E</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3518" />
+      <location filename="../UI/UserInterface.py" line="3517" />
+      <source>Show next</source>
+      <translation>Zeige nächste</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3519" />
-      <location filename="../UI/UserInterface.py" line="3518" />
-      <source>Show next</source>
-      <translation>Zeige nächste</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3520" />
       <source>Ctrl+Alt+Tab</source>
       <translation>Ctrl+Alt+Tab</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3530" />
+      <location filename="../UI/UserInterface.py" line="3529" />
+      <source>Show previous</source>
+      <translation>Zeige vorherige</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3531" />
-      <location filename="../UI/UserInterface.py" line="3530" />
-      <source>Show previous</source>
-      <translation>Zeige vorherige</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3532" />
       <source>Shift+Ctrl+Alt+Tab</source>
       <translation>Shift+Ctrl+Alt+Tab</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3542" />
+      <location filename="../UI/UserInterface.py" line="3541" />
+      <source>Switch between tabs</source>
+      <translation>Zwischen Tabs umschalten</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3543" />
-      <location filename="../UI/UserInterface.py" line="3542" />
-      <source>Switch between tabs</source>
-      <translation>Zwischen Tabs umschalten</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3544" />
       <source>Ctrl+1</source>
       <translation>Ctrl+1</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3554" />
+      <location filename="../UI/UserInterface.py" line="3553" />
       <source>Plugin Infos</source>
       <translation>Plugininformationen</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3556" />
+      <location filename="../UI/UserInterface.py" line="3555" />
       <source>&amp;Plugin Infos...</source>
       <translation>&amp;Plugininformationen...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3562" />
+      <location filename="../UI/UserInterface.py" line="3561" />
       <source>Show Plugin Infos</source>
       <translation>Zeigt Plugininformationen</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3564" />
+      <location filename="../UI/UserInterface.py" line="3563" />
       <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Plugininformationen...&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog, der einige Informationen über die geladenen Plugins anzeigt.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3582" />
-      <location filename="../UI/UserInterface.py" line="3574" />
+      <location filename="../UI/UserInterface.py" line="3581" />
+      <location filename="../UI/UserInterface.py" line="3573" />
       <source>Install Plugins</source>
       <translation>Plugins installieren</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3576" />
+      <location filename="../UI/UserInterface.py" line="3575" />
       <source>&amp;Install Plugins...</source>
       <translation>Plugins &amp;installieren...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3584" />
+      <location filename="../UI/UserInterface.py" line="3583" />
       <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Plugins installieren...&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog zur Installation oder Update von Plugins.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3601" />
-      <location filename="../UI/UserInterface.py" line="3593" />
+      <location filename="../UI/UserInterface.py" line="3600" />
+      <location filename="../UI/UserInterface.py" line="3592" />
       <source>Uninstall Plugin</source>
       <translation>Plugin deinstallieren</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3595" />
+      <location filename="../UI/UserInterface.py" line="3594" />
       <source>&amp;Uninstall Plugin...</source>
       <translation>Plugin &amp;deinstallieren...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3603" />
+      <location filename="../UI/UserInterface.py" line="3602" />
       <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Plugin deinstallieren...&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog zur Deinstallation eines Plugins.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3614" />
+      <location filename="../UI/UserInterface.py" line="3613" />
       <source>Plugin &amp;Repository...</source>
       <translation>Plugin-&amp;Repository...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3620" />
+      <location filename="../UI/UserInterface.py" line="3619" />
       <source>Show Plugins available for download</source>
       <translation>Zeige  zum Download verfügbare Plugins an</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3622" />
+      <location filename="../UI/UserInterface.py" line="3621" />
       <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Plugin-Repository...&lt;/b&gt;&lt;p&gt;Dies öffnet einen Dialog, der eine Liste der im Internet verfügbaren Plugins anzeigt.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3652" />
       <location filename="../UI/UserInterface.py" line="3651" />
+      <location filename="../UI/UserInterface.py" line="3650" />
       <source>Qt5 Documentation</source>
       <translation>Qt5 Dokumentation</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3658" />
+      <location filename="../UI/UserInterface.py" line="3657" />
       <source>Open Qt5 Documentation</source>
       <translation>Öffne die Qt5 Dokumentation</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3660" />
+      <location filename="../UI/UserInterface.py" line="3659" />
       <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
       <translation>&lt;b&gt;Qt5-Dokumentation&lt;/b&gt;&lt;p&gt;Zeige die Qt5-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Web Browser, ein externer Web Browser oder Qt Assistant verwendet.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3673" />
       <location filename="../UI/UserInterface.py" line="3672" />
+      <location filename="../UI/UserInterface.py" line="3671" />
       <source>Qt6 Documentation</source>
       <translation>Qt6 Dokumentation</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3679" />
+      <location filename="../UI/UserInterface.py" line="3678" />
       <source>Open Qt6 Documentation</source>
       <translation>Öffne die Qt6 Dokumentation</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3681" />
+      <location filename="../UI/UserInterface.py" line="3680" />
       <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
       <translation>&lt;b&gt;Qt6-Dokumentation&lt;/b&gt;&lt;p&gt;Zeige die Qt6-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Web Browser, ein externer Web Browser oder Qt Assistant verwendet.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3694" />
       <location filename="../UI/UserInterface.py" line="3693" />
+      <location filename="../UI/UserInterface.py" line="3692" />
       <source>PyQt5 Documentation</source>
       <translation>PyQt5-Dokumentation</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3700" />
+      <location filename="../UI/UserInterface.py" line="3699" />
       <source>Open PyQt5 Documentation</source>
       <translation>Öffne die PyQt5-Dokumentation</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3702" />
+      <location filename="../UI/UserInterface.py" line="3701" />
       <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
       <translation>&lt;b&gt;PyQt5-Dokumentation&lt;/b&gt;&lt;p&gt;Zeige die PyQt5-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Web Browser, ein externer Web Browser oder Qt Assistant verwendet.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3715" />
       <location filename="../UI/UserInterface.py" line="3714" />
+      <location filename="../UI/UserInterface.py" line="3713" />
       <source>PyQt6 Documentation</source>
       <translation>PyQt6-Dokumentation</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3721" />
+      <location filename="../UI/UserInterface.py" line="3720" />
       <source>Open PyQt6 Documentation</source>
       <translation>Öffne die PyQt6-Dokumentation</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3723" />
+      <location filename="../UI/UserInterface.py" line="3722" />
       <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
       <translation>&lt;b&gt;PyQt6-Dokumentation&lt;/b&gt;&lt;p&gt;Zeige die PyQt6-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Web Browser, ein externer Web Browser oder Qt Assistant verwendet.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3741" />
       <location filename="../UI/UserInterface.py" line="3740" />
+      <location filename="../UI/UserInterface.py" line="3739" />
       <source>Python 3 Documentation</source>
       <translation>Python 3-Dokumentation</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3747" />
+      <location filename="../UI/UserInterface.py" line="3746" />
       <source>Open Python 3 Documentation</source>
       <translation>Öffne die Python 3-Dokumentation</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3749" />
+      <location filename="../UI/UserInterface.py" line="3748" />
       <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;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 &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Python 3-Dokumentation&lt;/b&gt;&lt;p&gt;Zeigt die Python 3-Dokumentation an. Ist kein Dokumentationsverzeichnis konfiguriert, so ist der Ort, an dem die Python 3-Dokumentation gesucht wird, unter Windows das Verzeichnis &lt;i&gt;doc&lt;/i&gt; unter dem Verzeichnis, in dem der Python 3-Interpreter installiert ist, und unter Unix das Verzeichnis &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt;. Um dies zu überschreiben, können Sie die Umgebungsvariable PYTHON3DOCDIR setzen.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3768" />
       <location filename="../UI/UserInterface.py" line="3767" />
+      <location filename="../UI/UserInterface.py" line="3766" />
       <source>eric API Documentation</source>
       <translation>eric-API-Dokumentation</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3774" />
+      <location filename="../UI/UserInterface.py" line="3773" />
       <source>Open eric API Documentation</source>
       <translation>Öffne die eric-API-Dokumentation</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3776" />
+      <location filename="../UI/UserInterface.py" line="3775" />
       <source>&lt;b&gt;eric API Documentation&lt;/b&gt;&lt;p&gt;Display the eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric installation directory.&lt;/p&gt;</source>
       <translation>&lt;b&gt;eric API Dokumentation&lt;/b&gt;&lt;p&gt;Zeige die eric API Dokumentation an. Der Pfad für die Dokumentation ist das Unterverzeichnis Documentation/Source im eric Installationverzeichnis.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3794" />
       <location filename="../UI/UserInterface.py" line="3793" />
+      <location filename="../UI/UserInterface.py" line="3792" />
       <source>PySide2 Documentation</source>
       <translation>PySide2-Dokumentation</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3800" />
+      <location filename="../UI/UserInterface.py" line="3799" />
       <source>Open PySide2 Documentation</source>
       <translation>Öffne die PySide2-Dokumentation</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3802" />
+      <location filename="../UI/UserInterface.py" line="3801" />
       <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
       <translation>&lt;b&gt;PySide2-Dokumentation&lt;/b&gt;&lt;p&gt;Zeige die PySide2-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Web Browser, ein externer Web Browser oder Qt Assistant verwendet.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3820" />
       <location filename="../UI/UserInterface.py" line="3819" />
+      <location filename="../UI/UserInterface.py" line="3818" />
       <source>PySide6 Documentation</source>
       <translation>PySide6-Dokumentation</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3826" />
+      <location filename="../UI/UserInterface.py" line="3825" />
       <source>Open PySide6 Documentation</source>
       <translation>Öffne die PySide6-Dokumentation</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3828" />
+      <location filename="../UI/UserInterface.py" line="3827" />
       <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
       <translation>&lt;b&gt;PySide6-Dokumentation&lt;/b&gt;&lt;p&gt;Zeige die PySide6-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Web Browser, ein externer Web Browser oder Qt Assistant verwendet.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3864" />
+      <location filename="../UI/UserInterface.py" line="3863" />
       <source>Sessions</source>
       <translation>Sitzungen</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3945" />
+      <location filename="../UI/UserInterface.py" line="3944" />
       <source>E&amp;xtras</source>
       <translation>E&amp;xtras</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3955" />
+      <location filename="../UI/UserInterface.py" line="3954" />
       <source>Wi&amp;zards</source>
       <translation>&amp;Assistenten</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3973" />
+      <location filename="../UI/UserInterface.py" line="3972" />
       <source>P&amp;lugins</source>
       <translation>Plugi&amp;ns</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3982" />
+      <location filename="../UI/UserInterface.py" line="3981" />
       <source>Configure...</source>
       <translation>Einstellungen...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3991" />
+      <location filename="../UI/UserInterface.py" line="3990" />
       <source>&amp;Testing</source>
       <translation>Modul&amp;tests</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4008" />
+      <location filename="../UI/UserInterface.py" line="4007" />
       <source>Select Tool Group</source>
       <translation>Werkzeuggruppe wählen</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4019" />
+      <location filename="../UI/UserInterface.py" line="4018" />
       <source>Se&amp;ttings</source>
       <translation>&amp;Einstellungen</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4052" />
+      <location filename="../UI/UserInterface.py" line="4051" />
       <source>&amp;Window</source>
       <translation>&amp;Fenster</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4061" />
+      <location filename="../UI/UserInterface.py" line="4060" />
       <source>&amp;Windows</source>
       <translation>&amp;Fenster</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4065" />
+      <location filename="../UI/UserInterface.py" line="4064" />
       <source>Central Park</source>
       <translation>Mittelbereich</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4069" />
+      <location filename="../UI/UserInterface.py" line="4068" />
       <source>Left Side</source>
       <translation>Linke Seite</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4088" />
+      <location filename="../UI/UserInterface.py" line="4087" />
       <source>Right Side</source>
       <translation>Rechte Seite</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4107" />
+      <location filename="../UI/UserInterface.py" line="4106" />
       <source>Bottom Side</source>
       <translation>Unterer Rand</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4115" />
+      <location filename="../UI/UserInterface.py" line="4114" />
       <source>Plug-ins</source>
       <translation>Plugins</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4121" />
+      <location filename="../UI/UserInterface.py" line="4120" />
       <source>&amp;Toolbars</source>
       <translation>&amp;Werkzeugleisten</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4134" />
+      <location filename="../UI/UserInterface.py" line="4133" />
       <source>&amp;Help</source>
       <translation>&amp;Hilfe</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4191" />
-      <location filename="../UI/UserInterface.py" line="4174" />
+      <location filename="../UI/UserInterface.py" line="4190" />
+      <location filename="../UI/UserInterface.py" line="4173" />
       <source>Tools</source>
       <translation>Werkzeuge</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="4192" />
+      <location filename="../UI/UserInterface.py" line="4177" />
+      <source>Settings</source>
+      <translation>Einstellungen</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6361" />
       <location filename="../UI/UserInterface.py" line="4193" />
       <location filename="../UI/UserInterface.py" line="4178" />
-      <source>Settings</source>
-      <translation>Einstellungen</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6362" />
+      <source>Help</source>
+      <translation>Hilfe</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="4194" />
       <location filename="../UI/UserInterface.py" line="4179" />
-      <source>Help</source>
-      <translation>Hilfe</translation>
+      <source>Profiles</source>
+      <translation>Profile</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="4195" />
       <location filename="../UI/UserInterface.py" line="4180" />
-      <source>Profiles</source>
-      <translation>Profile</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4196" />
-      <location filename="../UI/UserInterface.py" line="4181" />
       <source>Plugins</source>
       <translation>Plugins</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4192" />
+      <location filename="../UI/UserInterface.py" line="4191" />
       <source>Unittest</source>
       <translation>Modultests</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4369" />
+      <location filename="../UI/UserInterface.py" line="4368" />
       <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Dieser Teil der Statusleiste zeigt die Sprache des aktuellen Editors an.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4378" />
+      <location filename="../UI/UserInterface.py" line="4377" />
       <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Dieser Teil der Statusleiste zeigt die Zeichenkodierung des aktuellen Editors an.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4387" />
+      <location filename="../UI/UserInterface.py" line="4386" />
       <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Dieser Teil der Statusleiste zeigt die Zeilenendekodierung des aktuellen Editors an.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4396" />
+      <location filename="../UI/UserInterface.py" line="4395" />
       <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Dieser Teil der Statusleiste zeigt an, ob die aktuelle Datei geschrieben werden kann.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4405" />
+      <location filename="../UI/UserInterface.py" line="4404" />
       <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Dieser Teil der Statusleiste zeigt die Zeilennummer des aktuellen Editors an.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4414" />
+      <location filename="../UI/UserInterface.py" line="4413" />
       <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Dieser Teil der Statusleiste zeigt die Cursorposition des aktuellen Editors an.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4428" />
+      <location filename="../UI/UserInterface.py" line="4427" />
       <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Dieser Teil der Statusleiste erlaubt das Zoomen des aktuellen Editors oder der Shell.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4502" />
-      <location filename="../UI/UserInterface.py" line="4461" />
+      <location filename="../UI/UserInterface.py" line="4501" />
+      <location filename="../UI/UserInterface.py" line="4460" />
       <source>External Tools/{0}</source>
       <translation>Externe Werkzeuge/{0}</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4610" />
+      <location filename="../UI/UserInterface.py" line="4609" />
       <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
       <translation>&lt;h2&gt;Versionsnummern&lt;/h2&gt;&lt;table&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4680" />
+      <location filename="../UI/UserInterface.py" line="4679" />
       <source>Desktop</source>
       <translation>Arbeitsumgebung</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4684" />
+      <location filename="../UI/UserInterface.py" line="4683" />
       <source>Session Type</source>
       <translation>Sitzungstyp</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4740" />
+      <location filename="../UI/UserInterface.py" line="4739" />
       <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
       <translation>E-Mail-Adresse oder Mailserver-Adresse sind leer. Bitte konfiguriere die E-Mail-Einstellungen im Einstellungsdialog.</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5074" />
+      <source>Restart application</source>
+      <translation>Anwendung neu starten</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5075" />
-      <source>Restart application</source>
-      <translation>Anwendung neu starten</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5076" />
       <source>The application needs to be restarted. Do it now?</source>
       <translation>Die Anwendung muss neu gestartet werden. Jetzt durchführen?</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5099" />
+      <source>Upgrade PyQt</source>
+      <translation>PyQt aktualisieren</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5100" />
-      <source>Upgrade PyQt</source>
-      <translation>PyQt aktualisieren</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5101" />
       <source>eric needs to be closed in order to upgrade PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
@@ -93639,12 +93680,12 @@
 Soll die Aktualisierung jetzt durchgeführt werden?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5125" />
+      <location filename="../UI/UserInterface.py" line="5124" />
       <source>Upgrade Eric</source>
       <translation>Eric aktualisieren</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5126" />
+      <location filename="../UI/UserInterface.py" line="5125" />
       <source>eric needs to be closed in order to be upgraded. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
@@ -93653,12 +93694,12 @@
 Soll die Aktualisierung jetzt durchgeführt werden?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5151" />
+      <location filename="../UI/UserInterface.py" line="5150" />
       <source>Upgrade Eric and PyQt6</source>
       <translation>Eric und PyQt6 aktualisieren</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5152" />
+      <location filename="../UI/UserInterface.py" line="5151" />
       <source>eric needs to be closed in order to upgrade eric and PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
  Shall the upgrade be done now?</source>
@@ -93667,47 +93708,59 @@
 Soll die Aktualisierung jetzt durchgeführt werden?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5214" />
+      <location filename="../UI/UserInterface.py" line="5213" />
       <source>&amp;Builtin Tools</source>
       <translation>&amp;Eingebaute Werkzeuge</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5234" />
+      <location filename="../UI/UserInterface.py" line="5233" />
       <source>&amp;Plugin Tools</source>
       <translation>&amp;Pluginwerkzeuge</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5237" />
+      <location filename="../UI/UserInterface.py" line="5236" />
       <source>&amp;User Tools</source>
       <translation>&amp;Benutzerwerkzeuge</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5263" />
+      <location filename="../UI/UserInterface.py" line="5262" />
       <source>Configure Tool Groups ...</source>
       <translation>Konfiguriere Werkzeuggruppen...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5267" />
+      <location filename="../UI/UserInterface.py" line="5266" />
       <source>Configure current Tool Group ...</source>
       <translation>Konfiguriere aktuelle Werkzeuggruppe...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5306" />
-      <location filename="../UI/UserInterface.py" line="5286" />
+      <location filename="../UI/UserInterface.py" line="5305" />
+      <location filename="../UI/UserInterface.py" line="5285" />
       <source>No User Tools Configured</source>
       <translation>Keine Benutzerwerkzeuge konfiguriert</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5382" />
+      <location filename="../UI/UserInterface.py" line="5381" />
       <source>&amp;Show all</source>
       <translation>Alle an&amp;zeigen</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5384" />
+      <location filename="../UI/UserInterface.py" line="5383" />
       <source>&amp;Hide all</source>
       <translation>Alle &amp;ausblenden</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6498" />
+      <location filename="../UI/UserInterface.py" line="6487" />
+      <location filename="../UI/UserInterface.py" line="6439" />
+      <location filename="../UI/UserInterface.py" line="6429" />
+      <location filename="../UI/UserInterface.py" line="6252" />
+      <location filename="../UI/UserInterface.py" line="6242" />
+      <location filename="../UI/UserInterface.py" line="6184" />
+      <location filename="../UI/UserInterface.py" line="6174" />
+      <source>Problem</source>
+      <translation>Problem</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6499" />
       <location filename="../UI/UserInterface.py" line="6488" />
       <location filename="../UI/UserInterface.py" line="6440" />
@@ -93716,307 +93769,285 @@
       <location filename="../UI/UserInterface.py" line="6243" />
       <location filename="../UI/UserInterface.py" line="6185" />
       <location filename="../UI/UserInterface.py" line="6175" />
-      <source>Problem</source>
-      <translation>Problem</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6500" />
-      <location filename="../UI/UserInterface.py" line="6489" />
-      <location filename="../UI/UserInterface.py" line="6441" />
-      <location filename="../UI/UserInterface.py" line="6431" />
-      <location filename="../UI/UserInterface.py" line="6254" />
-      <location filename="../UI/UserInterface.py" line="6244" />
-      <location filename="../UI/UserInterface.py" line="6186" />
-      <location filename="../UI/UserInterface.py" line="6176" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die Datei &lt;b&gt;{0}&lt;/b&gt; existiert nicht oder hat die Größe Null.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6741" />
-      <location filename="../UI/UserInterface.py" line="6652" />
-      <location filename="../UI/UserInterface.py" line="6535" />
-      <location filename="../UI/UserInterface.py" line="6512" />
-      <location filename="../UI/UserInterface.py" line="6453" />
-      <location filename="../UI/UserInterface.py" line="6400" />
-      <location filename="../UI/UserInterface.py" line="6378" />
-      <location filename="../UI/UserInterface.py" line="6329" />
-      <location filename="../UI/UserInterface.py" line="6320" />
-      <location filename="../UI/UserInterface.py" line="6285" />
-      <location filename="../UI/UserInterface.py" line="6276" />
-      <location filename="../UI/UserInterface.py" line="6217" />
-      <location filename="../UI/UserInterface.py" line="6208" />
+      <location filename="../UI/UserInterface.py" line="6740" />
+      <location filename="../UI/UserInterface.py" line="6651" />
+      <location filename="../UI/UserInterface.py" line="6534" />
+      <location filename="../UI/UserInterface.py" line="6511" />
+      <location filename="../UI/UserInterface.py" line="6452" />
+      <location filename="../UI/UserInterface.py" line="6399" />
+      <location filename="../UI/UserInterface.py" line="6377" />
+      <location filename="../UI/UserInterface.py" line="6328" />
+      <location filename="../UI/UserInterface.py" line="6319" />
+      <location filename="../UI/UserInterface.py" line="6284" />
+      <location filename="../UI/UserInterface.py" line="6275" />
+      <location filename="../UI/UserInterface.py" line="6216" />
+      <location filename="../UI/UserInterface.py" line="6207" />
       <source>Process Generation Error</source>
       <translation>Fehler beim Prozessstart</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6209" />
+      <location filename="../UI/UserInterface.py" line="6208" />
       <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Qt-Designer konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass es als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6218" />
+      <location filename="../UI/UserInterface.py" line="6217" />
       <source>&lt;p&gt;Could not find the Qt-Designer executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Das Qt-Designer Programm konnte nicht gefunden werden.&lt;br&gt;Stelle sicher, dass es installiert und optional auf der Qt Konfigurationsseite konfiguriert ist.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6277" />
+      <location filename="../UI/UserInterface.py" line="6276" />
       <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Qt-Linguist konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass es als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6286" />
+      <location filename="../UI/UserInterface.py" line="6285" />
       <source>&lt;p&gt;Could not find the Qt-Linguist executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Das Qt-Linguist Programm konnte nicht gefunden werden.&lt;br&gt;Stelle sicher, dass es installiert und optional auf der Qt Konfigurationsseite konfiguriert ist.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6321" />
+      <location filename="../UI/UserInterface.py" line="6320" />
       <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Qt-Assistant konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass es als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6330" />
+      <location filename="../UI/UserInterface.py" line="6329" />
       <source>&lt;p&gt;Could not find the Qt-Assistant executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Das Qt-Assistant Programm konnte nicht gefunden werden.&lt;br&gt;Stelle sicher, dass es installiert und optional auf der Qt Konfigurationsseite konfiguriert ist.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6363" />
+      <location filename="../UI/UserInterface.py" line="6362" />
       <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
       <translation>Momentan ist kein Betrachter angegeben. Bitte benutzen Sie den Einstellungsdialog, um einen festzulegen.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6379" />
+      <location filename="../UI/UserInterface.py" line="6378" />
       <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Der Betrachter konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass er als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6401" />
+      <location filename="../UI/UserInterface.py" line="6400" />
       <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die Hilfeanzeige konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass sie als &lt;b&gt;hh&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6454" />
+      <location filename="../UI/UserInterface.py" line="6453" />
       <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die UI-Vorschau konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass sie als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6513" />
+      <location filename="../UI/UserInterface.py" line="6512" />
       <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die Übersetzungsvorschau konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass sie als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6536" />
+      <location filename="../UI/UserInterface.py" line="6535" />
       <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Der SQL-Browser konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass er als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6633" />
+      <location filename="../UI/UserInterface.py" line="6632" />
       <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die Bildschirmfotofunktion steht für Wayland basierte Desktop-Umgebungen nicht zur Verfügung.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6653" />
+      <location filename="../UI/UserInterface.py" line="6652" />
       <source>&lt;p&gt;Could not start Snapshot tool.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die Bildschirmfotoanwendung konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass sie als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6685" />
+      <location filename="../UI/UserInterface.py" line="6675" />
+      <source>External Tools</source>
+      <translation>Externe Werkzeuge</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6676" />
+      <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
+      <translation>Kein Eintrag für das externe Werkzeug „{0}“ in der Gruppe „{1}“ gefunden.</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6686" />
-      <location filename="../UI/UserInterface.py" line="6676" />
-      <source>External Tools</source>
-      <translation>Externe Werkzeuge</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6677" />
-      <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
-      <translation>Kein Eintrag für das externe Werkzeug „{0}“ in der Gruppe „{1}“ gefunden.</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6687" />
       <source>No toolgroup entry '{0}' found.</source>
       <translation>Kein Werkzeuggruppeneintrag „{0}“ gefunden.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6724" />
+      <location filename="../UI/UserInterface.py" line="6723" />
       <source>Starting process '{0} {1}'.
 </source>
       <translation>Starte Prozess „{0} {1}“.
 </translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6742" />
+      <location filename="../UI/UserInterface.py" line="6741" />
       <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Der Werkzeugeeintrag &lt;b&gt;{0}&lt;/b&gt; konnte nicht gestartet werden.&lt;br&gt;Stellen Sie sicher, dass er als &lt;b&gt;{1}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6821" />
+      <location filename="../UI/UserInterface.py" line="6820" />
       <source>Process '{0}' has exited.
 </source>
       <translation>Prozess „{0}“ ist beendet.
 </translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7108" />
+      <location filename="../UI/UserInterface.py" line="7046" />
+      <location filename="../UI/UserInterface.py" line="7002" />
+      <location filename="../UI/UserInterface.py" line="6928" />
+      <location filename="../UI/UserInterface.py" line="6864" />
+      <source>Documentation Missing</source>
+      <translation>Dokumentation fehlt</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7109" />
       <location filename="../UI/UserInterface.py" line="7047" />
       <location filename="../UI/UserInterface.py" line="7003" />
       <location filename="../UI/UserInterface.py" line="6929" />
       <location filename="../UI/UserInterface.py" line="6865" />
-      <source>Documentation Missing</source>
-      <translation>Dokumentation fehlt</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7110" />
-      <location filename="../UI/UserInterface.py" line="7048" />
-      <location filename="../UI/UserInterface.py" line="7004" />
-      <location filename="../UI/UserInterface.py" line="6930" />
-      <location filename="../UI/UserInterface.py" line="6866" />
       <source>&lt;p&gt;The documentation starting point "&lt;b&gt;{0}&lt;/b&gt;" could not be found.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Der Dokumentationsstartpunkt „&lt;b&gt;{0}&lt;/b&gt;“ konnte nicht gefunden werden.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7090" />
+      <location filename="../UI/UserInterface.py" line="6972" />
+      <source>Documentation</source>
+      <translation>Dokumentation</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6973" />
+      <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Der PyQt{0}-Dokumentations-Startpunkt ist nicht konfiguriert.&lt;/p&gt;</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7091" />
-      <location filename="../UI/UserInterface.py" line="6973" />
-      <source>Documentation</source>
-      <translation>Dokumentation</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6974" />
-      <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Der PyQt{0}-Dokumentations-Startpunkt ist nicht konfiguriert.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7092" />
       <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Der PySide{0}-Dokumentations-Startpunkt ist nicht konfiguriert.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7270" />
+      <location filename="../UI/UserInterface.py" line="7206" />
+      <source>Start Web Browser</source>
+      <translation>Web Browser starten</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7207" />
+      <source>The eric web browser could not be started.</source>
+      <translation>Der eric Web Browser konnte nicht gestartet werden.</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7271" />
-      <location filename="../UI/UserInterface.py" line="7207" />
-      <source>Start Web Browser</source>
-      <translation>Web Browser starten</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7208" />
-      <source>The eric web browser could not be started.</source>
-      <translation>Der eric Web Browser konnte nicht gestartet werden.</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7272" />
       <source>&lt;p&gt;The eric web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Der eric Web Browser ist nicht gestartet.&lt;/p&gt;&lt;p&gt;Ursache: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7318" />
+      <location filename="../UI/UserInterface.py" line="7317" />
       <source>Open Browser</source>
       <translation>Browser starten</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7318" />
+      <location filename="../UI/UserInterface.py" line="7317" />
       <source>Could not start a web browser</source>
       <translation>Der System Web Browser konnte nicht gestartet werden</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7622" />
-      <location filename="../UI/UserInterface.py" line="7584" />
+      <location filename="../UI/UserInterface.py" line="7621" />
+      <location filename="../UI/UserInterface.py" line="7583" />
       <source>Keyboard Shortcuts File (*.ekj)</source>
       <translation>Tastaturkurzbefehlsdatei (*.ekj)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7602" />
+      <location filename="../UI/UserInterface.py" line="7601" />
       <source>&lt;p&gt;The keyboard shortcuts file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die Tastaturkurzbefehlsdatei &lt;b&gt;{0}&lt;/b&gt; existiert bereits. Überschreiben?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7806" />
+      <location filename="../UI/UserInterface.py" line="7805" />
       <source>Load crash session...</source>
       <translation>Absturzsicherung laden...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7809" />
+      <location filename="../UI/UserInterface.py" line="7808" />
       <source>Clean crash sessions...</source>
       <translation>Absturzsicherungen bereinigen...</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7845" />
+      <source>Read Session</source>
+      <translation>Sitzung lesen</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7846" />
-      <source>Read Session</source>
-      <translation>Sitzung lesen</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7847" />
       <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die Sitzungsdatei &lt;b&gt;{0}&lt;/b&gt; konnte nicht gelesen werden.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7870" />
+      <location filename="../UI/UserInterface.py" line="7869" />
       <source>Save Session</source>
       <translation>Sitzung speichern</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7895" />
-      <location filename="../UI/UserInterface.py" line="7872" />
+      <location filename="../UI/UserInterface.py" line="7894" />
+      <location filename="../UI/UserInterface.py" line="7871" />
       <source>eric Session Files (*.esj)</source>
       <translation>eric Sitzungsdateien (*.esj)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7964" />
-      <source>Found Crash Sessions</source>
-      <translation>Absturzsicherungen gefunden</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7965" />
-      <source>These crash session files were found. Select the one to open. Select 'Cancel' to not open a crash session.</source>
-      <translation>Diese Absturzsicherungen wurden gefunden. Wähle die zu öffnende aus. Wähle 'Abbrechen', wenn keine geladen werden soll.</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="8038" />
+      <location filename="../UI/UserInterface.py" line="8030" />
       <source>Clean stale crash sessions</source>
       <translation>Veraltete Absturzsicherungen bereinigen</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8039" />
+      <location filename="../UI/UserInterface.py" line="8031" />
       <source>Do you really want to delete these stale crash session files?</source>
       <translation>Sollen wirklich diese veralteten Absturzsicherungen gelöscht werden?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8415" />
+      <location filename="../UI/UserInterface.py" line="8407" />
       <source>Drop Error</source>
       <translation>Drop-Fehler</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8416" />
+      <location filename="../UI/UserInterface.py" line="8408" />
       <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; ist keine Datei.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8613" />
+      <location filename="../UI/UserInterface.py" line="8605" />
       <source>Upgrade available</source>
       <translation>Aktualisierung verfügbar</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8614" />
+      <location filename="../UI/UserInterface.py" line="8606" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation>&lt;p&gt;Eine neuere Version des &lt;b&gt;eric-ide&lt;/b&gt; Paketes ist auf &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt; verfügbar.&lt;/p&gt;&lt;p&gt;Installiert: {1}&lt;br/&gt;Verfügbar: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Soll &lt;b&gt;eric-ide&lt;/b&gt; aktualisiert werden?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8662" />
+      <location filename="../UI/UserInterface.py" line="8654" />
       <source>First time usage</source>
       <translation>Erstmalige Nutzung</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8663" />
+      <location filename="../UI/UserInterface.py" line="8655" />
       <source>eric has not been configured yet. The configuration dialog will be started.</source>
       <translation>eric wurde noch nicht konfiguriert. Der Konfigurationsdialog wird nun gestartet.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8685" />
+      <location filename="../UI/UserInterface.py" line="8677" />
       <source>Select Workspace Directory</source>
       <translation>Wähle Arbeitsverzeichnis</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8853" />
+      <location filename="../UI/UserInterface.py" line="8845" />
       <source>Unsaved Data Detected</source>
       <translation>Nicht gespeicherte Daten gefunden</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8854" />
+      <location filename="../UI/UserInterface.py" line="8846" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation>Einige Editoren haben nicht gespeicherte Inhalte. Sollen diese gespeichert werden?</translation>
     </message>
--- a/src/eric7/i18n/eric7_empty.ts	Wed Apr 02 16:56:06 2025 +0200
+++ b/src/eric7/i18n/eric7_empty.ts	Thu Apr 03 19:50:43 2025 +0200
@@ -8660,6 +8660,44 @@
     </message>
   </context>
   <context>
+    <name>CrashedSessionsSelectionDialog</name>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="72" />
+      <source>Read Crash Session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="73" />
+      <source>&lt;p&gt;The crash session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="82" />
+      <source>{0}
+Timestamp: {1}
+Project: {2}</source>
+      <comment>Crash Session, Timestamp, Project Path</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="87" />
+      <source>{0}
+Timestamp: {1}</source>
+      <comment>Crash Session, Timestamp</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.ui" line="0" />
+      <source>Found Crash Sessions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.ui" line="0" />
+      <source>These crash session files were found. Select the one to open. Select 'Cancel' to not open a crash session.</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
     <name>CreateDialogCodeDialog</name>
     <message>
       <location filename="../Project/CreateDialogCodeDialog.py" line="149" />
@@ -90838,2298 +90876,2310 @@
   <context>
     <name>UserInterface</name>
     <message>
-      <location filename="../UI/UserInterface.py" line="264" />
+      <location filename="../UI/UserInterface.py" line="263" />
       <source>Initializing Basic Services...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="320" />
+      <location filename="../UI/UserInterface.py" line="319" />
       <source>Initializing Plugin Manager...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="328" />
+      <location filename="../UI/UserInterface.py" line="327" />
       <source>Generating Main User Interface...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="385" />
-      <location filename="../UI/UserInterface.py" line="383" />
+      <location filename="../UI/UserInterface.py" line="384" />
+      <location filename="../UI/UserInterface.py" line="382" />
       <source>Setting up signal/slot-connections...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="594" />
+      <location filename="../UI/UserInterface.py" line="593" />
       <source>Initializing Tools...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="606" />
+      <location filename="../UI/UserInterface.py" line="605" />
       <source>Registering Objects...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="641" />
+      <location filename="../UI/UserInterface.py" line="640" />
       <source>Initializing Actions...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="644" />
+      <location filename="../UI/UserInterface.py" line="643" />
       <source>Initializing Menus...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="647" />
+      <location filename="../UI/UserInterface.py" line="646" />
       <source>Initializing Toolbars...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="650" />
+      <location filename="../UI/UserInterface.py" line="649" />
       <source>Initializing Statusbar...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="675" />
-      <location filename="../UI/UserInterface.py" line="673" />
+      <location filename="../UI/UserInterface.py" line="674" />
+      <location filename="../UI/UserInterface.py" line="672" />
       <source>Initializing Single Application Server...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="682" />
+      <location filename="../UI/UserInterface.py" line="681" />
       <source>Initializing Plugins...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="686" />
+      <location filename="../UI/UserInterface.py" line="685" />
       <source>Activating Plugins...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="689" />
+      <location filename="../UI/UserInterface.py" line="688" />
       <source>Generating Plugins Toolbars...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="693" />
+      <location filename="../UI/UserInterface.py" line="692" />
       <source>Cleaning Plugins Download Area...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="704" />
+      <location filename="../UI/UserInterface.py" line="703" />
       <source>Restoring Toolbarmanager...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="713" />
+      <location filename="../UI/UserInterface.py" line="712" />
       <source>Setting View Profile...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="727" />
+      <location filename="../UI/UserInterface.py" line="726" />
       <source>Reading Tasks...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="733" />
+      <location filename="../UI/UserInterface.py" line="732" />
       <source>Reading Templates...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="739" />
+      <location filename="../UI/UserInterface.py" line="738" />
       <source>Starting Debugger...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2213" />
-      <location filename="../UI/UserInterface.py" line="1100" />
+      <location filename="../UI/UserInterface.py" line="2212" />
+      <location filename="../UI/UserInterface.py" line="1099" />
       <source>Left Toolbox</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2259" />
-      <location filename="../UI/UserInterface.py" line="1110" />
+      <location filename="../UI/UserInterface.py" line="2258" />
+      <location filename="../UI/UserInterface.py" line="1109" />
       <source>Horizontal Toolbox</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2236" />
-      <location filename="../UI/UserInterface.py" line="1121" />
+      <location filename="../UI/UserInterface.py" line="2235" />
+      <location filename="../UI/UserInterface.py" line="1120" />
       <source>Right Toolbox</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2054" />
+      <location filename="../UI/UserInterface.py" line="1316" />
+      <location filename="../UI/UserInterface.py" line="1130" />
+      <source>Multiproject-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2032" />
+      <location filename="../UI/UserInterface.py" line="1322" />
+      <location filename="../UI/UserInterface.py" line="1136" />
+      <source>Project-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2594" />
+      <location filename="../UI/UserInterface.py" line="2593" />
+      <location filename="../UI/UserInterface.py" line="1329" />
+      <location filename="../UI/UserInterface.py" line="1143" />
+      <source>Find/Replace In Files</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2617" />
+      <location filename="../UI/UserInterface.py" line="2616" />
+      <location filename="../UI/UserInterface.py" line="1336" />
+      <location filename="../UI/UserInterface.py" line="1150" />
+      <source>Find File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1342" />
+      <location filename="../UI/UserInterface.py" line="1156" />
+      <source>VCS Status</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2187" />
+      <location filename="../UI/UserInterface.py" line="1349" />
+      <location filename="../UI/UserInterface.py" line="1163" />
+      <source>Template-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2120" />
+      <location filename="../UI/UserInterface.py" line="1356" />
+      <location filename="../UI/UserInterface.py" line="1170" />
+      <source>File-Browser</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1363" />
+      <location filename="../UI/UserInterface.py" line="1177" />
+      <source>Symbols</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2076" />
+      <location filename="../UI/UserInterface.py" line="1385" />
+      <location filename="../UI/UserInterface.py" line="1379" />
+      <location filename="../UI/UserInterface.py" line="1187" />
+      <source>Debug-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2448" />
+      <location filename="../UI/UserInterface.py" line="2447" />
+      <location filename="../UI/UserInterface.py" line="1392" />
+      <location filename="../UI/UserInterface.py" line="1194" />
+      <source>Code Documentation Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2663" />
+      <location filename="../UI/UserInterface.py" line="2662" />
+      <location filename="../UI/UserInterface.py" line="1399" />
+      <location filename="../UI/UserInterface.py" line="1201" />
+      <source>Help Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3611" />
+      <location filename="../UI/UserInterface.py" line="2543" />
+      <location filename="../UI/UserInterface.py" line="2542" />
+      <location filename="../UI/UserInterface.py" line="1405" />
+      <location filename="../UI/UserInterface.py" line="1207" />
+      <source>Plugin Repository</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2567" />
+      <location filename="../UI/UserInterface.py" line="2566" />
+      <location filename="../UI/UserInterface.py" line="1411" />
+      <location filename="../UI/UserInterface.py" line="1213" />
+      <source>Virtual Environments</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2475" />
+      <location filename="../UI/UserInterface.py" line="2474" />
+      <location filename="../UI/UserInterface.py" line="1418" />
+      <location filename="../UI/UserInterface.py" line="1220" />
+      <source>PyPI Package Management</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2497" />
+      <location filename="../UI/UserInterface.py" line="2496" />
+      <location filename="../UI/UserInterface.py" line="1425" />
+      <location filename="../UI/UserInterface.py" line="1225" />
+      <source>Conda</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1432" />
+      <location filename="../UI/UserInterface.py" line="1232" />
+      <source>Cooperation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2375" />
+      <location filename="../UI/UserInterface.py" line="1436" />
+      <location filename="../UI/UserInterface.py" line="1237" />
+      <source>IRC</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2519" />
+      <location filename="../UI/UserInterface.py" line="2518" />
+      <location filename="../UI/UserInterface.py" line="1442" />
+      <location filename="../UI/UserInterface.py" line="1244" />
+      <source>MicroPython</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2098" />
+      <location filename="../UI/UserInterface.py" line="1450" />
+      <location filename="../UI/UserInterface.py" line="1252" />
+      <source>Shell</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2164" />
+      <location filename="../UI/UserInterface.py" line="1456" />
+      <location filename="../UI/UserInterface.py" line="1256" />
+      <source>Task-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2142" />
+      <location filename="../UI/UserInterface.py" line="1462" />
+      <location filename="../UI/UserInterface.py" line="1260" />
+      <source>Log-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1469" />
+      <location filename="../UI/UserInterface.py" line="1267" />
+      <source>Numbers</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1844" />
+      <source>{0} - Passive Mode</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1853" />
+      <location filename="../UI/UserInterface.py" line="1847" />
+      <source>{0} - {1} - Passive Mode</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1859" />
+      <source>{0} - {1} - {2} - Passive Mode</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1885" />
+      <source>Quit</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1887" />
+      <source>&amp;Quit</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1888" />
+      <source>Ctrl+Q</source>
+      <comment>File|Quit</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1893" />
+      <source>Quit the IDE</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1895" />
+      <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1909" />
+      <location filename="../UI/UserInterface.py" line="1907" />
+      <source>Restart</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1910" />
+      <source>Ctrl+Shift+Q</source>
+      <comment>File|Quit</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1915" />
+      <source>Restart the IDE</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1917" />
+      <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1935" />
+      <location filename="../UI/UserInterface.py" line="1928" />
+      <source>Save session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1929" />
+      <source>Save session...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1937" />
+      <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7892" />
+      <location filename="../UI/UserInterface.py" line="1954" />
+      <location filename="../UI/UserInterface.py" line="1947" />
+      <source>Load session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1948" />
+      <source>Load session...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1956" />
+      <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1966" />
+      <source>New Window</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1968" />
+      <source>New &amp;Window</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1969" />
+      <source>Ctrl+Shift+N</source>
+      <comment>File|New Window</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1974" />
+      <source>Open a new eric instance</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1976" />
+      <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric IDE.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1990" />
+      <location filename="../UI/UserInterface.py" line="1988" />
+      <source>Edit Profile</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1997" />
+      <source>Activate the edit view profile</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1999" />
+      <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2012" />
+      <location filename="../UI/UserInterface.py" line="2010" />
+      <source>Debug Profile</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2019" />
+      <source>Activate the debug view profile</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2021" />
+      <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2033" />
+      <source>&amp;Project-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2034" />
+      <source>Alt+Shift+P</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2040" />
+      <source>Switch the input focus to the Project-Viewer window.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2043" />
+      <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2055" />
-      <location filename="../UI/UserInterface.py" line="1317" />
-      <location filename="../UI/UserInterface.py" line="1131" />
-      <source>Multiproject-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2033" />
-      <location filename="../UI/UserInterface.py" line="1323" />
-      <location filename="../UI/UserInterface.py" line="1137" />
-      <source>Project-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2595" />
-      <location filename="../UI/UserInterface.py" line="2594" />
-      <location filename="../UI/UserInterface.py" line="1330" />
-      <location filename="../UI/UserInterface.py" line="1144" />
-      <source>Find/Replace In Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2618" />
-      <location filename="../UI/UserInterface.py" line="2617" />
-      <location filename="../UI/UserInterface.py" line="1337" />
-      <location filename="../UI/UserInterface.py" line="1151" />
-      <source>Find File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1343" />
-      <location filename="../UI/UserInterface.py" line="1157" />
-      <source>VCS Status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2188" />
-      <location filename="../UI/UserInterface.py" line="1350" />
-      <location filename="../UI/UserInterface.py" line="1164" />
-      <source>Template-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2121" />
-      <location filename="../UI/UserInterface.py" line="1357" />
-      <location filename="../UI/UserInterface.py" line="1171" />
-      <source>File-Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1364" />
-      <location filename="../UI/UserInterface.py" line="1178" />
-      <source>Symbols</source>
+      <source>&amp;Multiproject-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2056" />
+      <source>Alt+Shift+M</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2062" />
+      <source>Switch the input focus to the Multiproject-Viewer window.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2065" />
+      <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2077" />
-      <location filename="../UI/UserInterface.py" line="1386" />
-      <location filename="../UI/UserInterface.py" line="1380" />
-      <location filename="../UI/UserInterface.py" line="1188" />
-      <source>Debug-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2449" />
-      <location filename="../UI/UserInterface.py" line="2448" />
-      <location filename="../UI/UserInterface.py" line="1393" />
-      <location filename="../UI/UserInterface.py" line="1195" />
-      <source>Code Documentation Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2664" />
-      <location filename="../UI/UserInterface.py" line="2663" />
-      <location filename="../UI/UserInterface.py" line="1400" />
-      <location filename="../UI/UserInterface.py" line="1202" />
-      <source>Help Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3612" />
-      <location filename="../UI/UserInterface.py" line="2544" />
-      <location filename="../UI/UserInterface.py" line="2543" />
-      <location filename="../UI/UserInterface.py" line="1406" />
-      <location filename="../UI/UserInterface.py" line="1208" />
-      <source>Plugin Repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2568" />
-      <location filename="../UI/UserInterface.py" line="2567" />
-      <location filename="../UI/UserInterface.py" line="1412" />
-      <location filename="../UI/UserInterface.py" line="1214" />
-      <source>Virtual Environments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2476" />
-      <location filename="../UI/UserInterface.py" line="2475" />
-      <location filename="../UI/UserInterface.py" line="1419" />
-      <location filename="../UI/UserInterface.py" line="1221" />
-      <source>PyPI Package Management</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2498" />
-      <location filename="../UI/UserInterface.py" line="2497" />
-      <location filename="../UI/UserInterface.py" line="1426" />
-      <location filename="../UI/UserInterface.py" line="1226" />
-      <source>Conda</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1433" />
-      <location filename="../UI/UserInterface.py" line="1233" />
-      <source>Cooperation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2376" />
-      <location filename="../UI/UserInterface.py" line="1437" />
-      <location filename="../UI/UserInterface.py" line="1238" />
-      <source>IRC</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2520" />
-      <location filename="../UI/UserInterface.py" line="2519" />
-      <location filename="../UI/UserInterface.py" line="1443" />
-      <location filename="../UI/UserInterface.py" line="1245" />
-      <source>MicroPython</source>
+      <source>&amp;Debug-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2078" />
+      <source>Alt+Shift+D</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2084" />
+      <source>Switch the input focus to the Debug-Viewer window.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2087" />
+      <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2099" />
-      <location filename="../UI/UserInterface.py" line="1451" />
-      <location filename="../UI/UserInterface.py" line="1253" />
-      <source>Shell</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2165" />
-      <location filename="../UI/UserInterface.py" line="1457" />
-      <location filename="../UI/UserInterface.py" line="1257" />
-      <source>Task-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2143" />
-      <location filename="../UI/UserInterface.py" line="1463" />
-      <location filename="../UI/UserInterface.py" line="1261" />
-      <source>Log-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1470" />
-      <location filename="../UI/UserInterface.py" line="1268" />
-      <source>Numbers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1845" />
-      <source>{0} - Passive Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1854" />
-      <location filename="../UI/UserInterface.py" line="1848" />
-      <source>{0} - {1} - Passive Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1860" />
-      <source>{0} - {1} - {2} - Passive Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1886" />
-      <source>Quit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1888" />
-      <source>&amp;Quit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1889" />
-      <source>Ctrl+Q</source>
-      <comment>File|Quit</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1894" />
-      <source>Quit the IDE</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1896" />
-      <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1910" />
-      <location filename="../UI/UserInterface.py" line="1908" />
-      <source>Restart</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1911" />
-      <source>Ctrl+Shift+Q</source>
-      <comment>File|Quit</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1916" />
-      <source>Restart the IDE</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1918" />
-      <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1936" />
-      <location filename="../UI/UserInterface.py" line="1929" />
-      <source>Save session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1930" />
-      <source>Save session...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1938" />
-      <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7893" />
-      <location filename="../UI/UserInterface.py" line="1955" />
-      <location filename="../UI/UserInterface.py" line="1948" />
-      <source>Load session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1949" />
-      <source>Load session...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1957" />
-      <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1967" />
-      <source>New Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1969" />
-      <source>New &amp;Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1970" />
-      <source>Ctrl+Shift+N</source>
-      <comment>File|New Window</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1975" />
-      <source>Open a new eric instance</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1977" />
-      <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric IDE.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1991" />
-      <location filename="../UI/UserInterface.py" line="1989" />
-      <source>Edit Profile</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1998" />
-      <source>Activate the edit view profile</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2000" />
-      <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2013" />
-      <location filename="../UI/UserInterface.py" line="2011" />
-      <source>Debug Profile</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2020" />
-      <source>Activate the debug view profile</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2022" />
-      <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2034" />
-      <source>&amp;Project-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2035" />
-      <source>Alt+Shift+P</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2041" />
-      <source>Switch the input focus to the Project-Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2044" />
-      <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2056" />
-      <source>&amp;Multiproject-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2057" />
-      <source>Alt+Shift+M</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2063" />
-      <source>Switch the input focus to the Multiproject-Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2066" />
-      <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2078" />
-      <source>&amp;Debug-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2079" />
-      <source>Alt+Shift+D</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2085" />
-      <source>Switch the input focus to the Debug-Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2088" />
-      <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
+      <source>&amp;Shell</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2100" />
-      <source>&amp;Shell</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2101" />
       <source>Alt+Shift+S</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2107" />
+      <location filename="../UI/UserInterface.py" line="2106" />
       <source>Switch the input focus to the Shell window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2110" />
+      <location filename="../UI/UserInterface.py" line="2109" />
       <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2121" />
+      <source>&amp;File-Browser</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2122" />
-      <source>&amp;File-Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2123" />
       <source>Alt+Shift+F</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2129" />
+      <location filename="../UI/UserInterface.py" line="2128" />
       <source>Switch the input focus to the File-Browser window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2132" />
+      <location filename="../UI/UserInterface.py" line="2131" />
       <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2143" />
+      <source>Lo&amp;g-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2144" />
-      <source>Lo&amp;g-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2145" />
       <source>Alt+Shift+G</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2151" />
+      <location filename="../UI/UserInterface.py" line="2150" />
       <source>Switch the input focus to the Log-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2154" />
+      <location filename="../UI/UserInterface.py" line="2153" />
       <source>&lt;b&gt;Activate Log-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Log-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2165" />
+      <source>&amp;Task-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2166" />
-      <source>&amp;Task-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2167" />
       <source>Alt+Shift+T</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2173" />
+      <location filename="../UI/UserInterface.py" line="2172" />
       <source>Switch the input focus to the Task-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2176" />
+      <location filename="../UI/UserInterface.py" line="2175" />
       <source>&lt;b&gt;Activate Task-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Task-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2188" />
+      <source>Templ&amp;ate-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2189" />
-      <source>Templ&amp;ate-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2190" />
       <source>Alt+Shift+A</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2196" />
+      <location filename="../UI/UserInterface.py" line="2195" />
       <source>Switch the input focus to the Template-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2199" />
+      <location filename="../UI/UserInterface.py" line="2198" />
       <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2214" />
+      <location filename="../UI/UserInterface.py" line="2213" />
       <source>&amp;Left Toolbox</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2221" />
+      <location filename="../UI/UserInterface.py" line="2220" />
       <source>Toggle the Left Toolbox window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2223" />
+      <location filename="../UI/UserInterface.py" line="2222" />
       <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2237" />
+      <location filename="../UI/UserInterface.py" line="2236" />
       <source>&amp;Right Toolbox</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2244" />
+      <location filename="../UI/UserInterface.py" line="2243" />
       <source>Toggle the Right Toolbox window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2246" />
+      <location filename="../UI/UserInterface.py" line="2245" />
       <source>&lt;b&gt;Toggle the Right Toolbox window&lt;/b&gt;&lt;p&gt;If the Right Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2260" />
+      <location filename="../UI/UserInterface.py" line="2259" />
       <source>&amp;Horizontal Toolbox</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2267" />
+      <location filename="../UI/UserInterface.py" line="2266" />
       <source>Toggle the Horizontal Toolbox window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2269" />
+      <location filename="../UI/UserInterface.py" line="2268" />
       <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2281" />
+      <source>Left Sidebar</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2282" />
-      <source>Left Sidebar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2283" />
       <source>&amp;Left Sidebar</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2290" />
+      <location filename="../UI/UserInterface.py" line="2289" />
       <source>Toggle the left sidebar window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2292" />
+      <location filename="../UI/UserInterface.py" line="2291" />
       <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2304" />
+      <source>Right Sidebar</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2305" />
-      <source>Right Sidebar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2306" />
       <source>&amp;Right Sidebar</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2313" />
+      <location filename="../UI/UserInterface.py" line="2312" />
       <source>Toggle the right sidebar window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2315" />
+      <location filename="../UI/UserInterface.py" line="2314" />
       <source>&lt;b&gt;Toggle the right sidebar window&lt;/b&gt;&lt;p&gt;If the right sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2327" />
+      <source>Bottom Sidebar</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2328" />
-      <source>Bottom Sidebar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2329" />
       <source>&amp;Bottom Sidebar</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2336" />
+      <location filename="../UI/UserInterface.py" line="2335" />
       <source>Toggle the bottom sidebar window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2338" />
+      <location filename="../UI/UserInterface.py" line="2337" />
       <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2350" />
+      <source>Cooperation-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2351" />
-      <source>Cooperation-Viewer</source>
+      <source>Co&amp;operation-Viewer</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2352" />
-      <source>Co&amp;operation-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2353" />
       <source>Alt+Shift+O</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2359" />
+      <location filename="../UI/UserInterface.py" line="2358" />
       <source>Switch the input focus to the Cooperation-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2362" />
+      <location filename="../UI/UserInterface.py" line="2361" />
       <source>&lt;b&gt;Activate Cooperation-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Cooperation-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2376" />
+      <source>&amp;IRC</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2377" />
-      <source>&amp;IRC</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2378" />
       <source>Ctrl+Alt+Shift+I</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2384" />
+      <location filename="../UI/UserInterface.py" line="2383" />
       <source>Switch the input focus to the IRC window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2387" />
+      <location filename="../UI/UserInterface.py" line="2386" />
       <source>&lt;b&gt;Activate IRC&lt;/b&gt;&lt;p&gt;This switches the input focus to the IRC window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2397" />
+      <source>Symbols-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2398" />
-      <source>Symbols-Viewer</source>
+      <source>S&amp;ymbols-Viewer</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2399" />
-      <source>S&amp;ymbols-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2400" />
       <source>Alt+Shift+Y</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2406" />
+      <location filename="../UI/UserInterface.py" line="2405" />
       <source>Switch the input focus to the Symbols-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2409" />
+      <location filename="../UI/UserInterface.py" line="2408" />
       <source>&lt;b&gt;Activate Symbols-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Symbols-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2422" />
+      <source>Numbers-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2423" />
-      <source>Numbers-Viewer</source>
+      <source>Num&amp;bers-Viewer</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2424" />
-      <source>Num&amp;bers-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2425" />
       <source>Alt+Shift+B</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2431" />
+      <location filename="../UI/UserInterface.py" line="2430" />
       <source>Switch the input focus to the Numbers-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2434" />
+      <location filename="../UI/UserInterface.py" line="2433" />
       <source>&lt;b&gt;Activate Numbers-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Numbers-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2450" />
+      <location filename="../UI/UserInterface.py" line="2449" />
       <source>Ctrl+Alt+Shift+D</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2456" />
+      <location filename="../UI/UserInterface.py" line="2455" />
       <source>Switch the input focus to the Code Documentation Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2461" />
+      <location filename="../UI/UserInterface.py" line="2460" />
       <source>&lt;b&gt;Code Documentation Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Code Documentation Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2477" />
+      <location filename="../UI/UserInterface.py" line="2476" />
       <source>Ctrl+Alt+Shift+P</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2483" />
+      <location filename="../UI/UserInterface.py" line="2482" />
       <source>Switch the input focus to the PyPI Package Management window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2486" />
+      <location filename="../UI/UserInterface.py" line="2485" />
       <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2499" />
+      <location filename="../UI/UserInterface.py" line="2498" />
       <source>Ctrl+Alt+Shift+C</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2505" />
+      <location filename="../UI/UserInterface.py" line="2504" />
       <source>Switch the input focus to the Conda window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2508" />
+      <location filename="../UI/UserInterface.py" line="2507" />
       <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2521" />
+      <location filename="../UI/UserInterface.py" line="2520" />
       <source>Ctrl+Alt+Shift+M</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2527" />
+      <location filename="../UI/UserInterface.py" line="2526" />
       <source>Switch the input focus to the MicroPython window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2530" />
+      <location filename="../UI/UserInterface.py" line="2529" />
       <source>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;This switches the input focus to the MicroPython window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2545" />
+      <location filename="../UI/UserInterface.py" line="2544" />
       <source>Ctrl+Alt+Shift+R</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2551" />
+      <location filename="../UI/UserInterface.py" line="2550" />
       <source>Switch the input focus to the Plugin Repository window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2554" />
+      <location filename="../UI/UserInterface.py" line="2553" />
       <source>&lt;b&gt;Plugin Repository&lt;/b&gt;&lt;p&gt;This switches the input focus to the Plugin Repository window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2569" />
+      <location filename="../UI/UserInterface.py" line="2568" />
       <source>Ctrl+Alt+V</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2575" />
+      <location filename="../UI/UserInterface.py" line="2574" />
       <source>Switch the input focus to the Virtual Environments Manager window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2580" />
+      <location filename="../UI/UserInterface.py" line="2579" />
       <source>&lt;b&gt;Virtual Environments&lt;/b&gt;&lt;p&gt;This switches the input focus to the Virtual Environments Manager window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2596" />
+      <location filename="../UI/UserInterface.py" line="2595" />
       <source>Ctrl+Alt+Shift+F</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2602" />
+      <location filename="../UI/UserInterface.py" line="2601" />
       <source>Switch the input focus to the Find/Replace In Files window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2605" />
+      <location filename="../UI/UserInterface.py" line="2604" />
       <source>&lt;b&gt;Find/Replace In Files&lt;/b&gt;&lt;p&gt;This switches the input focus to the Find/Replace In Files window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2619" />
+      <location filename="../UI/UserInterface.py" line="2618" />
       <source>Ctrl+Alt+Shift+L</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2625" />
+      <location filename="../UI/UserInterface.py" line="2624" />
       <source>Switch the input focus to the Find File window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2628" />
+      <location filename="../UI/UserInterface.py" line="2627" />
       <source>&lt;b&gt;Find File&lt;/b&gt;&lt;p&gt;This switches the input focus to the Find File window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2641" />
+      <location filename="../UI/UserInterface.py" line="2640" />
+      <source>VCS Status List</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2642" />
-      <location filename="../UI/UserInterface.py" line="2641" />
-      <source>VCS Status List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2643" />
       <source>Alt+Shift+V</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2649" />
+      <location filename="../UI/UserInterface.py" line="2648" />
       <source>Switch the input focus to the VCS Status List window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2652" />
+      <location filename="../UI/UserInterface.py" line="2651" />
       <source>&lt;b&gt;VCS Status List&lt;/b&gt;&lt;p&gt;This switches the input focus to the VCS Status List window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2665" />
+      <location filename="../UI/UserInterface.py" line="2664" />
       <source>Alt+Shift+H</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2671" />
+      <location filename="../UI/UserInterface.py" line="2670" />
       <source>Switch the input focus to the embedded Help Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2674" />
+      <location filename="../UI/UserInterface.py" line="2673" />
       <source>&lt;b&gt;Help Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the embedded Help Viewer window. It will show HTML help files and help from Qt help collections.&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is searched in the Qt help collection.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2687" />
+      <location filename="../UI/UserInterface.py" line="2686" />
       <source>What's This?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2688" />
+      <source>&amp;What's This?</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2689" />
-      <source>&amp;What's This?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2690" />
       <source>Shift+F1</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2695" />
+      <location filename="../UI/UserInterface.py" line="2694" />
       <source>Context sensitive help</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2697" />
+      <location filename="../UI/UserInterface.py" line="2696" />
       <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2710" />
+      <location filename="../UI/UserInterface.py" line="2709" />
       <source>Helpviewer</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2711" />
+      <source>&amp;Helpviewer...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2712" />
-      <source>&amp;Helpviewer...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2713" />
       <source>F1</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2718" />
+      <location filename="../UI/UserInterface.py" line="2717" />
       <source>Open the helpviewer window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2720" />
+      <location filename="../UI/UserInterface.py" line="2719" />
       <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;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&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is searched in the Qt help collection.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2739" />
+      <source>Show Versions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2740" />
-      <source>Show Versions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2741" />
       <source>Show &amp;Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2747" />
+      <location filename="../UI/UserInterface.py" line="2746" />
       <source>Display version information</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2749" />
+      <location filename="../UI/UserInterface.py" line="2748" />
       <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2754" />
+      <source>Copy Versions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2755" />
-      <source>Copy Versions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2756" />
       <source>&amp;Copy Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2763" />
+      <location filename="../UI/UserInterface.py" line="2762" />
       <source>Copy version information to the clipboard</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2766" />
+      <location filename="../UI/UserInterface.py" line="2765" />
       <source>&lt;b&gt;Copy Versions&lt;/b&gt;&lt;p&gt;This generates version information and copies it to the clipboard.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2782" />
-      <location filename="../UI/UserInterface.py" line="2775" />
+      <location filename="../UI/UserInterface.py" line="2781" />
+      <location filename="../UI/UserInterface.py" line="2774" />
       <source>Show Error Log</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2776" />
+      <location filename="../UI/UserInterface.py" line="2775" />
       <source>Show Error &amp;Log...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2784" />
+      <location filename="../UI/UserInterface.py" line="2783" />
       <source>&lt;b&gt;Show Error Log...&lt;/b&gt;&lt;p&gt;Opens a dialog showing the most recent error log.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2792" />
+      <source>Show Install Info</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2793" />
-      <source>Show Install Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2794" />
       <source>Show Install &amp;Info...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2800" />
+      <location filename="../UI/UserInterface.py" line="2799" />
       <source>Show Installation Information</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2802" />
+      <location filename="../UI/UserInterface.py" line="2801" />
       <source>&lt;b&gt;Show Install Info...&lt;/b&gt;&lt;p&gt;Opens a dialog showing some information about the installation process.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4739" />
-      <location filename="../UI/UserInterface.py" line="2812" />
+      <location filename="../UI/UserInterface.py" line="4738" />
+      <location filename="../UI/UserInterface.py" line="2811" />
       <source>Report Bug</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2812" />
+      <location filename="../UI/UserInterface.py" line="2811" />
       <source>Report &amp;Bug...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2814" />
+      <location filename="../UI/UserInterface.py" line="2813" />
       <source>Report a bug</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2816" />
+      <location filename="../UI/UserInterface.py" line="2815" />
       <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2821" />
+      <source>Request Feature</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2822" />
-      <source>Request Feature</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2823" />
       <source>Request &amp;Feature...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2829" />
+      <location filename="../UI/UserInterface.py" line="2828" />
       <source>Send a feature request</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2831" />
+      <location filename="../UI/UserInterface.py" line="2830" />
       <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4175" />
-      <location filename="../UI/UserInterface.py" line="2842" />
+      <location filename="../UI/UserInterface.py" line="4174" />
+      <location filename="../UI/UserInterface.py" line="2841" />
       <source>Testing</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2844" />
+      <location filename="../UI/UserInterface.py" line="2843" />
       <source>&amp;Testing...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2850" />
+      <location filename="../UI/UserInterface.py" line="2849" />
       <source>Start the testing dialog</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2852" />
+      <location filename="../UI/UserInterface.py" line="2851" />
       <source>&lt;b&gt;Testing&lt;/b&gt;&lt;p&gt;Perform test runs. The dialog gives the ability to select and run a test suite or auto discover them.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2863" />
+      <location filename="../UI/UserInterface.py" line="2862" />
       <source>Restart Last Test</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2865" />
+      <location filename="../UI/UserInterface.py" line="2864" />
       <source>&amp;Restart Last Test...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2871" />
+      <location filename="../UI/UserInterface.py" line="2870" />
       <source>Restarts the last test</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2873" />
+      <location filename="../UI/UserInterface.py" line="2872" />
       <source>&lt;b&gt;Restart Last Test&lt;/b&gt;&lt;p&gt;Restarts the test performed last.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2883" />
+      <location filename="../UI/UserInterface.py" line="2882" />
       <source>Rerun Failed Tests</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2885" />
+      <location filename="../UI/UserInterface.py" line="2884" />
       <source>Rerun Failed Tests...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2892" />
+      <location filename="../UI/UserInterface.py" line="2891" />
       <source>Rerun failed tests of the last run</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2895" />
+      <location filename="../UI/UserInterface.py" line="2894" />
       <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last test run.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2905" />
+      <location filename="../UI/UserInterface.py" line="2904" />
       <source>Test Script</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2907" />
+      <location filename="../UI/UserInterface.py" line="2906" />
       <source>Test &amp;Script...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2913" />
+      <location filename="../UI/UserInterface.py" line="2912" />
       <source>Run tests of the current script</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2915" />
+      <location filename="../UI/UserInterface.py" line="2914" />
       <source>&lt;b&gt;Test Script&lt;/b&gt;&lt;p&gt;Run tests with the current script.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2922" />
+      <location filename="../UI/UserInterface.py" line="2921" />
       <source>Test Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2924" />
+      <location filename="../UI/UserInterface.py" line="2923" />
       <source>Test &amp;Project...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2930" />
+      <location filename="../UI/UserInterface.py" line="2929" />
       <source>Run tests of the current project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2932" />
+      <location filename="../UI/UserInterface.py" line="2931" />
       <source>&lt;b&gt;Test Project&lt;/b&gt;&lt;p&gt;Run test of the current project.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2941" />
+      <location filename="../UI/UserInterface.py" line="2940" />
       <source>Qt-Designer</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2943" />
+      <location filename="../UI/UserInterface.py" line="2942" />
       <source>Qt-&amp;Designer...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2949" />
+      <location filename="../UI/UserInterface.py" line="2948" />
       <source>Start Qt-Designer</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2951" />
+      <location filename="../UI/UserInterface.py" line="2950" />
       <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2960" />
+      <location filename="../UI/UserInterface.py" line="2959" />
       <source>Qt-Linguist</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2962" />
+      <location filename="../UI/UserInterface.py" line="2961" />
       <source>Qt-&amp;Linguist...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2968" />
+      <location filename="../UI/UserInterface.py" line="2967" />
       <source>Start Qt-Linguist</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2970" />
+      <location filename="../UI/UserInterface.py" line="2969" />
       <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2978" />
+      <location filename="../UI/UserInterface.py" line="2977" />
       <source>UI Previewer</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2980" />
+      <location filename="../UI/UserInterface.py" line="2979" />
       <source>&amp;UI Previewer...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2986" />
+      <location filename="../UI/UserInterface.py" line="2985" />
       <source>Start the UI Previewer</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2988" />
+      <location filename="../UI/UserInterface.py" line="2987" />
       <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2994" />
+      <location filename="../UI/UserInterface.py" line="2993" />
       <source>Translations Previewer</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2996" />
+      <location filename="../UI/UserInterface.py" line="2995" />
       <source>&amp;Translations Previewer...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3002" />
+      <location filename="../UI/UserInterface.py" line="3001" />
       <source>Start the Translations Previewer</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3004" />
+      <location filename="../UI/UserInterface.py" line="3003" />
       <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3013" />
+      <location filename="../UI/UserInterface.py" line="3012" />
       <source>Compare Files</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3015" />
+      <location filename="../UI/UserInterface.py" line="3014" />
       <source>&amp;Compare Files...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3040" />
-      <location filename="../UI/UserInterface.py" line="3021" />
+      <location filename="../UI/UserInterface.py" line="3039" />
+      <location filename="../UI/UserInterface.py" line="3020" />
       <source>Compare two files</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3023" />
+      <location filename="../UI/UserInterface.py" line="3022" />
       <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3032" />
+      <location filename="../UI/UserInterface.py" line="3031" />
       <source>Compare Files side by side</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3034" />
+      <location filename="../UI/UserInterface.py" line="3033" />
       <source>Compare &amp;Files side by side...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3042" />
+      <location filename="../UI/UserInterface.py" line="3041" />
       <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3052" />
+      <location filename="../UI/UserInterface.py" line="3051" />
       <source>SQL Browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3054" />
+      <location filename="../UI/UserInterface.py" line="3053" />
       <source>SQL &amp;Browser...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3060" />
+      <location filename="../UI/UserInterface.py" line="3059" />
       <source>Browse a SQL database</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3062" />
+      <location filename="../UI/UserInterface.py" line="3061" />
       <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3076" />
-      <location filename="../UI/UserInterface.py" line="3068" />
+      <location filename="../UI/UserInterface.py" line="3075" />
+      <location filename="../UI/UserInterface.py" line="3067" />
       <source>Mini Editor</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3070" />
+      <location filename="../UI/UserInterface.py" line="3069" />
       <source>Mini &amp;Editor...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3078" />
+      <location filename="../UI/UserInterface.py" line="3077" />
       <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3087" />
+      <location filename="../UI/UserInterface.py" line="3086" />
       <source>Hex Editor</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3089" />
+      <location filename="../UI/UserInterface.py" line="3088" />
       <source>&amp;Hex Editor...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3095" />
+      <location filename="../UI/UserInterface.py" line="3094" />
       <source>Start the eric Hex Editor</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3097" />
+      <location filename="../UI/UserInterface.py" line="3096" />
       <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3107" />
+      <location filename="../UI/UserInterface.py" line="3106" />
       <source>eric Web Browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3109" />
+      <location filename="../UI/UserInterface.py" line="3108" />
       <source>eric &amp;Web Browser...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3115" />
+      <location filename="../UI/UserInterface.py" line="3114" />
       <source>Start the eric Web Browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3117" />
+      <location filename="../UI/UserInterface.py" line="3116" />
       <source>&lt;b&gt;eric Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric Web Browser.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3127" />
+      <location filename="../UI/UserInterface.py" line="3126" />
       <source>FIDO2 Security Key Management</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3129" />
+      <location filename="../UI/UserInterface.py" line="3128" />
       <source>FIDO2 Security Key Management...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3136" />
+      <location filename="../UI/UserInterface.py" line="3135" />
       <source>Start the FIDO2 Security Key Management tool</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3139" />
+      <location filename="../UI/UserInterface.py" line="3138" />
       <source>&lt;b&gt;FIDO2 Security Key Management&lt;/b&gt;&lt;p&gt;Start a tool to manage FIDO2 securit y keys.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3150" />
+      <location filename="../UI/UserInterface.py" line="3149" />
       <source>Icon Editor</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3152" />
+      <location filename="../UI/UserInterface.py" line="3151" />
       <source>&amp;Icon Editor...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3158" />
+      <location filename="../UI/UserInterface.py" line="3157" />
       <source>Start the eric Icon Editor</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3160" />
+      <location filename="../UI/UserInterface.py" line="3159" />
       <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric Icon Editor for editing simple icons.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6632" />
-      <location filename="../UI/UserInterface.py" line="3172" />
+      <location filename="../UI/UserInterface.py" line="6631" />
+      <location filename="../UI/UserInterface.py" line="3171" />
       <source>Snapshot</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3174" />
+      <location filename="../UI/UserInterface.py" line="3173" />
       <source>&amp;Snapshot...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3180" />
+      <location filename="../UI/UserInterface.py" line="3179" />
       <source>Take snapshots of a screen region</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3182" />
+      <location filename="../UI/UserInterface.py" line="3181" />
       <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3192" />
+      <location filename="../UI/UserInterface.py" line="3191" />
       <source>eric PDF Viewer</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3194" />
+      <location filename="../UI/UserInterface.py" line="3193" />
       <source>eric PDF &amp;Viewer...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3200" />
+      <location filename="../UI/UserInterface.py" line="3199" />
       <source>Start the eric PDF Viewer</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3202" />
+      <location filename="../UI/UserInterface.py" line="3201" />
       <source>&lt;b&gt;eric PDF Viewer&lt;/b&gt;&lt;p&gt;Starts the eric PDF Viewer for viewing PDF files.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3211" />
+      <location filename="../UI/UserInterface.py" line="3210" />
       <source>Preferences</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3213" />
+      <location filename="../UI/UserInterface.py" line="3212" />
       <source>&amp;Preferences...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3219" />
+      <location filename="../UI/UserInterface.py" line="3218" />
       <source>Set the prefered configuration</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3221" />
+      <location filename="../UI/UserInterface.py" line="3220" />
       <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3232" />
+      <location filename="../UI/UserInterface.py" line="3231" />
       <source>Export Preferences</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3234" />
+      <location filename="../UI/UserInterface.py" line="3233" />
       <source>E&amp;xport Preferences...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3240" />
+      <location filename="../UI/UserInterface.py" line="3239" />
       <source>Export the current configuration</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3242" />
+      <location filename="../UI/UserInterface.py" line="3241" />
       <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3251" />
+      <location filename="../UI/UserInterface.py" line="3250" />
       <source>Import Preferences</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3253" />
+      <location filename="../UI/UserInterface.py" line="3252" />
       <source>I&amp;mport Preferences...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3260" />
+      <location filename="../UI/UserInterface.py" line="3259" />
       <source>Import a previously exported configuration</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3263" />
+      <location filename="../UI/UserInterface.py" line="3262" />
       <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3272" />
+      <location filename="../UI/UserInterface.py" line="3271" />
       <source>Export Theme</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3274" />
+      <location filename="../UI/UserInterface.py" line="3273" />
       <source>Export Theme...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3280" />
+      <location filename="../UI/UserInterface.py" line="3279" />
       <source>Export the current theme</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3282" />
+      <location filename="../UI/UserInterface.py" line="3281" />
       <source>&lt;b&gt;Export Theme&lt;/b&gt;&lt;p&gt;Export the current theme to a file.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3291" />
+      <location filename="../UI/UserInterface.py" line="3290" />
       <source>Import Theme</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3293" />
+      <location filename="../UI/UserInterface.py" line="3292" />
       <source>Import Theme...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3299" />
+      <location filename="../UI/UserInterface.py" line="3298" />
       <source>Import a previously exported theme</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3301" />
+      <location filename="../UI/UserInterface.py" line="3300" />
       <source>&lt;b&gt;Import Theme&lt;/b&gt;&lt;p&gt;Import a previously exported theme.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3310" />
+      <location filename="../UI/UserInterface.py" line="3309" />
       <source>Reload APIs</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3310" />
+      <location filename="../UI/UserInterface.py" line="3309" />
       <source>Reload &amp;APIs</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3312" />
+      <location filename="../UI/UserInterface.py" line="3311" />
       <source>Reload the API information</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3314" />
+      <location filename="../UI/UserInterface.py" line="3313" />
       <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3328" />
-      <location filename="../UI/UserInterface.py" line="3320" />
+      <location filename="../UI/UserInterface.py" line="3327" />
+      <location filename="../UI/UserInterface.py" line="3319" />
       <source>Show external tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3322" />
+      <location filename="../UI/UserInterface.py" line="3321" />
       <source>Show external &amp;tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3330" />
+      <location filename="../UI/UserInterface.py" line="3329" />
       <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3340" />
+      <location filename="../UI/UserInterface.py" line="3339" />
       <source>View Profiles</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3342" />
+      <location filename="../UI/UserInterface.py" line="3341" />
       <source>&amp;View Profiles...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3348" />
+      <location filename="../UI/UserInterface.py" line="3347" />
       <source>Configure view profiles</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3350" />
+      <location filename="../UI/UserInterface.py" line="3349" />
       <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3361" />
+      <location filename="../UI/UserInterface.py" line="3360" />
       <source>Toolbars</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3363" />
+      <location filename="../UI/UserInterface.py" line="3362" />
       <source>Tool&amp;bars...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3369" />
+      <location filename="../UI/UserInterface.py" line="3368" />
       <source>Configure toolbars</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3371" />
+      <location filename="../UI/UserInterface.py" line="3370" />
       <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3382" />
+      <location filename="../UI/UserInterface.py" line="3381" />
       <source>Keyboard Shortcuts</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3384" />
+      <location filename="../UI/UserInterface.py" line="3383" />
       <source>Keyboard &amp;Shortcuts...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3390" />
+      <location filename="../UI/UserInterface.py" line="3389" />
       <source>Set the keyboard shortcuts</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3392" />
+      <location filename="../UI/UserInterface.py" line="3391" />
       <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7601" />
-      <location filename="../UI/UserInterface.py" line="7582" />
-      <location filename="../UI/UserInterface.py" line="3402" />
+      <location filename="../UI/UserInterface.py" line="7600" />
+      <location filename="../UI/UserInterface.py" line="7581" />
+      <location filename="../UI/UserInterface.py" line="3401" />
       <source>Export Keyboard Shortcuts</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3404" />
+      <location filename="../UI/UserInterface.py" line="3403" />
       <source>&amp;Export Keyboard Shortcuts...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3410" />
+      <location filename="../UI/UserInterface.py" line="3409" />
       <source>Export the keyboard shortcuts</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3412" />
+      <location filename="../UI/UserInterface.py" line="3411" />
       <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7620" />
-      <location filename="../UI/UserInterface.py" line="3421" />
+      <location filename="../UI/UserInterface.py" line="7619" />
+      <location filename="../UI/UserInterface.py" line="3420" />
       <source>Import Keyboard Shortcuts</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3423" />
+      <location filename="../UI/UserInterface.py" line="3422" />
       <source>&amp;Import Keyboard Shortcuts...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3429" />
+      <location filename="../UI/UserInterface.py" line="3428" />
       <source>Import the keyboard shortcuts</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3431" />
+      <location filename="../UI/UserInterface.py" line="3430" />
       <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3441" />
+      <location filename="../UI/UserInterface.py" line="3440" />
       <source>Manage SSL Certificates</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3443" />
+      <location filename="../UI/UserInterface.py" line="3442" />
       <source>Manage SSL Certificates...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3450" />
+      <location filename="../UI/UserInterface.py" line="3449" />
       <source>Manage the saved SSL certificates</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3453" />
+      <location filename="../UI/UserInterface.py" line="3452" />
       <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3463" />
+      <location filename="../UI/UserInterface.py" line="3462" />
       <source>Edit Message Filters</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3465" />
+      <location filename="../UI/UserInterface.py" line="3464" />
       <source>Edit Message Filters...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3472" />
+      <location filename="../UI/UserInterface.py" line="3471" />
       <source>Edit the message filters used to suppress unwanted messages</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3475" />
+      <location filename="../UI/UserInterface.py" line="3474" />
       <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3494" />
-      <location filename="../UI/UserInterface.py" line="3488" />
-      <location filename="../UI/UserInterface.py" line="3486" />
+      <location filename="../UI/UserInterface.py" line="3493" />
+      <location filename="../UI/UserInterface.py" line="3487" />
+      <location filename="../UI/UserInterface.py" line="3485" />
       <source>Clear private data</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3496" />
+      <location filename="../UI/UserInterface.py" line="3495" />
       <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3506" />
+      <location filename="../UI/UserInterface.py" line="3505" />
+      <source>Activate current editor</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3507" />
-      <location filename="../UI/UserInterface.py" line="3506" />
-      <source>Activate current editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3508" />
       <source>Alt+Shift+E</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3518" />
+      <location filename="../UI/UserInterface.py" line="3517" />
+      <source>Show next</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3519" />
-      <location filename="../UI/UserInterface.py" line="3518" />
-      <source>Show next</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3520" />
       <source>Ctrl+Alt+Tab</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3530" />
+      <location filename="../UI/UserInterface.py" line="3529" />
+      <source>Show previous</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3531" />
-      <location filename="../UI/UserInterface.py" line="3530" />
-      <source>Show previous</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3532" />
       <source>Shift+Ctrl+Alt+Tab</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3542" />
+      <location filename="../UI/UserInterface.py" line="3541" />
+      <source>Switch between tabs</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3543" />
-      <location filename="../UI/UserInterface.py" line="3542" />
-      <source>Switch between tabs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3544" />
       <source>Ctrl+1</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3554" />
+      <location filename="../UI/UserInterface.py" line="3553" />
       <source>Plugin Infos</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3556" />
+      <location filename="../UI/UserInterface.py" line="3555" />
       <source>&amp;Plugin Infos...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3562" />
+      <location filename="../UI/UserInterface.py" line="3561" />
       <source>Show Plugin Infos</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3564" />
+      <location filename="../UI/UserInterface.py" line="3563" />
       <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3582" />
-      <location filename="../UI/UserInterface.py" line="3574" />
+      <location filename="../UI/UserInterface.py" line="3581" />
+      <location filename="../UI/UserInterface.py" line="3573" />
       <source>Install Plugins</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3576" />
+      <location filename="../UI/UserInterface.py" line="3575" />
       <source>&amp;Install Plugins...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3584" />
+      <location filename="../UI/UserInterface.py" line="3583" />
       <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3601" />
-      <location filename="../UI/UserInterface.py" line="3593" />
+      <location filename="../UI/UserInterface.py" line="3600" />
+      <location filename="../UI/UserInterface.py" line="3592" />
       <source>Uninstall Plugin</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3595" />
+      <location filename="../UI/UserInterface.py" line="3594" />
       <source>&amp;Uninstall Plugin...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3603" />
+      <location filename="../UI/UserInterface.py" line="3602" />
       <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3614" />
+      <location filename="../UI/UserInterface.py" line="3613" />
       <source>Plugin &amp;Repository...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3620" />
+      <location filename="../UI/UserInterface.py" line="3619" />
       <source>Show Plugins available for download</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3622" />
+      <location filename="../UI/UserInterface.py" line="3621" />
       <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3652" />
       <location filename="../UI/UserInterface.py" line="3651" />
+      <location filename="../UI/UserInterface.py" line="3650" />
       <source>Qt5 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3658" />
+      <location filename="../UI/UserInterface.py" line="3657" />
       <source>Open Qt5 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3660" />
+      <location filename="../UI/UserInterface.py" line="3659" />
       <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3673" />
       <location filename="../UI/UserInterface.py" line="3672" />
+      <location filename="../UI/UserInterface.py" line="3671" />
       <source>Qt6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3679" />
+      <location filename="../UI/UserInterface.py" line="3678" />
       <source>Open Qt6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3681" />
+      <location filename="../UI/UserInterface.py" line="3680" />
       <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3694" />
       <location filename="../UI/UserInterface.py" line="3693" />
+      <location filename="../UI/UserInterface.py" line="3692" />
       <source>PyQt5 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3700" />
+      <location filename="../UI/UserInterface.py" line="3699" />
       <source>Open PyQt5 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3702" />
+      <location filename="../UI/UserInterface.py" line="3701" />
       <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3715" />
       <location filename="../UI/UserInterface.py" line="3714" />
+      <location filename="../UI/UserInterface.py" line="3713" />
       <source>PyQt6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3721" />
+      <location filename="../UI/UserInterface.py" line="3720" />
       <source>Open PyQt6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3723" />
+      <location filename="../UI/UserInterface.py" line="3722" />
       <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3741" />
       <location filename="../UI/UserInterface.py" line="3740" />
+      <location filename="../UI/UserInterface.py" line="3739" />
       <source>Python 3 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3747" />
+      <location filename="../UI/UserInterface.py" line="3746" />
       <source>Open Python 3 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3749" />
+      <location filename="../UI/UserInterface.py" line="3748" />
       <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;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 &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3768" />
       <location filename="../UI/UserInterface.py" line="3767" />
+      <location filename="../UI/UserInterface.py" line="3766" />
       <source>eric API Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3774" />
+      <location filename="../UI/UserInterface.py" line="3773" />
       <source>Open eric API Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3776" />
+      <location filename="../UI/UserInterface.py" line="3775" />
       <source>&lt;b&gt;eric API Documentation&lt;/b&gt;&lt;p&gt;Display the eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric installation directory.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3794" />
       <location filename="../UI/UserInterface.py" line="3793" />
+      <location filename="../UI/UserInterface.py" line="3792" />
       <source>PySide2 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3800" />
+      <location filename="../UI/UserInterface.py" line="3799" />
       <source>Open PySide2 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3802" />
+      <location filename="../UI/UserInterface.py" line="3801" />
       <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3820" />
       <location filename="../UI/UserInterface.py" line="3819" />
+      <location filename="../UI/UserInterface.py" line="3818" />
       <source>PySide6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3826" />
+      <location filename="../UI/UserInterface.py" line="3825" />
       <source>Open PySide6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3828" />
+      <location filename="../UI/UserInterface.py" line="3827" />
       <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3864" />
+      <location filename="../UI/UserInterface.py" line="3863" />
       <source>Sessions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3945" />
+      <location filename="../UI/UserInterface.py" line="3944" />
       <source>E&amp;xtras</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3955" />
+      <location filename="../UI/UserInterface.py" line="3954" />
       <source>Wi&amp;zards</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3973" />
+      <location filename="../UI/UserInterface.py" line="3972" />
       <source>P&amp;lugins</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3982" />
+      <location filename="../UI/UserInterface.py" line="3981" />
       <source>Configure...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3991" />
+      <location filename="../UI/UserInterface.py" line="3990" />
       <source>&amp;Testing</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4008" />
+      <location filename="../UI/UserInterface.py" line="4007" />
       <source>Select Tool Group</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4019" />
+      <location filename="../UI/UserInterface.py" line="4018" />
       <source>Se&amp;ttings</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4052" />
+      <location filename="../UI/UserInterface.py" line="4051" />
       <source>&amp;Window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4061" />
+      <location filename="../UI/UserInterface.py" line="4060" />
       <source>&amp;Windows</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4065" />
+      <location filename="../UI/UserInterface.py" line="4064" />
       <source>Central Park</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4069" />
+      <location filename="../UI/UserInterface.py" line="4068" />
       <source>Left Side</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4088" />
+      <location filename="../UI/UserInterface.py" line="4087" />
       <source>Right Side</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4107" />
+      <location filename="../UI/UserInterface.py" line="4106" />
       <source>Bottom Side</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4115" />
+      <location filename="../UI/UserInterface.py" line="4114" />
       <source>Plug-ins</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4121" />
+      <location filename="../UI/UserInterface.py" line="4120" />
       <source>&amp;Toolbars</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4134" />
+      <location filename="../UI/UserInterface.py" line="4133" />
       <source>&amp;Help</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4191" />
-      <location filename="../UI/UserInterface.py" line="4174" />
+      <location filename="../UI/UserInterface.py" line="4190" />
+      <location filename="../UI/UserInterface.py" line="4173" />
       <source>Tools</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="4192" />
+      <location filename="../UI/UserInterface.py" line="4177" />
+      <source>Settings</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6361" />
       <location filename="../UI/UserInterface.py" line="4193" />
       <location filename="../UI/UserInterface.py" line="4178" />
-      <source>Settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6362" />
+      <source>Help</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="4194" />
       <location filename="../UI/UserInterface.py" line="4179" />
-      <source>Help</source>
+      <source>Profiles</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="4195" />
       <location filename="../UI/UserInterface.py" line="4180" />
-      <source>Profiles</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4196" />
-      <location filename="../UI/UserInterface.py" line="4181" />
       <source>Plugins</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4192" />
+      <location filename="../UI/UserInterface.py" line="4191" />
       <source>Unittest</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4369" />
+      <location filename="../UI/UserInterface.py" line="4368" />
       <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4378" />
+      <location filename="../UI/UserInterface.py" line="4377" />
       <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4387" />
+      <location filename="../UI/UserInterface.py" line="4386" />
       <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4396" />
+      <location filename="../UI/UserInterface.py" line="4395" />
       <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4405" />
+      <location filename="../UI/UserInterface.py" line="4404" />
       <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4414" />
+      <location filename="../UI/UserInterface.py" line="4413" />
       <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4428" />
+      <location filename="../UI/UserInterface.py" line="4427" />
       <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4502" />
-      <location filename="../UI/UserInterface.py" line="4461" />
+      <location filename="../UI/UserInterface.py" line="4501" />
+      <location filename="../UI/UserInterface.py" line="4460" />
       <source>External Tools/{0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4610" />
+      <location filename="../UI/UserInterface.py" line="4609" />
       <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4680" />
+      <location filename="../UI/UserInterface.py" line="4679" />
       <source>Desktop</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4684" />
+      <location filename="../UI/UserInterface.py" line="4683" />
       <source>Session Type</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4740" />
+      <location filename="../UI/UserInterface.py" line="4739" />
       <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5074" />
+      <source>Restart application</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5075" />
-      <source>Restart application</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5076" />
       <source>The application needs to be restarted. Do it now?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5099" />
+      <source>Upgrade PyQt</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5100" />
-      <source>Upgrade PyQt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5101" />
       <source>eric needs to be closed in order to upgrade PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5124" />
+      <source>Upgrade Eric</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5125" />
-      <source>Upgrade Eric</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5126" />
       <source>eric needs to be closed in order to be upgraded. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5150" />
+      <source>Upgrade Eric and PyQt6</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5151" />
-      <source>Upgrade Eric and PyQt6</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5152" />
       <source>eric needs to be closed in order to upgrade eric and PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
  Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5214" />
+      <location filename="../UI/UserInterface.py" line="5213" />
       <source>&amp;Builtin Tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5234" />
+      <location filename="../UI/UserInterface.py" line="5233" />
       <source>&amp;Plugin Tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5237" />
+      <location filename="../UI/UserInterface.py" line="5236" />
       <source>&amp;User Tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5263" />
+      <location filename="../UI/UserInterface.py" line="5262" />
       <source>Configure Tool Groups ...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5267" />
+      <location filename="../UI/UserInterface.py" line="5266" />
       <source>Configure current Tool Group ...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5306" />
-      <location filename="../UI/UserInterface.py" line="5286" />
+      <location filename="../UI/UserInterface.py" line="5305" />
+      <location filename="../UI/UserInterface.py" line="5285" />
       <source>No User Tools Configured</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5382" />
+      <location filename="../UI/UserInterface.py" line="5381" />
       <source>&amp;Show all</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5384" />
+      <location filename="../UI/UserInterface.py" line="5383" />
       <source>&amp;Hide all</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6498" />
+      <location filename="../UI/UserInterface.py" line="6487" />
+      <location filename="../UI/UserInterface.py" line="6439" />
+      <location filename="../UI/UserInterface.py" line="6429" />
+      <location filename="../UI/UserInterface.py" line="6252" />
+      <location filename="../UI/UserInterface.py" line="6242" />
+      <location filename="../UI/UserInterface.py" line="6184" />
+      <location filename="../UI/UserInterface.py" line="6174" />
+      <source>Problem</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6499" />
       <location filename="../UI/UserInterface.py" line="6488" />
       <location filename="../UI/UserInterface.py" line="6440" />
@@ -93138,305 +93188,283 @@
       <location filename="../UI/UserInterface.py" line="6243" />
       <location filename="../UI/UserInterface.py" line="6185" />
       <location filename="../UI/UserInterface.py" line="6175" />
-      <source>Problem</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6500" />
-      <location filename="../UI/UserInterface.py" line="6489" />
-      <location filename="../UI/UserInterface.py" line="6441" />
-      <location filename="../UI/UserInterface.py" line="6431" />
-      <location filename="../UI/UserInterface.py" line="6254" />
-      <location filename="../UI/UserInterface.py" line="6244" />
-      <location filename="../UI/UserInterface.py" line="6186" />
-      <location filename="../UI/UserInterface.py" line="6176" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6740" />
+      <location filename="../UI/UserInterface.py" line="6651" />
+      <location filename="../UI/UserInterface.py" line="6534" />
+      <location filename="../UI/UserInterface.py" line="6511" />
+      <location filename="../UI/UserInterface.py" line="6452" />
+      <location filename="../UI/UserInterface.py" line="6399" />
+      <location filename="../UI/UserInterface.py" line="6377" />
+      <location filename="../UI/UserInterface.py" line="6328" />
+      <location filename="../UI/UserInterface.py" line="6319" />
+      <location filename="../UI/UserInterface.py" line="6284" />
+      <location filename="../UI/UserInterface.py" line="6275" />
+      <location filename="../UI/UserInterface.py" line="6216" />
+      <location filename="../UI/UserInterface.py" line="6207" />
+      <source>Process Generation Error</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6208" />
+      <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6217" />
+      <source>&lt;p&gt;Could not find the Qt-Designer executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6276" />
+      <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6285" />
+      <source>&lt;p&gt;Could not find the Qt-Linguist executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6320" />
+      <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6329" />
+      <source>&lt;p&gt;Could not find the Qt-Assistant executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6362" />
+      <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6378" />
+      <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6400" />
+      <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6453" />
+      <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6512" />
+      <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6535" />
+      <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6632" />
+      <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6652" />
+      <source>&lt;p&gt;Could not start Snapshot tool.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6685" />
+      <location filename="../UI/UserInterface.py" line="6675" />
+      <source>External Tools</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6676" />
+      <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6686" />
+      <source>No toolgroup entry '{0}' found.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6723" />
+      <source>Starting process '{0} {1}'.
+</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6741" />
-      <location filename="../UI/UserInterface.py" line="6652" />
-      <location filename="../UI/UserInterface.py" line="6535" />
-      <location filename="../UI/UserInterface.py" line="6512" />
-      <location filename="../UI/UserInterface.py" line="6453" />
-      <location filename="../UI/UserInterface.py" line="6400" />
-      <location filename="../UI/UserInterface.py" line="6378" />
-      <location filename="../UI/UserInterface.py" line="6329" />
-      <location filename="../UI/UserInterface.py" line="6320" />
-      <location filename="../UI/UserInterface.py" line="6285" />
-      <location filename="../UI/UserInterface.py" line="6276" />
-      <location filename="../UI/UserInterface.py" line="6217" />
-      <location filename="../UI/UserInterface.py" line="6208" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6209" />
-      <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6218" />
-      <source>&lt;p&gt;Could not find the Qt-Designer executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6277" />
-      <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6286" />
-      <source>&lt;p&gt;Could not find the Qt-Linguist executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6321" />
-      <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6330" />
-      <source>&lt;p&gt;Could not find the Qt-Assistant executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6363" />
-      <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6379" />
-      <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6401" />
-      <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6454" />
-      <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6513" />
-      <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6536" />
-      <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6633" />
-      <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6653" />
-      <source>&lt;p&gt;Could not start Snapshot tool.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6686" />
-      <location filename="../UI/UserInterface.py" line="6676" />
-      <source>External Tools</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6677" />
-      <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6687" />
-      <source>No toolgroup entry '{0}' found.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6724" />
-      <source>Starting process '{0} {1}'.
-</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6742" />
       <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6821" />
+      <location filename="../UI/UserInterface.py" line="6820" />
       <source>Process '{0}' has exited.
 </source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7108" />
+      <location filename="../UI/UserInterface.py" line="7046" />
+      <location filename="../UI/UserInterface.py" line="7002" />
+      <location filename="../UI/UserInterface.py" line="6928" />
+      <location filename="../UI/UserInterface.py" line="6864" />
+      <source>Documentation Missing</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7109" />
       <location filename="../UI/UserInterface.py" line="7047" />
       <location filename="../UI/UserInterface.py" line="7003" />
       <location filename="../UI/UserInterface.py" line="6929" />
       <location filename="../UI/UserInterface.py" line="6865" />
-      <source>Documentation Missing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7110" />
-      <location filename="../UI/UserInterface.py" line="7048" />
-      <location filename="../UI/UserInterface.py" line="7004" />
-      <location filename="../UI/UserInterface.py" line="6930" />
-      <location filename="../UI/UserInterface.py" line="6866" />
       <source>&lt;p&gt;The documentation starting point "&lt;b&gt;{0}&lt;/b&gt;" could not be found.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7090" />
+      <location filename="../UI/UserInterface.py" line="6972" />
+      <source>Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6973" />
+      <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7091" />
-      <location filename="../UI/UserInterface.py" line="6973" />
-      <source>Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6974" />
-      <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7092" />
       <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7270" />
+      <location filename="../UI/UserInterface.py" line="7206" />
+      <source>Start Web Browser</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7207" />
+      <source>The eric web browser could not be started.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7271" />
-      <location filename="../UI/UserInterface.py" line="7207" />
-      <source>Start Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7208" />
-      <source>The eric web browser could not be started.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7272" />
       <source>&lt;p&gt;The eric web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7318" />
+      <location filename="../UI/UserInterface.py" line="7317" />
       <source>Open Browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7318" />
+      <location filename="../UI/UserInterface.py" line="7317" />
       <source>Could not start a web browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7622" />
-      <location filename="../UI/UserInterface.py" line="7584" />
+      <location filename="../UI/UserInterface.py" line="7621" />
+      <location filename="../UI/UserInterface.py" line="7583" />
       <source>Keyboard Shortcuts File (*.ekj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7602" />
+      <location filename="../UI/UserInterface.py" line="7601" />
       <source>&lt;p&gt;The keyboard shortcuts file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7806" />
+      <location filename="../UI/UserInterface.py" line="7805" />
       <source>Load crash session...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7809" />
+      <location filename="../UI/UserInterface.py" line="7808" />
       <source>Clean crash sessions...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7845" />
+      <source>Read Session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7846" />
-      <source>Read Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7847" />
       <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7870" />
+      <location filename="../UI/UserInterface.py" line="7869" />
       <source>Save Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7895" />
-      <location filename="../UI/UserInterface.py" line="7872" />
+      <location filename="../UI/UserInterface.py" line="7894" />
+      <location filename="../UI/UserInterface.py" line="7871" />
       <source>eric Session Files (*.esj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7964" />
-      <source>Found Crash Sessions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7965" />
-      <source>These crash session files were found. Select the one to open. Select 'Cancel' to not open a crash session.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="8038" />
+      <location filename="../UI/UserInterface.py" line="8030" />
       <source>Clean stale crash sessions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8039" />
+      <location filename="../UI/UserInterface.py" line="8031" />
       <source>Do you really want to delete these stale crash session files?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8415" />
+      <location filename="../UI/UserInterface.py" line="8407" />
       <source>Drop Error</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8416" />
+      <location filename="../UI/UserInterface.py" line="8408" />
       <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8613" />
+      <location filename="../UI/UserInterface.py" line="8605" />
       <source>Upgrade available</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8614" />
+      <location filename="../UI/UserInterface.py" line="8606" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8662" />
+      <location filename="../UI/UserInterface.py" line="8654" />
       <source>First time usage</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8663" />
+      <location filename="../UI/UserInterface.py" line="8655" />
       <source>eric has not been configured yet. The configuration dialog will be started.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8685" />
+      <location filename="../UI/UserInterface.py" line="8677" />
       <source>Select Workspace Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8853" />
+      <location filename="../UI/UserInterface.py" line="8845" />
       <source>Unsaved Data Detected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8854" />
+      <location filename="../UI/UserInterface.py" line="8846" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation type="unfinished" />
     </message>
--- a/src/eric7/i18n/eric7_en.ts	Wed Apr 02 16:56:06 2025 +0200
+++ b/src/eric7/i18n/eric7_en.ts	Thu Apr 03 19:50:43 2025 +0200
@@ -8669,6 +8669,44 @@
     </message>
   </context>
   <context>
+    <name>CrashedSessionsSelectionDialog</name>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="72" />
+      <source>Read Crash Session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="73" />
+      <source>&lt;p&gt;The crash session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="82" />
+      <source>{0}
+Timestamp: {1}
+Project: {2}</source>
+      <comment>Crash Session, Timestamp, Project Path</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="87" />
+      <source>{0}
+Timestamp: {1}</source>
+      <comment>Crash Session, Timestamp</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.ui" line="0" />
+      <source>Found Crash Sessions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.ui" line="0" />
+      <source>These crash session files were found. Select the one to open. Select 'Cancel' to not open a crash session.</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
     <name>CreateDialogCodeDialog</name>
     <message>
       <location filename="../Project/CreateDialogCodeDialog.py" line="149" />
@@ -90898,2298 +90936,2310 @@
   <context>
     <name>UserInterface</name>
     <message>
-      <location filename="../UI/UserInterface.py" line="264" />
+      <location filename="../UI/UserInterface.py" line="263" />
       <source>Initializing Basic Services...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="320" />
+      <location filename="../UI/UserInterface.py" line="319" />
       <source>Initializing Plugin Manager...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="328" />
+      <location filename="../UI/UserInterface.py" line="327" />
       <source>Generating Main User Interface...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="385" />
-      <location filename="../UI/UserInterface.py" line="383" />
+      <location filename="../UI/UserInterface.py" line="384" />
+      <location filename="../UI/UserInterface.py" line="382" />
       <source>Setting up signal/slot-connections...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="594" />
+      <location filename="../UI/UserInterface.py" line="593" />
       <source>Initializing Tools...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="606" />
+      <location filename="../UI/UserInterface.py" line="605" />
       <source>Registering Objects...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="641" />
+      <location filename="../UI/UserInterface.py" line="640" />
       <source>Initializing Actions...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="644" />
+      <location filename="../UI/UserInterface.py" line="643" />
       <source>Initializing Menus...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="647" />
+      <location filename="../UI/UserInterface.py" line="646" />
       <source>Initializing Toolbars...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="650" />
+      <location filename="../UI/UserInterface.py" line="649" />
       <source>Initializing Statusbar...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="675" />
-      <location filename="../UI/UserInterface.py" line="673" />
+      <location filename="../UI/UserInterface.py" line="674" />
+      <location filename="../UI/UserInterface.py" line="672" />
       <source>Initializing Single Application Server...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="682" />
+      <location filename="../UI/UserInterface.py" line="681" />
       <source>Initializing Plugins...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="686" />
+      <location filename="../UI/UserInterface.py" line="685" />
       <source>Activating Plugins...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="689" />
+      <location filename="../UI/UserInterface.py" line="688" />
       <source>Generating Plugins Toolbars...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="693" />
+      <location filename="../UI/UserInterface.py" line="692" />
       <source>Cleaning Plugins Download Area...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="704" />
+      <location filename="../UI/UserInterface.py" line="703" />
       <source>Restoring Toolbarmanager...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="713" />
+      <location filename="../UI/UserInterface.py" line="712" />
       <source>Setting View Profile...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="727" />
+      <location filename="../UI/UserInterface.py" line="726" />
       <source>Reading Tasks...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="733" />
+      <location filename="../UI/UserInterface.py" line="732" />
       <source>Reading Templates...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="739" />
+      <location filename="../UI/UserInterface.py" line="738" />
       <source>Starting Debugger...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2213" />
-      <location filename="../UI/UserInterface.py" line="1100" />
+      <location filename="../UI/UserInterface.py" line="2212" />
+      <location filename="../UI/UserInterface.py" line="1099" />
       <source>Left Toolbox</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2259" />
-      <location filename="../UI/UserInterface.py" line="1110" />
+      <location filename="../UI/UserInterface.py" line="2258" />
+      <location filename="../UI/UserInterface.py" line="1109" />
       <source>Horizontal Toolbox</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2236" />
-      <location filename="../UI/UserInterface.py" line="1121" />
+      <location filename="../UI/UserInterface.py" line="2235" />
+      <location filename="../UI/UserInterface.py" line="1120" />
       <source>Right Toolbox</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2054" />
+      <location filename="../UI/UserInterface.py" line="1316" />
+      <location filename="../UI/UserInterface.py" line="1130" />
+      <source>Multiproject-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2032" />
+      <location filename="../UI/UserInterface.py" line="1322" />
+      <location filename="../UI/UserInterface.py" line="1136" />
+      <source>Project-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2594" />
+      <location filename="../UI/UserInterface.py" line="2593" />
+      <location filename="../UI/UserInterface.py" line="1329" />
+      <location filename="../UI/UserInterface.py" line="1143" />
+      <source>Find/Replace In Files</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2617" />
+      <location filename="../UI/UserInterface.py" line="2616" />
+      <location filename="../UI/UserInterface.py" line="1336" />
+      <location filename="../UI/UserInterface.py" line="1150" />
+      <source>Find File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1342" />
+      <location filename="../UI/UserInterface.py" line="1156" />
+      <source>VCS Status</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2187" />
+      <location filename="../UI/UserInterface.py" line="1349" />
+      <location filename="../UI/UserInterface.py" line="1163" />
+      <source>Template-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2120" />
+      <location filename="../UI/UserInterface.py" line="1356" />
+      <location filename="../UI/UserInterface.py" line="1170" />
+      <source>File-Browser</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1363" />
+      <location filename="../UI/UserInterface.py" line="1177" />
+      <source>Symbols</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2076" />
+      <location filename="../UI/UserInterface.py" line="1385" />
+      <location filename="../UI/UserInterface.py" line="1379" />
+      <location filename="../UI/UserInterface.py" line="1187" />
+      <source>Debug-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2448" />
+      <location filename="../UI/UserInterface.py" line="2447" />
+      <location filename="../UI/UserInterface.py" line="1392" />
+      <location filename="../UI/UserInterface.py" line="1194" />
+      <source>Code Documentation Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2663" />
+      <location filename="../UI/UserInterface.py" line="2662" />
+      <location filename="../UI/UserInterface.py" line="1399" />
+      <location filename="../UI/UserInterface.py" line="1201" />
+      <source>Help Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3611" />
+      <location filename="../UI/UserInterface.py" line="2543" />
+      <location filename="../UI/UserInterface.py" line="2542" />
+      <location filename="../UI/UserInterface.py" line="1405" />
+      <location filename="../UI/UserInterface.py" line="1207" />
+      <source>Plugin Repository</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2567" />
+      <location filename="../UI/UserInterface.py" line="2566" />
+      <location filename="../UI/UserInterface.py" line="1411" />
+      <location filename="../UI/UserInterface.py" line="1213" />
+      <source>Virtual Environments</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2475" />
+      <location filename="../UI/UserInterface.py" line="2474" />
+      <location filename="../UI/UserInterface.py" line="1418" />
+      <location filename="../UI/UserInterface.py" line="1220" />
+      <source>PyPI Package Management</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2497" />
+      <location filename="../UI/UserInterface.py" line="2496" />
+      <location filename="../UI/UserInterface.py" line="1425" />
+      <location filename="../UI/UserInterface.py" line="1225" />
+      <source>Conda</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1432" />
+      <location filename="../UI/UserInterface.py" line="1232" />
+      <source>Cooperation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2375" />
+      <location filename="../UI/UserInterface.py" line="1436" />
+      <location filename="../UI/UserInterface.py" line="1237" />
+      <source>IRC</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2519" />
+      <location filename="../UI/UserInterface.py" line="2518" />
+      <location filename="../UI/UserInterface.py" line="1442" />
+      <location filename="../UI/UserInterface.py" line="1244" />
+      <source>MicroPython</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2098" />
+      <location filename="../UI/UserInterface.py" line="1450" />
+      <location filename="../UI/UserInterface.py" line="1252" />
+      <source>Shell</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2164" />
+      <location filename="../UI/UserInterface.py" line="1456" />
+      <location filename="../UI/UserInterface.py" line="1256" />
+      <source>Task-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2142" />
+      <location filename="../UI/UserInterface.py" line="1462" />
+      <location filename="../UI/UserInterface.py" line="1260" />
+      <source>Log-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1469" />
+      <location filename="../UI/UserInterface.py" line="1267" />
+      <source>Numbers</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1844" />
+      <source>{0} - Passive Mode</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1853" />
+      <location filename="../UI/UserInterface.py" line="1847" />
+      <source>{0} - {1} - Passive Mode</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1859" />
+      <source>{0} - {1} - {2} - Passive Mode</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1885" />
+      <source>Quit</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1887" />
+      <source>&amp;Quit</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1888" />
+      <source>Ctrl+Q</source>
+      <comment>File|Quit</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1893" />
+      <source>Quit the IDE</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1895" />
+      <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1909" />
+      <location filename="../UI/UserInterface.py" line="1907" />
+      <source>Restart</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1910" />
+      <source>Ctrl+Shift+Q</source>
+      <comment>File|Quit</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1915" />
+      <source>Restart the IDE</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1917" />
+      <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1935" />
+      <location filename="../UI/UserInterface.py" line="1928" />
+      <source>Save session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1929" />
+      <source>Save session...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1937" />
+      <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7892" />
+      <location filename="../UI/UserInterface.py" line="1954" />
+      <location filename="../UI/UserInterface.py" line="1947" />
+      <source>Load session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1948" />
+      <source>Load session...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1956" />
+      <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1966" />
+      <source>New Window</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1968" />
+      <source>New &amp;Window</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1969" />
+      <source>Ctrl+Shift+N</source>
+      <comment>File|New Window</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1974" />
+      <source>Open a new eric instance</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1976" />
+      <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric IDE.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1990" />
+      <location filename="../UI/UserInterface.py" line="1988" />
+      <source>Edit Profile</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1997" />
+      <source>Activate the edit view profile</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1999" />
+      <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2012" />
+      <location filename="../UI/UserInterface.py" line="2010" />
+      <source>Debug Profile</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2019" />
+      <source>Activate the debug view profile</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2021" />
+      <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2033" />
+      <source>&amp;Project-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2034" />
+      <source>Alt+Shift+P</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2040" />
+      <source>Switch the input focus to the Project-Viewer window.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2043" />
+      <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2055" />
-      <location filename="../UI/UserInterface.py" line="1317" />
-      <location filename="../UI/UserInterface.py" line="1131" />
-      <source>Multiproject-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2033" />
-      <location filename="../UI/UserInterface.py" line="1323" />
-      <location filename="../UI/UserInterface.py" line="1137" />
-      <source>Project-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2595" />
-      <location filename="../UI/UserInterface.py" line="2594" />
-      <location filename="../UI/UserInterface.py" line="1330" />
-      <location filename="../UI/UserInterface.py" line="1144" />
-      <source>Find/Replace In Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2618" />
-      <location filename="../UI/UserInterface.py" line="2617" />
-      <location filename="../UI/UserInterface.py" line="1337" />
-      <location filename="../UI/UserInterface.py" line="1151" />
-      <source>Find File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1343" />
-      <location filename="../UI/UserInterface.py" line="1157" />
-      <source>VCS Status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2188" />
-      <location filename="../UI/UserInterface.py" line="1350" />
-      <location filename="../UI/UserInterface.py" line="1164" />
-      <source>Template-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2121" />
-      <location filename="../UI/UserInterface.py" line="1357" />
-      <location filename="../UI/UserInterface.py" line="1171" />
-      <source>File-Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1364" />
-      <location filename="../UI/UserInterface.py" line="1178" />
-      <source>Symbols</source>
+      <source>&amp;Multiproject-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2056" />
+      <source>Alt+Shift+M</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2062" />
+      <source>Switch the input focus to the Multiproject-Viewer window.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2065" />
+      <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2077" />
-      <location filename="../UI/UserInterface.py" line="1386" />
-      <location filename="../UI/UserInterface.py" line="1380" />
-      <location filename="../UI/UserInterface.py" line="1188" />
-      <source>Debug-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2449" />
-      <location filename="../UI/UserInterface.py" line="2448" />
-      <location filename="../UI/UserInterface.py" line="1393" />
-      <location filename="../UI/UserInterface.py" line="1195" />
-      <source>Code Documentation Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2664" />
-      <location filename="../UI/UserInterface.py" line="2663" />
-      <location filename="../UI/UserInterface.py" line="1400" />
-      <location filename="../UI/UserInterface.py" line="1202" />
-      <source>Help Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3612" />
-      <location filename="../UI/UserInterface.py" line="2544" />
-      <location filename="../UI/UserInterface.py" line="2543" />
-      <location filename="../UI/UserInterface.py" line="1406" />
-      <location filename="../UI/UserInterface.py" line="1208" />
-      <source>Plugin Repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2568" />
-      <location filename="../UI/UserInterface.py" line="2567" />
-      <location filename="../UI/UserInterface.py" line="1412" />
-      <location filename="../UI/UserInterface.py" line="1214" />
-      <source>Virtual Environments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2476" />
-      <location filename="../UI/UserInterface.py" line="2475" />
-      <location filename="../UI/UserInterface.py" line="1419" />
-      <location filename="../UI/UserInterface.py" line="1221" />
-      <source>PyPI Package Management</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2498" />
-      <location filename="../UI/UserInterface.py" line="2497" />
-      <location filename="../UI/UserInterface.py" line="1426" />
-      <location filename="../UI/UserInterface.py" line="1226" />
-      <source>Conda</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1433" />
-      <location filename="../UI/UserInterface.py" line="1233" />
-      <source>Cooperation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2376" />
-      <location filename="../UI/UserInterface.py" line="1437" />
-      <location filename="../UI/UserInterface.py" line="1238" />
-      <source>IRC</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2520" />
-      <location filename="../UI/UserInterface.py" line="2519" />
-      <location filename="../UI/UserInterface.py" line="1443" />
-      <location filename="../UI/UserInterface.py" line="1245" />
-      <source>MicroPython</source>
+      <source>&amp;Debug-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2078" />
+      <source>Alt+Shift+D</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2084" />
+      <source>Switch the input focus to the Debug-Viewer window.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2087" />
+      <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2099" />
-      <location filename="../UI/UserInterface.py" line="1451" />
-      <location filename="../UI/UserInterface.py" line="1253" />
-      <source>Shell</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2165" />
-      <location filename="../UI/UserInterface.py" line="1457" />
-      <location filename="../UI/UserInterface.py" line="1257" />
-      <source>Task-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2143" />
-      <location filename="../UI/UserInterface.py" line="1463" />
-      <location filename="../UI/UserInterface.py" line="1261" />
-      <source>Log-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1470" />
-      <location filename="../UI/UserInterface.py" line="1268" />
-      <source>Numbers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1845" />
-      <source>{0} - Passive Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1854" />
-      <location filename="../UI/UserInterface.py" line="1848" />
-      <source>{0} - {1} - Passive Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1860" />
-      <source>{0} - {1} - {2} - Passive Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1886" />
-      <source>Quit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1888" />
-      <source>&amp;Quit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1889" />
-      <source>Ctrl+Q</source>
-      <comment>File|Quit</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1894" />
-      <source>Quit the IDE</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1896" />
-      <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1910" />
-      <location filename="../UI/UserInterface.py" line="1908" />
-      <source>Restart</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1911" />
-      <source>Ctrl+Shift+Q</source>
-      <comment>File|Quit</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1916" />
-      <source>Restart the IDE</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1918" />
-      <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1936" />
-      <location filename="../UI/UserInterface.py" line="1929" />
-      <source>Save session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1930" />
-      <source>Save session...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1938" />
-      <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7893" />
-      <location filename="../UI/UserInterface.py" line="1955" />
-      <location filename="../UI/UserInterface.py" line="1948" />
-      <source>Load session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1949" />
-      <source>Load session...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1957" />
-      <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1967" />
-      <source>New Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1969" />
-      <source>New &amp;Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1970" />
-      <source>Ctrl+Shift+N</source>
-      <comment>File|New Window</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1975" />
-      <source>Open a new eric instance</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1977" />
-      <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric IDE.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1991" />
-      <location filename="../UI/UserInterface.py" line="1989" />
-      <source>Edit Profile</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1998" />
-      <source>Activate the edit view profile</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2000" />
-      <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2013" />
-      <location filename="../UI/UserInterface.py" line="2011" />
-      <source>Debug Profile</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2020" />
-      <source>Activate the debug view profile</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2022" />
-      <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2034" />
-      <source>&amp;Project-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2035" />
-      <source>Alt+Shift+P</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2041" />
-      <source>Switch the input focus to the Project-Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2044" />
-      <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2056" />
-      <source>&amp;Multiproject-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2057" />
-      <source>Alt+Shift+M</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2063" />
-      <source>Switch the input focus to the Multiproject-Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2066" />
-      <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2078" />
-      <source>&amp;Debug-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2079" />
-      <source>Alt+Shift+D</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2085" />
-      <source>Switch the input focus to the Debug-Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2088" />
-      <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
+      <source>&amp;Shell</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2100" />
-      <source>&amp;Shell</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2101" />
       <source>Alt+Shift+S</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2107" />
+      <location filename="../UI/UserInterface.py" line="2106" />
       <source>Switch the input focus to the Shell window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2110" />
+      <location filename="../UI/UserInterface.py" line="2109" />
       <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2121" />
+      <source>&amp;File-Browser</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2122" />
-      <source>&amp;File-Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2123" />
       <source>Alt+Shift+F</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2129" />
+      <location filename="../UI/UserInterface.py" line="2128" />
       <source>Switch the input focus to the File-Browser window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2132" />
+      <location filename="../UI/UserInterface.py" line="2131" />
       <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2143" />
+      <source>Lo&amp;g-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2144" />
-      <source>Lo&amp;g-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2145" />
       <source>Alt+Shift+G</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2151" />
+      <location filename="../UI/UserInterface.py" line="2150" />
       <source>Switch the input focus to the Log-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2154" />
+      <location filename="../UI/UserInterface.py" line="2153" />
       <source>&lt;b&gt;Activate Log-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Log-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2165" />
+      <source>&amp;Task-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2166" />
-      <source>&amp;Task-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2167" />
       <source>Alt+Shift+T</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2173" />
+      <location filename="../UI/UserInterface.py" line="2172" />
       <source>Switch the input focus to the Task-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2176" />
+      <location filename="../UI/UserInterface.py" line="2175" />
       <source>&lt;b&gt;Activate Task-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Task-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2188" />
+      <source>Templ&amp;ate-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2189" />
-      <source>Templ&amp;ate-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2190" />
       <source>Alt+Shift+A</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2196" />
+      <location filename="../UI/UserInterface.py" line="2195" />
       <source>Switch the input focus to the Template-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2199" />
+      <location filename="../UI/UserInterface.py" line="2198" />
       <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2214" />
+      <location filename="../UI/UserInterface.py" line="2213" />
       <source>&amp;Left Toolbox</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2221" />
+      <location filename="../UI/UserInterface.py" line="2220" />
       <source>Toggle the Left Toolbox window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2223" />
+      <location filename="../UI/UserInterface.py" line="2222" />
       <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2237" />
+      <location filename="../UI/UserInterface.py" line="2236" />
       <source>&amp;Right Toolbox</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2244" />
+      <location filename="../UI/UserInterface.py" line="2243" />
       <source>Toggle the Right Toolbox window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2246" />
+      <location filename="../UI/UserInterface.py" line="2245" />
       <source>&lt;b&gt;Toggle the Right Toolbox window&lt;/b&gt;&lt;p&gt;If the Right Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2260" />
+      <location filename="../UI/UserInterface.py" line="2259" />
       <source>&amp;Horizontal Toolbox</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2267" />
+      <location filename="../UI/UserInterface.py" line="2266" />
       <source>Toggle the Horizontal Toolbox window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2269" />
+      <location filename="../UI/UserInterface.py" line="2268" />
       <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2281" />
+      <source>Left Sidebar</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2282" />
-      <source>Left Sidebar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2283" />
       <source>&amp;Left Sidebar</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2290" />
+      <location filename="../UI/UserInterface.py" line="2289" />
       <source>Toggle the left sidebar window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2292" />
+      <location filename="../UI/UserInterface.py" line="2291" />
       <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2304" />
+      <source>Right Sidebar</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2305" />
-      <source>Right Sidebar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2306" />
       <source>&amp;Right Sidebar</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2313" />
+      <location filename="../UI/UserInterface.py" line="2312" />
       <source>Toggle the right sidebar window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2315" />
+      <location filename="../UI/UserInterface.py" line="2314" />
       <source>&lt;b&gt;Toggle the right sidebar window&lt;/b&gt;&lt;p&gt;If the right sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2327" />
+      <source>Bottom Sidebar</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2328" />
-      <source>Bottom Sidebar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2329" />
       <source>&amp;Bottom Sidebar</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2336" />
+      <location filename="../UI/UserInterface.py" line="2335" />
       <source>Toggle the bottom sidebar window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2338" />
+      <location filename="../UI/UserInterface.py" line="2337" />
       <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2350" />
+      <source>Cooperation-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2351" />
-      <source>Cooperation-Viewer</source>
+      <source>Co&amp;operation-Viewer</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2352" />
-      <source>Co&amp;operation-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2353" />
       <source>Alt+Shift+O</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2359" />
+      <location filename="../UI/UserInterface.py" line="2358" />
       <source>Switch the input focus to the Cooperation-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2362" />
+      <location filename="../UI/UserInterface.py" line="2361" />
       <source>&lt;b&gt;Activate Cooperation-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Cooperation-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2376" />
+      <source>&amp;IRC</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2377" />
-      <source>&amp;IRC</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2378" />
       <source>Ctrl+Alt+Shift+I</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2384" />
+      <location filename="../UI/UserInterface.py" line="2383" />
       <source>Switch the input focus to the IRC window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2387" />
+      <location filename="../UI/UserInterface.py" line="2386" />
       <source>&lt;b&gt;Activate IRC&lt;/b&gt;&lt;p&gt;This switches the input focus to the IRC window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2397" />
+      <source>Symbols-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2398" />
-      <source>Symbols-Viewer</source>
+      <source>S&amp;ymbols-Viewer</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2399" />
-      <source>S&amp;ymbols-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2400" />
       <source>Alt+Shift+Y</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2406" />
+      <location filename="../UI/UserInterface.py" line="2405" />
       <source>Switch the input focus to the Symbols-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2409" />
+      <location filename="../UI/UserInterface.py" line="2408" />
       <source>&lt;b&gt;Activate Symbols-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Symbols-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2422" />
+      <source>Numbers-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2423" />
-      <source>Numbers-Viewer</source>
+      <source>Num&amp;bers-Viewer</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2424" />
-      <source>Num&amp;bers-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2425" />
       <source>Alt+Shift+B</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2431" />
+      <location filename="../UI/UserInterface.py" line="2430" />
       <source>Switch the input focus to the Numbers-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2434" />
+      <location filename="../UI/UserInterface.py" line="2433" />
       <source>&lt;b&gt;Activate Numbers-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Numbers-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2450" />
+      <location filename="../UI/UserInterface.py" line="2449" />
       <source>Ctrl+Alt+Shift+D</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2456" />
+      <location filename="../UI/UserInterface.py" line="2455" />
       <source>Switch the input focus to the Code Documentation Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2461" />
+      <location filename="../UI/UserInterface.py" line="2460" />
       <source>&lt;b&gt;Code Documentation Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Code Documentation Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2477" />
+      <location filename="../UI/UserInterface.py" line="2476" />
       <source>Ctrl+Alt+Shift+P</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2483" />
+      <location filename="../UI/UserInterface.py" line="2482" />
       <source>Switch the input focus to the PyPI Package Management window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2486" />
+      <location filename="../UI/UserInterface.py" line="2485" />
       <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2499" />
+      <location filename="../UI/UserInterface.py" line="2498" />
       <source>Ctrl+Alt+Shift+C</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2505" />
+      <location filename="../UI/UserInterface.py" line="2504" />
       <source>Switch the input focus to the Conda window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2508" />
+      <location filename="../UI/UserInterface.py" line="2507" />
       <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2521" />
+      <location filename="../UI/UserInterface.py" line="2520" />
       <source>Ctrl+Alt+Shift+M</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2527" />
+      <location filename="../UI/UserInterface.py" line="2526" />
       <source>Switch the input focus to the MicroPython window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2530" />
+      <location filename="../UI/UserInterface.py" line="2529" />
       <source>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;This switches the input focus to the MicroPython window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2545" />
+      <location filename="../UI/UserInterface.py" line="2544" />
       <source>Ctrl+Alt+Shift+R</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2551" />
+      <location filename="../UI/UserInterface.py" line="2550" />
       <source>Switch the input focus to the Plugin Repository window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2554" />
+      <location filename="../UI/UserInterface.py" line="2553" />
       <source>&lt;b&gt;Plugin Repository&lt;/b&gt;&lt;p&gt;This switches the input focus to the Plugin Repository window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2569" />
+      <location filename="../UI/UserInterface.py" line="2568" />
       <source>Ctrl+Alt+V</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2575" />
+      <location filename="../UI/UserInterface.py" line="2574" />
       <source>Switch the input focus to the Virtual Environments Manager window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2580" />
+      <location filename="../UI/UserInterface.py" line="2579" />
       <source>&lt;b&gt;Virtual Environments&lt;/b&gt;&lt;p&gt;This switches the input focus to the Virtual Environments Manager window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2596" />
+      <location filename="../UI/UserInterface.py" line="2595" />
       <source>Ctrl+Alt+Shift+F</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2602" />
+      <location filename="../UI/UserInterface.py" line="2601" />
       <source>Switch the input focus to the Find/Replace In Files window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2605" />
+      <location filename="../UI/UserInterface.py" line="2604" />
       <source>&lt;b&gt;Find/Replace In Files&lt;/b&gt;&lt;p&gt;This switches the input focus to the Find/Replace In Files window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2619" />
+      <location filename="../UI/UserInterface.py" line="2618" />
       <source>Ctrl+Alt+Shift+L</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2625" />
+      <location filename="../UI/UserInterface.py" line="2624" />
       <source>Switch the input focus to the Find File window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2628" />
+      <location filename="../UI/UserInterface.py" line="2627" />
       <source>&lt;b&gt;Find File&lt;/b&gt;&lt;p&gt;This switches the input focus to the Find File window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2641" />
+      <location filename="../UI/UserInterface.py" line="2640" />
+      <source>VCS Status List</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2642" />
-      <location filename="../UI/UserInterface.py" line="2641" />
-      <source>VCS Status List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2643" />
       <source>Alt+Shift+V</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2649" />
+      <location filename="../UI/UserInterface.py" line="2648" />
       <source>Switch the input focus to the VCS Status List window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2652" />
+      <location filename="../UI/UserInterface.py" line="2651" />
       <source>&lt;b&gt;VCS Status List&lt;/b&gt;&lt;p&gt;This switches the input focus to the VCS Status List window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2665" />
+      <location filename="../UI/UserInterface.py" line="2664" />
       <source>Alt+Shift+H</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2671" />
+      <location filename="../UI/UserInterface.py" line="2670" />
       <source>Switch the input focus to the embedded Help Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2674" />
+      <location filename="../UI/UserInterface.py" line="2673" />
       <source>&lt;b&gt;Help Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the embedded Help Viewer window. It will show HTML help files and help from Qt help collections.&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is searched in the Qt help collection.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2687" />
+      <location filename="../UI/UserInterface.py" line="2686" />
       <source>What's This?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2688" />
+      <source>&amp;What's This?</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2689" />
-      <source>&amp;What's This?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2690" />
       <source>Shift+F1</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2695" />
+      <location filename="../UI/UserInterface.py" line="2694" />
       <source>Context sensitive help</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2697" />
+      <location filename="../UI/UserInterface.py" line="2696" />
       <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2710" />
+      <location filename="../UI/UserInterface.py" line="2709" />
       <source>Helpviewer</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2711" />
+      <source>&amp;Helpviewer...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2712" />
-      <source>&amp;Helpviewer...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2713" />
       <source>F1</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2718" />
+      <location filename="../UI/UserInterface.py" line="2717" />
       <source>Open the helpviewer window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2720" />
+      <location filename="../UI/UserInterface.py" line="2719" />
       <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;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&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is searched in the Qt help collection.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2739" />
+      <source>Show Versions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2740" />
-      <source>Show Versions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2741" />
       <source>Show &amp;Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2747" />
+      <location filename="../UI/UserInterface.py" line="2746" />
       <source>Display version information</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2749" />
+      <location filename="../UI/UserInterface.py" line="2748" />
       <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2754" />
+      <source>Copy Versions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2755" />
-      <source>Copy Versions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2756" />
       <source>&amp;Copy Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2763" />
+      <location filename="../UI/UserInterface.py" line="2762" />
       <source>Copy version information to the clipboard</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2766" />
+      <location filename="../UI/UserInterface.py" line="2765" />
       <source>&lt;b&gt;Copy Versions&lt;/b&gt;&lt;p&gt;This generates version information and copies it to the clipboard.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2782" />
-      <location filename="../UI/UserInterface.py" line="2775" />
+      <location filename="../UI/UserInterface.py" line="2781" />
+      <location filename="../UI/UserInterface.py" line="2774" />
       <source>Show Error Log</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2776" />
+      <location filename="../UI/UserInterface.py" line="2775" />
       <source>Show Error &amp;Log...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2784" />
+      <location filename="../UI/UserInterface.py" line="2783" />
       <source>&lt;b&gt;Show Error Log...&lt;/b&gt;&lt;p&gt;Opens a dialog showing the most recent error log.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2792" />
+      <source>Show Install Info</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2793" />
-      <source>Show Install Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2794" />
       <source>Show Install &amp;Info...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2800" />
+      <location filename="../UI/UserInterface.py" line="2799" />
       <source>Show Installation Information</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2802" />
+      <location filename="../UI/UserInterface.py" line="2801" />
       <source>&lt;b&gt;Show Install Info...&lt;/b&gt;&lt;p&gt;Opens a dialog showing some information about the installation process.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4739" />
-      <location filename="../UI/UserInterface.py" line="2812" />
+      <location filename="../UI/UserInterface.py" line="4738" />
+      <location filename="../UI/UserInterface.py" line="2811" />
       <source>Report Bug</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2812" />
+      <location filename="../UI/UserInterface.py" line="2811" />
       <source>Report &amp;Bug...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2814" />
+      <location filename="../UI/UserInterface.py" line="2813" />
       <source>Report a bug</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2816" />
+      <location filename="../UI/UserInterface.py" line="2815" />
       <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2821" />
+      <source>Request Feature</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2822" />
-      <source>Request Feature</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2823" />
       <source>Request &amp;Feature...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2829" />
+      <location filename="../UI/UserInterface.py" line="2828" />
       <source>Send a feature request</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2831" />
+      <location filename="../UI/UserInterface.py" line="2830" />
       <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4175" />
-      <location filename="../UI/UserInterface.py" line="2842" />
+      <location filename="../UI/UserInterface.py" line="4174" />
+      <location filename="../UI/UserInterface.py" line="2841" />
       <source>Testing</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2844" />
+      <location filename="../UI/UserInterface.py" line="2843" />
       <source>&amp;Testing...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2850" />
+      <location filename="../UI/UserInterface.py" line="2849" />
       <source>Start the testing dialog</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2852" />
+      <location filename="../UI/UserInterface.py" line="2851" />
       <source>&lt;b&gt;Testing&lt;/b&gt;&lt;p&gt;Perform test runs. The dialog gives the ability to select and run a test suite or auto discover them.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2863" />
+      <location filename="../UI/UserInterface.py" line="2862" />
       <source>Restart Last Test</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2865" />
+      <location filename="../UI/UserInterface.py" line="2864" />
       <source>&amp;Restart Last Test...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2871" />
+      <location filename="../UI/UserInterface.py" line="2870" />
       <source>Restarts the last test</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2873" />
+      <location filename="../UI/UserInterface.py" line="2872" />
       <source>&lt;b&gt;Restart Last Test&lt;/b&gt;&lt;p&gt;Restarts the test performed last.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2883" />
+      <location filename="../UI/UserInterface.py" line="2882" />
       <source>Rerun Failed Tests</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2885" />
+      <location filename="../UI/UserInterface.py" line="2884" />
       <source>Rerun Failed Tests...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2892" />
+      <location filename="../UI/UserInterface.py" line="2891" />
       <source>Rerun failed tests of the last run</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2895" />
+      <location filename="../UI/UserInterface.py" line="2894" />
       <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last test run.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2905" />
+      <location filename="../UI/UserInterface.py" line="2904" />
       <source>Test Script</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2907" />
+      <location filename="../UI/UserInterface.py" line="2906" />
       <source>Test &amp;Script...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2913" />
+      <location filename="../UI/UserInterface.py" line="2912" />
       <source>Run tests of the current script</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2915" />
+      <location filename="../UI/UserInterface.py" line="2914" />
       <source>&lt;b&gt;Test Script&lt;/b&gt;&lt;p&gt;Run tests with the current script.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2922" />
+      <location filename="../UI/UserInterface.py" line="2921" />
       <source>Test Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2924" />
+      <location filename="../UI/UserInterface.py" line="2923" />
       <source>Test &amp;Project...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2930" />
+      <location filename="../UI/UserInterface.py" line="2929" />
       <source>Run tests of the current project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2932" />
+      <location filename="../UI/UserInterface.py" line="2931" />
       <source>&lt;b&gt;Test Project&lt;/b&gt;&lt;p&gt;Run test of the current project.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2941" />
+      <location filename="../UI/UserInterface.py" line="2940" />
       <source>Qt-Designer</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2943" />
+      <location filename="../UI/UserInterface.py" line="2942" />
       <source>Qt-&amp;Designer...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2949" />
+      <location filename="../UI/UserInterface.py" line="2948" />
       <source>Start Qt-Designer</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2951" />
+      <location filename="../UI/UserInterface.py" line="2950" />
       <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2960" />
+      <location filename="../UI/UserInterface.py" line="2959" />
       <source>Qt-Linguist</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2962" />
+      <location filename="../UI/UserInterface.py" line="2961" />
       <source>Qt-&amp;Linguist...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2968" />
+      <location filename="../UI/UserInterface.py" line="2967" />
       <source>Start Qt-Linguist</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2970" />
+      <location filename="../UI/UserInterface.py" line="2969" />
       <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2978" />
+      <location filename="../UI/UserInterface.py" line="2977" />
       <source>UI Previewer</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2980" />
+      <location filename="../UI/UserInterface.py" line="2979" />
       <source>&amp;UI Previewer...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2986" />
+      <location filename="../UI/UserInterface.py" line="2985" />
       <source>Start the UI Previewer</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2988" />
+      <location filename="../UI/UserInterface.py" line="2987" />
       <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2994" />
+      <location filename="../UI/UserInterface.py" line="2993" />
       <source>Translations Previewer</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2996" />
+      <location filename="../UI/UserInterface.py" line="2995" />
       <source>&amp;Translations Previewer...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3002" />
+      <location filename="../UI/UserInterface.py" line="3001" />
       <source>Start the Translations Previewer</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3004" />
+      <location filename="../UI/UserInterface.py" line="3003" />
       <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3013" />
+      <location filename="../UI/UserInterface.py" line="3012" />
       <source>Compare Files</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3015" />
+      <location filename="../UI/UserInterface.py" line="3014" />
       <source>&amp;Compare Files...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3040" />
-      <location filename="../UI/UserInterface.py" line="3021" />
+      <location filename="../UI/UserInterface.py" line="3039" />
+      <location filename="../UI/UserInterface.py" line="3020" />
       <source>Compare two files</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3023" />
+      <location filename="../UI/UserInterface.py" line="3022" />
       <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3032" />
+      <location filename="../UI/UserInterface.py" line="3031" />
       <source>Compare Files side by side</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3034" />
+      <location filename="../UI/UserInterface.py" line="3033" />
       <source>Compare &amp;Files side by side...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3042" />
+      <location filename="../UI/UserInterface.py" line="3041" />
       <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3052" />
+      <location filename="../UI/UserInterface.py" line="3051" />
       <source>SQL Browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3054" />
+      <location filename="../UI/UserInterface.py" line="3053" />
       <source>SQL &amp;Browser...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3060" />
+      <location filename="../UI/UserInterface.py" line="3059" />
       <source>Browse a SQL database</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3062" />
+      <location filename="../UI/UserInterface.py" line="3061" />
       <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3076" />
-      <location filename="../UI/UserInterface.py" line="3068" />
+      <location filename="../UI/UserInterface.py" line="3075" />
+      <location filename="../UI/UserInterface.py" line="3067" />
       <source>Mini Editor</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3070" />
+      <location filename="../UI/UserInterface.py" line="3069" />
       <source>Mini &amp;Editor...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3078" />
+      <location filename="../UI/UserInterface.py" line="3077" />
       <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3087" />
+      <location filename="../UI/UserInterface.py" line="3086" />
       <source>Hex Editor</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3089" />
+      <location filename="../UI/UserInterface.py" line="3088" />
       <source>&amp;Hex Editor...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3095" />
+      <location filename="../UI/UserInterface.py" line="3094" />
       <source>Start the eric Hex Editor</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3097" />
+      <location filename="../UI/UserInterface.py" line="3096" />
       <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3107" />
+      <location filename="../UI/UserInterface.py" line="3106" />
       <source>eric Web Browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3109" />
+      <location filename="../UI/UserInterface.py" line="3108" />
       <source>eric &amp;Web Browser...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3115" />
+      <location filename="../UI/UserInterface.py" line="3114" />
       <source>Start the eric Web Browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3117" />
+      <location filename="../UI/UserInterface.py" line="3116" />
       <source>&lt;b&gt;eric Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric Web Browser.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3127" />
+      <location filename="../UI/UserInterface.py" line="3126" />
       <source>FIDO2 Security Key Management</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3129" />
+      <location filename="../UI/UserInterface.py" line="3128" />
       <source>FIDO2 Security Key Management...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3136" />
+      <location filename="../UI/UserInterface.py" line="3135" />
       <source>Start the FIDO2 Security Key Management tool</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3139" />
+      <location filename="../UI/UserInterface.py" line="3138" />
       <source>&lt;b&gt;FIDO2 Security Key Management&lt;/b&gt;&lt;p&gt;Start a tool to manage FIDO2 securit y keys.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3150" />
+      <location filename="../UI/UserInterface.py" line="3149" />
       <source>Icon Editor</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3152" />
+      <location filename="../UI/UserInterface.py" line="3151" />
       <source>&amp;Icon Editor...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3158" />
+      <location filename="../UI/UserInterface.py" line="3157" />
       <source>Start the eric Icon Editor</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3160" />
+      <location filename="../UI/UserInterface.py" line="3159" />
       <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric Icon Editor for editing simple icons.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6632" />
-      <location filename="../UI/UserInterface.py" line="3172" />
+      <location filename="../UI/UserInterface.py" line="6631" />
+      <location filename="../UI/UserInterface.py" line="3171" />
       <source>Snapshot</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3174" />
+      <location filename="../UI/UserInterface.py" line="3173" />
       <source>&amp;Snapshot...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3180" />
+      <location filename="../UI/UserInterface.py" line="3179" />
       <source>Take snapshots of a screen region</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3182" />
+      <location filename="../UI/UserInterface.py" line="3181" />
       <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3192" />
+      <location filename="../UI/UserInterface.py" line="3191" />
       <source>eric PDF Viewer</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3194" />
+      <location filename="../UI/UserInterface.py" line="3193" />
       <source>eric PDF &amp;Viewer...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3200" />
+      <location filename="../UI/UserInterface.py" line="3199" />
       <source>Start the eric PDF Viewer</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3202" />
+      <location filename="../UI/UserInterface.py" line="3201" />
       <source>&lt;b&gt;eric PDF Viewer&lt;/b&gt;&lt;p&gt;Starts the eric PDF Viewer for viewing PDF files.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3211" />
+      <location filename="../UI/UserInterface.py" line="3210" />
       <source>Preferences</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3213" />
+      <location filename="../UI/UserInterface.py" line="3212" />
       <source>&amp;Preferences...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3219" />
+      <location filename="../UI/UserInterface.py" line="3218" />
       <source>Set the prefered configuration</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3221" />
+      <location filename="../UI/UserInterface.py" line="3220" />
       <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3232" />
+      <location filename="../UI/UserInterface.py" line="3231" />
       <source>Export Preferences</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3234" />
+      <location filename="../UI/UserInterface.py" line="3233" />
       <source>E&amp;xport Preferences...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3240" />
+      <location filename="../UI/UserInterface.py" line="3239" />
       <source>Export the current configuration</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3242" />
+      <location filename="../UI/UserInterface.py" line="3241" />
       <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3251" />
+      <location filename="../UI/UserInterface.py" line="3250" />
       <source>Import Preferences</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3253" />
+      <location filename="../UI/UserInterface.py" line="3252" />
       <source>I&amp;mport Preferences...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3260" />
+      <location filename="../UI/UserInterface.py" line="3259" />
       <source>Import a previously exported configuration</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3263" />
+      <location filename="../UI/UserInterface.py" line="3262" />
       <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3272" />
+      <location filename="../UI/UserInterface.py" line="3271" />
       <source>Export Theme</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3274" />
+      <location filename="../UI/UserInterface.py" line="3273" />
       <source>Export Theme...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3280" />
+      <location filename="../UI/UserInterface.py" line="3279" />
       <source>Export the current theme</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3282" />
+      <location filename="../UI/UserInterface.py" line="3281" />
       <source>&lt;b&gt;Export Theme&lt;/b&gt;&lt;p&gt;Export the current theme to a file.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3291" />
+      <location filename="../UI/UserInterface.py" line="3290" />
       <source>Import Theme</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3293" />
+      <location filename="../UI/UserInterface.py" line="3292" />
       <source>Import Theme...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3299" />
+      <location filename="../UI/UserInterface.py" line="3298" />
       <source>Import a previously exported theme</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3301" />
+      <location filename="../UI/UserInterface.py" line="3300" />
       <source>&lt;b&gt;Import Theme&lt;/b&gt;&lt;p&gt;Import a previously exported theme.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3310" />
+      <location filename="../UI/UserInterface.py" line="3309" />
       <source>Reload APIs</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3310" />
+      <location filename="../UI/UserInterface.py" line="3309" />
       <source>Reload &amp;APIs</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3312" />
+      <location filename="../UI/UserInterface.py" line="3311" />
       <source>Reload the API information</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3314" />
+      <location filename="../UI/UserInterface.py" line="3313" />
       <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3328" />
-      <location filename="../UI/UserInterface.py" line="3320" />
+      <location filename="../UI/UserInterface.py" line="3327" />
+      <location filename="../UI/UserInterface.py" line="3319" />
       <source>Show external tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3322" />
+      <location filename="../UI/UserInterface.py" line="3321" />
       <source>Show external &amp;tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3330" />
+      <location filename="../UI/UserInterface.py" line="3329" />
       <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3340" />
+      <location filename="../UI/UserInterface.py" line="3339" />
       <source>View Profiles</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3342" />
+      <location filename="../UI/UserInterface.py" line="3341" />
       <source>&amp;View Profiles...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3348" />
+      <location filename="../UI/UserInterface.py" line="3347" />
       <source>Configure view profiles</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3350" />
+      <location filename="../UI/UserInterface.py" line="3349" />
       <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3361" />
+      <location filename="../UI/UserInterface.py" line="3360" />
       <source>Toolbars</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3363" />
+      <location filename="../UI/UserInterface.py" line="3362" />
       <source>Tool&amp;bars...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3369" />
+      <location filename="../UI/UserInterface.py" line="3368" />
       <source>Configure toolbars</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3371" />
+      <location filename="../UI/UserInterface.py" line="3370" />
       <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3382" />
+      <location filename="../UI/UserInterface.py" line="3381" />
       <source>Keyboard Shortcuts</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3384" />
+      <location filename="../UI/UserInterface.py" line="3383" />
       <source>Keyboard &amp;Shortcuts...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3390" />
+      <location filename="../UI/UserInterface.py" line="3389" />
       <source>Set the keyboard shortcuts</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3392" />
+      <location filename="../UI/UserInterface.py" line="3391" />
       <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7601" />
-      <location filename="../UI/UserInterface.py" line="7582" />
-      <location filename="../UI/UserInterface.py" line="3402" />
+      <location filename="../UI/UserInterface.py" line="7600" />
+      <location filename="../UI/UserInterface.py" line="7581" />
+      <location filename="../UI/UserInterface.py" line="3401" />
       <source>Export Keyboard Shortcuts</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3404" />
+      <location filename="../UI/UserInterface.py" line="3403" />
       <source>&amp;Export Keyboard Shortcuts...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3410" />
+      <location filename="../UI/UserInterface.py" line="3409" />
       <source>Export the keyboard shortcuts</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3412" />
+      <location filename="../UI/UserInterface.py" line="3411" />
       <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7620" />
-      <location filename="../UI/UserInterface.py" line="3421" />
+      <location filename="../UI/UserInterface.py" line="7619" />
+      <location filename="../UI/UserInterface.py" line="3420" />
       <source>Import Keyboard Shortcuts</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3423" />
+      <location filename="../UI/UserInterface.py" line="3422" />
       <source>&amp;Import Keyboard Shortcuts...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3429" />
+      <location filename="../UI/UserInterface.py" line="3428" />
       <source>Import the keyboard shortcuts</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3431" />
+      <location filename="../UI/UserInterface.py" line="3430" />
       <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3441" />
+      <location filename="../UI/UserInterface.py" line="3440" />
       <source>Manage SSL Certificates</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3443" />
+      <location filename="../UI/UserInterface.py" line="3442" />
       <source>Manage SSL Certificates...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3450" />
+      <location filename="../UI/UserInterface.py" line="3449" />
       <source>Manage the saved SSL certificates</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3453" />
+      <location filename="../UI/UserInterface.py" line="3452" />
       <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3463" />
+      <location filename="../UI/UserInterface.py" line="3462" />
       <source>Edit Message Filters</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3465" />
+      <location filename="../UI/UserInterface.py" line="3464" />
       <source>Edit Message Filters...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3472" />
+      <location filename="../UI/UserInterface.py" line="3471" />
       <source>Edit the message filters used to suppress unwanted messages</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3475" />
+      <location filename="../UI/UserInterface.py" line="3474" />
       <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3494" />
-      <location filename="../UI/UserInterface.py" line="3488" />
-      <location filename="../UI/UserInterface.py" line="3486" />
+      <location filename="../UI/UserInterface.py" line="3493" />
+      <location filename="../UI/UserInterface.py" line="3487" />
+      <location filename="../UI/UserInterface.py" line="3485" />
       <source>Clear private data</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3496" />
+      <location filename="../UI/UserInterface.py" line="3495" />
       <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3506" />
+      <location filename="../UI/UserInterface.py" line="3505" />
+      <source>Activate current editor</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3507" />
-      <location filename="../UI/UserInterface.py" line="3506" />
-      <source>Activate current editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3508" />
       <source>Alt+Shift+E</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3518" />
+      <location filename="../UI/UserInterface.py" line="3517" />
+      <source>Show next</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3519" />
-      <location filename="../UI/UserInterface.py" line="3518" />
-      <source>Show next</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3520" />
       <source>Ctrl+Alt+Tab</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3530" />
+      <location filename="../UI/UserInterface.py" line="3529" />
+      <source>Show previous</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3531" />
-      <location filename="../UI/UserInterface.py" line="3530" />
-      <source>Show previous</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3532" />
       <source>Shift+Ctrl+Alt+Tab</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3542" />
+      <location filename="../UI/UserInterface.py" line="3541" />
+      <source>Switch between tabs</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3543" />
-      <location filename="../UI/UserInterface.py" line="3542" />
-      <source>Switch between tabs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3544" />
       <source>Ctrl+1</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3554" />
+      <location filename="../UI/UserInterface.py" line="3553" />
       <source>Plugin Infos</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3556" />
+      <location filename="../UI/UserInterface.py" line="3555" />
       <source>&amp;Plugin Infos...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3562" />
+      <location filename="../UI/UserInterface.py" line="3561" />
       <source>Show Plugin Infos</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3564" />
+      <location filename="../UI/UserInterface.py" line="3563" />
       <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3582" />
-      <location filename="../UI/UserInterface.py" line="3574" />
+      <location filename="../UI/UserInterface.py" line="3581" />
+      <location filename="../UI/UserInterface.py" line="3573" />
       <source>Install Plugins</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3576" />
+      <location filename="../UI/UserInterface.py" line="3575" />
       <source>&amp;Install Plugins...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3584" />
+      <location filename="../UI/UserInterface.py" line="3583" />
       <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3601" />
-      <location filename="../UI/UserInterface.py" line="3593" />
+      <location filename="../UI/UserInterface.py" line="3600" />
+      <location filename="../UI/UserInterface.py" line="3592" />
       <source>Uninstall Plugin</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3595" />
+      <location filename="../UI/UserInterface.py" line="3594" />
       <source>&amp;Uninstall Plugin...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3603" />
+      <location filename="../UI/UserInterface.py" line="3602" />
       <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3614" />
+      <location filename="../UI/UserInterface.py" line="3613" />
       <source>Plugin &amp;Repository...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3620" />
+      <location filename="../UI/UserInterface.py" line="3619" />
       <source>Show Plugins available for download</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3622" />
+      <location filename="../UI/UserInterface.py" line="3621" />
       <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3652" />
       <location filename="../UI/UserInterface.py" line="3651" />
+      <location filename="../UI/UserInterface.py" line="3650" />
       <source>Qt5 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3658" />
+      <location filename="../UI/UserInterface.py" line="3657" />
       <source>Open Qt5 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3660" />
+      <location filename="../UI/UserInterface.py" line="3659" />
       <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3673" />
       <location filename="../UI/UserInterface.py" line="3672" />
+      <location filename="../UI/UserInterface.py" line="3671" />
       <source>Qt6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3679" />
+      <location filename="../UI/UserInterface.py" line="3678" />
       <source>Open Qt6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3681" />
+      <location filename="../UI/UserInterface.py" line="3680" />
       <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3694" />
       <location filename="../UI/UserInterface.py" line="3693" />
+      <location filename="../UI/UserInterface.py" line="3692" />
       <source>PyQt5 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3700" />
+      <location filename="../UI/UserInterface.py" line="3699" />
       <source>Open PyQt5 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3702" />
+      <location filename="../UI/UserInterface.py" line="3701" />
       <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3715" />
       <location filename="../UI/UserInterface.py" line="3714" />
+      <location filename="../UI/UserInterface.py" line="3713" />
       <source>PyQt6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3721" />
+      <location filename="../UI/UserInterface.py" line="3720" />
       <source>Open PyQt6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3723" />
+      <location filename="../UI/UserInterface.py" line="3722" />
       <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3741" />
       <location filename="../UI/UserInterface.py" line="3740" />
+      <location filename="../UI/UserInterface.py" line="3739" />
       <source>Python 3 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3747" />
+      <location filename="../UI/UserInterface.py" line="3746" />
       <source>Open Python 3 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3749" />
+      <location filename="../UI/UserInterface.py" line="3748" />
       <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;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 &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3768" />
       <location filename="../UI/UserInterface.py" line="3767" />
+      <location filename="../UI/UserInterface.py" line="3766" />
       <source>eric API Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3774" />
+      <location filename="../UI/UserInterface.py" line="3773" />
       <source>Open eric API Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3776" />
+      <location filename="../UI/UserInterface.py" line="3775" />
       <source>&lt;b&gt;eric API Documentation&lt;/b&gt;&lt;p&gt;Display the eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric installation directory.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3794" />
       <location filename="../UI/UserInterface.py" line="3793" />
+      <location filename="../UI/UserInterface.py" line="3792" />
       <source>PySide2 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3800" />
+      <location filename="../UI/UserInterface.py" line="3799" />
       <source>Open PySide2 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3802" />
+      <location filename="../UI/UserInterface.py" line="3801" />
       <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3820" />
       <location filename="../UI/UserInterface.py" line="3819" />
+      <location filename="../UI/UserInterface.py" line="3818" />
       <source>PySide6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3826" />
+      <location filename="../UI/UserInterface.py" line="3825" />
       <source>Open PySide6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3828" />
+      <location filename="../UI/UserInterface.py" line="3827" />
       <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3864" />
+      <location filename="../UI/UserInterface.py" line="3863" />
       <source>Sessions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3945" />
+      <location filename="../UI/UserInterface.py" line="3944" />
       <source>E&amp;xtras</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3955" />
+      <location filename="../UI/UserInterface.py" line="3954" />
       <source>Wi&amp;zards</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3973" />
+      <location filename="../UI/UserInterface.py" line="3972" />
       <source>P&amp;lugins</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3982" />
+      <location filename="../UI/UserInterface.py" line="3981" />
       <source>Configure...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3991" />
+      <location filename="../UI/UserInterface.py" line="3990" />
       <source>&amp;Testing</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4008" />
+      <location filename="../UI/UserInterface.py" line="4007" />
       <source>Select Tool Group</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4019" />
+      <location filename="../UI/UserInterface.py" line="4018" />
       <source>Se&amp;ttings</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4052" />
+      <location filename="../UI/UserInterface.py" line="4051" />
       <source>&amp;Window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4061" />
+      <location filename="../UI/UserInterface.py" line="4060" />
       <source>&amp;Windows</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4065" />
+      <location filename="../UI/UserInterface.py" line="4064" />
       <source>Central Park</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4069" />
+      <location filename="../UI/UserInterface.py" line="4068" />
       <source>Left Side</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4088" />
+      <location filename="../UI/UserInterface.py" line="4087" />
       <source>Right Side</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4107" />
+      <location filename="../UI/UserInterface.py" line="4106" />
       <source>Bottom Side</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4115" />
+      <location filename="../UI/UserInterface.py" line="4114" />
       <source>Plug-ins</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4121" />
+      <location filename="../UI/UserInterface.py" line="4120" />
       <source>&amp;Toolbars</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4134" />
+      <location filename="../UI/UserInterface.py" line="4133" />
       <source>&amp;Help</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4191" />
-      <location filename="../UI/UserInterface.py" line="4174" />
+      <location filename="../UI/UserInterface.py" line="4190" />
+      <location filename="../UI/UserInterface.py" line="4173" />
       <source>Tools</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="4192" />
+      <location filename="../UI/UserInterface.py" line="4177" />
+      <source>Settings</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6361" />
       <location filename="../UI/UserInterface.py" line="4193" />
       <location filename="../UI/UserInterface.py" line="4178" />
-      <source>Settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6362" />
+      <source>Help</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="4194" />
       <location filename="../UI/UserInterface.py" line="4179" />
-      <source>Help</source>
+      <source>Profiles</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="4195" />
       <location filename="../UI/UserInterface.py" line="4180" />
-      <source>Profiles</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4196" />
-      <location filename="../UI/UserInterface.py" line="4181" />
       <source>Plugins</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4192" />
+      <location filename="../UI/UserInterface.py" line="4191" />
       <source>Unittest</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4369" />
+      <location filename="../UI/UserInterface.py" line="4368" />
       <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4378" />
+      <location filename="../UI/UserInterface.py" line="4377" />
       <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4387" />
+      <location filename="../UI/UserInterface.py" line="4386" />
       <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4396" />
+      <location filename="../UI/UserInterface.py" line="4395" />
       <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4405" />
+      <location filename="../UI/UserInterface.py" line="4404" />
       <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4414" />
+      <location filename="../UI/UserInterface.py" line="4413" />
       <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4428" />
+      <location filename="../UI/UserInterface.py" line="4427" />
       <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4502" />
-      <location filename="../UI/UserInterface.py" line="4461" />
+      <location filename="../UI/UserInterface.py" line="4501" />
+      <location filename="../UI/UserInterface.py" line="4460" />
       <source>External Tools/{0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4610" />
+      <location filename="../UI/UserInterface.py" line="4609" />
       <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4680" />
+      <location filename="../UI/UserInterface.py" line="4679" />
       <source>Desktop</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4684" />
+      <location filename="../UI/UserInterface.py" line="4683" />
       <source>Session Type</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4740" />
+      <location filename="../UI/UserInterface.py" line="4739" />
       <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5074" />
+      <source>Restart application</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5075" />
-      <source>Restart application</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5076" />
       <source>The application needs to be restarted. Do it now?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5099" />
+      <source>Upgrade PyQt</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5100" />
-      <source>Upgrade PyQt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5101" />
       <source>eric needs to be closed in order to upgrade PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5124" />
+      <source>Upgrade Eric</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5125" />
-      <source>Upgrade Eric</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5126" />
       <source>eric needs to be closed in order to be upgraded. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5150" />
+      <source>Upgrade Eric and PyQt6</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5151" />
-      <source>Upgrade Eric and PyQt6</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5152" />
       <source>eric needs to be closed in order to upgrade eric and PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
  Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5214" />
+      <location filename="../UI/UserInterface.py" line="5213" />
       <source>&amp;Builtin Tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5234" />
+      <location filename="../UI/UserInterface.py" line="5233" />
       <source>&amp;Plugin Tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5237" />
+      <location filename="../UI/UserInterface.py" line="5236" />
       <source>&amp;User Tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5263" />
+      <location filename="../UI/UserInterface.py" line="5262" />
       <source>Configure Tool Groups ...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5267" />
+      <location filename="../UI/UserInterface.py" line="5266" />
       <source>Configure current Tool Group ...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5306" />
-      <location filename="../UI/UserInterface.py" line="5286" />
+      <location filename="../UI/UserInterface.py" line="5305" />
+      <location filename="../UI/UserInterface.py" line="5285" />
       <source>No User Tools Configured</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5382" />
+      <location filename="../UI/UserInterface.py" line="5381" />
       <source>&amp;Show all</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5384" />
+      <location filename="../UI/UserInterface.py" line="5383" />
       <source>&amp;Hide all</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6498" />
+      <location filename="../UI/UserInterface.py" line="6487" />
+      <location filename="../UI/UserInterface.py" line="6439" />
+      <location filename="../UI/UserInterface.py" line="6429" />
+      <location filename="../UI/UserInterface.py" line="6252" />
+      <location filename="../UI/UserInterface.py" line="6242" />
+      <location filename="../UI/UserInterface.py" line="6184" />
+      <location filename="../UI/UserInterface.py" line="6174" />
+      <source>Problem</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6499" />
       <location filename="../UI/UserInterface.py" line="6488" />
       <location filename="../UI/UserInterface.py" line="6440" />
@@ -93198,305 +93248,283 @@
       <location filename="../UI/UserInterface.py" line="6243" />
       <location filename="../UI/UserInterface.py" line="6185" />
       <location filename="../UI/UserInterface.py" line="6175" />
-      <source>Problem</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6500" />
-      <location filename="../UI/UserInterface.py" line="6489" />
-      <location filename="../UI/UserInterface.py" line="6441" />
-      <location filename="../UI/UserInterface.py" line="6431" />
-      <location filename="../UI/UserInterface.py" line="6254" />
-      <location filename="../UI/UserInterface.py" line="6244" />
-      <location filename="../UI/UserInterface.py" line="6186" />
-      <location filename="../UI/UserInterface.py" line="6176" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6740" />
+      <location filename="../UI/UserInterface.py" line="6651" />
+      <location filename="../UI/UserInterface.py" line="6534" />
+      <location filename="../UI/UserInterface.py" line="6511" />
+      <location filename="../UI/UserInterface.py" line="6452" />
+      <location filename="../UI/UserInterface.py" line="6399" />
+      <location filename="../UI/UserInterface.py" line="6377" />
+      <location filename="../UI/UserInterface.py" line="6328" />
+      <location filename="../UI/UserInterface.py" line="6319" />
+      <location filename="../UI/UserInterface.py" line="6284" />
+      <location filename="../UI/UserInterface.py" line="6275" />
+      <location filename="../UI/UserInterface.py" line="6216" />
+      <location filename="../UI/UserInterface.py" line="6207" />
+      <source>Process Generation Error</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6208" />
+      <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6217" />
+      <source>&lt;p&gt;Could not find the Qt-Designer executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6276" />
+      <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6285" />
+      <source>&lt;p&gt;Could not find the Qt-Linguist executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6320" />
+      <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6329" />
+      <source>&lt;p&gt;Could not find the Qt-Assistant executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6362" />
+      <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6378" />
+      <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6400" />
+      <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6453" />
+      <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6512" />
+      <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6535" />
+      <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6632" />
+      <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6652" />
+      <source>&lt;p&gt;Could not start Snapshot tool.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6685" />
+      <location filename="../UI/UserInterface.py" line="6675" />
+      <source>External Tools</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6676" />
+      <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6686" />
+      <source>No toolgroup entry '{0}' found.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6723" />
+      <source>Starting process '{0} {1}'.
+</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6741" />
-      <location filename="../UI/UserInterface.py" line="6652" />
-      <location filename="../UI/UserInterface.py" line="6535" />
-      <location filename="../UI/UserInterface.py" line="6512" />
-      <location filename="../UI/UserInterface.py" line="6453" />
-      <location filename="../UI/UserInterface.py" line="6400" />
-      <location filename="../UI/UserInterface.py" line="6378" />
-      <location filename="../UI/UserInterface.py" line="6329" />
-      <location filename="../UI/UserInterface.py" line="6320" />
-      <location filename="../UI/UserInterface.py" line="6285" />
-      <location filename="../UI/UserInterface.py" line="6276" />
-      <location filename="../UI/UserInterface.py" line="6217" />
-      <location filename="../UI/UserInterface.py" line="6208" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6209" />
-      <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6218" />
-      <source>&lt;p&gt;Could not find the Qt-Designer executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6277" />
-      <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6286" />
-      <source>&lt;p&gt;Could not find the Qt-Linguist executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6321" />
-      <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6330" />
-      <source>&lt;p&gt;Could not find the Qt-Assistant executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6363" />
-      <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6379" />
-      <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6401" />
-      <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6454" />
-      <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6513" />
-      <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6536" />
-      <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6633" />
-      <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6653" />
-      <source>&lt;p&gt;Could not start Snapshot tool.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6686" />
-      <location filename="../UI/UserInterface.py" line="6676" />
-      <source>External Tools</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6677" />
-      <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6687" />
-      <source>No toolgroup entry '{0}' found.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6724" />
-      <source>Starting process '{0} {1}'.
-</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6742" />
       <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6821" />
+      <location filename="../UI/UserInterface.py" line="6820" />
       <source>Process '{0}' has exited.
 </source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7108" />
+      <location filename="../UI/UserInterface.py" line="7046" />
+      <location filename="../UI/UserInterface.py" line="7002" />
+      <location filename="../UI/UserInterface.py" line="6928" />
+      <location filename="../UI/UserInterface.py" line="6864" />
+      <source>Documentation Missing</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7109" />
       <location filename="../UI/UserInterface.py" line="7047" />
       <location filename="../UI/UserInterface.py" line="7003" />
       <location filename="../UI/UserInterface.py" line="6929" />
       <location filename="../UI/UserInterface.py" line="6865" />
-      <source>Documentation Missing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7110" />
-      <location filename="../UI/UserInterface.py" line="7048" />
-      <location filename="../UI/UserInterface.py" line="7004" />
-      <location filename="../UI/UserInterface.py" line="6930" />
-      <location filename="../UI/UserInterface.py" line="6866" />
       <source>&lt;p&gt;The documentation starting point "&lt;b&gt;{0}&lt;/b&gt;" could not be found.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7090" />
+      <location filename="../UI/UserInterface.py" line="6972" />
+      <source>Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6973" />
+      <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7091" />
-      <location filename="../UI/UserInterface.py" line="6973" />
-      <source>Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6974" />
-      <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7092" />
       <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7270" />
+      <location filename="../UI/UserInterface.py" line="7206" />
+      <source>Start Web Browser</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7207" />
+      <source>The eric web browser could not be started.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7271" />
-      <location filename="../UI/UserInterface.py" line="7207" />
-      <source>Start Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7208" />
-      <source>The eric web browser could not be started.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7272" />
       <source>&lt;p&gt;The eric web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7318" />
+      <location filename="../UI/UserInterface.py" line="7317" />
       <source>Open Browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7318" />
+      <location filename="../UI/UserInterface.py" line="7317" />
       <source>Could not start a web browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7622" />
-      <location filename="../UI/UserInterface.py" line="7584" />
+      <location filename="../UI/UserInterface.py" line="7621" />
+      <location filename="../UI/UserInterface.py" line="7583" />
       <source>Keyboard Shortcuts File (*.ekj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7602" />
+      <location filename="../UI/UserInterface.py" line="7601" />
       <source>&lt;p&gt;The keyboard shortcuts file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7806" />
+      <location filename="../UI/UserInterface.py" line="7805" />
       <source>Load crash session...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7809" />
+      <location filename="../UI/UserInterface.py" line="7808" />
       <source>Clean crash sessions...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7845" />
+      <source>Read Session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7846" />
-      <source>Read Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7847" />
       <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7870" />
+      <location filename="../UI/UserInterface.py" line="7869" />
       <source>Save Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7895" />
-      <location filename="../UI/UserInterface.py" line="7872" />
+      <location filename="../UI/UserInterface.py" line="7894" />
+      <location filename="../UI/UserInterface.py" line="7871" />
       <source>eric Session Files (*.esj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7964" />
-      <source>Found Crash Sessions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7965" />
-      <source>These crash session files were found. Select the one to open. Select 'Cancel' to not open a crash session.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="8038" />
+      <location filename="../UI/UserInterface.py" line="8030" />
       <source>Clean stale crash sessions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8039" />
+      <location filename="../UI/UserInterface.py" line="8031" />
       <source>Do you really want to delete these stale crash session files?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8415" />
+      <location filename="../UI/UserInterface.py" line="8407" />
       <source>Drop Error</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8416" />
+      <location filename="../UI/UserInterface.py" line="8408" />
       <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8613" />
+      <location filename="../UI/UserInterface.py" line="8605" />
       <source>Upgrade available</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8614" />
+      <location filename="../UI/UserInterface.py" line="8606" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8662" />
+      <location filename="../UI/UserInterface.py" line="8654" />
       <source>First time usage</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8663" />
+      <location filename="../UI/UserInterface.py" line="8655" />
       <source>eric has not been configured yet. The configuration dialog will be started.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8685" />
+      <location filename="../UI/UserInterface.py" line="8677" />
       <source>Select Workspace Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8853" />
+      <location filename="../UI/UserInterface.py" line="8845" />
       <source>Unsaved Data Detected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8854" />
+      <location filename="../UI/UserInterface.py" line="8846" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation type="unfinished" />
     </message>
--- a/src/eric7/i18n/eric7_es.ts	Wed Apr 02 16:56:06 2025 +0200
+++ b/src/eric7/i18n/eric7_es.ts	Thu Apr 03 19:50:43 2025 +0200
@@ -8717,6 +8717,44 @@
     </message>
   </context>
   <context>
+    <name>CrashedSessionsSelectionDialog</name>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="72" />
+      <source>Read Crash Session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="73" />
+      <source>&lt;p&gt;The crash session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="82" />
+      <source>{0}
+Timestamp: {1}
+Project: {2}</source>
+      <comment>Crash Session, Timestamp, Project Path</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="87" />
+      <source>{0}
+Timestamp: {1}</source>
+      <comment>Crash Session, Timestamp</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.ui" line="0" />
+      <source>Found Crash Sessions</source>
+      <translation type="unfinished">Encontradas Sesiones Perdidas</translation>
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.ui" line="0" />
+      <source>These crash session files were found. Select the one to open. Select 'Cancel' to not open a crash session.</source>
+      <translation type="unfinished">Se han encontrado estos archivos de sesiones perdidas. Seleccionar la que se desee abrir. Seleccionar 'Cancelar' para no abrir ninguna.</translation>
+    </message>
+  </context>
+  <context>
     <name>CreateDialogCodeDialog</name>
     <message>
       <location filename="../Project/CreateDialogCodeDialog.py" line="149" />
@@ -91409,2227 +91447,2227 @@
   <context>
     <name>UserInterface</name>
     <message>
-      <location filename="../UI/UserInterface.py" line="264" />
+      <location filename="../UI/UserInterface.py" line="263" />
       <source>Initializing Basic Services...</source>
       <translation>Inicializando Servicios Básicos...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="320" />
+      <location filename="../UI/UserInterface.py" line="319" />
       <source>Initializing Plugin Manager...</source>
       <translation>Inicializando el administrador de Plugins...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="328" />
+      <location filename="../UI/UserInterface.py" line="327" />
       <source>Generating Main User Interface...</source>
       <translation>Generando la interfaz general de usuario...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="385" />
-      <location filename="../UI/UserInterface.py" line="383" />
+      <location filename="../UI/UserInterface.py" line="384" />
+      <location filename="../UI/UserInterface.py" line="382" />
       <source>Setting up signal/slot-connections...</source>
       <translation>Configuracion de conexiones signal/slot...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="594" />
+      <location filename="../UI/UserInterface.py" line="593" />
       <source>Initializing Tools...</source>
       <translation>Inicializando Herramientas...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="606" />
+      <location filename="../UI/UserInterface.py" line="605" />
       <source>Registering Objects...</source>
       <translation>Registrando Objetos...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="641" />
+      <location filename="../UI/UserInterface.py" line="640" />
       <source>Initializing Actions...</source>
       <translation>Inicializando Acciones...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="644" />
+      <location filename="../UI/UserInterface.py" line="643" />
       <source>Initializing Menus...</source>
       <translation>Inicializando Menues...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="647" />
+      <location filename="../UI/UserInterface.py" line="646" />
       <source>Initializing Toolbars...</source>
       <translation>Inicializando Barras de Herramientas...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="650" />
+      <location filename="../UI/UserInterface.py" line="649" />
       <source>Initializing Statusbar...</source>
       <translation>Inicializando Barra de estado...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="675" />
-      <location filename="../UI/UserInterface.py" line="673" />
+      <location filename="../UI/UserInterface.py" line="674" />
+      <location filename="../UI/UserInterface.py" line="672" />
       <source>Initializing Single Application Server...</source>
       <translation>Incializando el servidor de aplicaciones simples...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="682" />
+      <location filename="../UI/UserInterface.py" line="681" />
       <source>Initializing Plugins...</source>
       <translation>Inicializando Plugins...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="686" />
+      <location filename="../UI/UserInterface.py" line="685" />
       <source>Activating Plugins...</source>
       <translation>Activando Plugins...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="689" />
+      <location filename="../UI/UserInterface.py" line="688" />
       <source>Generating Plugins Toolbars...</source>
       <translation>Generando Barras de Herramientas para Plugins...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="693" />
+      <location filename="../UI/UserInterface.py" line="692" />
       <source>Cleaning Plugins Download Area...</source>
       <translation>Limpiar Área de Descarga de Plugins...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="704" />
+      <location filename="../UI/UserInterface.py" line="703" />
       <source>Restoring Toolbarmanager...</source>
       <translation>Restaurando Gestor de Barras de Herramientas...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="713" />
+      <location filename="../UI/UserInterface.py" line="712" />
       <source>Setting View Profile...</source>
       <translation>Estableciendo Perfil de Vista...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="727" />
+      <location filename="../UI/UserInterface.py" line="726" />
       <source>Reading Tasks...</source>
       <translation>Leyendo tareas...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="733" />
+      <location filename="../UI/UserInterface.py" line="732" />
       <source>Reading Templates...</source>
       <translation>Leyendo Plantillas...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="739" />
+      <location filename="../UI/UserInterface.py" line="738" />
       <source>Starting Debugger...</source>
       <translation>Iniciando Depurador...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2213" />
-      <location filename="../UI/UserInterface.py" line="1100" />
+      <location filename="../UI/UserInterface.py" line="2212" />
+      <location filename="../UI/UserInterface.py" line="1099" />
       <source>Left Toolbox</source>
       <translation>Caja de herramientas de la Izquierda</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2259" />
-      <location filename="../UI/UserInterface.py" line="1110" />
+      <location filename="../UI/UserInterface.py" line="2258" />
+      <location filename="../UI/UserInterface.py" line="1109" />
       <source>Horizontal Toolbox</source>
       <translation>Caja de Herramientas Horizontal</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2236" />
-      <location filename="../UI/UserInterface.py" line="1121" />
+      <location filename="../UI/UserInterface.py" line="2235" />
+      <location filename="../UI/UserInterface.py" line="1120" />
       <source>Right Toolbox</source>
       <translation>Caja de herramientas de la Derecha</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2054" />
+      <location filename="../UI/UserInterface.py" line="1316" />
+      <location filename="../UI/UserInterface.py" line="1130" />
+      <source>Multiproject-Viewer</source>
+      <translation>Visor de Multiproyecto</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2032" />
+      <location filename="../UI/UserInterface.py" line="1322" />
+      <location filename="../UI/UserInterface.py" line="1136" />
+      <source>Project-Viewer</source>
+      <translation>Visor de Proyecto</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2594" />
+      <location filename="../UI/UserInterface.py" line="2593" />
+      <location filename="../UI/UserInterface.py" line="1329" />
+      <location filename="../UI/UserInterface.py" line="1143" />
+      <source>Find/Replace In Files</source>
+      <translation>Buscar/Reemplazar en Archivos</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2617" />
+      <location filename="../UI/UserInterface.py" line="2616" />
+      <location filename="../UI/UserInterface.py" line="1336" />
+      <location filename="../UI/UserInterface.py" line="1150" />
+      <source>Find File</source>
+      <translation>Buscar archivo</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1342" />
+      <location filename="../UI/UserInterface.py" line="1156" />
+      <source>VCS Status</source>
+      <translation>Estado de VCS</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2187" />
+      <location filename="../UI/UserInterface.py" line="1349" />
+      <location filename="../UI/UserInterface.py" line="1163" />
+      <source>Template-Viewer</source>
+      <translation>Visor de Plantillas</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2120" />
+      <location filename="../UI/UserInterface.py" line="1356" />
+      <location filename="../UI/UserInterface.py" line="1170" />
+      <source>File-Browser</source>
+      <translation>Explorador de archivos</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1363" />
+      <location filename="../UI/UserInterface.py" line="1177" />
+      <source>Symbols</source>
+      <translation>Símbolos</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2076" />
+      <location filename="../UI/UserInterface.py" line="1385" />
+      <location filename="../UI/UserInterface.py" line="1379" />
+      <location filename="../UI/UserInterface.py" line="1187" />
+      <source>Debug-Viewer</source>
+      <translation>Visor Depurador</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2448" />
+      <location filename="../UI/UserInterface.py" line="2447" />
+      <location filename="../UI/UserInterface.py" line="1392" />
+      <location filename="../UI/UserInterface.py" line="1194" />
+      <source>Code Documentation Viewer</source>
+      <translation>Visor de Documentación de Código</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2663" />
+      <location filename="../UI/UserInterface.py" line="2662" />
+      <location filename="../UI/UserInterface.py" line="1399" />
+      <location filename="../UI/UserInterface.py" line="1201" />
+      <source>Help Viewer</source>
+      <translation>Visor de Ayuda</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3611" />
+      <location filename="../UI/UserInterface.py" line="2543" />
+      <location filename="../UI/UserInterface.py" line="2542" />
+      <location filename="../UI/UserInterface.py" line="1405" />
+      <location filename="../UI/UserInterface.py" line="1207" />
+      <source>Plugin Repository</source>
+      <translation>Repositorio de Plugins</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2567" />
+      <location filename="../UI/UserInterface.py" line="2566" />
+      <location filename="../UI/UserInterface.py" line="1411" />
+      <location filename="../UI/UserInterface.py" line="1213" />
+      <source>Virtual Environments</source>
+      <translation>Entornos Virtuales</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2475" />
+      <location filename="../UI/UserInterface.py" line="2474" />
+      <location filename="../UI/UserInterface.py" line="1418" />
+      <location filename="../UI/UserInterface.py" line="1220" />
+      <source>PyPI Package Management</source>
+      <translation>Gestión de Packages PyPI</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2497" />
+      <location filename="../UI/UserInterface.py" line="2496" />
+      <location filename="../UI/UserInterface.py" line="1425" />
+      <location filename="../UI/UserInterface.py" line="1225" />
+      <source>Conda</source>
+      <translation>Conda</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1432" />
+      <location filename="../UI/UserInterface.py" line="1232" />
+      <source>Cooperation</source>
+      <translation>Cooperación</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2375" />
+      <location filename="../UI/UserInterface.py" line="1436" />
+      <location filename="../UI/UserInterface.py" line="1237" />
+      <source>IRC</source>
+      <translation>IRC</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2519" />
+      <location filename="../UI/UserInterface.py" line="2518" />
+      <location filename="../UI/UserInterface.py" line="1442" />
+      <location filename="../UI/UserInterface.py" line="1244" />
+      <source>MicroPython</source>
+      <translation>MicroPython</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2098" />
+      <location filename="../UI/UserInterface.py" line="1450" />
+      <location filename="../UI/UserInterface.py" line="1252" />
+      <source>Shell</source>
+      <translation>Shell</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2164" />
+      <location filename="../UI/UserInterface.py" line="1456" />
+      <location filename="../UI/UserInterface.py" line="1256" />
+      <source>Task-Viewer</source>
+      <translation>Visor de Tareas</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2142" />
+      <location filename="../UI/UserInterface.py" line="1462" />
+      <location filename="../UI/UserInterface.py" line="1260" />
+      <source>Log-Viewer</source>
+      <translation>Visor Log</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1469" />
+      <location filename="../UI/UserInterface.py" line="1267" />
+      <source>Numbers</source>
+      <translation>Números</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1844" />
+      <source>{0} - Passive Mode</source>
+      <translation>{0} - Modo Pasivo</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1853" />
+      <location filename="../UI/UserInterface.py" line="1847" />
+      <source>{0} - {1} - Passive Mode</source>
+      <translation>{0} - {1} - Modo Pasivo</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1859" />
+      <source>{0} - {1} - {2} - Passive Mode</source>
+      <translation>{0} - {1} - {2} - Modo Pasivo</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1885" />
+      <source>Quit</source>
+      <translation>Salir</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1887" />
+      <source>&amp;Quit</source>
+      <translation>&amp;Salir</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1888" />
+      <source>Ctrl+Q</source>
+      <comment>File|Quit</comment>
+      <translation>Ctrl+Q</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1893" />
+      <source>Quit the IDE</source>
+      <translation>Salir del IDE</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1895" />
+      <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Salir del IDE&lt;/b&gt;&lt;p&gt;Sale del IDE. Salve primero cualquier cambio que no haya guardado. Se detendran las depuraciones en curso y las preferencias se guardarán en disco.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1909" />
+      <location filename="../UI/UserInterface.py" line="1907" />
+      <source>Restart</source>
+      <translation>Reiniciar</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1910" />
+      <source>Ctrl+Shift+Q</source>
+      <comment>File|Quit</comment>
+      <translation>Ctrl+Shift+Q</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1915" />
+      <source>Restart the IDE</source>
+      <translation>Reiniciar la IDE</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1917" />
+      <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Reiniciar la IDE&lt;/b&gt;&lt;p&gt;Reinicia la IDE. Todos los cambios sin guardar pueden ser guardados primero. Cualquier programa de Python que esté en depuración será detenido, y las preferencias se guardarán en disco.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1935" />
+      <location filename="../UI/UserInterface.py" line="1928" />
+      <source>Save session</source>
+      <translation>Guardar sesión</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1929" />
+      <source>Save session...</source>
+      <translation>Guardar sesión...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1937" />
+      <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Guardar sesión...&lt;/b&gt;&lt;p&gt;Guarda la sesión actual a disco. Se muestra un diálogo para seleccionar el nombre de archivo.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7892" />
+      <location filename="../UI/UserInterface.py" line="1954" />
+      <location filename="../UI/UserInterface.py" line="1947" />
+      <source>Load session</source>
+      <translation>Cargar sesión</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1948" />
+      <source>Load session...</source>
+      <translation>Cargar sesión...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1956" />
+      <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Cargar sesión...&lt;/b&gt;&lt;p&gt;Carga una sesión guardada en disco anteriormente. Se muestra un diálogo para seleccionar el nombre de archivo.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1966" />
+      <source>New Window</source>
+      <translation>Nueva Ventana</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1968" />
+      <source>New &amp;Window</source>
+      <translation>Nueva &amp;Ventana</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1969" />
+      <source>Ctrl+Shift+N</source>
+      <comment>File|New Window</comment>
+      <translation>Ctrl+Shift+N</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1974" />
+      <source>Open a new eric instance</source>
+      <translation>Abrir una nueva instancia de eric</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1976" />
+      <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric IDE.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Nueva Ventana&lt;/b&gt;&lt;p&gt;Abre una nueva instancia del IDE eric.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1990" />
+      <location filename="../UI/UserInterface.py" line="1988" />
+      <source>Edit Profile</source>
+      <translation>Perfil de Edición</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1997" />
+      <source>Activate the edit view profile</source>
+      <translation>Activar el perfil de vista de edición</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1999" />
+      <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Perfil de Edición&lt;/b&gt;&lt;p&gt;Activar "Perfil de Vista de Edición". Las ventanas que se muestran, si este perfil esta activo, pueden ser configuradas con el diálogo "Ver Configuración de Perfil".&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2012" />
+      <location filename="../UI/UserInterface.py" line="2010" />
+      <source>Debug Profile</source>
+      <translation>Perfil de Depuración</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2019" />
+      <source>Activate the debug view profile</source>
+      <translation>Activar el perfil de vista de depuración</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2021" />
+      <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Perfil de Depuración&lt;/b&gt;&lt;p&gt;Activar "Perfil de Vista de Depuracion". Las ventanas que se muestran, si este perfil esta activo, pueden ser configuradas con el diálogo "Ver Configuración de Perfil".&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2033" />
+      <source>&amp;Project-Viewer</source>
+      <translation>Visor de &amp;Proyecto</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2034" />
+      <source>Alt+Shift+P</source>
+      <translation>Alt+Shift+P</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2040" />
+      <source>Switch the input focus to the Project-Viewer window.</source>
+      <translation>Cambiar el foco de input a la ventana de Visor de Proyecto.</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2043" />
+      <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Activar Visor de Proyectos&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Visor de Proyecto.&lt;/p&gt;</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2055" />
-      <location filename="../UI/UserInterface.py" line="1317" />
-      <location filename="../UI/UserInterface.py" line="1131" />
-      <source>Multiproject-Viewer</source>
-      <translation>Visor de Multiproyecto</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2033" />
-      <location filename="../UI/UserInterface.py" line="1323" />
-      <location filename="../UI/UserInterface.py" line="1137" />
-      <source>Project-Viewer</source>
-      <translation>Visor de Proyecto</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2595" />
-      <location filename="../UI/UserInterface.py" line="2594" />
-      <location filename="../UI/UserInterface.py" line="1330" />
-      <location filename="../UI/UserInterface.py" line="1144" />
-      <source>Find/Replace In Files</source>
-      <translation>Buscar/Reemplazar en Archivos</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2618" />
-      <location filename="../UI/UserInterface.py" line="2617" />
-      <location filename="../UI/UserInterface.py" line="1337" />
-      <location filename="../UI/UserInterface.py" line="1151" />
-      <source>Find File</source>
-      <translation>Buscar archivo</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1343" />
-      <location filename="../UI/UserInterface.py" line="1157" />
-      <source>VCS Status</source>
-      <translation>Estado de VCS</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2188" />
-      <location filename="../UI/UserInterface.py" line="1350" />
-      <location filename="../UI/UserInterface.py" line="1164" />
-      <source>Template-Viewer</source>
-      <translation>Visor de Plantillas</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2121" />
-      <location filename="../UI/UserInterface.py" line="1357" />
-      <location filename="../UI/UserInterface.py" line="1171" />
-      <source>File-Browser</source>
-      <translation>Explorador de archivos</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1364" />
-      <location filename="../UI/UserInterface.py" line="1178" />
-      <source>Symbols</source>
-      <translation>Símbolos</translation>
+      <source>&amp;Multiproject-Viewer</source>
+      <translation>Visor de &amp;Multiproyecto</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2056" />
+      <source>Alt+Shift+M</source>
+      <translation>Alt+Shift+M</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2062" />
+      <source>Switch the input focus to the Multiproject-Viewer window.</source>
+      <translation>Cambiar el foco de input a la ventana de Visor de Multiproyecto.</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2065" />
+      <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Activar Visor de Multiproyecto&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Visor de Multiproyecto.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2077" />
-      <location filename="../UI/UserInterface.py" line="1386" />
-      <location filename="../UI/UserInterface.py" line="1380" />
-      <location filename="../UI/UserInterface.py" line="1188" />
-      <source>Debug-Viewer</source>
-      <translation>Visor Depurador</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2449" />
-      <location filename="../UI/UserInterface.py" line="2448" />
-      <location filename="../UI/UserInterface.py" line="1393" />
-      <location filename="../UI/UserInterface.py" line="1195" />
-      <source>Code Documentation Viewer</source>
-      <translation>Visor de Documentación de Código</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2664" />
-      <location filename="../UI/UserInterface.py" line="2663" />
-      <location filename="../UI/UserInterface.py" line="1400" />
-      <location filename="../UI/UserInterface.py" line="1202" />
-      <source>Help Viewer</source>
-      <translation>Visor de Ayuda</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3612" />
-      <location filename="../UI/UserInterface.py" line="2544" />
-      <location filename="../UI/UserInterface.py" line="2543" />
-      <location filename="../UI/UserInterface.py" line="1406" />
-      <location filename="../UI/UserInterface.py" line="1208" />
-      <source>Plugin Repository</source>
-      <translation>Repositorio de Plugins</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2568" />
-      <location filename="../UI/UserInterface.py" line="2567" />
-      <location filename="../UI/UserInterface.py" line="1412" />
-      <location filename="../UI/UserInterface.py" line="1214" />
-      <source>Virtual Environments</source>
-      <translation>Entornos Virtuales</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2476" />
-      <location filename="../UI/UserInterface.py" line="2475" />
-      <location filename="../UI/UserInterface.py" line="1419" />
-      <location filename="../UI/UserInterface.py" line="1221" />
-      <source>PyPI Package Management</source>
-      <translation>Gestión de Packages PyPI</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2498" />
-      <location filename="../UI/UserInterface.py" line="2497" />
-      <location filename="../UI/UserInterface.py" line="1426" />
-      <location filename="../UI/UserInterface.py" line="1226" />
-      <source>Conda</source>
-      <translation>Conda</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1433" />
-      <location filename="../UI/UserInterface.py" line="1233" />
-      <source>Cooperation</source>
-      <translation>Cooperación</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2376" />
-      <location filename="../UI/UserInterface.py" line="1437" />
-      <location filename="../UI/UserInterface.py" line="1238" />
-      <source>IRC</source>
-      <translation>IRC</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2520" />
-      <location filename="../UI/UserInterface.py" line="2519" />
-      <location filename="../UI/UserInterface.py" line="1443" />
-      <location filename="../UI/UserInterface.py" line="1245" />
-      <source>MicroPython</source>
-      <translation>MicroPython</translation>
+      <source>&amp;Debug-Viewer</source>
+      <translation>Visor &amp;Depurador</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2078" />
+      <source>Alt+Shift+D</source>
+      <translation>Alt+Shift+D</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2084" />
+      <source>Switch the input focus to the Debug-Viewer window.</source>
+      <translation>Cambiar el foco de input a la ventana de Visor de Depuración.</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2087" />
+      <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Activar Visor de Depuración&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Visor de Depuración.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2099" />
-      <location filename="../UI/UserInterface.py" line="1451" />
-      <location filename="../UI/UserInterface.py" line="1253" />
-      <source>Shell</source>
-      <translation>Shell</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2165" />
-      <location filename="../UI/UserInterface.py" line="1457" />
-      <location filename="../UI/UserInterface.py" line="1257" />
-      <source>Task-Viewer</source>
-      <translation>Visor de Tareas</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2143" />
-      <location filename="../UI/UserInterface.py" line="1463" />
-      <location filename="../UI/UserInterface.py" line="1261" />
-      <source>Log-Viewer</source>
-      <translation>Visor Log</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1470" />
-      <location filename="../UI/UserInterface.py" line="1268" />
-      <source>Numbers</source>
-      <translation>Números</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1845" />
-      <source>{0} - Passive Mode</source>
-      <translation>{0} - Modo Pasivo</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1854" />
-      <location filename="../UI/UserInterface.py" line="1848" />
-      <source>{0} - {1} - Passive Mode</source>
-      <translation>{0} - {1} - Modo Pasivo</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1860" />
-      <source>{0} - {1} - {2} - Passive Mode</source>
-      <translation>{0} - {1} - {2} - Modo Pasivo</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1886" />
-      <source>Quit</source>
-      <translation>Salir</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1888" />
-      <source>&amp;Quit</source>
-      <translation>&amp;Salir</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1889" />
-      <source>Ctrl+Q</source>
-      <comment>File|Quit</comment>
-      <translation>Ctrl+Q</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1894" />
-      <source>Quit the IDE</source>
-      <translation>Salir del IDE</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1896" />
-      <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Salir del IDE&lt;/b&gt;&lt;p&gt;Sale del IDE. Salve primero cualquier cambio que no haya guardado. Se detendran las depuraciones en curso y las preferencias se guardarán en disco.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1910" />
-      <location filename="../UI/UserInterface.py" line="1908" />
-      <source>Restart</source>
-      <translation>Reiniciar</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1911" />
-      <source>Ctrl+Shift+Q</source>
-      <comment>File|Quit</comment>
-      <translation>Ctrl+Shift+Q</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1916" />
-      <source>Restart the IDE</source>
-      <translation>Reiniciar la IDE</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1918" />
-      <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Reiniciar la IDE&lt;/b&gt;&lt;p&gt;Reinicia la IDE. Todos los cambios sin guardar pueden ser guardados primero. Cualquier programa de Python que esté en depuración será detenido, y las preferencias se guardarán en disco.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1936" />
-      <location filename="../UI/UserInterface.py" line="1929" />
-      <source>Save session</source>
-      <translation>Guardar sesión</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1930" />
-      <source>Save session...</source>
-      <translation>Guardar sesión...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1938" />
-      <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Guardar sesión...&lt;/b&gt;&lt;p&gt;Guarda la sesión actual a disco. Se muestra un diálogo para seleccionar el nombre de archivo.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7893" />
-      <location filename="../UI/UserInterface.py" line="1955" />
-      <location filename="../UI/UserInterface.py" line="1948" />
-      <source>Load session</source>
-      <translation>Cargar sesión</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1949" />
-      <source>Load session...</source>
-      <translation>Cargar sesión...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1957" />
-      <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Cargar sesión...&lt;/b&gt;&lt;p&gt;Carga una sesión guardada en disco anteriormente. Se muestra un diálogo para seleccionar el nombre de archivo.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1967" />
-      <source>New Window</source>
-      <translation>Nueva Ventana</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1969" />
-      <source>New &amp;Window</source>
-      <translation>Nueva &amp;Ventana</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1970" />
-      <source>Ctrl+Shift+N</source>
-      <comment>File|New Window</comment>
-      <translation>Ctrl+Shift+N</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1975" />
-      <source>Open a new eric instance</source>
-      <translation>Abrir una nueva instancia de eric</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1977" />
-      <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric IDE.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Nueva Ventana&lt;/b&gt;&lt;p&gt;Abre una nueva instancia del IDE eric.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1991" />
-      <location filename="../UI/UserInterface.py" line="1989" />
-      <source>Edit Profile</source>
-      <translation>Perfil de Edición</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1998" />
-      <source>Activate the edit view profile</source>
-      <translation>Activar el perfil de vista de edición</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2000" />
-      <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Perfil de Edición&lt;/b&gt;&lt;p&gt;Activar "Perfil de Vista de Edición". Las ventanas que se muestran, si este perfil esta activo, pueden ser configuradas con el diálogo "Ver Configuración de Perfil".&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2013" />
-      <location filename="../UI/UserInterface.py" line="2011" />
-      <source>Debug Profile</source>
-      <translation>Perfil de Depuración</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2020" />
-      <source>Activate the debug view profile</source>
-      <translation>Activar el perfil de vista de depuración</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2022" />
-      <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Perfil de Depuración&lt;/b&gt;&lt;p&gt;Activar "Perfil de Vista de Depuracion". Las ventanas que se muestran, si este perfil esta activo, pueden ser configuradas con el diálogo "Ver Configuración de Perfil".&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2034" />
-      <source>&amp;Project-Viewer</source>
-      <translation>Visor de &amp;Proyecto</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2035" />
-      <source>Alt+Shift+P</source>
-      <translation>Alt+Shift+P</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2041" />
-      <source>Switch the input focus to the Project-Viewer window.</source>
-      <translation>Cambiar el foco de input a la ventana de Visor de Proyecto.</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2044" />
-      <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Activar Visor de Proyectos&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Visor de Proyecto.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2056" />
-      <source>&amp;Multiproject-Viewer</source>
-      <translation>Visor de &amp;Multiproyecto</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2057" />
-      <source>Alt+Shift+M</source>
-      <translation>Alt+Shift+M</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2063" />
-      <source>Switch the input focus to the Multiproject-Viewer window.</source>
-      <translation>Cambiar el foco de input a la ventana de Visor de Multiproyecto.</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2066" />
-      <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Activar Visor de Multiproyecto&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Visor de Multiproyecto.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2078" />
-      <source>&amp;Debug-Viewer</source>
-      <translation>Visor &amp;Depurador</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2079" />
-      <source>Alt+Shift+D</source>
-      <translation>Alt+Shift+D</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2085" />
-      <source>Switch the input focus to the Debug-Viewer window.</source>
-      <translation>Cambiar el foco de input a la ventana de Visor de Depuración.</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2088" />
-      <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Activar Visor de Depuración&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Visor de Depuración.&lt;/p&gt;</translation>
+      <source>&amp;Shell</source>
+      <translation>&amp;Shell</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2100" />
-      <source>&amp;Shell</source>
-      <translation>&amp;Shell</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2101" />
       <source>Alt+Shift+S</source>
       <translation>Alt+Shift+S</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2107" />
+      <location filename="../UI/UserInterface.py" line="2106" />
       <source>Switch the input focus to the Shell window.</source>
       <translation>Cambiar el foco de input a la ventana de Shell.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2110" />
+      <location filename="../UI/UserInterface.py" line="2109" />
       <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Activar Shell&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Shell.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2121" />
+      <source>&amp;File-Browser</source>
+      <translation>Na&amp;vegador de archivos</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2122" />
-      <source>&amp;File-Browser</source>
-      <translation>Na&amp;vegador de archivos</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2123" />
       <source>Alt+Shift+F</source>
       <translation>Alt+Shift+F</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2129" />
+      <location filename="../UI/UserInterface.py" line="2128" />
       <source>Switch the input focus to the File-Browser window.</source>
       <translation>Cambiar el foco de input a la ventana de Navegador de Archivos.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2132" />
+      <location filename="../UI/UserInterface.py" line="2131" />
       <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Activar Navegador de Archivos&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Navegador de Archivos.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2143" />
+      <source>Lo&amp;g-Viewer</source>
+      <translation>Visor de Lo&amp;g</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2144" />
-      <source>Lo&amp;g-Viewer</source>
-      <translation>Visor de Lo&amp;g</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2145" />
       <source>Alt+Shift+G</source>
       <translation>Alt+Shift+G</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2151" />
+      <location filename="../UI/UserInterface.py" line="2150" />
       <source>Switch the input focus to the Log-Viewer window.</source>
       <translation>Cambiar el foco de input a la ventana de Visor de Log.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2154" />
+      <location filename="../UI/UserInterface.py" line="2153" />
       <source>&lt;b&gt;Activate Log-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Log-Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Activar Visor de Log&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Visor de Log.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2165" />
+      <source>&amp;Task-Viewer</source>
+      <translation>Visor de &amp;Tareas</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2166" />
-      <source>&amp;Task-Viewer</source>
-      <translation>Visor de &amp;Tareas</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2167" />
       <source>Alt+Shift+T</source>
       <translation>Alt+Shift+T</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2173" />
+      <location filename="../UI/UserInterface.py" line="2172" />
       <source>Switch the input focus to the Task-Viewer window.</source>
       <translation>Cambiar el foco de input a la ventana de Visor de Tareas.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2176" />
+      <location filename="../UI/UserInterface.py" line="2175" />
       <source>&lt;b&gt;Activate Task-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Task-Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Activar Visor de Tareas&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Visor de Tareas.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2188" />
+      <source>Templ&amp;ate-Viewer</source>
+      <translation>Visor de Pl&amp;antillas</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2189" />
-      <source>Templ&amp;ate-Viewer</source>
-      <translation>Visor de Pl&amp;antillas</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2190" />
       <source>Alt+Shift+A</source>
       <translation>Alt+Shift+A</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2196" />
+      <location filename="../UI/UserInterface.py" line="2195" />
       <source>Switch the input focus to the Template-Viewer window.</source>
       <translation>Cambiar el foco de input a la ventana de Visor de Plantillas.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2199" />
+      <location filename="../UI/UserInterface.py" line="2198" />
       <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Activar Visor de Plantillas&lt;/b&gt;&lt;p&gt;Cambiar el foco de input a la ventana de Visor de Plantillas.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2214" />
+      <location filename="../UI/UserInterface.py" line="2213" />
       <source>&amp;Left Toolbox</source>
       <translation>Caja de herramientas de &amp;la Izquierda</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2221" />
+      <location filename="../UI/UserInterface.py" line="2220" />
       <source>Toggle the Left Toolbox window</source>
       <translation>Conmutar la ventana de Caja de Herramientas a la izquierda</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2223" />
+      <location filename="../UI/UserInterface.py" line="2222" />
       <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Conmutar la Caja de Herramientas de la izquierda&lt;/b&gt;&lt;p&gt;Si la ventana Caja de Herramientas de la izquierda está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2237" />
+      <location filename="../UI/UserInterface.py" line="2236" />
       <source>&amp;Right Toolbox</source>
       <translation>Caja de herramientas de la De&amp;recha</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2244" />
+      <location filename="../UI/UserInterface.py" line="2243" />
       <source>Toggle the Right Toolbox window</source>
       <translation>Conmutar la ventana de Caja de Herramientas a la derecha</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2246" />
+      <location filename="../UI/UserInterface.py" line="2245" />
       <source>&lt;b&gt;Toggle the Right Toolbox window&lt;/b&gt;&lt;p&gt;If the Right Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Conmutar la Caja de Herramientas de la derecha&lt;/b&gt;&lt;p&gt;Si la ventana Caja de Herramientas de la derecha está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2260" />
+      <location filename="../UI/UserInterface.py" line="2259" />
       <source>&amp;Horizontal Toolbox</source>
       <translation>Caja de Herramientas &amp;Horizontal</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2267" />
+      <location filename="../UI/UserInterface.py" line="2266" />
       <source>Toggle the Horizontal Toolbox window</source>
       <translation>Conmutar la ventana de Caja de Herramientas Horizontal</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2269" />
+      <location filename="../UI/UserInterface.py" line="2268" />
       <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Conmutar la ventana de Caja de Herramientas Horizontal&lt;/b&gt;&lt;p&gt;Si la ventana de Caja de Herramientas Horizontal está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2281" />
+      <source>Left Sidebar</source>
+      <translation>Barra Lateral a la Izquierda</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2282" />
-      <source>Left Sidebar</source>
-      <translation>Barra Lateral a la Izquierda</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2283" />
       <source>&amp;Left Sidebar</source>
       <translation>Barra &amp;Lateral a la Izquierda</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2290" />
+      <location filename="../UI/UserInterface.py" line="2289" />
       <source>Toggle the left sidebar window</source>
       <translation>Conmutar la barra lateral a la izquierda</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2292" />
+      <location filename="../UI/UserInterface.py" line="2291" />
       <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Conmutar la barra lateral a la izquierda&lt;/b&gt;&lt;p&gt;Si la barra lateral a la izquierda está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2304" />
+      <source>Right Sidebar</source>
+      <translation>Barra Lateral a la Derecha</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2305" />
-      <source>Right Sidebar</source>
-      <translation>Barra Lateral a la Derecha</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2306" />
       <source>&amp;Right Sidebar</source>
       <translation>Ba&amp;rra Lateral a la Derecha</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2313" />
+      <location filename="../UI/UserInterface.py" line="2312" />
       <source>Toggle the right sidebar window</source>
       <translation>Conmutar la ventana de barra lateral de la derecha</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2315" />
+      <location filename="../UI/UserInterface.py" line="2314" />
       <source>&lt;b&gt;Toggle the right sidebar window&lt;/b&gt;&lt;p&gt;If the right sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Conmutar la ventana de barra lateral de la derecha&lt;/b&gt;&lt;p&gt;Si la ventana de barra lateral a la derecha está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2327" />
+      <source>Bottom Sidebar</source>
+      <translation>Barra Lateral Inferior</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2328" />
-      <source>Bottom Sidebar</source>
-      <translation>Barra Lateral Inferior</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2329" />
       <source>&amp;Bottom Sidebar</source>
       <translation>&amp;Barra Lateral Inferior</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2336" />
+      <location filename="../UI/UserInterface.py" line="2335" />
       <source>Toggle the bottom sidebar window</source>
       <translation>Conmutar la barra lateral inferior</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2338" />
+      <location filename="../UI/UserInterface.py" line="2337" />
       <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Conmutar la barra lateral inferior&lt;/b&gt;&lt;p&gt;Si la barra lateral inferior está escondida, se muestra. Si está siendo mostrada, se cierra.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2350" />
+      <source>Cooperation-Viewer</source>
+      <translation>Visor de Cooperación</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2351" />
-      <source>Cooperation-Viewer</source>
-      <translation>Visor de Cooperación</translation>
+      <source>Co&amp;operation-Viewer</source>
+      <translation>Visor de Co&amp;operación</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2352" />
-      <source>Co&amp;operation-Viewer</source>
-      <translation>Visor de Co&amp;operación</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2353" />
       <source>Alt+Shift+O</source>
       <translation>Alt+Shift+O</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2359" />
+      <location filename="../UI/UserInterface.py" line="2358" />
       <source>Switch the input focus to the Cooperation-Viewer window.</source>
       <translation>Cambiar el foco de input a la ventana de Visor de Cooperación.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2362" />
+      <location filename="../UI/UserInterface.py" line="2361" />
       <source>&lt;b&gt;Activate Cooperation-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Cooperation-Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Activar Visor de Cooperación&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Visor de Cooperación.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2376" />
+      <source>&amp;IRC</source>
+      <translation>&amp;IRC</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2377" />
-      <source>&amp;IRC</source>
-      <translation>&amp;IRC</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2378" />
       <source>Ctrl+Alt+Shift+I</source>
       <translation>Ctrl+Alt+Shift+I</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2384" />
+      <location filename="../UI/UserInterface.py" line="2383" />
       <source>Switch the input focus to the IRC window.</source>
       <translation>Cambiar el foco de input a la ventana de IRC.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2387" />
+      <location filename="../UI/UserInterface.py" line="2386" />
       <source>&lt;b&gt;Activate IRC&lt;/b&gt;&lt;p&gt;This switches the input focus to the IRC window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Activar IRC&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de IRC.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2397" />
+      <source>Symbols-Viewer</source>
+      <translation>Visor de Símbolos</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2398" />
-      <source>Symbols-Viewer</source>
-      <translation>Visor de Símbolos</translation>
+      <source>S&amp;ymbols-Viewer</source>
+      <translation>Visor de S&amp;ímbolos</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2399" />
-      <source>S&amp;ymbols-Viewer</source>
-      <translation>Visor de S&amp;ímbolos</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2400" />
       <source>Alt+Shift+Y</source>
       <translation>Alt+Shift+Y</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2406" />
+      <location filename="../UI/UserInterface.py" line="2405" />
       <source>Switch the input focus to the Symbols-Viewer window.</source>
       <translation>Cambiar el foco de input a la ventana de Visor de Símbolos.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2409" />
+      <location filename="../UI/UserInterface.py" line="2408" />
       <source>&lt;b&gt;Activate Symbols-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Symbols-Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Activar Visor de Símbolos&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Visor de Símbolos.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2422" />
+      <source>Numbers-Viewer</source>
+      <translation>Visor de Números</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2423" />
-      <source>Numbers-Viewer</source>
-      <translation>Visor de Números</translation>
+      <source>Num&amp;bers-Viewer</source>
+      <translation>Visor de Nú&amp;meros</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2424" />
-      <source>Num&amp;bers-Viewer</source>
-      <translation>Visor de Nú&amp;meros</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2425" />
       <source>Alt+Shift+B</source>
       <translation>Alt+Shift+B</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2431" />
+      <location filename="../UI/UserInterface.py" line="2430" />
       <source>Switch the input focus to the Numbers-Viewer window.</source>
       <translation>Cambiar el foco de input a la ventana de Visor de Números.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2434" />
+      <location filename="../UI/UserInterface.py" line="2433" />
       <source>&lt;b&gt;Activate Numbers-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Numbers-Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Activar Visor de Números&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana de Visor de Números.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2450" />
+      <location filename="../UI/UserInterface.py" line="2449" />
       <source>Ctrl+Alt+Shift+D</source>
       <translation>Ctrl+Alt+Shift+D</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2456" />
+      <location filename="../UI/UserInterface.py" line="2455" />
       <source>Switch the input focus to the Code Documentation Viewer window.</source>
       <translation>Cambiar el foco de entrada a la ventana de Visor de Documentación de Código.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2461" />
+      <location filename="../UI/UserInterface.py" line="2460" />
       <source>&lt;b&gt;Code Documentation Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Code Documentation Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Visor de Documentación de Código&lt;/b&gt;&lt;p&gt;Cambia el foco de entrada a la ventana del Visor de Documentación de Código.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2477" />
+      <location filename="../UI/UserInterface.py" line="2476" />
       <source>Ctrl+Alt+Shift+P</source>
       <translation>Ctrl+Alt+Shift+P</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2483" />
+      <location filename="../UI/UserInterface.py" line="2482" />
       <source>Switch the input focus to the PyPI Package Management window.</source>
       <translation>Cambiar el foco de entrada a la ventana de Gestión de Packages de PyPI.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2486" />
+      <location filename="../UI/UserInterface.py" line="2485" />
       <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;Cambia el foco de entrada a la ventana de PyPI.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2499" />
+      <location filename="../UI/UserInterface.py" line="2498" />
       <source>Ctrl+Alt+Shift+C</source>
       <translation>Ctrl+Alt+Shift+C</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2505" />
+      <location filename="../UI/UserInterface.py" line="2504" />
       <source>Switch the input focus to the Conda window.</source>
       <translation>Cambiar el foco de entrada a la ventana de Conda.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2508" />
+      <location filename="../UI/UserInterface.py" line="2507" />
       <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;Cambia el foco de entrada a la ventana de Conda.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2521" />
+      <location filename="../UI/UserInterface.py" line="2520" />
       <source>Ctrl+Alt+Shift+M</source>
       <translation>Ctrl+Alt+Shift+M</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2527" />
+      <location filename="../UI/UserInterface.py" line="2526" />
       <source>Switch the input focus to the MicroPython window.</source>
       <translation>Cambiar el foco de entrada a la ventana de MicroPython.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2530" />
+      <location filename="../UI/UserInterface.py" line="2529" />
       <source>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;This switches the input focus to the MicroPython window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;Cambia el foco de entrada a la ventana de MicroPython.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2545" />
+      <location filename="../UI/UserInterface.py" line="2544" />
       <source>Ctrl+Alt+Shift+R</source>
       <translation>Ctrl+Alt+Shift+R</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2551" />
+      <location filename="../UI/UserInterface.py" line="2550" />
       <source>Switch the input focus to the Plugin Repository window.</source>
       <translation>Cambiar el foco de entrada a la ventana de Repositorio de Plugins.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2554" />
+      <location filename="../UI/UserInterface.py" line="2553" />
       <source>&lt;b&gt;Plugin Repository&lt;/b&gt;&lt;p&gt;This switches the input focus to the Plugin Repository window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Repositorio de Plugins&lt;/b&gt;&lt;p&gt;Cambia el foco de entrada a la ventana de Repositorio de Plugins.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2569" />
+      <location filename="../UI/UserInterface.py" line="2568" />
       <source>Ctrl+Alt+V</source>
       <translation>Ctrl+Alt+V</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2575" />
+      <location filename="../UI/UserInterface.py" line="2574" />
       <source>Switch the input focus to the Virtual Environments Manager window.</source>
       <translation>Cambiar el foco de entrada a la ventana de Gestión de Entornos Virtuales.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2580" />
+      <location filename="../UI/UserInterface.py" line="2579" />
       <source>&lt;b&gt;Virtual Environments&lt;/b&gt;&lt;p&gt;This switches the input focus to the Virtual Environments Manager window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Entornos Virtuales&lt;/b&gt;&lt;p&gt;Cambia el foco de entrada a la ventana de Gestión de Entornos Virtuales.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2596" />
+      <location filename="../UI/UserInterface.py" line="2595" />
       <source>Ctrl+Alt+Shift+F</source>
       <translation>Ctrl+Alt+Shift+F</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2602" />
+      <location filename="../UI/UserInterface.py" line="2601" />
       <source>Switch the input focus to the Find/Replace In Files window.</source>
       <translation>Cambiar el foco de entrada a la ventana de Buscar/Reemplazar en Archivos.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2605" />
+      <location filename="../UI/UserInterface.py" line="2604" />
       <source>&lt;b&gt;Find/Replace In Files&lt;/b&gt;&lt;p&gt;This switches the input focus to the Find/Replace In Files window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Buscar/Reemplazar en Archivos&lt;/b&gt;&lt;p&gt;Cambia el foco de entrada a la ventana de Buscar/Reemplazar en Archivos.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2619" />
+      <location filename="../UI/UserInterface.py" line="2618" />
       <source>Ctrl+Alt+Shift+L</source>
       <translation>Ctrl+Alt+Shift+L</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2625" />
+      <location filename="../UI/UserInterface.py" line="2624" />
       <source>Switch the input focus to the Find File window.</source>
       <translation>Cambiar el foco de entrada a la ventana de Buscar Archivo.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2628" />
+      <location filename="../UI/UserInterface.py" line="2627" />
       <source>&lt;b&gt;Find File&lt;/b&gt;&lt;p&gt;This switches the input focus to the Find File window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Buscar Archivo&lt;/b&gt;&lt;p&gt;Cambia el foco de entrada a la ventana de Buscar Archivo.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2641" />
+      <location filename="../UI/UserInterface.py" line="2640" />
+      <source>VCS Status List</source>
+      <translation>Lista de Estado de VCS</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2642" />
-      <location filename="../UI/UserInterface.py" line="2641" />
-      <source>VCS Status List</source>
-      <translation>Lista de Estado de VCS</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2643" />
       <source>Alt+Shift+V</source>
       <translation>Alt+Shift+V</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2649" />
+      <location filename="../UI/UserInterface.py" line="2648" />
       <source>Switch the input focus to the VCS Status List window.</source>
       <translation>Cambiar el foco de entrada a la ventana de Lista de Estado de VCS.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2652" />
+      <location filename="../UI/UserInterface.py" line="2651" />
       <source>&lt;b&gt;VCS Status List&lt;/b&gt;&lt;p&gt;This switches the input focus to the VCS Status List window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Lista de Estado de VCS&lt;/b&gt;&lt;p&gt;Cambia el foco de entrada a la ventana de Lista de Estado de VCS.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2665" />
+      <location filename="../UI/UserInterface.py" line="2664" />
       <source>Alt+Shift+H</source>
       <translation>Alt+Shift+H</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2671" />
+      <location filename="../UI/UserInterface.py" line="2670" />
       <source>Switch the input focus to the embedded Help Viewer window.</source>
       <translation>Cambiar el foco de input a la ventana embebida de Visor de Ayuda.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2674" />
+      <location filename="../UI/UserInterface.py" line="2673" />
       <source>&lt;b&gt;Help Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the embedded Help Viewer window. It will show HTML help files and help from Qt help collections.&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is searched in the Qt help collection.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Visor de Ayuda&lt;/b&gt;&lt;p&gt;Cambia el foco de input a la ventana embebida de Visor de Ayuda. Mostrará archivos de ayuda HTML y ayuda de las colecciones de ayuda de Qt.&lt;/p&gt;&lt;p&gt;Si se llama con una palabra seleccionada, dicha palabra se buscará en la colección de ayuda de Qt.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2687" />
+      <location filename="../UI/UserInterface.py" line="2686" />
       <source>What's This?</source>
       <translation>¿Qué es esto?</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2688" />
+      <source>&amp;What's This?</source>
+      <translation>¿&amp;Qué es esto?</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2689" />
-      <source>&amp;What's This?</source>
-      <translation>¿&amp;Qué es esto?</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2690" />
       <source>Shift+F1</source>
       <translation>Shift+F1</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2695" />
+      <location filename="../UI/UserInterface.py" line="2694" />
       <source>Context sensitive help</source>
       <translation>Ayuda sensible al contexto</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2697" />
+      <location filename="../UI/UserInterface.py" line="2696" />
       <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Mostrar ayuda sensible al contexto&lt;/b&gt;&lt;p&gt;En modo ¿Qué es esto? el puntero del ratón muestra una flecha con un interrogante, y se puede hacer click en elementos de la interfaz gráfica para obtener una descripción corta de lo que hacen y de cómo se utilizan. En los diálogos, se puede acceder a esta característica utilizando el botón de ayuda de contexto en la barra de título.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2710" />
+      <location filename="../UI/UserInterface.py" line="2709" />
       <source>Helpviewer</source>
       <translation>Visor de Ayuda</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2711" />
+      <source>&amp;Helpviewer...</source>
+      <translation>Visor de &amp;Ayuda...</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2712" />
-      <source>&amp;Helpviewer...</source>
-      <translation>Visor de &amp;Ayuda...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2713" />
       <source>F1</source>
       <translation>F1</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2718" />
+      <location filename="../UI/UserInterface.py" line="2717" />
       <source>Open the helpviewer window</source>
       <translation>Abrir la ventana del visor de ayuda</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2720" />
+      <location filename="../UI/UserInterface.py" line="2719" />
       <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;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&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is searched in the Qt help collection.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Visor de Ayuda&lt;/b&gt;&lt;p&gt;Mostrar el navegador web de eric web. Esta ventana mostraá archivos de ayuda HTML y ayuda de las colecciones de ayuda de Qt. Tiene la capacidad de navegar a enlaces, establecer marcadores, imprimir la ayuda mostrada y algunas otras características. Se puede usar también para navegar por internet.&lt;/p&gt;&lt;p&gt;Si se llama con una palabra seleccionada, dicha palabra se busca ne la colección de ayuda de Qt.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2739" />
+      <source>Show Versions</source>
+      <translation>Mostrar Versiones</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2740" />
-      <source>Show Versions</source>
-      <translation>Mostrar Versiones</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2741" />
       <source>Show &amp;Versions</source>
       <translation>Mostrar Versione&amp;s</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2747" />
+      <location filename="../UI/UserInterface.py" line="2746" />
       <source>Display version information</source>
       <translation>Mostrar información de versiones</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2749" />
+      <location filename="../UI/UserInterface.py" line="2748" />
       <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Mostrar Versiones&lt;/b&gt;&lt;p&gt;Muestra información de versiones.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2754" />
+      <source>Copy Versions</source>
+      <translation>Copiar Versiones</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2755" />
-      <source>Copy Versions</source>
-      <translation>Copiar Versiones</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2756" />
       <source>&amp;Copy Versions</source>
       <translation>&amp;Copiar Versiones</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2763" />
+      <location filename="../UI/UserInterface.py" line="2762" />
       <source>Copy version information to the clipboard</source>
       <translation>Copiar información de versiones al portapapeles</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2766" />
+      <location filename="../UI/UserInterface.py" line="2765" />
       <source>&lt;b&gt;Copy Versions&lt;/b&gt;&lt;p&gt;This generates version information and copies it to the clipboard.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Copiar Versiones&lt;/b&gt;&lt;p&gt;Esto genera información de versiones y la copia al portapapeles.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2782" />
-      <location filename="../UI/UserInterface.py" line="2775" />
+      <location filename="../UI/UserInterface.py" line="2781" />
+      <location filename="../UI/UserInterface.py" line="2774" />
       <source>Show Error Log</source>
       <translation>Mostrar Registro de Errores</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2776" />
+      <location filename="../UI/UserInterface.py" line="2775" />
       <source>Show Error &amp;Log...</source>
       <translation>Mostrar &amp;Registro de Errores...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2784" />
+      <location filename="../UI/UserInterface.py" line="2783" />
       <source>&lt;b&gt;Show Error Log...&lt;/b&gt;&lt;p&gt;Opens a dialog showing the most recent error log.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Mostrar registro de errores...&lt;/b&gt;&lt;p&gt;Abre un diálogo mostrando el registro más reciente de errores.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2792" />
+      <source>Show Install Info</source>
+      <translation>Mostrar Información de Instalación</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2793" />
-      <source>Show Install Info</source>
-      <translation>Mostrar Información de Instalación</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2794" />
       <source>Show Install &amp;Info...</source>
       <translation>Mostrar &amp;Información de Instalación...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2800" />
+      <location filename="../UI/UserInterface.py" line="2799" />
       <source>Show Installation Information</source>
       <translation>Mostrar Información de Instalación</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2802" />
+      <location filename="../UI/UserInterface.py" line="2801" />
       <source>&lt;b&gt;Show Install Info...&lt;/b&gt;&lt;p&gt;Opens a dialog showing some information about the installation process.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Mostrar información de instalación...&lt;/b&gt;&lt;p&gt;Abre un diálogo que muestra información sobre el proceso de instalación.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4739" />
-      <location filename="../UI/UserInterface.py" line="2812" />
+      <location filename="../UI/UserInterface.py" line="4738" />
+      <location filename="../UI/UserInterface.py" line="2811" />
       <source>Report Bug</source>
       <translation>Enviar informe de bugs</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2812" />
+      <location filename="../UI/UserInterface.py" line="2811" />
       <source>Report &amp;Bug...</source>
       <translation>Enviar informe de &amp;bugs...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2814" />
+      <location filename="../UI/UserInterface.py" line="2813" />
       <source>Report a bug</source>
       <translation>Enviar informe de bugs</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2816" />
+      <location filename="../UI/UserInterface.py" line="2815" />
       <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Enviar informe de Bugs...&lt;/b&gt;&lt;p&gt;Abre un diálogo para enviar un informe de un error (bug).&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2821" />
+      <source>Request Feature</source>
+      <translation>Solicitar nueva característica</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2822" />
-      <source>Request Feature</source>
-      <translation>Solicitar nueva característica</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2823" />
       <source>Request &amp;Feature...</source>
       <translation>Solicitar nueva &amp;característica...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2829" />
+      <location filename="../UI/UserInterface.py" line="2828" />
       <source>Send a feature request</source>
       <translation>Enviar una solicitud de nueva característica</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2831" />
+      <location filename="../UI/UserInterface.py" line="2830" />
       <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Solicitar nueva Característica...&lt;/b&gt;&lt;p&gt;Abre un diálogo para enviar una solicitud de nueva característica.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4175" />
-      <location filename="../UI/UserInterface.py" line="2842" />
+      <location filename="../UI/UserInterface.py" line="4174" />
+      <location filename="../UI/UserInterface.py" line="2841" />
       <source>Testing</source>
       <translation>Testado</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2844" />
+      <location filename="../UI/UserInterface.py" line="2843" />
       <source>&amp;Testing...</source>
       <translation>&amp;Testado...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2850" />
+      <location filename="../UI/UserInterface.py" line="2849" />
       <source>Start the testing dialog</source>
       <translation>Iniciar el diálogo de testado</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2852" />
+      <location filename="../UI/UserInterface.py" line="2851" />
       <source>&lt;b&gt;Testing&lt;/b&gt;&lt;p&gt;Perform test runs. The dialog gives the ability to select and run a test suite or auto discover them.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Testado&lt;/b&gt;&lt;p&gt;Llevar a cabo ejecuciones de test. El diálogo proporciona la capacidad de seleccionar y ejecutar una suite de tests o de autodescubrirlas.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2863" />
+      <location filename="../UI/UserInterface.py" line="2862" />
       <source>Restart Last Test</source>
       <translation>Reiniciar Último Test</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2865" />
+      <location filename="../UI/UserInterface.py" line="2864" />
       <source>&amp;Restart Last Test...</source>
       <translation>&amp;Reiniciar Último Test...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2871" />
+      <location filename="../UI/UserInterface.py" line="2870" />
       <source>Restarts the last test</source>
       <translation>Reinicia el último test</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2873" />
+      <location filename="../UI/UserInterface.py" line="2872" />
       <source>&lt;b&gt;Restart Last Test&lt;/b&gt;&lt;p&gt;Restarts the test performed last.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Reiniciar Último Test&lt;/b&gt;&lt;p&gt;Reinicia el último test llevado a cabo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2883" />
+      <location filename="../UI/UserInterface.py" line="2882" />
       <source>Rerun Failed Tests</source>
       <translation>Re-ejecutar Tests Fallidos</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2885" />
+      <location filename="../UI/UserInterface.py" line="2884" />
       <source>Rerun Failed Tests...</source>
       <translation>Re-ejecutar Tests Fallidos...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2892" />
+      <location filename="../UI/UserInterface.py" line="2891" />
       <source>Rerun failed tests of the last run</source>
       <translation>Re-ejecutar tests fallidos de la última ejecución</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2895" />
+      <location filename="../UI/UserInterface.py" line="2894" />
       <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last test run.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Re-ejecutar Tests Fallidos&lt;/b&gt;&lt;p&gt;Re-ejecutar todos los tests que fallaron durante la última ejecución de test.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2905" />
+      <location filename="../UI/UserInterface.py" line="2904" />
       <source>Test Script</source>
       <translation>Test de Script</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2907" />
+      <location filename="../UI/UserInterface.py" line="2906" />
       <source>Test &amp;Script...</source>
       <translation>Test de &amp;Script...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2913" />
+      <location filename="../UI/UserInterface.py" line="2912" />
       <source>Run tests of the current script</source>
       <translation>Ejecutar tests del script actual</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2915" />
+      <location filename="../UI/UserInterface.py" line="2914" />
       <source>&lt;b&gt;Test Script&lt;/b&gt;&lt;p&gt;Run tests with the current script.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Test de Script&lt;/b&gt;&lt;p&gt;Ejecuta tests con el script actual.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2922" />
+      <location filename="../UI/UserInterface.py" line="2921" />
       <source>Test Project</source>
       <translation>Test de Proyecto</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2924" />
+      <location filename="../UI/UserInterface.py" line="2923" />
       <source>Test &amp;Project...</source>
       <translation>Test de &amp;Proyecto...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2930" />
+      <location filename="../UI/UserInterface.py" line="2929" />
       <source>Run tests of the current project</source>
       <translation>Ejecuta tests del proyecto actual</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2932" />
+      <location filename="../UI/UserInterface.py" line="2931" />
       <source>&lt;b&gt;Test Project&lt;/b&gt;&lt;p&gt;Run test of the current project.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Test de Proyecto&lt;/b&gt;&lt;p&gt;Ejecuta tests del proyecto actual.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2941" />
+      <location filename="../UI/UserInterface.py" line="2940" />
       <source>Qt-Designer</source>
       <translation>Qt Designer</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2943" />
+      <location filename="../UI/UserInterface.py" line="2942" />
       <source>Qt-&amp;Designer...</source>
       <translation>Qt-&amp;Designer...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2949" />
+      <location filename="../UI/UserInterface.py" line="2948" />
       <source>Start Qt-Designer</source>
       <translation>Iniciar Qt-Designer</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2951" />
+      <location filename="../UI/UserInterface.py" line="2950" />
       <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Ejecutar Qt-Designer.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2960" />
+      <location filename="../UI/UserInterface.py" line="2959" />
       <source>Qt-Linguist</source>
       <translation>Qt-Linguist</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2962" />
+      <location filename="../UI/UserInterface.py" line="2961" />
       <source>Qt-&amp;Linguist...</source>
       <translation>Qt-&amp;Linguist...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2968" />
+      <location filename="../UI/UserInterface.py" line="2967" />
       <source>Start Qt-Linguist</source>
       <translation>Iniciar Qt Linguist</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2970" />
+      <location filename="../UI/UserInterface.py" line="2969" />
       <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Iniciar Qt-Linguist.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2978" />
+      <location filename="../UI/UserInterface.py" line="2977" />
       <source>UI Previewer</source>
       <translation>Previsualizador de UI</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2980" />
+      <location filename="../UI/UserInterface.py" line="2979" />
       <source>&amp;UI Previewer...</source>
       <translation>Previsualizador de &amp;UI...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2986" />
+      <location filename="../UI/UserInterface.py" line="2985" />
       <source>Start the UI Previewer</source>
       <translation>Ejecutar el Previsualizador de UI</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2988" />
+      <location filename="../UI/UserInterface.py" line="2987" />
       <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Previsualizador de UI&lt;/b&gt;&lt;p&gt;Ejecuta el Previsualizador de UI.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2994" />
+      <location filename="../UI/UserInterface.py" line="2993" />
       <source>Translations Previewer</source>
       <translation>Previsualizador de Traducciones</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2996" />
+      <location filename="../UI/UserInterface.py" line="2995" />
       <source>&amp;Translations Previewer...</source>
       <translation>Previsualizador de &amp;Traducciones...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3002" />
+      <location filename="../UI/UserInterface.py" line="3001" />
       <source>Start the Translations Previewer</source>
       <translation>Ejecutar el Previsualizador de traducciones</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3004" />
+      <location filename="../UI/UserInterface.py" line="3003" />
       <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Previsualizador de traducciones&lt;b&gt;&lt;p&gt;Ejecuta el Previsualizador de traducciones.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3013" />
+      <location filename="../UI/UserInterface.py" line="3012" />
       <source>Compare Files</source>
       <translation>Comparar Archivos</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3015" />
+      <location filename="../UI/UserInterface.py" line="3014" />
       <source>&amp;Compare Files...</source>
       <translation>&amp;Comparar Archivos...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3040" />
-      <location filename="../UI/UserInterface.py" line="3021" />
+      <location filename="../UI/UserInterface.py" line="3039" />
+      <location filename="../UI/UserInterface.py" line="3020" />
       <source>Compare two files</source>
       <translation>Comparar dos archivos</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3023" />
+      <location filename="../UI/UserInterface.py" line="3022" />
       <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Comparar Archivos&lt;/b&gt;&lt;p&gt;Abre un diálogo para comparar dos archivos.&lt;/b&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3032" />
+      <location filename="../UI/UserInterface.py" line="3031" />
       <source>Compare Files side by side</source>
       <translation>Comparar Archivos uno al lado de otro</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3034" />
+      <location filename="../UI/UserInterface.py" line="3033" />
       <source>Compare &amp;Files side by side...</source>
       <translation>Comparar &amp;Archivos uno al lado de otro...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3042" />
+      <location filename="../UI/UserInterface.py" line="3041" />
       <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Comparar Archivos uno al lado de otro&lt;/b&gt;&lt;p&gt;Abre un diálogo para comparar dos archivos y mostrar los resultados en paralelo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3052" />
+      <location filename="../UI/UserInterface.py" line="3051" />
       <source>SQL Browser</source>
       <translation>Navegador SQL</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3054" />
+      <location filename="../UI/UserInterface.py" line="3053" />
       <source>SQL &amp;Browser...</source>
       <translation>&amp;Navegador SQL...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3060" />
+      <location filename="../UI/UserInterface.py" line="3059" />
       <source>Browse a SQL database</source>
       <translation>Navegar una base de datos SQL</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3062" />
+      <location filename="../UI/UserInterface.py" line="3061" />
       <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Navegador SQL&lt;/b&gt;&lt;p&gt;Navegar una base de datos SQL.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3076" />
-      <location filename="../UI/UserInterface.py" line="3068" />
+      <location filename="../UI/UserInterface.py" line="3075" />
+      <location filename="../UI/UserInterface.py" line="3067" />
       <source>Mini Editor</source>
       <translation>Mini Editor</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3070" />
+      <location filename="../UI/UserInterface.py" line="3069" />
       <source>Mini &amp;Editor...</source>
       <translation>Mini &amp;Editor...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3078" />
+      <location filename="../UI/UserInterface.py" line="3077" />
       <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Abre un diálogo con un editor simple.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3087" />
+      <location filename="../UI/UserInterface.py" line="3086" />
       <source>Hex Editor</source>
       <translation>Editor Hexadecimal</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3089" />
+      <location filename="../UI/UserInterface.py" line="3088" />
       <source>&amp;Hex Editor...</source>
       <translation>Editor &amp;Hexadecimal...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3095" />
+      <location filename="../UI/UserInterface.py" line="3094" />
       <source>Start the eric Hex Editor</source>
       <translation>Iniciar el Editor Hexadecimal de eric</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3097" />
+      <location filename="../UI/UserInterface.py" line="3096" />
       <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Editor Hexadecimal&lt;/b&gt;&lt;p&gt;Inicia el Editor Hexadecimal de eric para visionado o edición de archivos binarios.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3107" />
+      <location filename="../UI/UserInterface.py" line="3106" />
       <source>eric Web Browser</source>
       <translation>Navegador Web de eric</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3109" />
+      <location filename="../UI/UserInterface.py" line="3108" />
       <source>eric &amp;Web Browser...</source>
       <translation>Navegador &amp;Web de eric...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3115" />
+      <location filename="../UI/UserInterface.py" line="3114" />
       <source>Start the eric Web Browser</source>
       <translation>Iniciar el Navegador Web de eric</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3117" />
+      <location filename="../UI/UserInterface.py" line="3116" />
       <source>&lt;b&gt;eric Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric Web Browser.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Navegador Web de eric&lt;/b&gt;&lt;p&gt;Navegar por Internet con el Navegador Web de eric.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3127" />
+      <location filename="../UI/UserInterface.py" line="3126" />
       <source>FIDO2 Security Key Management</source>
       <translation>Gestión de Clave de Seguridad FIDO2</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3129" />
+      <location filename="../UI/UserInterface.py" line="3128" />
       <source>FIDO2 Security Key Management...</source>
       <translation>Gestión de Clave de Seguridad FIDO2...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3136" />
+      <location filename="../UI/UserInterface.py" line="3135" />
       <source>Start the FIDO2 Security Key Management tool</source>
       <translation>Iniciar la herramienta de Gestión de Clave de Seguridad FIDO2</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3139" />
+      <location filename="../UI/UserInterface.py" line="3138" />
       <source>&lt;b&gt;FIDO2 Security Key Management&lt;/b&gt;&lt;p&gt;Start a tool to manage FIDO2 securit y keys.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Gestión de Clave de Seguridad FIDO2&lt;/b&gt;&lt;p&gt;Iniciar una herramienta para gestionar las claves de seguridad FIDO2.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3150" />
+      <location filename="../UI/UserInterface.py" line="3149" />
       <source>Icon Editor</source>
       <translation>Editor de Iconos</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3152" />
+      <location filename="../UI/UserInterface.py" line="3151" />
       <source>&amp;Icon Editor...</source>
       <translation>Editor de &amp;Iconos...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3158" />
+      <location filename="../UI/UserInterface.py" line="3157" />
       <source>Start the eric Icon Editor</source>
       <translation>Iniciar el Editor de Iconos de eric</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3160" />
+      <location filename="../UI/UserInterface.py" line="3159" />
       <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric Icon Editor for editing simple icons.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Editor de Iconos&lt;/b&gt;&lt;p&gt;Inicia el Editor de Iconos de eric para editar iconos sencillos.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6632" />
-      <location filename="../UI/UserInterface.py" line="3172" />
+      <location filename="../UI/UserInterface.py" line="6631" />
+      <location filename="../UI/UserInterface.py" line="3171" />
       <source>Snapshot</source>
       <translation>Captura de Pantalla</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3174" />
+      <location filename="../UI/UserInterface.py" line="3173" />
       <source>&amp;Snapshot...</source>
       <translation>Captura de &amp;Pantalla...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3180" />
+      <location filename="../UI/UserInterface.py" line="3179" />
       <source>Take snapshots of a screen region</source>
       <translation>Tomar capturas de una región de la pantalla</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3182" />
+      <location filename="../UI/UserInterface.py" line="3181" />
       <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Captura de Pantalla&lt;/b&gt;&lt;p&gt;Abre un diálogo para tomar capturas de pantalla de una región de la pantalla.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3192" />
+      <location filename="../UI/UserInterface.py" line="3191" />
       <source>eric PDF Viewer</source>
       <translation>Visor de PDF de eric</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3194" />
+      <location filename="../UI/UserInterface.py" line="3193" />
       <source>eric PDF &amp;Viewer...</source>
       <translation>&amp;Visor de PDF de eric...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3200" />
+      <location filename="../UI/UserInterface.py" line="3199" />
       <source>Start the eric PDF Viewer</source>
       <translation>Iniciar el Visor de PDF de eric</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3202" />
+      <location filename="../UI/UserInterface.py" line="3201" />
       <source>&lt;b&gt;eric PDF Viewer&lt;/b&gt;&lt;p&gt;Starts the eric PDF Viewer for viewing PDF files.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Visor de PDF de eric&lt;/b&gt;&lt;p&gt;Inicia el visor de PDF de eric para visionar archivos PDF.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3211" />
+      <location filename="../UI/UserInterface.py" line="3210" />
       <source>Preferences</source>
       <translation>Preferencias</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3213" />
+      <location filename="../UI/UserInterface.py" line="3212" />
       <source>&amp;Preferences...</source>
       <translation>&amp;Preferencias...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3219" />
+      <location filename="../UI/UserInterface.py" line="3218" />
       <source>Set the prefered configuration</source>
       <translation>Establecer la configuración preferida</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3221" />
+      <location filename="../UI/UserInterface.py" line="3220" />
       <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Preferencias&lt;/b&gt;&lt;p&gt;Establecezca los elementos de configuración de la aplicación con sus valores preferidos.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3232" />
+      <location filename="../UI/UserInterface.py" line="3231" />
       <source>Export Preferences</source>
       <translation>Exportar Preferencias</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3234" />
+      <location filename="../UI/UserInterface.py" line="3233" />
       <source>E&amp;xport Preferences...</source>
       <translation>E&amp;xportar Preferencias...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3240" />
+      <location filename="../UI/UserInterface.py" line="3239" />
       <source>Export the current configuration</source>
       <translation>Exportar la configuración actual</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3242" />
+      <location filename="../UI/UserInterface.py" line="3241" />
       <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Exportar Preferencias&lt;/b&gt;&lt;p&gt;Exportar la configuración actual a un archivo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3251" />
+      <location filename="../UI/UserInterface.py" line="3250" />
       <source>Import Preferences</source>
       <translation>Importar Preferencias</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3253" />
+      <location filename="../UI/UserInterface.py" line="3252" />
       <source>I&amp;mport Preferences...</source>
       <translation>I&amp;mportar Preferencias...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3260" />
+      <location filename="../UI/UserInterface.py" line="3259" />
       <source>Import a previously exported configuration</source>
       <translation>Importar una configuración previamente exportada</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3263" />
+      <location filename="../UI/UserInterface.py" line="3262" />
       <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Importar Preferencias&lt;/b&gt;&lt;p&gt;Importar una configuración previamente exportada.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3272" />
+      <location filename="../UI/UserInterface.py" line="3271" />
       <source>Export Theme</source>
       <translation>Exportar Tema</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3274" />
+      <location filename="../UI/UserInterface.py" line="3273" />
       <source>Export Theme...</source>
       <translation>Exportar Tema...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3280" />
+      <location filename="../UI/UserInterface.py" line="3279" />
       <source>Export the current theme</source>
       <translation>Exportar el tema actual</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3282" />
+      <location filename="../UI/UserInterface.py" line="3281" />
       <source>&lt;b&gt;Export Theme&lt;/b&gt;&lt;p&gt;Export the current theme to a file.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Exportar Tema&lt;/b&gt;&lt;p&gt;Exportar el tema actual a un archivo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3291" />
+      <location filename="../UI/UserInterface.py" line="3290" />
       <source>Import Theme</source>
       <translation>Importar Tema</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3293" />
+      <location filename="../UI/UserInterface.py" line="3292" />
       <source>Import Theme...</source>
       <translation>Importar Tema...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3299" />
+      <location filename="../UI/UserInterface.py" line="3298" />
       <source>Import a previously exported theme</source>
       <translation>Importr un tema previamente exportado</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3301" />
+      <location filename="../UI/UserInterface.py" line="3300" />
       <source>&lt;b&gt;Import Theme&lt;/b&gt;&lt;p&gt;Import a previously exported theme.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Importar Tema&lt;/b&gt;&lt;p&gt;Importar un tema previamente exportado.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3310" />
+      <location filename="../UI/UserInterface.py" line="3309" />
       <source>Reload APIs</source>
       <translation>Recargar APIs</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3310" />
+      <location filename="../UI/UserInterface.py" line="3309" />
       <source>Reload &amp;APIs</source>
       <translation>Recargar &amp;APIs</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3312" />
+      <location filename="../UI/UserInterface.py" line="3311" />
       <source>Reload the API information</source>
       <translation>Recargar la información de API</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3314" />
+      <location filename="../UI/UserInterface.py" line="3313" />
       <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Recargar APIs&lt;/b&gt;&lt;p&gt;Recarga la información de API.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3328" />
-      <location filename="../UI/UserInterface.py" line="3320" />
+      <location filename="../UI/UserInterface.py" line="3327" />
+      <location filename="../UI/UserInterface.py" line="3319" />
       <source>Show external tools</source>
       <translation>Mostrar herramientas externas</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3322" />
+      <location filename="../UI/UserInterface.py" line="3321" />
       <source>Show external &amp;tools</source>
       <translation>Mostrar herramien&amp;tas externas</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3330" />
+      <location filename="../UI/UserInterface.py" line="3329" />
       <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Mostrar herramientas externas&lt;/b&gt;&lt;p&gt;Abre un diálogo para mostrar la ruta y versiones de todas las herramientas externas que utiliza eric.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3340" />
+      <location filename="../UI/UserInterface.py" line="3339" />
       <source>View Profiles</source>
       <translation>Perfiles de Vista</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3342" />
+      <location filename="../UI/UserInterface.py" line="3341" />
       <source>&amp;View Profiles...</source>
       <translation>Perfiles de &amp;Vista...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3348" />
+      <location filename="../UI/UserInterface.py" line="3347" />
       <source>Configure view profiles</source>
       <translation>Configurar perfiles de vista</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3350" />
+      <location filename="../UI/UserInterface.py" line="3349" />
       <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Perfiles de Vista&lt;/b&gt;&lt;p&gt;Configure los perfiles de vista. Con este diálogo puede establecer la visibilidad de las diversas ventanas para los perfiles de vista predeterminados.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3361" />
+      <location filename="../UI/UserInterface.py" line="3360" />
       <source>Toolbars</source>
       <translation>Barras de Herramientas</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3363" />
+      <location filename="../UI/UserInterface.py" line="3362" />
       <source>Tool&amp;bars...</source>
       <translation>&amp;Barras de Herramientas...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3369" />
+      <location filename="../UI/UserInterface.py" line="3368" />
       <source>Configure toolbars</source>
       <translation>Configurar Barras de Herramientas</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3371" />
+      <location filename="../UI/UserInterface.py" line="3370" />
       <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Barras de Herramientas&lt;/b&gt;&lt;p&gt;Configure las barras de herramientas. Con este diálogo puede cambiar las accines mostradas en las diversas barras de herramientas, y definir sus propias barras de herramientas.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3382" />
+      <location filename="../UI/UserInterface.py" line="3381" />
       <source>Keyboard Shortcuts</source>
       <translation>Atajos de Teclado</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3384" />
+      <location filename="../UI/UserInterface.py" line="3383" />
       <source>Keyboard &amp;Shortcuts...</source>
       <translation>Atajo&amp;s de Teclado...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3390" />
+      <location filename="../UI/UserInterface.py" line="3389" />
       <source>Set the keyboard shortcuts</source>
       <translation>Establecer los atajos de teclado</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3392" />
+      <location filename="../UI/UserInterface.py" line="3391" />
       <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Atajos de Teclado&lt;/b&gt;&lt;p&gt;Establezca los atajos de teclado para la aplicación con sus valores preferidos.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7601" />
-      <location filename="../UI/UserInterface.py" line="7582" />
-      <location filename="../UI/UserInterface.py" line="3402" />
+      <location filename="../UI/UserInterface.py" line="7600" />
+      <location filename="../UI/UserInterface.py" line="7581" />
+      <location filename="../UI/UserInterface.py" line="3401" />
       <source>Export Keyboard Shortcuts</source>
       <translation>Exportar Atajos de Teclado</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3404" />
+      <location filename="../UI/UserInterface.py" line="3403" />
       <source>&amp;Export Keyboard Shortcuts...</source>
       <translation>&amp;Exportar Atajos de Teclado...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3410" />
+      <location filename="../UI/UserInterface.py" line="3409" />
       <source>Export the keyboard shortcuts</source>
       <translation>Exportar los atajos de teclado</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3412" />
+      <location filename="../UI/UserInterface.py" line="3411" />
       <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Exportar Atajos de Teclado&lt;/b&gt;&lt;p&gt;Exporte  los atajos de teclado de la aplicación.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7620" />
-      <location filename="../UI/UserInterface.py" line="3421" />
+      <location filename="../UI/UserInterface.py" line="7619" />
+      <location filename="../UI/UserInterface.py" line="3420" />
       <source>Import Keyboard Shortcuts</source>
       <translation>Importar Atajos de Teclado</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3423" />
+      <location filename="../UI/UserInterface.py" line="3422" />
       <source>&amp;Import Keyboard Shortcuts...</source>
       <translation>&amp;Importar Atajos de Teclado...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3429" />
+      <location filename="../UI/UserInterface.py" line="3428" />
       <source>Import the keyboard shortcuts</source>
       <translation>Importar los atajos de teclado</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3431" />
+      <location filename="../UI/UserInterface.py" line="3430" />
       <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Importar Atajos de Teclado&lt;/b&gt;&lt;p&gt;Importe  los atajos de teclado de la aplicación.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3441" />
+      <location filename="../UI/UserInterface.py" line="3440" />
       <source>Manage SSL Certificates</source>
       <translation>Gestionar Certificados SSL</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3443" />
+      <location filename="../UI/UserInterface.py" line="3442" />
       <source>Manage SSL Certificates...</source>
       <translation>Gestionar Certificados SSL...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3450" />
+      <location filename="../UI/UserInterface.py" line="3449" />
       <source>Manage the saved SSL certificates</source>
       <translation>Gestionar los certificados SSL guardados</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3453" />
+      <location filename="../UI/UserInterface.py" line="3452" />
       <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Gestionar Certificados SSL...&lt;/b&gt;&lt;p&gt;Abre un diálogo para gestionar los certificados SSL guardados.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3463" />
+      <location filename="../UI/UserInterface.py" line="3462" />
       <source>Edit Message Filters</source>
       <translation>Editar Filtros de Mensajes</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3465" />
+      <location filename="../UI/UserInterface.py" line="3464" />
       <source>Edit Message Filters...</source>
       <translation>Editar Filtros de Mensajes...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3472" />
+      <location filename="../UI/UserInterface.py" line="3471" />
       <source>Edit the message filters used to suppress unwanted messages</source>
       <translation>Editar los filtros de mensajes utilizados para suprimir mensajes no deseados</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3475" />
+      <location filename="../UI/UserInterface.py" line="3474" />
       <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Editar Filtros de Mensajes&lt;/b&gt;&lt;p&gt;Abre un diálogo para editar los filtros de mensajes utilizados para suprimir mensajes no deseados y que no se muestren en la ventana de error.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3494" />
-      <location filename="../UI/UserInterface.py" line="3488" />
-      <location filename="../UI/UserInterface.py" line="3486" />
+      <location filename="../UI/UserInterface.py" line="3493" />
+      <location filename="../UI/UserInterface.py" line="3487" />
+      <location filename="../UI/UserInterface.py" line="3485" />
       <source>Clear private data</source>
       <translation>Limpiar Datos Privados</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3496" />
+      <location filename="../UI/UserInterface.py" line="3495" />
       <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Limpiar datos privados&lt;/b&gt;&lt;p&gt;Limpia los datos privados como las listas de archivos recientes, proyectos o multiproyectos.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3506" />
+      <location filename="../UI/UserInterface.py" line="3505" />
+      <source>Activate current editor</source>
+      <translation>Activar editor actual</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3507" />
-      <location filename="../UI/UserInterface.py" line="3506" />
-      <source>Activate current editor</source>
-      <translation>Activar editor actual</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3508" />
       <source>Alt+Shift+E</source>
       <translation>Alt+Shift+E</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3518" />
+      <location filename="../UI/UserInterface.py" line="3517" />
+      <source>Show next</source>
+      <translation>Mostrar siguente</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3519" />
-      <location filename="../UI/UserInterface.py" line="3518" />
-      <source>Show next</source>
-      <translation>Mostrar siguente</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3520" />
       <source>Ctrl+Alt+Tab</source>
       <translation>Ctrl+Alt+Tab</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3530" />
+      <location filename="../UI/UserInterface.py" line="3529" />
+      <source>Show previous</source>
+      <translation>Mostrar anterior</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3531" />
-      <location filename="../UI/UserInterface.py" line="3530" />
-      <source>Show previous</source>
-      <translation>Mostrar anterior</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3532" />
       <source>Shift+Ctrl+Alt+Tab</source>
       <translation>Shift+Ctrl+Alt+Tab</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3542" />
+      <location filename="../UI/UserInterface.py" line="3541" />
+      <source>Switch between tabs</source>
+      <translation>Alternar entre pestañas</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3543" />
-      <location filename="../UI/UserInterface.py" line="3542" />
-      <source>Switch between tabs</source>
-      <translation>Alternar entre pestañas</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3544" />
       <source>Ctrl+1</source>
       <translation>Ctrl+1</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3554" />
+      <location filename="../UI/UserInterface.py" line="3553" />
       <source>Plugin Infos</source>
       <translation>Información sobre Plugins</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3556" />
+      <location filename="../UI/UserInterface.py" line="3555" />
       <source>&amp;Plugin Infos...</source>
       <translation>Información sobre &amp;Plugins...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3562" />
+      <location filename="../UI/UserInterface.py" line="3561" />
       <source>Show Plugin Infos</source>
       <translation>Mostrar Información sobre Plugins</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3564" />
+      <location filename="../UI/UserInterface.py" line="3563" />
       <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Información sobre Plugins...&lt;/b&gt;&lt;p&gt;Abre un diálogo que muestra información sobre las extensiones (plugins) cargadas.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3582" />
-      <location filename="../UI/UserInterface.py" line="3574" />
+      <location filename="../UI/UserInterface.py" line="3581" />
+      <location filename="../UI/UserInterface.py" line="3573" />
       <source>Install Plugins</source>
       <translation>Instalar Plugins</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3576" />
+      <location filename="../UI/UserInterface.py" line="3575" />
       <source>&amp;Install Plugins...</source>
       <translation>&amp;Instalar Plugins...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3584" />
+      <location filename="../UI/UserInterface.py" line="3583" />
       <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Instalar Plugins...&lt;/b&gt;&lt;p&gt;Abre un diálogo para instalar o actualizar extensiones (plugins).&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3601" />
-      <location filename="../UI/UserInterface.py" line="3593" />
+      <location filename="../UI/UserInterface.py" line="3600" />
+      <location filename="../UI/UserInterface.py" line="3592" />
       <source>Uninstall Plugin</source>
       <translation>Desinstalar Plugin</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3595" />
+      <location filename="../UI/UserInterface.py" line="3594" />
       <source>&amp;Uninstall Plugin...</source>
       <translation>Desinstalar Pl&amp;ugin...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3603" />
+      <location filename="../UI/UserInterface.py" line="3602" />
       <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Desinstalar Plugin...&lt;/b&gt;&lt;p&gt;Abre un diálogo para desinstalar una extensión o plugin.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3614" />
+      <location filename="../UI/UserInterface.py" line="3613" />
       <source>Plugin &amp;Repository...</source>
       <translation>&amp;Repositorio de Plugins...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3620" />
+      <location filename="../UI/UserInterface.py" line="3619" />
       <source>Show Plugins available for download</source>
       <translation>Mostrar Plugins disponibles para descarga</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3622" />
+      <location filename="../UI/UserInterface.py" line="3621" />
       <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Repositorios de Plugins...&lt;/b&gt;&lt;p&gt;Abre un diálogo que muestra una lista de extensiones (plugins) disponibles en Internet.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3652" />
       <location filename="../UI/UserInterface.py" line="3651" />
+      <location filename="../UI/UserInterface.py" line="3650" />
       <source>Qt5 Documentation</source>
       <translation>Documentación de Qt5</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3658" />
+      <location filename="../UI/UserInterface.py" line="3657" />
       <source>Open Qt5 Documentation</source>
       <translation>Abrir Documentación de Qt5</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3660" />
+      <location filename="../UI/UserInterface.py" line="3659" />
       <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
       <translation>&lt;b&gt;Documentación de Qt5&lt;/b&gt;&lt;p&gt;Muestra la Documentación de Qt5. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric, o se ejecutará en un navegador web, o Qt Assistant.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3673" />
       <location filename="../UI/UserInterface.py" line="3672" />
+      <location filename="../UI/UserInterface.py" line="3671" />
       <source>Qt6 Documentation</source>
       <translation>Documentación de Qt6</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3679" />
+      <location filename="../UI/UserInterface.py" line="3678" />
       <source>Open Qt6 Documentation</source>
       <translation>Abrir Documentación de Qt6</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3681" />
+      <location filename="../UI/UserInterface.py" line="3680" />
       <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
       <translation>&lt;b&gt;Documentación de Qt6&lt;/b&gt;&lt;p&gt;Muestra la Documentación de Qt6. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric, o se ejecutará en un navegador web, o Qt Assistant.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3694" />
       <location filename="../UI/UserInterface.py" line="3693" />
+      <location filename="../UI/UserInterface.py" line="3692" />
       <source>PyQt5 Documentation</source>
       <translation>Documentación de PyQt5</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3700" />
+      <location filename="../UI/UserInterface.py" line="3699" />
       <source>Open PyQt5 Documentation</source>
       <translation>Abrir Documentación de PyQt5</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3702" />
+      <location filename="../UI/UserInterface.py" line="3701" />
       <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
       <translation>&lt;b&gt;Documentación de PyQt5&lt;/b&gt;&lt;p&gt;Muestra la Documentación de PyQt5. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric, o se ejecutará en un navegador web, o Qt Assistant.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3715" />
       <location filename="../UI/UserInterface.py" line="3714" />
+      <location filename="../UI/UserInterface.py" line="3713" />
       <source>PyQt6 Documentation</source>
       <translation>Documentación de PyQt6</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3721" />
+      <location filename="../UI/UserInterface.py" line="3720" />
       <source>Open PyQt6 Documentation</source>
       <translation>Abrir Documentación de PyQt6</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3723" />
+      <location filename="../UI/UserInterface.py" line="3722" />
       <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
       <translation>&lt;b&gt;Documentación de PyQt6&lt;/b&gt;&lt;p&gt;Muestra la Documentación de PyQt6. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric, o se ejecutará en un navegador web, o Qt Assistant.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3741" />
       <location filename="../UI/UserInterface.py" line="3740" />
+      <location filename="../UI/UserInterface.py" line="3739" />
       <source>Python 3 Documentation</source>
       <translation>Documentación de Python 3</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3747" />
+      <location filename="../UI/UserInterface.py" line="3746" />
       <source>Open Python 3 Documentation</source>
       <translation>Abrir Documentación de Python 3</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3749" />
+      <location filename="../UI/UserInterface.py" line="3748" />
       <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;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 &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Documentación de Python 3&lt;/b&gt;&lt;p&gt;Mostrar la documentación de Python 3. Si no se ha configurado un directorio con lesta documentación, la ubicación de la documentación de Python 3 se asumirá en el directorio de documentación bajo la ubicación del ejecutable de Python 3 en Windows, y en &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; para Unix. Establezca el valor de la variable de entorno PYTHON3DOCDIR para sobreescribir estas opciones. &lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3768" />
       <location filename="../UI/UserInterface.py" line="3767" />
+      <location filename="../UI/UserInterface.py" line="3766" />
       <source>eric API Documentation</source>
       <translation>Documentación de API de Eric</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3774" />
+      <location filename="../UI/UserInterface.py" line="3773" />
       <source>Open eric API Documentation</source>
       <translation>Abrir Documentación de API de Eric</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3776" />
+      <location filename="../UI/UserInterface.py" line="3775" />
       <source>&lt;b&gt;eric API Documentation&lt;/b&gt;&lt;p&gt;Display the eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric installation directory.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Documentación de API de Eric&lt;/b&gt;&lt;p&gt;Mostrar la documentación de API de Eric. La ubicación de la documentación es el subdirectorio Documentation/Source del directorio de instalación de eric.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3794" />
       <location filename="../UI/UserInterface.py" line="3793" />
+      <location filename="../UI/UserInterface.py" line="3792" />
       <source>PySide2 Documentation</source>
       <translation>Documentación de PySide2</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3800" />
+      <location filename="../UI/UserInterface.py" line="3799" />
       <source>Open PySide2 Documentation</source>
       <translation>Abrir Documentación de PySide2</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3802" />
+      <location filename="../UI/UserInterface.py" line="3801" />
       <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
       <translation>&lt;b&gt;Documentación de PySide2&lt;/b&gt;&lt;p&gt;Muestra la Documentación de PySide2. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric, o se ejecutará en un navegador web, o Qt Assistant.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3820" />
       <location filename="../UI/UserInterface.py" line="3819" />
+      <location filename="../UI/UserInterface.py" line="3818" />
       <source>PySide6 Documentation</source>
       <translation>Documentación de PySide6</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3826" />
+      <location filename="../UI/UserInterface.py" line="3825" />
       <source>Open PySide6 Documentation</source>
       <translation>Abrir Documentación de PySide6</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3828" />
+      <location filename="../UI/UserInterface.py" line="3827" />
       <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
       <translation>&lt;b&gt;Documentación de PySide6&lt;/b&gt;&lt;p&gt;Muestra la Documentación de PySide6. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric, o se ejecutará en un navegador web, o Qt Assistant.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3864" />
+      <location filename="../UI/UserInterface.py" line="3863" />
       <source>Sessions</source>
       <translation>Sesiones</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3945" />
+      <location filename="../UI/UserInterface.py" line="3944" />
       <source>E&amp;xtras</source>
       <translation>E&amp;xtras</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3955" />
+      <location filename="../UI/UserInterface.py" line="3954" />
       <source>Wi&amp;zards</source>
       <translation>Asis&amp;tentes</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3973" />
+      <location filename="../UI/UserInterface.py" line="3972" />
       <source>P&amp;lugins</source>
       <translation>P&amp;lugins</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3982" />
+      <location filename="../UI/UserInterface.py" line="3981" />
       <source>Configure...</source>
       <translation>Configurar...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3991" />
+      <location filename="../UI/UserInterface.py" line="3990" />
       <source>&amp;Testing</source>
       <translation>&amp;Tests</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4008" />
+      <location filename="../UI/UserInterface.py" line="4007" />
       <source>Select Tool Group</source>
       <translation>Seleccionar Grupo de Herramientas</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4019" />
+      <location filename="../UI/UserInterface.py" line="4018" />
       <source>Se&amp;ttings</source>
       <translation>Con&amp;figuración</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4052" />
+      <location filename="../UI/UserInterface.py" line="4051" />
       <source>&amp;Window</source>
       <translation>Ven&amp;tana</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4061" />
+      <location filename="../UI/UserInterface.py" line="4060" />
       <source>&amp;Windows</source>
       <translation>&amp;Ventanas</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4065" />
+      <location filename="../UI/UserInterface.py" line="4064" />
       <source>Central Park</source>
       <translation>Central Park</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4069" />
+      <location filename="../UI/UserInterface.py" line="4068" />
       <source>Left Side</source>
       <translation>Lado Izquierdo</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4088" />
+      <location filename="../UI/UserInterface.py" line="4087" />
       <source>Right Side</source>
       <translation>Lado Derecho</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4107" />
+      <location filename="../UI/UserInterface.py" line="4106" />
       <source>Bottom Side</source>
       <translation>Lado Inferior</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4115" />
+      <location filename="../UI/UserInterface.py" line="4114" />
       <source>Plug-ins</source>
       <translation>Plugins</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4121" />
+      <location filename="../UI/UserInterface.py" line="4120" />
       <source>&amp;Toolbars</source>
       <translation>&amp;Barra de Herramientas</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4134" />
+      <location filename="../UI/UserInterface.py" line="4133" />
       <source>&amp;Help</source>
       <translation>Ay&amp;uda</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4191" />
-      <location filename="../UI/UserInterface.py" line="4174" />
+      <location filename="../UI/UserInterface.py" line="4190" />
+      <location filename="../UI/UserInterface.py" line="4173" />
       <source>Tools</source>
       <translation>Herramientas</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="4192" />
+      <location filename="../UI/UserInterface.py" line="4177" />
+      <source>Settings</source>
+      <translation>Ajustes</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6361" />
       <location filename="../UI/UserInterface.py" line="4193" />
       <location filename="../UI/UserInterface.py" line="4178" />
-      <source>Settings</source>
-      <translation>Ajustes</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6362" />
+      <source>Help</source>
+      <translation>Ayuda</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="4194" />
       <location filename="../UI/UserInterface.py" line="4179" />
-      <source>Help</source>
-      <translation>Ayuda</translation>
+      <source>Profiles</source>
+      <translation>Perfiles</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="4195" />
       <location filename="../UI/UserInterface.py" line="4180" />
-      <source>Profiles</source>
-      <translation>Perfiles</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4196" />
-      <location filename="../UI/UserInterface.py" line="4181" />
       <source>Plugins</source>
       <translation>Plugins</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4192" />
+      <location filename="../UI/UserInterface.py" line="4191" />
       <source>Unittest</source>
       <translation>Test Unitario</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4369" />
+      <location filename="../UI/UserInterface.py" line="4368" />
       <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Esta zona de la barra de estado muestra el lenguaje del editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4378" />
+      <location filename="../UI/UserInterface.py" line="4377" />
       <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Esta zona de la barra de estado muestra la codificación del editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4387" />
+      <location filename="../UI/UserInterface.py" line="4386" />
       <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Esta zona de la barra de estado muestra la configuración actual de fin de línea (eol) para los editores.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4396" />
+      <location filename="../UI/UserInterface.py" line="4395" />
       <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Esta zona de la barra de estado muestra una indicación de las propiedades de escritura de los archivos del editor.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4405" />
+      <location filename="../UI/UserInterface.py" line="4404" />
       <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Esta zona de la barra de estado muestra el número de línea en el editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4414" />
+      <location filename="../UI/UserInterface.py" line="4413" />
       <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Esta zona de la barra de estado muestra la posición del cursor en el editor actual.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4428" />
+      <location filename="../UI/UserInterface.py" line="4427" />
       <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Esta zona de la barra de estado permite hacer zoom sobre el editor actual o la shell.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4502" />
-      <location filename="../UI/UserInterface.py" line="4461" />
+      <location filename="../UI/UserInterface.py" line="4501" />
+      <location filename="../UI/UserInterface.py" line="4460" />
       <source>External Tools/{0}</source>
       <translation>Herramientas Externas/{0}</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4610" />
+      <location filename="../UI/UserInterface.py" line="4609" />
       <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
       <translation>&lt;h2&gt;Números de Versiones&lt;/h2&gt;&lt;table&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4680" />
+      <location filename="../UI/UserInterface.py" line="4679" />
       <source>Desktop</source>
       <translation>Escritorio</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4684" />
+      <location filename="../UI/UserInterface.py" line="4683" />
       <source>Session Type</source>
       <translation>Tipo de Sesión</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4740" />
+      <location filename="../UI/UserInterface.py" line="4739" />
       <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
       <translation>La dirección de correo electrónico o la dirección del servidor de correo están en blanco. Por favor configure las opciones de Correo Electrónico en el diálogo de Preferencias.</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5074" />
+      <source>Restart application</source>
+      <translation>Reiniciar aplicación</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5075" />
-      <source>Restart application</source>
-      <translation>Reiniciar aplicación</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5076" />
       <source>The application needs to be restarted. Do it now?</source>
       <translation>La aplicación necesita ser reiniciada. ¿Desea hacerlo ahora?</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5099" />
+      <source>Upgrade PyQt</source>
+      <translation>Actualizar PyQt</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5100" />
-      <source>Upgrade PyQt</source>
-      <translation>Actualizar PyQt</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5101" />
       <source>eric needs to be closed in order to upgrade PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
@@ -93638,12 +93676,12 @@
 ¿Desearía hacer la actualización ahora?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5125" />
+      <location filename="../UI/UserInterface.py" line="5124" />
       <source>Upgrade Eric</source>
       <translation>Actualizar Eric</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5126" />
+      <location filename="../UI/UserInterface.py" line="5125" />
       <source>eric needs to be closed in order to be upgraded. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
@@ -93652,12 +93690,12 @@
 ¿Desearía hacer la actualización ahora?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5151" />
+      <location filename="../UI/UserInterface.py" line="5150" />
       <source>Upgrade Eric and PyQt6</source>
       <translation>Actualizar Eric y PyQt6</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5152" />
+      <location filename="../UI/UserInterface.py" line="5151" />
       <source>eric needs to be closed in order to upgrade eric and PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
  Shall the upgrade be done now?</source>
@@ -93666,47 +93704,59 @@
 ¿Desearía hacer la actualización ahora?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5214" />
+      <location filename="../UI/UserInterface.py" line="5213" />
       <source>&amp;Builtin Tools</source>
       <translation>Herramientas de serie (&amp;builtin)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5234" />
+      <location filename="../UI/UserInterface.py" line="5233" />
       <source>&amp;Plugin Tools</source>
       <translation>Herramientas de Extensión (&amp;Plugin)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5237" />
+      <location filename="../UI/UserInterface.py" line="5236" />
       <source>&amp;User Tools</source>
       <translation>Herramientas de &amp;Usuario</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5263" />
+      <location filename="../UI/UserInterface.py" line="5262" />
       <source>Configure Tool Groups ...</source>
       <translation>Configurar Grupos de Herramientas ...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5267" />
+      <location filename="../UI/UserInterface.py" line="5266" />
       <source>Configure current Tool Group ...</source>
       <translation>Configurar Grupo de Herramientas actual ...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5306" />
-      <location filename="../UI/UserInterface.py" line="5286" />
+      <location filename="../UI/UserInterface.py" line="5305" />
+      <location filename="../UI/UserInterface.py" line="5285" />
       <source>No User Tools Configured</source>
       <translation>No se han Configurado Herramientas de Usuario</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5382" />
+      <location filename="../UI/UserInterface.py" line="5381" />
       <source>&amp;Show all</source>
       <translation>&amp;Ver todo</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5384" />
+      <location filename="../UI/UserInterface.py" line="5383" />
       <source>&amp;Hide all</source>
       <translation>&amp;Ocultar todo</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6498" />
+      <location filename="../UI/UserInterface.py" line="6487" />
+      <location filename="../UI/UserInterface.py" line="6439" />
+      <location filename="../UI/UserInterface.py" line="6429" />
+      <location filename="../UI/UserInterface.py" line="6252" />
+      <location filename="../UI/UserInterface.py" line="6242" />
+      <location filename="../UI/UserInterface.py" line="6184" />
+      <location filename="../UI/UserInterface.py" line="6174" />
+      <source>Problem</source>
+      <translation>Problema</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6499" />
       <location filename="../UI/UserInterface.py" line="6488" />
       <location filename="../UI/UserInterface.py" line="6440" />
@@ -93715,310 +93765,296 @@
       <location filename="../UI/UserInterface.py" line="6243" />
       <location filename="../UI/UserInterface.py" line="6185" />
       <location filename="../UI/UserInterface.py" line="6175" />
-      <source>Problem</source>
-      <translation>Problema</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6500" />
-      <location filename="../UI/UserInterface.py" line="6489" />
-      <location filename="../UI/UserInterface.py" line="6441" />
-      <location filename="../UI/UserInterface.py" line="6431" />
-      <location filename="../UI/UserInterface.py" line="6254" />
-      <location filename="../UI/UserInterface.py" line="6244" />
-      <location filename="../UI/UserInterface.py" line="6186" />
-      <location filename="../UI/UserInterface.py" line="6176" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; no existe o tiene longitud nula. &lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6741" />
-      <location filename="../UI/UserInterface.py" line="6652" />
-      <location filename="../UI/UserInterface.py" line="6535" />
-      <location filename="../UI/UserInterface.py" line="6512" />
-      <location filename="../UI/UserInterface.py" line="6453" />
-      <location filename="../UI/UserInterface.py" line="6400" />
-      <location filename="../UI/UserInterface.py" line="6378" />
-      <location filename="../UI/UserInterface.py" line="6329" />
-      <location filename="../UI/UserInterface.py" line="6320" />
-      <location filename="../UI/UserInterface.py" line="6285" />
-      <location filename="../UI/UserInterface.py" line="6276" />
-      <location filename="../UI/UserInterface.py" line="6217" />
-      <location filename="../UI/UserInterface.py" line="6208" />
+      <location filename="../UI/UserInterface.py" line="6740" />
+      <location filename="../UI/UserInterface.py" line="6651" />
+      <location filename="../UI/UserInterface.py" line="6534" />
+      <location filename="../UI/UserInterface.py" line="6511" />
+      <location filename="../UI/UserInterface.py" line="6452" />
+      <location filename="../UI/UserInterface.py" line="6399" />
+      <location filename="../UI/UserInterface.py" line="6377" />
+      <location filename="../UI/UserInterface.py" line="6328" />
+      <location filename="../UI/UserInterface.py" line="6319" />
+      <location filename="../UI/UserInterface.py" line="6284" />
+      <location filename="../UI/UserInterface.py" line="6275" />
+      <location filename="../UI/UserInterface.py" line="6216" />
+      <location filename="../UI/UserInterface.py" line="6207" />
       <source>Process Generation Error</source>
       <translation>Error de Generación de Proceso</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6209" />
+      <location filename="../UI/UserInterface.py" line="6208" />
       <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido ejecutar Qt-Designer.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6218" />
+      <location filename="../UI/UserInterface.py" line="6217" />
       <source>&lt;p&gt;Could not find the Qt-Designer executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido encontrar el ejecutable de Qt-Designer.&lt;br&gt;Asegúrese de que está instalado y opcionalmente configurado en la página de configuración de Qt.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6277" />
+      <location filename="../UI/UserInterface.py" line="6276" />
       <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido ejecutar Qt-Linguist.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6286" />
+      <location filename="../UI/UserInterface.py" line="6285" />
       <source>&lt;p&gt;Could not find the Qt-Linguist executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido encontrar el ejecutable de Qt-Linguist.&lt;br&gt;Asegúrese de que está instalado y opcionalmente configurado en la página de configuración de Qt.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6321" />
+      <location filename="../UI/UserInterface.py" line="6320" />
       <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido ejecutar Qt-Assistant.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6330" />
+      <location filename="../UI/UserInterface.py" line="6329" />
       <source>&lt;p&gt;Could not find the Qt-Assistant executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido encontrar el ejecutable de Qt-Assistant.&lt;br&gt;Asegúrese de que está instalado y opcionalmente configurado en la página de configuración de Qt.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6363" />
+      <location filename="../UI/UserInterface.py" line="6362" />
       <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
       <translation>No hay visor personalizado seleccionado actualmente. Por favor, especifique uno en el diálogo de preferencias.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6379" />
+      <location filename="../UI/UserInterface.py" line="6378" />
       <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido ejecutar el visor personalizado.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6401" />
+      <location filename="../UI/UserInterface.py" line="6400" />
       <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido ejecutar el visor de ayuda.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6454" />
+      <location filename="../UI/UserInterface.py" line="6453" />
       <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido ejecutar el Previsualizador de UI.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6513" />
+      <location filename="../UI/UserInterface.py" line="6512" />
       <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido ejecutar el Previsualizador de Traducciones.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6536" />
+      <location filename="../UI/UserInterface.py" line="6535" />
       <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido iniciar el navegador SQL.&lt;br&gt;Asegúrese de que está disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6633" />
+      <location filename="../UI/UserInterface.py" line="6632" />
       <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
       <translation>&lt;p&gt;La utilidad de captura de pantalla no está disponible para sesiones de escritorio de Wayland.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6653" />
+      <location filename="../UI/UserInterface.py" line="6652" />
       <source>&lt;p&gt;Could not start Snapshot tool.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido ejecutar la herramienta de Captura de Pantalla.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6685" />
+      <location filename="../UI/UserInterface.py" line="6675" />
+      <source>External Tools</source>
+      <translation>Herramientas Externas</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6676" />
+      <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
+      <translation>No se ha encontrado la entrada para la herramienta externa '{0}' en el grupo de herramientas '{1}'.</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6686" />
-      <location filename="../UI/UserInterface.py" line="6676" />
-      <source>External Tools</source>
-      <translation>Herramientas Externas</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6677" />
-      <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
-      <translation>No se ha encontrado la entrada para la herramienta externa '{0}' en el grupo de herramientas '{1}'.</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6687" />
       <source>No toolgroup entry '{0}' found.</source>
       <translation>No se ha encontrado la entrada para el grupo de herramientas '{0}'.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6724" />
+      <location filename="../UI/UserInterface.py" line="6723" />
       <source>Starting process '{0} {1}'.
 </source>
       <translation>Comenzando proceso '{0} {1}'.
 </translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6742" />
+      <location filename="../UI/UserInterface.py" line="6741" />
       <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se ha podido ejecutar la entrada de herramienta &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6821" />
+      <location filename="../UI/UserInterface.py" line="6820" />
       <source>Process '{0}' has exited.
 </source>
       <translation>El proceso '{0}' ha finalizado.
 </translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7108" />
+      <location filename="../UI/UserInterface.py" line="7046" />
+      <location filename="../UI/UserInterface.py" line="7002" />
+      <location filename="../UI/UserInterface.py" line="6928" />
+      <location filename="../UI/UserInterface.py" line="6864" />
+      <source>Documentation Missing</source>
+      <translation>Falta documentación</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7109" />
       <location filename="../UI/UserInterface.py" line="7047" />
       <location filename="../UI/UserInterface.py" line="7003" />
       <location filename="../UI/UserInterface.py" line="6929" />
       <location filename="../UI/UserInterface.py" line="6865" />
-      <source>Documentation Missing</source>
-      <translation>Falta documentación</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7110" />
-      <location filename="../UI/UserInterface.py" line="7048" />
-      <location filename="../UI/UserInterface.py" line="7004" />
-      <location filename="../UI/UserInterface.py" line="6930" />
-      <location filename="../UI/UserInterface.py" line="6866" />
       <source>&lt;p&gt;The documentation starting point "&lt;b&gt;{0}&lt;/b&gt;" could not be found.&lt;/p&gt;</source>
       <translation>&lt;P&gt;El punto de entrada de documentación "&lt;b&gt;{0}&lt;/b&gt;" no ha podido encontrarse.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7090" />
+      <location filename="../UI/UserInterface.py" line="6972" />
+      <source>Documentation</source>
+      <translation>Documentación</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6973" />
+      <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
+      <translation>&lt;P&gt;El punto de entrada de documentación de PyQt{0} no ha sido configurado.&lt;/p&gt;</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7091" />
-      <location filename="../UI/UserInterface.py" line="6973" />
-      <source>Documentation</source>
-      <translation>Documentación</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6974" />
-      <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
-      <translation>&lt;P&gt;El punto de entrada de documentación de PyQt{0} no ha sido configurado.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7092" />
       <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation>&lt;P&gt;El punto de entrada de documentación de PySide{0} no ha sido configurado.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7270" />
+      <location filename="../UI/UserInterface.py" line="7206" />
+      <source>Start Web Browser</source>
+      <translation>Iniciar Navegador Web</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7207" />
+      <source>The eric web browser could not be started.</source>
+      <translation>El navegador web de eric no se ha podido iniciar.</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7271" />
-      <location filename="../UI/UserInterface.py" line="7207" />
-      <source>Start Web Browser</source>
-      <translation>Iniciar Navegador Web</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7208" />
-      <source>The eric web browser could not be started.</source>
-      <translation>El navegador web de eric no se ha podido iniciar.</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7272" />
       <source>&lt;p&gt;The eric web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El navegador web de eric no se ha iniciado.&lt;/p&gt;&lt;p&gt;Razón: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7318" />
+      <location filename="../UI/UserInterface.py" line="7317" />
       <source>Open Browser</source>
       <translation>Abrir Navegador</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7318" />
+      <location filename="../UI/UserInterface.py" line="7317" />
       <source>Could not start a web browser</source>
       <translation>No se ha podido iniciar el navegador web</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7622" />
-      <location filename="../UI/UserInterface.py" line="7584" />
+      <location filename="../UI/UserInterface.py" line="7621" />
+      <location filename="../UI/UserInterface.py" line="7583" />
       <source>Keyboard Shortcuts File (*.ekj)</source>
       <translation>Archivo de Atajos de Teclado (*.ekj)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7602" />
+      <location filename="../UI/UserInterface.py" line="7601" />
       <source>&lt;p&gt;The keyboard shortcuts file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo de atajos de teclado &lt;b&gt;{0}&lt;/b&gt; ya existe. ¿Sobreescribirlo?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7806" />
+      <location filename="../UI/UserInterface.py" line="7805" />
       <source>Load crash session...</source>
       <translation>Cargar sesión perdida...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7809" />
+      <location filename="../UI/UserInterface.py" line="7808" />
       <source>Clean crash sessions...</source>
       <translation>Limpiar sesiones perdidas...</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7845" />
+      <source>Read Session</source>
+      <translation>Cargar sesión</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7846" />
-      <source>Read Session</source>
-      <translation>Cargar sesión</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7847" />
       <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo de sesión &lt;b&gt;&lt;/b&gt; no ha podido ser leído.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7870" />
+      <location filename="../UI/UserInterface.py" line="7869" />
       <source>Save Session</source>
       <translation>Guardar Sesión</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7895" />
-      <location filename="../UI/UserInterface.py" line="7872" />
+      <location filename="../UI/UserInterface.py" line="7894" />
+      <location filename="../UI/UserInterface.py" line="7871" />
       <source>eric Session Files (*.esj)</source>
       <translation>Archivos de Sesión de eric (*.esj)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7964" />
-      <source>Found Crash Sessions</source>
-      <translation>Encontradas Sesiones Perdidas</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7965" />
-      <source>These crash session files were found. Select the one to open. Select 'Cancel' to not open a crash session.</source>
-      <translation>Se han encontrado estos archivos de sesiones perdidas. Seleccionar la que se desee abrir. Seleccionar 'Cancelar' para no abrir ninguna.</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="8038" />
+      <location filename="../UI/UserInterface.py" line="8030" />
       <source>Clean stale crash sessions</source>
       <translation>Limpiar sesiones perdidas antituas</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8039" />
+      <location filename="../UI/UserInterface.py" line="8031" />
       <source>Do you really want to delete these stale crash session files?</source>
       <translation>¿Desea realmente eliminar esos archivos antiguos de sesiones perdidas?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8415" />
+      <location filename="../UI/UserInterface.py" line="8407" />
       <source>Drop Error</source>
       <translation>Error de volcado</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8416" />
+      <location filename="../UI/UserInterface.py" line="8408" />
       <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; no es un archivo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8613" />
+      <location filename="../UI/UserInterface.py" line="8605" />
       <source>Upgrade available</source>
       <translation>Actualización disponible</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8614" />
+      <location filename="../UI/UserInterface.py" line="8606" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation>&lt;p&gt;Una versión más moderna del package de &lt;b&gt;eric-ide&lt;/b&gt; se encuentra disponible en &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Instalado: {1}&lt;br/&gt;Disponible: &lt;b&gt;{2}&lt;/b&gt;Actualizar &lt;b&gt;eric-ide&lt;/b&gt;?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8662" />
+      <location filename="../UI/UserInterface.py" line="8654" />
       <source>First time usage</source>
       <translation>Usado por primera vez</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8663" />
+      <location filename="../UI/UserInterface.py" line="8655" />
       <source>eric has not been configured yet. The configuration dialog will be started.</source>
       <translation>eric todavía no está configurado. El diálogo de configuración va a ser iniciado.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8685" />
+      <location filename="../UI/UserInterface.py" line="8677" />
       <source>Select Workspace Directory</source>
       <translation>Seleccionar Directorio para el Espacio de Trabajo</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8853" />
+      <location filename="../UI/UserInterface.py" line="8845" />
       <source>Unsaved Data Detected</source>
       <translation>Detectados Datos sin Guardar</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8854" />
+      <location filename="../UI/UserInterface.py" line="8846" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation>Algunos editores contienen datos sin guardar. ¿Desea guardarlos?</translation>
     </message>
+    <message>
+      <source>Found Crash Sessions</source>
+      <translation type="vanished">Encontradas Sesiones Perdidas</translation>
+    </message>
+    <message>
+      <source>These crash session files were found. Select the one to open. Select 'Cancel' to not open a crash session.</source>
+      <translation type="vanished">Se han encontrado estos archivos de sesiones perdidas. Seleccionar la que se desee abrir. Seleccionar 'Cancelar' para no abrir ninguna.</translation>
+    </message>
   </context>
   <context>
     <name>UserProjectFile</name>
--- a/src/eric7/i18n/eric7_fr.ts	Wed Apr 02 16:56:06 2025 +0200
+++ b/src/eric7/i18n/eric7_fr.ts	Thu Apr 03 19:50:43 2025 +0200
@@ -8747,6 +8747,44 @@
     </message>
   </context>
   <context>
+    <name>CrashedSessionsSelectionDialog</name>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="72" />
+      <source>Read Crash Session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="73" />
+      <source>&lt;p&gt;The crash session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="82" />
+      <source>{0}
+Timestamp: {1}
+Project: {2}</source>
+      <comment>Crash Session, Timestamp, Project Path</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="87" />
+      <source>{0}
+Timestamp: {1}</source>
+      <comment>Crash Session, Timestamp</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.ui" line="0" />
+      <source>Found Crash Sessions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.ui" line="0" />
+      <source>These crash session files were found. Select the one to open. Select 'Cancel' to not open a crash session.</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
     <name>CreateDialogCodeDialog</name>
     <message>
       <location filename="../Project/CreateDialogCodeDialog.py" line="149" />
@@ -91552,2298 +91590,2310 @@
   <context>
     <name>UserInterface</name>
     <message>
-      <location filename="../UI/UserInterface.py" line="264" />
+      <location filename="../UI/UserInterface.py" line="263" />
       <source>Initializing Basic Services...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="320" />
+      <location filename="../UI/UserInterface.py" line="319" />
       <source>Initializing Plugin Manager...</source>
       <translation>Initialisation du gestionnaire de plugins...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="328" />
+      <location filename="../UI/UserInterface.py" line="327" />
       <source>Generating Main User Interface...</source>
       <translation>Création de l'interface utilisateur...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="385" />
-      <location filename="../UI/UserInterface.py" line="383" />
+      <location filename="../UI/UserInterface.py" line="384" />
+      <location filename="../UI/UserInterface.py" line="382" />
       <source>Setting up signal/slot-connections...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="594" />
+      <location filename="../UI/UserInterface.py" line="593" />
       <source>Initializing Tools...</source>
       <translation>Initialisation des outils...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="606" />
+      <location filename="../UI/UserInterface.py" line="605" />
       <source>Registering Objects...</source>
       <translation>Enregistrement des objets...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="641" />
+      <location filename="../UI/UserInterface.py" line="640" />
       <source>Initializing Actions...</source>
       <translation>Initialisation des actions...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="644" />
+      <location filename="../UI/UserInterface.py" line="643" />
       <source>Initializing Menus...</source>
       <translation>Initialisation des menus...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="647" />
+      <location filename="../UI/UserInterface.py" line="646" />
       <source>Initializing Toolbars...</source>
       <translation>Initialisation des barres d'outils...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="650" />
+      <location filename="../UI/UserInterface.py" line="649" />
       <source>Initializing Statusbar...</source>
       <translation>Initialisation de la barre d'état...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="675" />
-      <location filename="../UI/UserInterface.py" line="673" />
+      <location filename="../UI/UserInterface.py" line="674" />
+      <location filename="../UI/UserInterface.py" line="672" />
       <source>Initializing Single Application Server...</source>
       <translation>Initialisation du serveur d'application...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="682" />
+      <location filename="../UI/UserInterface.py" line="681" />
       <source>Initializing Plugins...</source>
       <translation>Initialisation en cours des plugins...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="686" />
+      <location filename="../UI/UserInterface.py" line="685" />
       <source>Activating Plugins...</source>
       <translation>Activation des plugins...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="689" />
+      <location filename="../UI/UserInterface.py" line="688" />
       <source>Generating Plugins Toolbars...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="693" />
+      <location filename="../UI/UserInterface.py" line="692" />
       <source>Cleaning Plugins Download Area...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="704" />
+      <location filename="../UI/UserInterface.py" line="703" />
       <source>Restoring Toolbarmanager...</source>
       <translation>Restauration des barres d'outils...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="713" />
+      <location filename="../UI/UserInterface.py" line="712" />
       <source>Setting View Profile...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="727" />
+      <location filename="../UI/UserInterface.py" line="726" />
       <source>Reading Tasks...</source>
       <translation>Lecture en cours des tâches...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="733" />
+      <location filename="../UI/UserInterface.py" line="732" />
       <source>Reading Templates...</source>
       <translation>Lecture en cours des gabarits...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="739" />
+      <location filename="../UI/UserInterface.py" line="738" />
       <source>Starting Debugger...</source>
       <translation>Démarrage du débuggeur...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2213" />
-      <location filename="../UI/UserInterface.py" line="1100" />
+      <location filename="../UI/UserInterface.py" line="2212" />
+      <location filename="../UI/UserInterface.py" line="1099" />
       <source>Left Toolbox</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2259" />
-      <location filename="../UI/UserInterface.py" line="1110" />
+      <location filename="../UI/UserInterface.py" line="2258" />
+      <location filename="../UI/UserInterface.py" line="1109" />
       <source>Horizontal Toolbox</source>
       <translation>Barre horizontale</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2236" />
-      <location filename="../UI/UserInterface.py" line="1121" />
+      <location filename="../UI/UserInterface.py" line="2235" />
+      <location filename="../UI/UserInterface.py" line="1120" />
       <source>Right Toolbox</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2054" />
+      <location filename="../UI/UserInterface.py" line="1316" />
+      <location filename="../UI/UserInterface.py" line="1130" />
+      <source>Multiproject-Viewer</source>
+      <translation>Gestionnaire de multi-projets</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2032" />
+      <location filename="../UI/UserInterface.py" line="1322" />
+      <location filename="../UI/UserInterface.py" line="1136" />
+      <source>Project-Viewer</source>
+      <translation>Gestionnaire de projet</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2594" />
+      <location filename="../UI/UserInterface.py" line="2593" />
+      <location filename="../UI/UserInterface.py" line="1329" />
+      <location filename="../UI/UserInterface.py" line="1143" />
+      <source>Find/Replace In Files</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2617" />
+      <location filename="../UI/UserInterface.py" line="2616" />
+      <location filename="../UI/UserInterface.py" line="1336" />
+      <location filename="../UI/UserInterface.py" line="1150" />
+      <source>Find File</source>
+      <translation type="unfinished">Trouver un fichier</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1342" />
+      <location filename="../UI/UserInterface.py" line="1156" />
+      <source>VCS Status</source>
+      <translation type="unfinished">VCS Status</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2187" />
+      <location filename="../UI/UserInterface.py" line="1349" />
+      <location filename="../UI/UserInterface.py" line="1163" />
+      <source>Template-Viewer</source>
+      <translation>Gestionnaire de gabarits</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2120" />
+      <location filename="../UI/UserInterface.py" line="1356" />
+      <location filename="../UI/UserInterface.py" line="1170" />
+      <source>File-Browser</source>
+      <translation>Navigateur de fichiers</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1363" />
+      <location filename="../UI/UserInterface.py" line="1177" />
+      <source>Symbols</source>
+      <translation>Symboles</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2076" />
+      <location filename="../UI/UserInterface.py" line="1385" />
+      <location filename="../UI/UserInterface.py" line="1379" />
+      <location filename="../UI/UserInterface.py" line="1187" />
+      <source>Debug-Viewer</source>
+      <translation>Gestionnaire de débogage</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2448" />
+      <location filename="../UI/UserInterface.py" line="2447" />
+      <location filename="../UI/UserInterface.py" line="1392" />
+      <location filename="../UI/UserInterface.py" line="1194" />
+      <source>Code Documentation Viewer</source>
+      <translation type="unfinished">Visionneur de documentation du code</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2663" />
+      <location filename="../UI/UserInterface.py" line="2662" />
+      <location filename="../UI/UserInterface.py" line="1399" />
+      <location filename="../UI/UserInterface.py" line="1201" />
+      <source>Help Viewer</source>
+      <translation type="unfinished">Visionneur d'aide</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3611" />
+      <location filename="../UI/UserInterface.py" line="2543" />
+      <location filename="../UI/UserInterface.py" line="2542" />
+      <location filename="../UI/UserInterface.py" line="1405" />
+      <location filename="../UI/UserInterface.py" line="1207" />
+      <source>Plugin Repository</source>
+      <translation>Référentiel de plugins</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2567" />
+      <location filename="../UI/UserInterface.py" line="2566" />
+      <location filename="../UI/UserInterface.py" line="1411" />
+      <location filename="../UI/UserInterface.py" line="1213" />
+      <source>Virtual Environments</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2475" />
+      <location filename="../UI/UserInterface.py" line="2474" />
+      <location filename="../UI/UserInterface.py" line="1418" />
+      <location filename="../UI/UserInterface.py" line="1220" />
+      <source>PyPI Package Management</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2497" />
+      <location filename="../UI/UserInterface.py" line="2496" />
+      <location filename="../UI/UserInterface.py" line="1425" />
+      <location filename="../UI/UserInterface.py" line="1225" />
+      <source>Conda</source>
+      <translation>Conda</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1432" />
+      <location filename="../UI/UserInterface.py" line="1232" />
+      <source>Cooperation</source>
+      <translation>Coopération</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2375" />
+      <location filename="../UI/UserInterface.py" line="1436" />
+      <location filename="../UI/UserInterface.py" line="1237" />
+      <source>IRC</source>
+      <translation>IRC</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2519" />
+      <location filename="../UI/UserInterface.py" line="2518" />
+      <location filename="../UI/UserInterface.py" line="1442" />
+      <location filename="../UI/UserInterface.py" line="1244" />
+      <source>MicroPython</source>
+      <translation>MicroPython</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2098" />
+      <location filename="../UI/UserInterface.py" line="1450" />
+      <location filename="../UI/UserInterface.py" line="1252" />
+      <source>Shell</source>
+      <translation>Shell</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2164" />
+      <location filename="../UI/UserInterface.py" line="1456" />
+      <location filename="../UI/UserInterface.py" line="1256" />
+      <source>Task-Viewer</source>
+      <translation>Visualisueur de tâches</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2142" />
+      <location filename="../UI/UserInterface.py" line="1462" />
+      <location filename="../UI/UserInterface.py" line="1260" />
+      <source>Log-Viewer</source>
+      <translation>Fenêtre de log</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1469" />
+      <location filename="../UI/UserInterface.py" line="1267" />
+      <source>Numbers</source>
+      <translation>Nombres</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1844" />
+      <source>{0} - Passive Mode</source>
+      <translation>{0} - Mode passif</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1853" />
+      <location filename="../UI/UserInterface.py" line="1847" />
+      <source>{0} - {1} - Passive Mode</source>
+      <translation>{0} - {1} - Mode Passif</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1859" />
+      <source>{0} - {1} - {2} - Passive Mode</source>
+      <translation>{0} - {1} - {2} - Mode Passif</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1885" />
+      <source>Quit</source>
+      <translation>Quitter</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1887" />
+      <source>&amp;Quit</source>
+      <translation>&amp;Quitter</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1888" />
+      <source>Ctrl+Q</source>
+      <comment>File|Quit</comment>
+      <translation>Ctrl+Q</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1893" />
+      <source>Quit the IDE</source>
+      <translation>Quitter l'IDE</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1895" />
+      <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Quitter l'IDE&lt;/b&gt;&lt;p&gt;Cette commande fait quitter l'IDE. Toutes les modifications non-enregistrées devraient d'abord être enregistrées. Tous les programmes Python débogués seront stoppés et les préférences seront écrites sur le disque.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1909" />
+      <location filename="../UI/UserInterface.py" line="1907" />
+      <source>Restart</source>
+      <translation>Redémarrer</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1910" />
+      <source>Ctrl+Shift+Q</source>
+      <comment>File|Quit</comment>
+      <translation>Ctrl+Shift+Q</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1915" />
+      <source>Restart the IDE</source>
+      <translation>Rédémarrer l'IDE</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1917" />
+      <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1935" />
+      <location filename="../UI/UserInterface.py" line="1928" />
+      <source>Save session</source>
+      <translation>Enregistrer la session</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1929" />
+      <source>Save session...</source>
+      <translation>Enregistrer session...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1937" />
+      <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Enregistrer session...&lt;/b&gt;&lt;p&gt;Ceci enregistre la session sur le disque. Une fenêtre s'ouvre pour sélectionner le nom de fichier.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7892" />
+      <location filename="../UI/UserInterface.py" line="1954" />
+      <location filename="../UI/UserInterface.py" line="1947" />
+      <source>Load session</source>
+      <translation>Charger la session</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1948" />
+      <source>Load session...</source>
+      <translation>Charger la session...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1956" />
+      <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Charger session...&lt;/b&gt;&lt;p&gt;Ceci charge une session enregistrée sur le disque auparant. Une fenêtre s'ouvre pour sélectionner le fichier.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1966" />
+      <source>New Window</source>
+      <translation>Nouvelle fenêtre</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1968" />
+      <source>New &amp;Window</source>
+      <translation>&amp;Nouvelle fenêtre</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1969" />
+      <source>Ctrl+Shift+N</source>
+      <comment>File|New Window</comment>
+      <translation>Ctrl+Shift+N</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1974" />
+      <source>Open a new eric instance</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1976" />
+      <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric IDE.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1990" />
+      <location filename="../UI/UserInterface.py" line="1988" />
+      <source>Edit Profile</source>
+      <translation>Profil d'Edition</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1997" />
+      <source>Activate the edit view profile</source>
+      <translation>Active la fenêtre d'édition des profils Edition/Débogage</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1999" />
+      <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Edition des profils&lt;/b&gt;&lt;p&gt;Active la fenêtre d'édition des profils Edition/Débogage. On peut y configurer les différentes fenêtres devant apparaitre en mode Edition ou Débogage.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2012" />
+      <location filename="../UI/UserInterface.py" line="2010" />
+      <source>Debug Profile</source>
+      <translation>Profil Débogage</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2019" />
+      <source>Activate the debug view profile</source>
+      <translation>Active le profil Débogage</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2021" />
+      <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Profil Debogage&lt;/b&gt;&lt;p&gt;Active le profil Bébogage. La fenêtre affichée dans ce mode peut être configurée avec la fenêtre "Edition des profils"&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2033" />
+      <source>&amp;Project-Viewer</source>
+      <translation>Gestionnaire de &amp;projet</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2034" />
+      <source>Alt+Shift+P</source>
+      <translation>Alt+Shift+P</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2040" />
+      <source>Switch the input focus to the Project-Viewer window.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2043" />
+      <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2055" />
-      <location filename="../UI/UserInterface.py" line="1317" />
-      <location filename="../UI/UserInterface.py" line="1131" />
-      <source>Multiproject-Viewer</source>
-      <translation>Gestionnaire de multi-projets</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2033" />
-      <location filename="../UI/UserInterface.py" line="1323" />
-      <location filename="../UI/UserInterface.py" line="1137" />
-      <source>Project-Viewer</source>
-      <translation>Gestionnaire de projet</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2595" />
-      <location filename="../UI/UserInterface.py" line="2594" />
-      <location filename="../UI/UserInterface.py" line="1330" />
-      <location filename="../UI/UserInterface.py" line="1144" />
-      <source>Find/Replace In Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2618" />
-      <location filename="../UI/UserInterface.py" line="2617" />
-      <location filename="../UI/UserInterface.py" line="1337" />
-      <location filename="../UI/UserInterface.py" line="1151" />
-      <source>Find File</source>
-      <translation type="unfinished">Trouver un fichier</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1343" />
-      <location filename="../UI/UserInterface.py" line="1157" />
-      <source>VCS Status</source>
-      <translation type="unfinished">VCS Status</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2188" />
-      <location filename="../UI/UserInterface.py" line="1350" />
-      <location filename="../UI/UserInterface.py" line="1164" />
-      <source>Template-Viewer</source>
-      <translation>Gestionnaire de gabarits</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2121" />
-      <location filename="../UI/UserInterface.py" line="1357" />
-      <location filename="../UI/UserInterface.py" line="1171" />
-      <source>File-Browser</source>
-      <translation>Navigateur de fichiers</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1364" />
-      <location filename="../UI/UserInterface.py" line="1178" />
-      <source>Symbols</source>
-      <translation>Symboles</translation>
+      <source>&amp;Multiproject-Viewer</source>
+      <translation>Gestionnaire de &amp;multi-projet</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2056" />
+      <source>Alt+Shift+M</source>
+      <translation>Alt+Shift+M</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2062" />
+      <source>Switch the input focus to the Multiproject-Viewer window.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2065" />
+      <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2077" />
-      <location filename="../UI/UserInterface.py" line="1386" />
-      <location filename="../UI/UserInterface.py" line="1380" />
-      <location filename="../UI/UserInterface.py" line="1188" />
-      <source>Debug-Viewer</source>
-      <translation>Gestionnaire de débogage</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2449" />
-      <location filename="../UI/UserInterface.py" line="2448" />
-      <location filename="../UI/UserInterface.py" line="1393" />
-      <location filename="../UI/UserInterface.py" line="1195" />
-      <source>Code Documentation Viewer</source>
-      <translation type="unfinished">Visionneur de documentation du code</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2664" />
-      <location filename="../UI/UserInterface.py" line="2663" />
-      <location filename="../UI/UserInterface.py" line="1400" />
-      <location filename="../UI/UserInterface.py" line="1202" />
-      <source>Help Viewer</source>
-      <translation type="unfinished">Visionneur d'aide</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3612" />
-      <location filename="../UI/UserInterface.py" line="2544" />
-      <location filename="../UI/UserInterface.py" line="2543" />
-      <location filename="../UI/UserInterface.py" line="1406" />
-      <location filename="../UI/UserInterface.py" line="1208" />
-      <source>Plugin Repository</source>
-      <translation>Référentiel de plugins</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2568" />
-      <location filename="../UI/UserInterface.py" line="2567" />
-      <location filename="../UI/UserInterface.py" line="1412" />
-      <location filename="../UI/UserInterface.py" line="1214" />
-      <source>Virtual Environments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2476" />
-      <location filename="../UI/UserInterface.py" line="2475" />
-      <location filename="../UI/UserInterface.py" line="1419" />
-      <location filename="../UI/UserInterface.py" line="1221" />
-      <source>PyPI Package Management</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2498" />
-      <location filename="../UI/UserInterface.py" line="2497" />
-      <location filename="../UI/UserInterface.py" line="1426" />
-      <location filename="../UI/UserInterface.py" line="1226" />
-      <source>Conda</source>
-      <translation>Conda</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1433" />
-      <location filename="../UI/UserInterface.py" line="1233" />
-      <source>Cooperation</source>
-      <translation>Coopération</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2376" />
-      <location filename="../UI/UserInterface.py" line="1437" />
-      <location filename="../UI/UserInterface.py" line="1238" />
-      <source>IRC</source>
-      <translation>IRC</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2520" />
-      <location filename="../UI/UserInterface.py" line="2519" />
-      <location filename="../UI/UserInterface.py" line="1443" />
-      <location filename="../UI/UserInterface.py" line="1245" />
-      <source>MicroPython</source>
-      <translation>MicroPython</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2099" />
-      <location filename="../UI/UserInterface.py" line="1451" />
-      <location filename="../UI/UserInterface.py" line="1253" />
-      <source>Shell</source>
-      <translation>Shell</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2165" />
-      <location filename="../UI/UserInterface.py" line="1457" />
-      <location filename="../UI/UserInterface.py" line="1257" />
-      <source>Task-Viewer</source>
-      <translation>Visualisueur de tâches</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2143" />
-      <location filename="../UI/UserInterface.py" line="1463" />
-      <location filename="../UI/UserInterface.py" line="1261" />
-      <source>Log-Viewer</source>
-      <translation>Fenêtre de log</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1470" />
-      <location filename="../UI/UserInterface.py" line="1268" />
-      <source>Numbers</source>
-      <translation>Nombres</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1845" />
-      <source>{0} - Passive Mode</source>
-      <translation>{0} - Mode passif</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1854" />
-      <location filename="../UI/UserInterface.py" line="1848" />
-      <source>{0} - {1} - Passive Mode</source>
-      <translation>{0} - {1} - Mode Passif</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1860" />
-      <source>{0} - {1} - {2} - Passive Mode</source>
-      <translation>{0} - {1} - {2} - Mode Passif</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1886" />
-      <source>Quit</source>
-      <translation>Quitter</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1888" />
-      <source>&amp;Quit</source>
-      <translation>&amp;Quitter</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1889" />
-      <source>Ctrl+Q</source>
-      <comment>File|Quit</comment>
-      <translation>Ctrl+Q</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1894" />
-      <source>Quit the IDE</source>
-      <translation>Quitter l'IDE</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1896" />
-      <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Quitter l'IDE&lt;/b&gt;&lt;p&gt;Cette commande fait quitter l'IDE. Toutes les modifications non-enregistrées devraient d'abord être enregistrées. Tous les programmes Python débogués seront stoppés et les préférences seront écrites sur le disque.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1910" />
-      <location filename="../UI/UserInterface.py" line="1908" />
-      <source>Restart</source>
-      <translation>Redémarrer</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1911" />
-      <source>Ctrl+Shift+Q</source>
-      <comment>File|Quit</comment>
-      <translation>Ctrl+Shift+Q</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1916" />
-      <source>Restart the IDE</source>
-      <translation>Rédémarrer l'IDE</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1918" />
-      <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1936" />
-      <location filename="../UI/UserInterface.py" line="1929" />
-      <source>Save session</source>
-      <translation>Enregistrer la session</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1930" />
-      <source>Save session...</source>
-      <translation>Enregistrer session...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1938" />
-      <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Enregistrer session...&lt;/b&gt;&lt;p&gt;Ceci enregistre la session sur le disque. Une fenêtre s'ouvre pour sélectionner le nom de fichier.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7893" />
-      <location filename="../UI/UserInterface.py" line="1955" />
-      <location filename="../UI/UserInterface.py" line="1948" />
-      <source>Load session</source>
-      <translation>Charger la session</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1949" />
-      <source>Load session...</source>
-      <translation>Charger la session...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1957" />
-      <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Charger session...&lt;/b&gt;&lt;p&gt;Ceci charge une session enregistrée sur le disque auparant. Une fenêtre s'ouvre pour sélectionner le fichier.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1967" />
-      <source>New Window</source>
-      <translation>Nouvelle fenêtre</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1969" />
-      <source>New &amp;Window</source>
-      <translation>&amp;Nouvelle fenêtre</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1970" />
-      <source>Ctrl+Shift+N</source>
-      <comment>File|New Window</comment>
-      <translation>Ctrl+Shift+N</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1975" />
-      <source>Open a new eric instance</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1977" />
-      <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric IDE.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1991" />
-      <location filename="../UI/UserInterface.py" line="1989" />
-      <source>Edit Profile</source>
-      <translation>Profil d'Edition</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1998" />
-      <source>Activate the edit view profile</source>
-      <translation>Active la fenêtre d'édition des profils Edition/Débogage</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2000" />
-      <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Edition des profils&lt;/b&gt;&lt;p&gt;Active la fenêtre d'édition des profils Edition/Débogage. On peut y configurer les différentes fenêtres devant apparaitre en mode Edition ou Débogage.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2013" />
-      <location filename="../UI/UserInterface.py" line="2011" />
-      <source>Debug Profile</source>
-      <translation>Profil Débogage</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2020" />
-      <source>Activate the debug view profile</source>
-      <translation>Active le profil Débogage</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2022" />
-      <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Profil Debogage&lt;/b&gt;&lt;p&gt;Active le profil Bébogage. La fenêtre affichée dans ce mode peut être configurée avec la fenêtre "Edition des profils"&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2034" />
-      <source>&amp;Project-Viewer</source>
-      <translation>Gestionnaire de &amp;projet</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2035" />
-      <source>Alt+Shift+P</source>
-      <translation>Alt+Shift+P</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2041" />
-      <source>Switch the input focus to the Project-Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2044" />
-      <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2056" />
-      <source>&amp;Multiproject-Viewer</source>
-      <translation>Gestionnaire de &amp;multi-projet</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2057" />
-      <source>Alt+Shift+M</source>
-      <translation>Alt+Shift+M</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2063" />
-      <source>Switch the input focus to the Multiproject-Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2066" />
-      <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
+      <source>&amp;Debug-Viewer</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2078" />
-      <source>&amp;Debug-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2079" />
       <source>Alt+Shift+D</source>
       <translation>Alt+Shift+D</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2085" />
+      <location filename="../UI/UserInterface.py" line="2084" />
       <source>Switch the input focus to the Debug-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2088" />
+      <location filename="../UI/UserInterface.py" line="2087" />
       <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2099" />
+      <source>&amp;Shell</source>
+      <translation>&amp;Shell</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2100" />
-      <source>&amp;Shell</source>
-      <translation>&amp;Shell</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2101" />
       <source>Alt+Shift+S</source>
       <translation>Alt+Shift+S</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2107" />
+      <location filename="../UI/UserInterface.py" line="2106" />
       <source>Switch the input focus to the Shell window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2110" />
+      <location filename="../UI/UserInterface.py" line="2109" />
       <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2121" />
+      <source>&amp;File-Browser</source>
+      <translation>Navigateur de &amp;fichier</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2122" />
-      <source>&amp;File-Browser</source>
-      <translation>Navigateur de &amp;fichier</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2123" />
       <source>Alt+Shift+F</source>
       <translation>Alt+Shift+F</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2129" />
+      <location filename="../UI/UserInterface.py" line="2128" />
       <source>Switch the input focus to the File-Browser window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2132" />
+      <location filename="../UI/UserInterface.py" line="2131" />
       <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2143" />
+      <source>Lo&amp;g-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2144" />
-      <source>Lo&amp;g-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2145" />
       <source>Alt+Shift+G</source>
       <translation>Alt+Shift+G</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2151" />
+      <location filename="../UI/UserInterface.py" line="2150" />
       <source>Switch the input focus to the Log-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2154" />
+      <location filename="../UI/UserInterface.py" line="2153" />
       <source>&lt;b&gt;Activate Log-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Log-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2165" />
+      <source>&amp;Task-Viewer</source>
+      <translation>Visionneur de &amp;tâches</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2166" />
-      <source>&amp;Task-Viewer</source>
-      <translation>Visionneur de &amp;tâches</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2167" />
       <source>Alt+Shift+T</source>
       <translation>Alt+Shift+T</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2173" />
+      <location filename="../UI/UserInterface.py" line="2172" />
       <source>Switch the input focus to the Task-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2176" />
+      <location filename="../UI/UserInterface.py" line="2175" />
       <source>&lt;b&gt;Activate Task-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Task-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2188" />
+      <source>Templ&amp;ate-Viewer</source>
+      <translation>Visionneur de g&amp;abarits</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2189" />
-      <source>Templ&amp;ate-Viewer</source>
-      <translation>Visionneur de g&amp;abarits</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2190" />
       <source>Alt+Shift+A</source>
       <translation>Alt+Shift+A</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2196" />
+      <location filename="../UI/UserInterface.py" line="2195" />
       <source>Switch the input focus to the Template-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2199" />
+      <location filename="../UI/UserInterface.py" line="2198" />
       <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2214" />
+      <location filename="../UI/UserInterface.py" line="2213" />
       <source>&amp;Left Toolbox</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2221" />
+      <location filename="../UI/UserInterface.py" line="2220" />
       <source>Toggle the Left Toolbox window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2223" />
+      <location filename="../UI/UserInterface.py" line="2222" />
       <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2237" />
+      <location filename="../UI/UserInterface.py" line="2236" />
       <source>&amp;Right Toolbox</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2244" />
+      <location filename="../UI/UserInterface.py" line="2243" />
       <source>Toggle the Right Toolbox window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2246" />
+      <location filename="../UI/UserInterface.py" line="2245" />
       <source>&lt;b&gt;Toggle the Right Toolbox window&lt;/b&gt;&lt;p&gt;If the Right Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2260" />
+      <location filename="../UI/UserInterface.py" line="2259" />
       <source>&amp;Horizontal Toolbox</source>
       <translation>Barre &amp;horizontale</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2267" />
+      <location filename="../UI/UserInterface.py" line="2266" />
       <source>Toggle the Horizontal Toolbox window</source>
       <translation>Afficher/Masquer la barre d'outils horizontale</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2269" />
+      <location filename="../UI/UserInterface.py" line="2268" />
       <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Afficher/Masquer la barre d'outils horizontale&lt;/b&gt;&lt;p&gt;Affiche ou masque la barre d'outils horizontale, selon.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2281" />
+      <source>Left Sidebar</source>
+      <translation>Barre latérale de gauche</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2282" />
-      <source>Left Sidebar</source>
-      <translation>Barre latérale de gauche</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2283" />
       <source>&amp;Left Sidebar</source>
       <translation>Barre latérale de &amp;gauche</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2290" />
+      <location filename="../UI/UserInterface.py" line="2289" />
       <source>Toggle the left sidebar window</source>
       <translation>Affiche/Masque la barre latérale de gauche</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2292" />
+      <location filename="../UI/UserInterface.py" line="2291" />
       <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Affiche/masque la barre latérale de gauche&lt;/b&gt;&lt;p&gt;Affiche ou maque la barre latérale de gauche.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2304" />
+      <source>Right Sidebar</source>
+      <translation type="unfinished">Barre latérale de droite</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2305" />
-      <source>Right Sidebar</source>
-      <translation type="unfinished">Barre latérale de droite</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2306" />
       <source>&amp;Right Sidebar</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2313" />
+      <location filename="../UI/UserInterface.py" line="2312" />
       <source>Toggle the right sidebar window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2315" />
+      <location filename="../UI/UserInterface.py" line="2314" />
       <source>&lt;b&gt;Toggle the right sidebar window&lt;/b&gt;&lt;p&gt;If the right sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2327" />
+      <source>Bottom Sidebar</source>
+      <translation>Barre du bas</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2328" />
-      <source>Bottom Sidebar</source>
-      <translation>Barre du bas</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2329" />
       <source>&amp;Bottom Sidebar</source>
       <translation>&amp;Barre du bas</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2336" />
+      <location filename="../UI/UserInterface.py" line="2335" />
       <source>Toggle the bottom sidebar window</source>
       <translation>Affiche/Masque la barre du bas</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2338" />
+      <location filename="../UI/UserInterface.py" line="2337" />
       <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;A/ffiche/Masque la barre du bas&lt;/b&gt;&lt;p&gt;Affiche ou masque la barre du bas&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2350" />
+      <source>Cooperation-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2351" />
-      <source>Cooperation-Viewer</source>
+      <source>Co&amp;operation-Viewer</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2352" />
-      <source>Co&amp;operation-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2353" />
       <source>Alt+Shift+O</source>
       <translation>Alt+Shift+O</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2359" />
+      <location filename="../UI/UserInterface.py" line="2358" />
       <source>Switch the input focus to the Cooperation-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2362" />
+      <location filename="../UI/UserInterface.py" line="2361" />
       <source>&lt;b&gt;Activate Cooperation-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Cooperation-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2376" />
+      <source>&amp;IRC</source>
+      <translation>&amp;IRC</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2377" />
-      <source>&amp;IRC</source>
-      <translation>&amp;IRC</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2378" />
       <source>Ctrl+Alt+Shift+I</source>
       <translation>Ctrl+Alt+Shift+I</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2384" />
+      <location filename="../UI/UserInterface.py" line="2383" />
       <source>Switch the input focus to the IRC window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2387" />
+      <location filename="../UI/UserInterface.py" line="2386" />
       <source>&lt;b&gt;Activate IRC&lt;/b&gt;&lt;p&gt;This switches the input focus to the IRC window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2397" />
+      <source>Symbols-Viewer</source>
+      <translation>Visionneur de symbole</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2398" />
-      <source>Symbols-Viewer</source>
-      <translation>Visionneur de symbole</translation>
+      <source>S&amp;ymbols-Viewer</source>
+      <translation>Visionneur de s&amp;ymbole</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2399" />
-      <source>S&amp;ymbols-Viewer</source>
-      <translation>Visionneur de s&amp;ymbole</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2400" />
       <source>Alt+Shift+Y</source>
       <translation>Alt+Shift+Y</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2406" />
+      <location filename="../UI/UserInterface.py" line="2405" />
       <source>Switch the input focus to the Symbols-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2409" />
+      <location filename="../UI/UserInterface.py" line="2408" />
       <source>&lt;b&gt;Activate Symbols-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Symbols-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2422" />
+      <source>Numbers-Viewer</source>
+      <translation>Visionneur de nombres</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2423" />
-      <source>Numbers-Viewer</source>
-      <translation>Visionneur de nombres</translation>
+      <source>Num&amp;bers-Viewer</source>
+      <translation>Visionneur de nom&amp;bres</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2424" />
-      <source>Num&amp;bers-Viewer</source>
-      <translation>Visionneur de nom&amp;bres</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2425" />
       <source>Alt+Shift+B</source>
       <translation>Alt+Shift+B</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2431" />
+      <location filename="../UI/UserInterface.py" line="2430" />
       <source>Switch the input focus to the Numbers-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2434" />
+      <location filename="../UI/UserInterface.py" line="2433" />
       <source>&lt;b&gt;Activate Numbers-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Numbers-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2450" />
+      <location filename="../UI/UserInterface.py" line="2449" />
       <source>Ctrl+Alt+Shift+D</source>
       <translation>Ctrl+Alt+Shift+D</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2456" />
+      <location filename="../UI/UserInterface.py" line="2455" />
       <source>Switch the input focus to the Code Documentation Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2461" />
+      <location filename="../UI/UserInterface.py" line="2460" />
       <source>&lt;b&gt;Code Documentation Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Code Documentation Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2477" />
+      <location filename="../UI/UserInterface.py" line="2476" />
       <source>Ctrl+Alt+Shift+P</source>
       <translation>Ctrl+Alt+Shift+P</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2483" />
+      <location filename="../UI/UserInterface.py" line="2482" />
       <source>Switch the input focus to the PyPI Package Management window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2486" />
+      <location filename="../UI/UserInterface.py" line="2485" />
       <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2499" />
+      <location filename="../UI/UserInterface.py" line="2498" />
       <source>Ctrl+Alt+Shift+C</source>
       <translation>Ctrl+Alt+Shift+C</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2505" />
+      <location filename="../UI/UserInterface.py" line="2504" />
       <source>Switch the input focus to the Conda window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2508" />
+      <location filename="../UI/UserInterface.py" line="2507" />
       <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2521" />
+      <location filename="../UI/UserInterface.py" line="2520" />
       <source>Ctrl+Alt+Shift+M</source>
       <translation>Ctrl+Alt+Shift+M</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2527" />
+      <location filename="../UI/UserInterface.py" line="2526" />
       <source>Switch the input focus to the MicroPython window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2530" />
+      <location filename="../UI/UserInterface.py" line="2529" />
       <source>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;This switches the input focus to the MicroPython window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2545" />
+      <location filename="../UI/UserInterface.py" line="2544" />
       <source>Ctrl+Alt+Shift+R</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2551" />
+      <location filename="../UI/UserInterface.py" line="2550" />
       <source>Switch the input focus to the Plugin Repository window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2554" />
+      <location filename="../UI/UserInterface.py" line="2553" />
       <source>&lt;b&gt;Plugin Repository&lt;/b&gt;&lt;p&gt;This switches the input focus to the Plugin Repository window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2569" />
+      <location filename="../UI/UserInterface.py" line="2568" />
       <source>Ctrl+Alt+V</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2575" />
+      <location filename="../UI/UserInterface.py" line="2574" />
       <source>Switch the input focus to the Virtual Environments Manager window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2580" />
+      <location filename="../UI/UserInterface.py" line="2579" />
       <source>&lt;b&gt;Virtual Environments&lt;/b&gt;&lt;p&gt;This switches the input focus to the Virtual Environments Manager window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2596" />
+      <location filename="../UI/UserInterface.py" line="2595" />
       <source>Ctrl+Alt+Shift+F</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2602" />
+      <location filename="../UI/UserInterface.py" line="2601" />
       <source>Switch the input focus to the Find/Replace In Files window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2605" />
+      <location filename="../UI/UserInterface.py" line="2604" />
       <source>&lt;b&gt;Find/Replace In Files&lt;/b&gt;&lt;p&gt;This switches the input focus to the Find/Replace In Files window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2619" />
+      <location filename="../UI/UserInterface.py" line="2618" />
       <source>Ctrl+Alt+Shift+L</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2625" />
+      <location filename="../UI/UserInterface.py" line="2624" />
       <source>Switch the input focus to the Find File window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2628" />
+      <location filename="../UI/UserInterface.py" line="2627" />
       <source>&lt;b&gt;Find File&lt;/b&gt;&lt;p&gt;This switches the input focus to the Find File window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2641" />
+      <location filename="../UI/UserInterface.py" line="2640" />
+      <source>VCS Status List</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2642" />
-      <location filename="../UI/UserInterface.py" line="2641" />
-      <source>VCS Status List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2643" />
       <source>Alt+Shift+V</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2649" />
+      <location filename="../UI/UserInterface.py" line="2648" />
       <source>Switch the input focus to the VCS Status List window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2652" />
+      <location filename="../UI/UserInterface.py" line="2651" />
       <source>&lt;b&gt;VCS Status List&lt;/b&gt;&lt;p&gt;This switches the input focus to the VCS Status List window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2665" />
+      <location filename="../UI/UserInterface.py" line="2664" />
       <source>Alt+Shift+H</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2671" />
+      <location filename="../UI/UserInterface.py" line="2670" />
       <source>Switch the input focus to the embedded Help Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2674" />
+      <location filename="../UI/UserInterface.py" line="2673" />
       <source>&lt;b&gt;Help Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the embedded Help Viewer window. It will show HTML help files and help from Qt help collections.&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is searched in the Qt help collection.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2687" />
+      <location filename="../UI/UserInterface.py" line="2686" />
       <source>What's This?</source>
       <translation>Qu'est-ce que c'est ?</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2688" />
+      <source>&amp;What's This?</source>
+      <translation>&amp;Qu'est-ce que c'est?</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2689" />
-      <source>&amp;What's This?</source>
-      <translation>&amp;Qu'est-ce que c'est?</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2690" />
       <source>Shift+F1</source>
       <translation>Shift+F1</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2695" />
+      <location filename="../UI/UserInterface.py" line="2694" />
       <source>Context sensitive help</source>
       <translation>Aide contextuelle</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2697" />
+      <location filename="../UI/UserInterface.py" line="2696" />
       <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Affiche l'aide contextuelle&lt;/b&gt;&lt;p&gt;Dans le mode "Qu'est-ce que c'est?", la souris est affichée avec un point d'interrogation, et on peut cliquer sur les éléments de  l'interface pour obtenir une courte description de l'élément. Cette fonction peut être obtenue avec le bouton d'aide contextuelle de la barre principale.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2710" />
+      <location filename="../UI/UserInterface.py" line="2709" />
       <source>Helpviewer</source>
       <translation>Visionneur d'aide</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2711" />
+      <source>&amp;Helpviewer...</source>
+      <translation>Visionneur d'&amp;aide...</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2712" />
-      <source>&amp;Helpviewer...</source>
-      <translation>Visionneur d'&amp;aide...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2713" />
       <source>F1</source>
       <translation>F1</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2718" />
+      <location filename="../UI/UserInterface.py" line="2717" />
       <source>Open the helpviewer window</source>
       <translation>Ouvre le visualiseur d'aide</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2720" />
+      <location filename="../UI/UserInterface.py" line="2719" />
       <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;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&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is searched in the Qt help collection.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2739" />
+      <source>Show Versions</source>
+      <translation>Afficher les versions</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2740" />
-      <source>Show Versions</source>
-      <translation>Afficher les versions</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2741" />
       <source>Show &amp;Versions</source>
       <translation>Afficher les &amp;versions</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2747" />
+      <location filename="../UI/UserInterface.py" line="2746" />
       <source>Display version information</source>
       <translation>Affiche les informations sur les versions</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2749" />
+      <location filename="../UI/UserInterface.py" line="2748" />
       <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Afficher les versions&lt;/b&gt;&lt;p&gt;Affiche les informations sur les versions.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2754" />
+      <source>Copy Versions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2755" />
-      <source>Copy Versions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2756" />
       <source>&amp;Copy Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2763" />
+      <location filename="../UI/UserInterface.py" line="2762" />
       <source>Copy version information to the clipboard</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2766" />
+      <location filename="../UI/UserInterface.py" line="2765" />
       <source>&lt;b&gt;Copy Versions&lt;/b&gt;&lt;p&gt;This generates version information and copies it to the clipboard.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2782" />
-      <location filename="../UI/UserInterface.py" line="2775" />
+      <location filename="../UI/UserInterface.py" line="2781" />
+      <location filename="../UI/UserInterface.py" line="2774" />
       <source>Show Error Log</source>
       <translation>Montrer l'historique d'erreur</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2776" />
+      <location filename="../UI/UserInterface.py" line="2775" />
       <source>Show Error &amp;Log...</source>
       <translation>Montrer &amp;l'historique d'erreur...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2784" />
+      <location filename="../UI/UserInterface.py" line="2783" />
       <source>&lt;b&gt;Show Error Log...&lt;/b&gt;&lt;p&gt;Opens a dialog showing the most recent error log.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Montrer l'historique d'erreur...&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre avec les messages d'erreur les plus récents.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2792" />
+      <source>Show Install Info</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2793" />
-      <source>Show Install Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2794" />
       <source>Show Install &amp;Info...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2800" />
+      <location filename="../UI/UserInterface.py" line="2799" />
       <source>Show Installation Information</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2802" />
+      <location filename="../UI/UserInterface.py" line="2801" />
       <source>&lt;b&gt;Show Install Info...&lt;/b&gt;&lt;p&gt;Opens a dialog showing some information about the installation process.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="4738" />
+      <location filename="../UI/UserInterface.py" line="2811" />
+      <source>Report Bug</source>
+      <translation>Rapport de bogue</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2811" />
+      <source>Report &amp;Bug...</source>
+      <translation>Rapport de &amp;bogue...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2813" />
+      <source>Report a bug</source>
+      <translation>Envoyer un rapport de bogue</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2815" />
+      <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Rapport de bogue...&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre pour envoyer un rapport de bogue.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2821" />
+      <source>Request Feature</source>
+      <translation>Suggestion d'amélioration</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2822" />
+      <source>Request &amp;Feature...</source>
+      <translation>Suggestion d'&amp;amélioration...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2828" />
+      <source>Send a feature request</source>
+      <translation>Envoyer une suggestion d'amélioration</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2830" />
+      <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Demande d'amélioration...&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre permettant d'envoyer une demande d'amélioration.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4174" />
+      <location filename="../UI/UserInterface.py" line="2841" />
+      <source>Testing</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2843" />
+      <source>&amp;Testing...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2849" />
+      <source>Start the testing dialog</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2851" />
+      <source>&lt;b&gt;Testing&lt;/b&gt;&lt;p&gt;Perform test runs. The dialog gives the ability to select and run a test suite or auto discover them.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2862" />
+      <source>Restart Last Test</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2864" />
+      <source>&amp;Restart Last Test...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2870" />
+      <source>Restarts the last test</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2872" />
+      <source>&lt;b&gt;Restart Last Test&lt;/b&gt;&lt;p&gt;Restarts the test performed last.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2882" />
+      <source>Rerun Failed Tests</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2884" />
+      <source>Rerun Failed Tests...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2891" />
+      <source>Rerun failed tests of the last run</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2894" />
+      <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last test run.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2904" />
+      <source>Test Script</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2906" />
+      <source>Test &amp;Script...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2912" />
+      <source>Run tests of the current script</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2914" />
+      <source>&lt;b&gt;Test Script&lt;/b&gt;&lt;p&gt;Run tests with the current script.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2921" />
+      <source>Test Project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2923" />
+      <source>Test &amp;Project...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2929" />
+      <source>Run tests of the current project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2931" />
+      <source>&lt;b&gt;Test Project&lt;/b&gt;&lt;p&gt;Run test of the current project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2940" />
+      <source>Qt-Designer</source>
+      <translation>Qt-Designer</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2942" />
+      <source>Qt-&amp;Designer...</source>
+      <translation>Qt-&amp;Designer...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2948" />
+      <source>Start Qt-Designer</source>
+      <translation>Démarrer Qt-Designer</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2950" />
+      <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Démarrer Qt-Designer.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2959" />
+      <source>Qt-Linguist</source>
+      <translation>Qt-Linguist</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2961" />
+      <source>Qt-&amp;Linguist...</source>
+      <translation>Qt-&amp;Linguist...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2967" />
+      <source>Start Qt-Linguist</source>
+      <translation>Démarrer Qt-Linguist</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2969" />
+      <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Démarrer Qt-Linguist.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2977" />
+      <source>UI Previewer</source>
+      <translation>Visionneur d'UI</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2979" />
+      <source>&amp;UI Previewer...</source>
+      <translation>Visionneur d'&amp;UI...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2985" />
+      <source>Start the UI Previewer</source>
+      <translation>Démarre le Visionneur d'UI</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2987" />
+      <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Visulaiseur d'UI&lt;/b&gt;&lt;p&gt;Démarre le visualiseur d'UI.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2993" />
+      <source>Translations Previewer</source>
+      <translation>Visionneur de traductions</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2995" />
+      <source>&amp;Translations Previewer...</source>
+      <translation>Visionneur de &amp;Traductions...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3001" />
+      <source>Start the Translations Previewer</source>
+      <translation>Démarre le visionneur de traductions</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3003" />
+      <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Visionneur de traductions&lt;/b&gt;&lt;p&gt;Démarre le visionneur de traductions.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3012" />
+      <source>Compare Files</source>
+      <translation>Comparaison de fichiers</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3014" />
+      <source>&amp;Compare Files...</source>
+      <translation>&amp;Comparaison de fichiers...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3039" />
+      <location filename="../UI/UserInterface.py" line="3020" />
+      <source>Compare two files</source>
+      <translation>Compare deux fichiers</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3022" />
+      <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Comparaison de Fichiers&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre pour comparer deux fichiers.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3031" />
+      <source>Compare Files side by side</source>
+      <translation>Comparaison de fichiers côte à côte</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3033" />
+      <source>Compare &amp;Files side by side...</source>
+      <translation>Comparer des &amp;fichiers côte à côte...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3041" />
+      <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Comparaison de fichiers côte à côte&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre pour comparer deux fichiers et affiche les différences côte à côte.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3051" />
+      <source>SQL Browser</source>
+      <translation>Navigateur SQL</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3053" />
+      <source>SQL &amp;Browser...</source>
+      <translation>&amp;Navigateur SQL...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3059" />
+      <source>Browse a SQL database</source>
+      <translation>Parcourir une base de données SQL</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3061" />
+      <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Navigateur SQL&lt;/b&gt;&lt;p&gt;Parcourir une base de données SQL.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3075" />
+      <location filename="../UI/UserInterface.py" line="3067" />
+      <source>Mini Editor</source>
+      <translation>Mini-éditeur</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3069" />
+      <source>Mini &amp;Editor...</source>
+      <translation>Mini édit&amp;eur...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3077" />
+      <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Mini Editeur&lt;/b&gt;&lt;p&gt;ouvre une fenêtre avec un éditeur simplifié.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3086" />
+      <source>Hex Editor</source>
+      <translation>Hex Editor</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3088" />
+      <source>&amp;Hex Editor...</source>
+      <translation>&amp;Hex Editor...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3094" />
+      <source>Start the eric Hex Editor</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3096" />
+      <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3106" />
+      <source>eric Web Browser</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3108" />
+      <source>eric &amp;Web Browser...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3114" />
+      <source>Start the eric Web Browser</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3116" />
+      <source>&lt;b&gt;eric Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric Web Browser.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3126" />
+      <source>FIDO2 Security Key Management</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3128" />
+      <source>FIDO2 Security Key Management...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3135" />
+      <source>Start the FIDO2 Security Key Management tool</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3138" />
+      <source>&lt;b&gt;FIDO2 Security Key Management&lt;/b&gt;&lt;p&gt;Start a tool to manage FIDO2 securit y keys.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3149" />
+      <source>Icon Editor</source>
+      <translation>Éditeur d'icone</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3151" />
+      <source>&amp;Icon Editor...</source>
+      <translation>Éditeur d'&amp;icone...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3157" />
+      <source>Start the eric Icon Editor</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3159" />
+      <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric Icon Editor for editing simple icons.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6631" />
+      <location filename="../UI/UserInterface.py" line="3171" />
+      <source>Snapshot</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3173" />
+      <source>&amp;Snapshot...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3179" />
+      <source>Take snapshots of a screen region</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3181" />
+      <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3191" />
+      <source>eric PDF Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3193" />
+      <source>eric PDF &amp;Viewer...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3199" />
+      <source>Start the eric PDF Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3201" />
+      <source>&lt;b&gt;eric PDF Viewer&lt;/b&gt;&lt;p&gt;Starts the eric PDF Viewer for viewing PDF files.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3210" />
+      <source>Preferences</source>
+      <translation>Préférences</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3212" />
+      <source>&amp;Preferences...</source>
+      <translation>&amp;Préférences...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3218" />
+      <source>Set the prefered configuration</source>
+      <translation>Édition des préférences</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3220" />
+      <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Préférences&lt;/b&gt;&lt;p&gt;Edite les valeurs souhaitées pour la configuration du logiciel.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3231" />
+      <source>Export Preferences</source>
+      <translation>Exporte les préférences</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3233" />
+      <source>E&amp;xport Preferences...</source>
+      <translation>E&amp;xporter les préférences...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3239" />
+      <source>Export the current configuration</source>
+      <translation>Exporte la configuration courante</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3241" />
+      <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Exporter les préférences&lt;/b&gt;&lt;p&gt;Export la configuration courante dans un fichier.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3250" />
+      <source>Import Preferences</source>
+      <translation>Importe les préférences</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3252" />
+      <source>I&amp;mport Preferences...</source>
+      <translation>I&amp;mporter les préférences...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3259" />
+      <source>Import a previously exported configuration</source>
+      <translation>Importe les préférences d'un fichier précédemment exporté</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3262" />
+      <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Importer les préférences&lt;/b&gt;&lt;p&gt;Importe les préférences d'un fichier précédemment exporté.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3271" />
+      <source>Export Theme</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3273" />
+      <source>Export Theme...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3279" />
+      <source>Export the current theme</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3281" />
+      <source>&lt;b&gt;Export Theme&lt;/b&gt;&lt;p&gt;Export the current theme to a file.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3290" />
+      <source>Import Theme</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3292" />
+      <source>Import Theme...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3298" />
+      <source>Import a previously exported theme</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3300" />
+      <source>&lt;b&gt;Import Theme&lt;/b&gt;&lt;p&gt;Import a previously exported theme.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3309" />
+      <source>Reload APIs</source>
+      <translation>Recharger les APIs</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3309" />
+      <source>Reload &amp;APIs</source>
+      <translation>Recharger les &amp;APIs</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3311" />
+      <source>Reload the API information</source>
+      <translation>Recharger les informations des API</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3313" />
+      <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Recharger les APIs&lt;/b&gt;&lt;p&gt;Recharger les informations des API.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3327" />
+      <location filename="../UI/UserInterface.py" line="3319" />
+      <source>Show external tools</source>
+      <translation>Afficher les outils externes</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3321" />
+      <source>Show external &amp;tools</source>
+      <translation>Afficher les &amp;outils externes</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3329" />
+      <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3339" />
+      <source>View Profiles</source>
+      <translation>Profils de visualisation</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3341" />
+      <source>&amp;View Profiles...</source>
+      <translation>Profils de &amp;Visualisation...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3347" />
+      <source>Configure view profiles</source>
+      <translation>Configuration des profils de visualisation</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3349" />
+      <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Profils de Visualisation&lt;/b&gt;&lt;p&gt;Configure les modes de visualisation de l'éditeur  (modes Edition/Débogage). Avec cet fenêtre de configuration, on peut sélectionner les sous-fenêtres actives par défaut pour chacun des mode de visualisation.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3360" />
+      <source>Toolbars</source>
+      <translation>Barres d'outils</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3362" />
+      <source>Tool&amp;bars...</source>
+      <translation>&amp;Barres d'outils...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3368" />
+      <source>Configure toolbars</source>
+      <translation>Configuration des barres d'outils</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3370" />
+      <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Barres d'outils&lt;/b&gt;&lt;p&gt;Configuration des barres d'outils. Avec cette fenêtre vous pouvez modifier les actions des différentes barres affichées et créer  vos propres barres d'outils&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3381" />
+      <source>Keyboard Shortcuts</source>
+      <translation>Raccourcis clavier</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3383" />
+      <source>Keyboard &amp;Shortcuts...</source>
+      <translation>&amp;Raccourcis claviers...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3389" />
+      <source>Set the keyboard shortcuts</source>
+      <translation>Définition des raccourcis clavier</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3391" />
+      <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Raccourcis claviers&lt;/b&gt;&lt;p&gt;Edite les raccourcis claviers pour l'application.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7600" />
+      <location filename="../UI/UserInterface.py" line="7581" />
+      <location filename="../UI/UserInterface.py" line="3401" />
+      <source>Export Keyboard Shortcuts</source>
+      <translation>Exporter les raccourcis clavier</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3403" />
+      <source>&amp;Export Keyboard Shortcuts...</source>
+      <translation>&amp;Exporter les raccourcis claviers...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3409" />
+      <source>Export the keyboard shortcuts</source>
+      <translation>Exporte les raccourcis claviers</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3411" />
+      <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Exporter les raccourcis clavier&lt;/b&gt;&lt;p&gt;Exporte les raccourcis claviers de l'application.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7619" />
+      <location filename="../UI/UserInterface.py" line="3420" />
+      <source>Import Keyboard Shortcuts</source>
+      <translation>Importer des raccourcis clavier</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3422" />
+      <source>&amp;Import Keyboard Shortcuts...</source>
+      <translation>&amp;Importer des raccourcis clavier...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3428" />
+      <source>Import the keyboard shortcuts</source>
+      <translation>Importe des raccourcis clavier</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3430" />
+      <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Importer des raccourcis clavier&lt;/b&gt;&lt;p&gt;Importe des raccourcis claviers de l'application.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3440" />
+      <source>Manage SSL Certificates</source>
+      <translation>Gestion des certificats SSL</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3442" />
+      <source>Manage SSL Certificates...</source>
+      <translation>Gestion des certificats SSL...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3449" />
+      <source>Manage the saved SSL certificates</source>
+      <translation>Gestion des certificats SSL enregistrés</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3452" />
+      <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3462" />
+      <source>Edit Message Filters</source>
+      <translation>Éditer les filtres de message</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3464" />
+      <source>Edit Message Filters...</source>
+      <translation>Éditer les filtres de message...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3471" />
+      <source>Edit the message filters used to suppress unwanted messages</source>
+      <translation type="unfinished">Éditer les filtres de message utilisés pour supprimer les messages indésirés</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3474" />
+      <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3493" />
+      <location filename="../UI/UserInterface.py" line="3487" />
+      <location filename="../UI/UserInterface.py" line="3485" />
+      <source>Clear private data</source>
+      <translation>Nettoyer les données privées</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3495" />
+      <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3506" />
+      <location filename="../UI/UserInterface.py" line="3505" />
+      <source>Activate current editor</source>
+      <translation>Activer l'éditeur courant</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3507" />
+      <source>Alt+Shift+E</source>
+      <translation>Alt+Shift+E</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3518" />
+      <location filename="../UI/UserInterface.py" line="3517" />
+      <source>Show next</source>
+      <translation>Afficher le suivant</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3519" />
+      <source>Ctrl+Alt+Tab</source>
+      <translation>Ctrl+Alt+Tab</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3530" />
+      <location filename="../UI/UserInterface.py" line="3529" />
+      <source>Show previous</source>
+      <translation>Afficher le précédent</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3531" />
+      <source>Shift+Ctrl+Alt+Tab</source>
+      <translation>Shift+Ctrl+Alt+Tab</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3542" />
+      <location filename="../UI/UserInterface.py" line="3541" />
+      <source>Switch between tabs</source>
+      <translation>Intervertir les onglets</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3543" />
+      <source>Ctrl+1</source>
+      <translation>Ctrl+1</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3553" />
+      <source>Plugin Infos</source>
+      <translation>Infos Plugins</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3555" />
+      <source>&amp;Plugin Infos...</source>
+      <translation>Infos &amp;Plugins...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3561" />
+      <source>Show Plugin Infos</source>
+      <translation>Affiche les infos sur les plugins</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3563" />
+      <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Infos Plugins...&lt;/b&gt;&lt;p&gt;Affiche une fenêtre donnant des informations sur les plugins chargés.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3581" />
+      <location filename="../UI/UserInterface.py" line="3573" />
+      <source>Install Plugins</source>
+      <translation>Installation de plugins</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3575" />
+      <source>&amp;Install Plugins...</source>
+      <translation>&amp;Installation de plugins...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3583" />
+      <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Installation de plugins...&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre pour installer ou mettre à jour des plugins.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3600" />
+      <location filename="../UI/UserInterface.py" line="3592" />
+      <source>Uninstall Plugin</source>
+      <translation>Désinstaller un plugin</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3594" />
+      <source>&amp;Uninstall Plugin...</source>
+      <translation>&amp;Désinstaller un plugin...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3602" />
+      <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Désinstaller un plugin...&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre pour désinstaller un plugin.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3613" />
+      <source>Plugin &amp;Repository...</source>
+      <translation>&amp;Référentiel de plugins...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3619" />
+      <source>Show Plugins available for download</source>
+      <translation>Affiche les plugins disponibles au téléchargement</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3621" />
+      <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Référentiel de plugins...&lt;/b&gt;&lt;p&gt;Affiche une fenêtre donnant la liste des plugins disponibles sur internet.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3651" />
+      <location filename="../UI/UserInterface.py" line="3650" />
+      <source>Qt5 Documentation</source>
+      <translation>Documentation Qt5</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3657" />
+      <source>Open Qt5 Documentation</source>
+      <translation>Lance la Documentation Qt5</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3659" />
+      <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3672" />
+      <location filename="../UI/UserInterface.py" line="3671" />
+      <source>Qt6 Documentation</source>
+      <translation type="unfinished">Documentation Qt5 {6 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3678" />
+      <source>Open Qt6 Documentation</source>
+      <translation type="unfinished">Lance la Documentation Qt5 {6 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3680" />
+      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3693" />
+      <location filename="../UI/UserInterface.py" line="3692" />
+      <source>PyQt5 Documentation</source>
+      <translation>Documentation PyQt5</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3699" />
+      <source>Open PyQt5 Documentation</source>
+      <translation>Lance la documentation PyQt5</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3701" />
+      <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3714" />
+      <location filename="../UI/UserInterface.py" line="3713" />
+      <source>PyQt6 Documentation</source>
+      <translation type="unfinished">Documentation PyQt5 {6 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3720" />
+      <source>Open PyQt6 Documentation</source>
+      <translation type="unfinished">Lance la documentation PyQt5 {6 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3722" />
+      <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3740" />
+      <location filename="../UI/UserInterface.py" line="3739" />
+      <source>Python 3 Documentation</source>
+      <translation>Documentation Python 3</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3746" />
+      <source>Open Python 3 Documentation</source>
+      <translation>Ouvrir la Documentation Python 3</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3748" />
+      <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;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 &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3767" />
+      <location filename="../UI/UserInterface.py" line="3766" />
+      <source>eric API Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3773" />
+      <source>Open eric API Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3775" />
+      <source>&lt;b&gt;eric API Documentation&lt;/b&gt;&lt;p&gt;Display the eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric installation directory.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3793" />
+      <location filename="../UI/UserInterface.py" line="3792" />
+      <source>PySide2 Documentation</source>
+      <translation>Documentation PySide2</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3799" />
+      <source>Open PySide2 Documentation</source>
+      <translation>Ouvrir la Documentation PySide2</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3801" />
+      <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3819" />
+      <location filename="../UI/UserInterface.py" line="3818" />
+      <source>PySide6 Documentation</source>
+      <translation type="unfinished">Documentation PySide2 {6 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3825" />
+      <source>Open PySide6 Documentation</source>
+      <translation type="unfinished">Ouvrir la Documentation PySide2 {6 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3827" />
+      <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3863" />
+      <source>Sessions</source>
+      <translation type="unfinished">Sessions</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3944" />
+      <source>E&amp;xtras</source>
+      <translation>E&amp;xtras</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3954" />
+      <source>Wi&amp;zards</source>
+      <translation>As&amp;sistants</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3972" />
+      <source>P&amp;lugins</source>
+      <translation>P&amp;lugins</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3981" />
+      <source>Configure...</source>
+      <translation>Configuration...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3990" />
+      <source>&amp;Testing</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4007" />
+      <source>Select Tool Group</source>
+      <translation>Sélection d'un groupe d'outils</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4018" />
+      <source>Se&amp;ttings</source>
+      <translation>&amp;Configuration</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4051" />
+      <source>&amp;Window</source>
+      <translation>&amp;Fenêtre</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4060" />
+      <source>&amp;Windows</source>
+      <translation>&amp;Fenêtres</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4064" />
+      <source>Central Park</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4068" />
+      <source>Left Side</source>
+      <translation>Coté gauche</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4087" />
+      <source>Right Side</source>
+      <translation>Coté droit</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4106" />
+      <source>Bottom Side</source>
+      <translation>Coté bas</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4114" />
+      <source>Plug-ins</source>
+      <translation>Plugins</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4120" />
+      <source>&amp;Toolbars</source>
+      <translation>&amp;Barres d'Outils</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4133" />
+      <source>&amp;Help</source>
+      <translation>A&amp;ide</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4190" />
+      <location filename="../UI/UserInterface.py" line="4173" />
+      <source>Tools</source>
+      <translation>Outils</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4192" />
+      <location filename="../UI/UserInterface.py" line="4177" />
+      <source>Settings</source>
+      <translation>Configuration</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6361" />
+      <location filename="../UI/UserInterface.py" line="4193" />
+      <location filename="../UI/UserInterface.py" line="4178" />
+      <source>Help</source>
+      <translation>Aide</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4194" />
+      <location filename="../UI/UserInterface.py" line="4179" />
+      <source>Profiles</source>
+      <translation>Profils</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4195" />
+      <location filename="../UI/UserInterface.py" line="4180" />
+      <source>Plugins</source>
+      <translation>Plugins</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4191" />
+      <source>Unittest</source>
+      <translation>Tests unitaires</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4368" />
+      <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Cette zone de la barre d'état affiche le langage de l'éditeur actif.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4377" />
+      <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Cette partie de la barre d'état affiche l'encodage des éditeurs.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4386" />
+      <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Cette zone de la barre d'état affiche le type de fin de lignes utilisé pour les éditeurs.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4395" />
+      <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Cette partie de la barre d'état affiche les droits d'écriture des fichiers en cours.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4404" />
+      <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Cette zone de la barre d'état affiche le numéro de ligne de l'éditeur actif.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4413" />
+      <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Cette zone de la barre d'état affiche la position du curseur.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4427" />
+      <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Cette zone de la barre d'état permet de zoomer l'éditeur courant ou le shell.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4501" />
+      <location filename="../UI/UserInterface.py" line="4460" />
+      <source>External Tools/{0}</source>
+      <translation>Outils externe/{0}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4609" />
+      <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
+      <translation>&lt;h2&gt;Numéros de version&lt;/h2&gt;&lt;table&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4679" />
+      <source>Desktop</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4683" />
+      <source>Session Type</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="4739" />
-      <location filename="../UI/UserInterface.py" line="2812" />
-      <source>Report Bug</source>
-      <translation>Rapport de bogue</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2812" />
-      <source>Report &amp;Bug...</source>
-      <translation>Rapport de &amp;bogue...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2814" />
-      <source>Report a bug</source>
-      <translation>Envoyer un rapport de bogue</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2816" />
-      <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Rapport de bogue...&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre pour envoyer un rapport de bogue.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2822" />
-      <source>Request Feature</source>
-      <translation>Suggestion d'amélioration</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2823" />
-      <source>Request &amp;Feature...</source>
-      <translation>Suggestion d'&amp;amélioration...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2829" />
-      <source>Send a feature request</source>
-      <translation>Envoyer une suggestion d'amélioration</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2831" />
-      <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Demande d'amélioration...&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre permettant d'envoyer une demande d'amélioration.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4175" />
-      <location filename="../UI/UserInterface.py" line="2842" />
-      <source>Testing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2844" />
-      <source>&amp;Testing...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2850" />
-      <source>Start the testing dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2852" />
-      <source>&lt;b&gt;Testing&lt;/b&gt;&lt;p&gt;Perform test runs. The dialog gives the ability to select and run a test suite or auto discover them.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2863" />
-      <source>Restart Last Test</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2865" />
-      <source>&amp;Restart Last Test...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2871" />
-      <source>Restarts the last test</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2873" />
-      <source>&lt;b&gt;Restart Last Test&lt;/b&gt;&lt;p&gt;Restarts the test performed last.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2883" />
-      <source>Rerun Failed Tests</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2885" />
-      <source>Rerun Failed Tests...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2892" />
-      <source>Rerun failed tests of the last run</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2895" />
-      <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last test run.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2905" />
-      <source>Test Script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2907" />
-      <source>Test &amp;Script...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2913" />
-      <source>Run tests of the current script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2915" />
-      <source>&lt;b&gt;Test Script&lt;/b&gt;&lt;p&gt;Run tests with the current script.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2922" />
-      <source>Test Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2924" />
-      <source>Test &amp;Project...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2930" />
-      <source>Run tests of the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2932" />
-      <source>&lt;b&gt;Test Project&lt;/b&gt;&lt;p&gt;Run test of the current project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2941" />
-      <source>Qt-Designer</source>
-      <translation>Qt-Designer</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2943" />
-      <source>Qt-&amp;Designer...</source>
-      <translation>Qt-&amp;Designer...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2949" />
-      <source>Start Qt-Designer</source>
-      <translation>Démarrer Qt-Designer</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2951" />
-      <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Démarrer Qt-Designer.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2960" />
-      <source>Qt-Linguist</source>
-      <translation>Qt-Linguist</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2962" />
-      <source>Qt-&amp;Linguist...</source>
-      <translation>Qt-&amp;Linguist...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2968" />
-      <source>Start Qt-Linguist</source>
-      <translation>Démarrer Qt-Linguist</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2970" />
-      <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Démarrer Qt-Linguist.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2978" />
-      <source>UI Previewer</source>
-      <translation>Visionneur d'UI</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2980" />
-      <source>&amp;UI Previewer...</source>
-      <translation>Visionneur d'&amp;UI...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2986" />
-      <source>Start the UI Previewer</source>
-      <translation>Démarre le Visionneur d'UI</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2988" />
-      <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Visulaiseur d'UI&lt;/b&gt;&lt;p&gt;Démarre le visualiseur d'UI.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2994" />
-      <source>Translations Previewer</source>
-      <translation>Visionneur de traductions</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2996" />
-      <source>&amp;Translations Previewer...</source>
-      <translation>Visionneur de &amp;Traductions...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3002" />
-      <source>Start the Translations Previewer</source>
-      <translation>Démarre le visionneur de traductions</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3004" />
-      <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Visionneur de traductions&lt;/b&gt;&lt;p&gt;Démarre le visionneur de traductions.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3013" />
-      <source>Compare Files</source>
-      <translation>Comparaison de fichiers</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3015" />
-      <source>&amp;Compare Files...</source>
-      <translation>&amp;Comparaison de fichiers...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3040" />
-      <location filename="../UI/UserInterface.py" line="3021" />
-      <source>Compare two files</source>
-      <translation>Compare deux fichiers</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3023" />
-      <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Comparaison de Fichiers&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre pour comparer deux fichiers.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3032" />
-      <source>Compare Files side by side</source>
-      <translation>Comparaison de fichiers côte à côte</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3034" />
-      <source>Compare &amp;Files side by side...</source>
-      <translation>Comparer des &amp;fichiers côte à côte...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3042" />
-      <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Comparaison de fichiers côte à côte&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre pour comparer deux fichiers et affiche les différences côte à côte.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3052" />
-      <source>SQL Browser</source>
-      <translation>Navigateur SQL</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3054" />
-      <source>SQL &amp;Browser...</source>
-      <translation>&amp;Navigateur SQL...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3060" />
-      <source>Browse a SQL database</source>
-      <translation>Parcourir une base de données SQL</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3062" />
-      <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Navigateur SQL&lt;/b&gt;&lt;p&gt;Parcourir une base de données SQL.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3076" />
-      <location filename="../UI/UserInterface.py" line="3068" />
-      <source>Mini Editor</source>
-      <translation>Mini-éditeur</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3070" />
-      <source>Mini &amp;Editor...</source>
-      <translation>Mini édit&amp;eur...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3078" />
-      <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Mini Editeur&lt;/b&gt;&lt;p&gt;ouvre une fenêtre avec un éditeur simplifié.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3087" />
-      <source>Hex Editor</source>
-      <translation>Hex Editor</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3089" />
-      <source>&amp;Hex Editor...</source>
-      <translation>&amp;Hex Editor...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3095" />
-      <source>Start the eric Hex Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3097" />
-      <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3107" />
-      <source>eric Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3109" />
-      <source>eric &amp;Web Browser...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3115" />
-      <source>Start the eric Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3117" />
-      <source>&lt;b&gt;eric Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric Web Browser.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3127" />
-      <source>FIDO2 Security Key Management</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3129" />
-      <source>FIDO2 Security Key Management...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3136" />
-      <source>Start the FIDO2 Security Key Management tool</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3139" />
-      <source>&lt;b&gt;FIDO2 Security Key Management&lt;/b&gt;&lt;p&gt;Start a tool to manage FIDO2 securit y keys.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3150" />
-      <source>Icon Editor</source>
-      <translation>Éditeur d'icone</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3152" />
-      <source>&amp;Icon Editor...</source>
-      <translation>Éditeur d'&amp;icone...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3158" />
-      <source>Start the eric Icon Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3160" />
-      <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric Icon Editor for editing simple icons.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6632" />
-      <location filename="../UI/UserInterface.py" line="3172" />
-      <source>Snapshot</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3174" />
-      <source>&amp;Snapshot...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3180" />
-      <source>Take snapshots of a screen region</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3182" />
-      <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3192" />
-      <source>eric PDF Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3194" />
-      <source>eric PDF &amp;Viewer...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3200" />
-      <source>Start the eric PDF Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3202" />
-      <source>&lt;b&gt;eric PDF Viewer&lt;/b&gt;&lt;p&gt;Starts the eric PDF Viewer for viewing PDF files.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3211" />
-      <source>Preferences</source>
-      <translation>Préférences</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3213" />
-      <source>&amp;Preferences...</source>
-      <translation>&amp;Préférences...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3219" />
-      <source>Set the prefered configuration</source>
-      <translation>Édition des préférences</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3221" />
-      <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Préférences&lt;/b&gt;&lt;p&gt;Edite les valeurs souhaitées pour la configuration du logiciel.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3232" />
-      <source>Export Preferences</source>
-      <translation>Exporte les préférences</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3234" />
-      <source>E&amp;xport Preferences...</source>
-      <translation>E&amp;xporter les préférences...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3240" />
-      <source>Export the current configuration</source>
-      <translation>Exporte la configuration courante</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3242" />
-      <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Exporter les préférences&lt;/b&gt;&lt;p&gt;Export la configuration courante dans un fichier.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3251" />
-      <source>Import Preferences</source>
-      <translation>Importe les préférences</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3253" />
-      <source>I&amp;mport Preferences...</source>
-      <translation>I&amp;mporter les préférences...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3260" />
-      <source>Import a previously exported configuration</source>
-      <translation>Importe les préférences d'un fichier précédemment exporté</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3263" />
-      <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Importer les préférences&lt;/b&gt;&lt;p&gt;Importe les préférences d'un fichier précédemment exporté.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3272" />
-      <source>Export Theme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3274" />
-      <source>Export Theme...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3280" />
-      <source>Export the current theme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3282" />
-      <source>&lt;b&gt;Export Theme&lt;/b&gt;&lt;p&gt;Export the current theme to a file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3291" />
-      <source>Import Theme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3293" />
-      <source>Import Theme...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3299" />
-      <source>Import a previously exported theme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3301" />
-      <source>&lt;b&gt;Import Theme&lt;/b&gt;&lt;p&gt;Import a previously exported theme.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3310" />
-      <source>Reload APIs</source>
-      <translation>Recharger les APIs</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3310" />
-      <source>Reload &amp;APIs</source>
-      <translation>Recharger les &amp;APIs</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3312" />
-      <source>Reload the API information</source>
-      <translation>Recharger les informations des API</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3314" />
-      <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Recharger les APIs&lt;/b&gt;&lt;p&gt;Recharger les informations des API.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3328" />
-      <location filename="../UI/UserInterface.py" line="3320" />
-      <source>Show external tools</source>
-      <translation>Afficher les outils externes</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3322" />
-      <source>Show external &amp;tools</source>
-      <translation>Afficher les &amp;outils externes</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3330" />
-      <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3340" />
-      <source>View Profiles</source>
-      <translation>Profils de visualisation</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3342" />
-      <source>&amp;View Profiles...</source>
-      <translation>Profils de &amp;Visualisation...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3348" />
-      <source>Configure view profiles</source>
-      <translation>Configuration des profils de visualisation</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3350" />
-      <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Profils de Visualisation&lt;/b&gt;&lt;p&gt;Configure les modes de visualisation de l'éditeur  (modes Edition/Débogage). Avec cet fenêtre de configuration, on peut sélectionner les sous-fenêtres actives par défaut pour chacun des mode de visualisation.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3361" />
-      <source>Toolbars</source>
-      <translation>Barres d'outils</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3363" />
-      <source>Tool&amp;bars...</source>
-      <translation>&amp;Barres d'outils...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3369" />
-      <source>Configure toolbars</source>
-      <translation>Configuration des barres d'outils</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3371" />
-      <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Barres d'outils&lt;/b&gt;&lt;p&gt;Configuration des barres d'outils. Avec cette fenêtre vous pouvez modifier les actions des différentes barres affichées et créer  vos propres barres d'outils&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3382" />
-      <source>Keyboard Shortcuts</source>
-      <translation>Raccourcis clavier</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3384" />
-      <source>Keyboard &amp;Shortcuts...</source>
-      <translation>&amp;Raccourcis claviers...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3390" />
-      <source>Set the keyboard shortcuts</source>
-      <translation>Définition des raccourcis clavier</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3392" />
-      <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Raccourcis claviers&lt;/b&gt;&lt;p&gt;Edite les raccourcis claviers pour l'application.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7601" />
-      <location filename="../UI/UserInterface.py" line="7582" />
-      <location filename="../UI/UserInterface.py" line="3402" />
-      <source>Export Keyboard Shortcuts</source>
-      <translation>Exporter les raccourcis clavier</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3404" />
-      <source>&amp;Export Keyboard Shortcuts...</source>
-      <translation>&amp;Exporter les raccourcis claviers...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3410" />
-      <source>Export the keyboard shortcuts</source>
-      <translation>Exporte les raccourcis claviers</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3412" />
-      <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Exporter les raccourcis clavier&lt;/b&gt;&lt;p&gt;Exporte les raccourcis claviers de l'application.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7620" />
-      <location filename="../UI/UserInterface.py" line="3421" />
-      <source>Import Keyboard Shortcuts</source>
-      <translation>Importer des raccourcis clavier</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3423" />
-      <source>&amp;Import Keyboard Shortcuts...</source>
-      <translation>&amp;Importer des raccourcis clavier...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3429" />
-      <source>Import the keyboard shortcuts</source>
-      <translation>Importe des raccourcis clavier</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3431" />
-      <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Importer des raccourcis clavier&lt;/b&gt;&lt;p&gt;Importe des raccourcis claviers de l'application.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3441" />
-      <source>Manage SSL Certificates</source>
-      <translation>Gestion des certificats SSL</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3443" />
-      <source>Manage SSL Certificates...</source>
-      <translation>Gestion des certificats SSL...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3450" />
-      <source>Manage the saved SSL certificates</source>
-      <translation>Gestion des certificats SSL enregistrés</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3453" />
-      <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3463" />
-      <source>Edit Message Filters</source>
-      <translation>Éditer les filtres de message</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3465" />
-      <source>Edit Message Filters...</source>
-      <translation>Éditer les filtres de message...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3472" />
-      <source>Edit the message filters used to suppress unwanted messages</source>
-      <translation type="unfinished">Éditer les filtres de message utilisés pour supprimer les messages indésirés</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3475" />
-      <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3494" />
-      <location filename="../UI/UserInterface.py" line="3488" />
-      <location filename="../UI/UserInterface.py" line="3486" />
-      <source>Clear private data</source>
-      <translation>Nettoyer les données privées</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3496" />
-      <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3507" />
-      <location filename="../UI/UserInterface.py" line="3506" />
-      <source>Activate current editor</source>
-      <translation>Activer l'éditeur courant</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3508" />
-      <source>Alt+Shift+E</source>
-      <translation>Alt+Shift+E</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3519" />
-      <location filename="../UI/UserInterface.py" line="3518" />
-      <source>Show next</source>
-      <translation>Afficher le suivant</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3520" />
-      <source>Ctrl+Alt+Tab</source>
-      <translation>Ctrl+Alt+Tab</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3531" />
-      <location filename="../UI/UserInterface.py" line="3530" />
-      <source>Show previous</source>
-      <translation>Afficher le précédent</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3532" />
-      <source>Shift+Ctrl+Alt+Tab</source>
-      <translation>Shift+Ctrl+Alt+Tab</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3543" />
-      <location filename="../UI/UserInterface.py" line="3542" />
-      <source>Switch between tabs</source>
-      <translation>Intervertir les onglets</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3544" />
-      <source>Ctrl+1</source>
-      <translation>Ctrl+1</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3554" />
-      <source>Plugin Infos</source>
-      <translation>Infos Plugins</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3556" />
-      <source>&amp;Plugin Infos...</source>
-      <translation>Infos &amp;Plugins...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3562" />
-      <source>Show Plugin Infos</source>
-      <translation>Affiche les infos sur les plugins</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3564" />
-      <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Infos Plugins...&lt;/b&gt;&lt;p&gt;Affiche une fenêtre donnant des informations sur les plugins chargés.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3582" />
-      <location filename="../UI/UserInterface.py" line="3574" />
-      <source>Install Plugins</source>
-      <translation>Installation de plugins</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3576" />
-      <source>&amp;Install Plugins...</source>
-      <translation>&amp;Installation de plugins...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3584" />
-      <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Installation de plugins...&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre pour installer ou mettre à jour des plugins.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3601" />
-      <location filename="../UI/UserInterface.py" line="3593" />
-      <source>Uninstall Plugin</source>
-      <translation>Désinstaller un plugin</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3595" />
-      <source>&amp;Uninstall Plugin...</source>
-      <translation>&amp;Désinstaller un plugin...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3603" />
-      <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Désinstaller un plugin...&lt;/b&gt;&lt;p&gt;Ouvre une fenêtre pour désinstaller un plugin.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3614" />
-      <source>Plugin &amp;Repository...</source>
-      <translation>&amp;Référentiel de plugins...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3620" />
-      <source>Show Plugins available for download</source>
-      <translation>Affiche les plugins disponibles au téléchargement</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3622" />
-      <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Référentiel de plugins...&lt;/b&gt;&lt;p&gt;Affiche une fenêtre donnant la liste des plugins disponibles sur internet.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3652" />
-      <location filename="../UI/UserInterface.py" line="3651" />
-      <source>Qt5 Documentation</source>
-      <translation>Documentation Qt5</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3658" />
-      <source>Open Qt5 Documentation</source>
-      <translation>Lance la Documentation Qt5</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3660" />
-      <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3673" />
-      <location filename="../UI/UserInterface.py" line="3672" />
-      <source>Qt6 Documentation</source>
-      <translation type="unfinished">Documentation Qt5 {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3679" />
-      <source>Open Qt6 Documentation</source>
-      <translation type="unfinished">Lance la Documentation Qt5 {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3681" />
-      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3694" />
-      <location filename="../UI/UserInterface.py" line="3693" />
-      <source>PyQt5 Documentation</source>
-      <translation>Documentation PyQt5</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3700" />
-      <source>Open PyQt5 Documentation</source>
-      <translation>Lance la documentation PyQt5</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3702" />
-      <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3715" />
-      <location filename="../UI/UserInterface.py" line="3714" />
-      <source>PyQt6 Documentation</source>
-      <translation type="unfinished">Documentation PyQt5 {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3721" />
-      <source>Open PyQt6 Documentation</source>
-      <translation type="unfinished">Lance la documentation PyQt5 {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3723" />
-      <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3741" />
-      <location filename="../UI/UserInterface.py" line="3740" />
-      <source>Python 3 Documentation</source>
-      <translation>Documentation Python 3</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3747" />
-      <source>Open Python 3 Documentation</source>
-      <translation>Ouvrir la Documentation Python 3</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3749" />
-      <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;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 &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3768" />
-      <location filename="../UI/UserInterface.py" line="3767" />
-      <source>eric API Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3774" />
-      <source>Open eric API Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3776" />
-      <source>&lt;b&gt;eric API Documentation&lt;/b&gt;&lt;p&gt;Display the eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric installation directory.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3794" />
-      <location filename="../UI/UserInterface.py" line="3793" />
-      <source>PySide2 Documentation</source>
-      <translation>Documentation PySide2</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3800" />
-      <source>Open PySide2 Documentation</source>
-      <translation>Ouvrir la Documentation PySide2</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3802" />
-      <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3820" />
-      <location filename="../UI/UserInterface.py" line="3819" />
-      <source>PySide6 Documentation</source>
-      <translation type="unfinished">Documentation PySide2 {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3826" />
-      <source>Open PySide6 Documentation</source>
-      <translation type="unfinished">Ouvrir la Documentation PySide2 {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3828" />
-      <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3864" />
-      <source>Sessions</source>
-      <translation type="unfinished">Sessions</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3945" />
-      <source>E&amp;xtras</source>
-      <translation>E&amp;xtras</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3955" />
-      <source>Wi&amp;zards</source>
-      <translation>As&amp;sistants</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3973" />
-      <source>P&amp;lugins</source>
-      <translation>P&amp;lugins</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3982" />
-      <source>Configure...</source>
-      <translation>Configuration...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3991" />
-      <source>&amp;Testing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4008" />
-      <source>Select Tool Group</source>
-      <translation>Sélection d'un groupe d'outils</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4019" />
-      <source>Se&amp;ttings</source>
-      <translation>&amp;Configuration</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4052" />
-      <source>&amp;Window</source>
-      <translation>&amp;Fenêtre</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4061" />
-      <source>&amp;Windows</source>
-      <translation>&amp;Fenêtres</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4065" />
-      <source>Central Park</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4069" />
-      <source>Left Side</source>
-      <translation>Coté gauche</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4088" />
-      <source>Right Side</source>
-      <translation>Coté droit</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4107" />
-      <source>Bottom Side</source>
-      <translation>Coté bas</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4115" />
-      <source>Plug-ins</source>
-      <translation>Plugins</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4121" />
-      <source>&amp;Toolbars</source>
-      <translation>&amp;Barres d'Outils</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4134" />
-      <source>&amp;Help</source>
-      <translation>A&amp;ide</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4191" />
-      <location filename="../UI/UserInterface.py" line="4174" />
-      <source>Tools</source>
-      <translation>Outils</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4193" />
-      <location filename="../UI/UserInterface.py" line="4178" />
-      <source>Settings</source>
-      <translation>Configuration</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6362" />
-      <location filename="../UI/UserInterface.py" line="4194" />
-      <location filename="../UI/UserInterface.py" line="4179" />
-      <source>Help</source>
-      <translation>Aide</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4195" />
-      <location filename="../UI/UserInterface.py" line="4180" />
-      <source>Profiles</source>
-      <translation>Profils</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4196" />
-      <location filename="../UI/UserInterface.py" line="4181" />
-      <source>Plugins</source>
-      <translation>Plugins</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4192" />
-      <source>Unittest</source>
-      <translation>Tests unitaires</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4369" />
-      <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Cette zone de la barre d'état affiche le langage de l'éditeur actif.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4378" />
-      <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Cette partie de la barre d'état affiche l'encodage des éditeurs.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4387" />
-      <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Cette zone de la barre d'état affiche le type de fin de lignes utilisé pour les éditeurs.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4396" />
-      <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Cette partie de la barre d'état affiche les droits d'écriture des fichiers en cours.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4405" />
-      <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Cette zone de la barre d'état affiche le numéro de ligne de l'éditeur actif.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4414" />
-      <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Cette zone de la barre d'état affiche la position du curseur.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4428" />
-      <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Cette zone de la barre d'état permet de zoomer l'éditeur courant ou le shell.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4502" />
-      <location filename="../UI/UserInterface.py" line="4461" />
-      <source>External Tools/{0}</source>
-      <translation>Outils externe/{0}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4610" />
-      <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
-      <translation>&lt;h2&gt;Numéros de version&lt;/h2&gt;&lt;table&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4680" />
-      <source>Desktop</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4684" />
-      <source>Session Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4740" />
       <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
       <translation>L'adresse mail ou l'adresse du serveur mail est vide. Veuillez configurer vos paramètres mails dans la fenêtre des Préférences.</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5074" />
+      <source>Restart application</source>
+      <translation>Redémarrage de l'application</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5075" />
-      <source>Restart application</source>
-      <translation>Redémarrage de l'application</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5076" />
       <source>The application needs to be restarted. Do it now?</source>
       <translation>L'application a bersoin d'être relancée. Relancer maintenant ?</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5099" />
+      <source>Upgrade PyQt</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5100" />
-      <source>Upgrade PyQt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5101" />
       <source>eric needs to be closed in order to upgrade PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5124" />
+      <source>Upgrade Eric</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5125" />
-      <source>Upgrade Eric</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5126" />
       <source>eric needs to be closed in order to be upgraded. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5150" />
+      <source>Upgrade Eric and PyQt6</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5151" />
-      <source>Upgrade Eric and PyQt6</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5152" />
       <source>eric needs to be closed in order to upgrade eric and PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
  Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5214" />
+      <location filename="../UI/UserInterface.py" line="5213" />
       <source>&amp;Builtin Tools</source>
       <translation>Outils &amp;internes</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5234" />
+      <location filename="../UI/UserInterface.py" line="5233" />
       <source>&amp;Plugin Tools</source>
       <translation>Outils &amp;plugins</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5237" />
+      <location filename="../UI/UserInterface.py" line="5236" />
       <source>&amp;User Tools</source>
       <translation>Outils &amp;utilisateurs</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5263" />
+      <location filename="../UI/UserInterface.py" line="5262" />
       <source>Configure Tool Groups ...</source>
       <translation>Configuration des groupes d'outils...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5267" />
+      <location filename="../UI/UserInterface.py" line="5266" />
       <source>Configure current Tool Group ...</source>
       <translation>Configuration du groupe d'outils courant...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5306" />
-      <location filename="../UI/UserInterface.py" line="5286" />
+      <location filename="../UI/UserInterface.py" line="5305" />
+      <location filename="../UI/UserInterface.py" line="5285" />
       <source>No User Tools Configured</source>
       <translation>Pas d'outils utilisateurs configuré</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5382" />
+      <location filename="../UI/UserInterface.py" line="5381" />
       <source>&amp;Show all</source>
       <translation>Tout &amp;afficher</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5384" />
+      <location filename="../UI/UserInterface.py" line="5383" />
       <source>&amp;Hide all</source>
       <translation>Tout &amp;masquer</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6498" />
+      <location filename="../UI/UserInterface.py" line="6487" />
+      <location filename="../UI/UserInterface.py" line="6439" />
+      <location filename="../UI/UserInterface.py" line="6429" />
+      <location filename="../UI/UserInterface.py" line="6252" />
+      <location filename="../UI/UserInterface.py" line="6242" />
+      <location filename="../UI/UserInterface.py" line="6184" />
+      <location filename="../UI/UserInterface.py" line="6174" />
+      <source>Problem</source>
+      <translation>Problème</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6499" />
       <location filename="../UI/UserInterface.py" line="6488" />
       <location filename="../UI/UserInterface.py" line="6440" />
@@ -93852,306 +93902,284 @@
       <location filename="../UI/UserInterface.py" line="6243" />
       <location filename="../UI/UserInterface.py" line="6185" />
       <location filename="../UI/UserInterface.py" line="6175" />
-      <source>Problem</source>
-      <translation>Problème</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6500" />
-      <location filename="../UI/UserInterface.py" line="6489" />
-      <location filename="../UI/UserInterface.py" line="6441" />
-      <location filename="../UI/UserInterface.py" line="6431" />
-      <location filename="../UI/UserInterface.py" line="6254" />
-      <location filename="../UI/UserInterface.py" line="6244" />
-      <location filename="../UI/UserInterface.py" line="6186" />
-      <location filename="../UI/UserInterface.py" line="6176" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Le fichier &lt;b&gt;{0}&lt;/b&gt; n'existe pas ou est de longeur nulle.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6741" />
-      <location filename="../UI/UserInterface.py" line="6652" />
-      <location filename="../UI/UserInterface.py" line="6535" />
-      <location filename="../UI/UserInterface.py" line="6512" />
-      <location filename="../UI/UserInterface.py" line="6453" />
-      <location filename="../UI/UserInterface.py" line="6400" />
-      <location filename="../UI/UserInterface.py" line="6378" />
-      <location filename="../UI/UserInterface.py" line="6329" />
-      <location filename="../UI/UserInterface.py" line="6320" />
-      <location filename="../UI/UserInterface.py" line="6285" />
-      <location filename="../UI/UserInterface.py" line="6276" />
-      <location filename="../UI/UserInterface.py" line="6217" />
-      <location filename="../UI/UserInterface.py" line="6208" />
+      <location filename="../UI/UserInterface.py" line="6740" />
+      <location filename="../UI/UserInterface.py" line="6651" />
+      <location filename="../UI/UserInterface.py" line="6534" />
+      <location filename="../UI/UserInterface.py" line="6511" />
+      <location filename="../UI/UserInterface.py" line="6452" />
+      <location filename="../UI/UserInterface.py" line="6399" />
+      <location filename="../UI/UserInterface.py" line="6377" />
+      <location filename="../UI/UserInterface.py" line="6328" />
+      <location filename="../UI/UserInterface.py" line="6319" />
+      <location filename="../UI/UserInterface.py" line="6284" />
+      <location filename="../UI/UserInterface.py" line="6275" />
+      <location filename="../UI/UserInterface.py" line="6216" />
+      <location filename="../UI/UserInterface.py" line="6207" />
       <source>Process Generation Error</source>
       <translation>Erreur du processus</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6209" />
+      <location filename="../UI/UserInterface.py" line="6208" />
       <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Ne peut lancer Qt-Designer.&lt;br&gt;Vérifier qu'il est disponible en tant que &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6218" />
+      <location filename="../UI/UserInterface.py" line="6217" />
       <source>&lt;p&gt;Could not find the Qt-Designer executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6277" />
+      <location filename="../UI/UserInterface.py" line="6276" />
       <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Ne peut lancer Qt-Linguist.&lt;br&gt;Vérifier qu'il est disponible en tant que &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6286" />
+      <location filename="../UI/UserInterface.py" line="6285" />
       <source>&lt;p&gt;Could not find the Qt-Linguist executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6321" />
+      <location filename="../UI/UserInterface.py" line="6320" />
       <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Ne peut lancer Qt-Assistant.&lt;br&gt;Vérifier qu'il est disponible en tant que &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6330" />
+      <location filename="../UI/UserInterface.py" line="6329" />
       <source>&lt;p&gt;Could not find the Qt-Assistant executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6363" />
+      <location filename="../UI/UserInterface.py" line="6362" />
       <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
       <translation>Aucun visualiseur personalisé n'est sélectionné. Prière d'en spécifier un dans les préférences.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6379" />
+      <location filename="../UI/UserInterface.py" line="6378" />
       <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6401" />
+      <location filename="../UI/UserInterface.py" line="6400" />
       <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Impossible de démarrer le visualiseur d'aide.&lt;br&gt;Assurez-vous qu'il est bien ici &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6454" />
+      <location filename="../UI/UserInterface.py" line="6453" />
       <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6513" />
+      <location filename="../UI/UserInterface.py" line="6512" />
       <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6536" />
+      <location filename="../UI/UserInterface.py" line="6535" />
       <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Ne peut lancer le navigateur SQL.&lt;br&gt;Vérifier qu'il est disponible en tant que &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6633" />
+      <location filename="../UI/UserInterface.py" line="6632" />
       <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6653" />
+      <location filename="../UI/UserInterface.py" line="6652" />
       <source>&lt;p&gt;Could not start Snapshot tool.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6685" />
+      <location filename="../UI/UserInterface.py" line="6675" />
+      <source>External Tools</source>
+      <translation>Outils externes</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6676" />
+      <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6686" />
-      <location filename="../UI/UserInterface.py" line="6676" />
-      <source>External Tools</source>
-      <translation>Outils externes</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6677" />
-      <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6687" />
       <source>No toolgroup entry '{0}' found.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6724" />
+      <location filename="../UI/UserInterface.py" line="6723" />
       <source>Starting process '{0} {1}'.
 </source>
       <translation>Démarrage du processus '{0} {1}'.
 </translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6742" />
+      <location filename="../UI/UserInterface.py" line="6741" />
       <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6821" />
+      <location filename="../UI/UserInterface.py" line="6820" />
       <source>Process '{0}' has exited.
 </source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7108" />
+      <location filename="../UI/UserInterface.py" line="7046" />
+      <location filename="../UI/UserInterface.py" line="7002" />
+      <location filename="../UI/UserInterface.py" line="6928" />
+      <location filename="../UI/UserInterface.py" line="6864" />
+      <source>Documentation Missing</source>
+      <translation>Documentation Manquante</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7109" />
       <location filename="../UI/UserInterface.py" line="7047" />
       <location filename="../UI/UserInterface.py" line="7003" />
       <location filename="../UI/UserInterface.py" line="6929" />
       <location filename="../UI/UserInterface.py" line="6865" />
-      <source>Documentation Missing</source>
-      <translation>Documentation Manquante</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7110" />
-      <location filename="../UI/UserInterface.py" line="7048" />
-      <location filename="../UI/UserInterface.py" line="7004" />
-      <location filename="../UI/UserInterface.py" line="6930" />
-      <location filename="../UI/UserInterface.py" line="6866" />
       <source>&lt;p&gt;The documentation starting point "&lt;b&gt;{0}&lt;/b&gt;" could not be found.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7090" />
+      <location filename="../UI/UserInterface.py" line="6972" />
+      <source>Documentation</source>
+      <translation>Documentation</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6973" />
+      <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7091" />
-      <location filename="../UI/UserInterface.py" line="6973" />
-      <source>Documentation</source>
-      <translation>Documentation</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6974" />
-      <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7092" />
       <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7270" />
+      <location filename="../UI/UserInterface.py" line="7206" />
+      <source>Start Web Browser</source>
+      <translation>Démarrer le navigateur web</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7207" />
+      <source>The eric web browser could not be started.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7271" />
-      <location filename="../UI/UserInterface.py" line="7207" />
-      <source>Start Web Browser</source>
-      <translation>Démarrer le navigateur web</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7208" />
-      <source>The eric web browser could not be started.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7272" />
       <source>&lt;p&gt;The eric web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7318" />
+      <location filename="../UI/UserInterface.py" line="7317" />
       <source>Open Browser</source>
       <translation>Ouverture du navigateur</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7318" />
+      <location filename="../UI/UserInterface.py" line="7317" />
       <source>Could not start a web browser</source>
       <translation>Impossible de lancer le navigateur web</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7622" />
-      <location filename="../UI/UserInterface.py" line="7584" />
+      <location filename="../UI/UserInterface.py" line="7621" />
+      <location filename="../UI/UserInterface.py" line="7583" />
       <source>Keyboard Shortcuts File (*.ekj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7602" />
+      <location filename="../UI/UserInterface.py" line="7601" />
       <source>&lt;p&gt;The keyboard shortcuts file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7806" />
+      <location filename="../UI/UserInterface.py" line="7805" />
       <source>Load crash session...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7809" />
+      <location filename="../UI/UserInterface.py" line="7808" />
       <source>Clean crash sessions...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7845" />
+      <source>Read Session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7846" />
-      <source>Read Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7847" />
       <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Le fichier de session &lt;b&gt;{0}&lt;/b&gt; ne peut être lu.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7870" />
+      <location filename="../UI/UserInterface.py" line="7869" />
       <source>Save Session</source>
       <translation type="unfinished">Enregistrer la session</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7895" />
-      <location filename="../UI/UserInterface.py" line="7872" />
+      <location filename="../UI/UserInterface.py" line="7894" />
+      <location filename="../UI/UserInterface.py" line="7871" />
       <source>eric Session Files (*.esj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7964" />
-      <source>Found Crash Sessions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7965" />
-      <source>These crash session files were found. Select the one to open. Select 'Cancel' to not open a crash session.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="8038" />
+      <location filename="../UI/UserInterface.py" line="8030" />
       <source>Clean stale crash sessions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8039" />
+      <location filename="../UI/UserInterface.py" line="8031" />
       <source>Do you really want to delete these stale crash session files?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8415" />
+      <location filename="../UI/UserInterface.py" line="8407" />
       <source>Drop Error</source>
       <translation>Erreur de suppression</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8416" />
+      <location filename="../UI/UserInterface.py" line="8408" />
       <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; n'est pas un fichier.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8613" />
+      <location filename="../UI/UserInterface.py" line="8605" />
       <source>Upgrade available</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8614" />
+      <location filename="../UI/UserInterface.py" line="8606" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8662" />
+      <location filename="../UI/UserInterface.py" line="8654" />
       <source>First time usage</source>
       <translation>Première utilisation</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8663" />
+      <location filename="../UI/UserInterface.py" line="8655" />
       <source>eric has not been configured yet. The configuration dialog will be started.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8685" />
+      <location filename="../UI/UserInterface.py" line="8677" />
       <source>Select Workspace Directory</source>
       <translation>Sélectionner le répertoire de travail</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8853" />
+      <location filename="../UI/UserInterface.py" line="8845" />
       <source>Unsaved Data Detected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8854" />
+      <location filename="../UI/UserInterface.py" line="8846" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation type="unfinished" />
     </message>
--- a/src/eric7/i18n/eric7_it.ts	Wed Apr 02 16:56:06 2025 +0200
+++ b/src/eric7/i18n/eric7_it.ts	Thu Apr 03 19:50:43 2025 +0200
@@ -8740,6 +8740,44 @@
     </message>
   </context>
   <context>
+    <name>CrashedSessionsSelectionDialog</name>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="72" />
+      <source>Read Crash Session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="73" />
+      <source>&lt;p&gt;The crash session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="82" />
+      <source>{0}
+Timestamp: {1}
+Project: {2}</source>
+      <comment>Crash Session, Timestamp, Project Path</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="87" />
+      <source>{0}
+Timestamp: {1}</source>
+      <comment>Crash Session, Timestamp</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.ui" line="0" />
+      <source>Found Crash Sessions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.ui" line="0" />
+      <source>These crash session files were found. Select the one to open. Select 'Cancel' to not open a crash session.</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
     <name>CreateDialogCodeDialog</name>
     <message>
       <location filename="../Project/CreateDialogCodeDialog.py" line="149" />
@@ -91414,2298 +91452,2310 @@
   <context>
     <name>UserInterface</name>
     <message>
-      <location filename="../UI/UserInterface.py" line="264" />
+      <location filename="../UI/UserInterface.py" line="263" />
       <source>Initializing Basic Services...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="320" />
+      <location filename="../UI/UserInterface.py" line="319" />
       <source>Initializing Plugin Manager...</source>
       <translation>Inizializzazione Gestore Plugin...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="328" />
+      <location filename="../UI/UserInterface.py" line="327" />
       <source>Generating Main User Interface...</source>
       <translation>Generazione interfaccia utente principale...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="385" />
-      <location filename="../UI/UserInterface.py" line="383" />
+      <location filename="../UI/UserInterface.py" line="384" />
+      <location filename="../UI/UserInterface.py" line="382" />
       <source>Setting up signal/slot-connections...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="594" />
+      <location filename="../UI/UserInterface.py" line="593" />
       <source>Initializing Tools...</source>
       <translation>Inizializzazione strumenti...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="606" />
+      <location filename="../UI/UserInterface.py" line="605" />
       <source>Registering Objects...</source>
       <translation>Registrazione Oggetti...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="641" />
+      <location filename="../UI/UserInterface.py" line="640" />
       <source>Initializing Actions...</source>
       <translation>Inizializzazione Azioni...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="644" />
+      <location filename="../UI/UserInterface.py" line="643" />
       <source>Initializing Menus...</source>
       <translation>Inizializzazione Menù...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="647" />
+      <location filename="../UI/UserInterface.py" line="646" />
       <source>Initializing Toolbars...</source>
       <translation>Inizializzazione barre degli strumenti...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="650" />
+      <location filename="../UI/UserInterface.py" line="649" />
       <source>Initializing Statusbar...</source>
       <translation>Inizializzazione barra di stato...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="675" />
-      <location filename="../UI/UserInterface.py" line="673" />
+      <location filename="../UI/UserInterface.py" line="674" />
+      <location filename="../UI/UserInterface.py" line="672" />
       <source>Initializing Single Application Server...</source>
       <translation>Inizializzazione Single Application Server...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="682" />
+      <location filename="../UI/UserInterface.py" line="681" />
       <source>Initializing Plugins...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="686" />
+      <location filename="../UI/UserInterface.py" line="685" />
       <source>Activating Plugins...</source>
       <translation>Attivazione Plugin...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="689" />
+      <location filename="../UI/UserInterface.py" line="688" />
       <source>Generating Plugins Toolbars...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="693" />
+      <location filename="../UI/UserInterface.py" line="692" />
       <source>Cleaning Plugins Download Area...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="704" />
+      <location filename="../UI/UserInterface.py" line="703" />
       <source>Restoring Toolbarmanager...</source>
       <translation>Ripristino toolbarmanager...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="713" />
+      <location filename="../UI/UserInterface.py" line="712" />
       <source>Setting View Profile...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="727" />
+      <location filename="../UI/UserInterface.py" line="726" />
       <source>Reading Tasks...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="733" />
+      <location filename="../UI/UserInterface.py" line="732" />
       <source>Reading Templates...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="739" />
+      <location filename="../UI/UserInterface.py" line="738" />
       <source>Starting Debugger...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2213" />
-      <location filename="../UI/UserInterface.py" line="1100" />
+      <location filename="../UI/UserInterface.py" line="2212" />
+      <location filename="../UI/UserInterface.py" line="1099" />
       <source>Left Toolbox</source>
       <translation type="unfinished">Barra degli strumenti sinistra</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2259" />
-      <location filename="../UI/UserInterface.py" line="1110" />
+      <location filename="../UI/UserInterface.py" line="2258" />
+      <location filename="../UI/UserInterface.py" line="1109" />
       <source>Horizontal Toolbox</source>
       <translation>Barra dei comandi orizzontale</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2236" />
-      <location filename="../UI/UserInterface.py" line="1121" />
+      <location filename="../UI/UserInterface.py" line="2235" />
+      <location filename="../UI/UserInterface.py" line="1120" />
       <source>Right Toolbox</source>
       <translation type="unfinished">Barra degli strumenti destra</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2054" />
+      <location filename="../UI/UserInterface.py" line="1316" />
+      <location filename="../UI/UserInterface.py" line="1130" />
+      <source>Multiproject-Viewer</source>
+      <translation>Multiproject-Viewer</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2032" />
+      <location filename="../UI/UserInterface.py" line="1322" />
+      <location filename="../UI/UserInterface.py" line="1136" />
+      <source>Project-Viewer</source>
+      <translation>Project-Viewer</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2594" />
+      <location filename="../UI/UserInterface.py" line="2593" />
+      <location filename="../UI/UserInterface.py" line="1329" />
+      <location filename="../UI/UserInterface.py" line="1143" />
+      <source>Find/Replace In Files</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2617" />
+      <location filename="../UI/UserInterface.py" line="2616" />
+      <location filename="../UI/UserInterface.py" line="1336" />
+      <location filename="../UI/UserInterface.py" line="1150" />
+      <source>Find File</source>
+      <translation type="unfinished">Trova file</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1342" />
+      <location filename="../UI/UserInterface.py" line="1156" />
+      <source>VCS Status</source>
+      <translation type="unfinished">Stato VCS</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2187" />
+      <location filename="../UI/UserInterface.py" line="1349" />
+      <location filename="../UI/UserInterface.py" line="1163" />
+      <source>Template-Viewer</source>
+      <translation>Templates-Viewer</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2120" />
+      <location filename="../UI/UserInterface.py" line="1356" />
+      <location filename="../UI/UserInterface.py" line="1170" />
+      <source>File-Browser</source>
+      <translation>File Browser</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1363" />
+      <location filename="../UI/UserInterface.py" line="1177" />
+      <source>Symbols</source>
+      <translation>Simboli</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2076" />
+      <location filename="../UI/UserInterface.py" line="1385" />
+      <location filename="../UI/UserInterface.py" line="1379" />
+      <location filename="../UI/UserInterface.py" line="1187" />
+      <source>Debug-Viewer</source>
+      <translation>Debug-Viewer</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2448" />
+      <location filename="../UI/UserInterface.py" line="2447" />
+      <location filename="../UI/UserInterface.py" line="1392" />
+      <location filename="../UI/UserInterface.py" line="1194" />
+      <source>Code Documentation Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2663" />
+      <location filename="../UI/UserInterface.py" line="2662" />
+      <location filename="../UI/UserInterface.py" line="1399" />
+      <location filename="../UI/UserInterface.py" line="1201" />
+      <source>Help Viewer</source>
+      <translation type="unfinished">Visualizzatore dell'Aiuto</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3611" />
+      <location filename="../UI/UserInterface.py" line="2543" />
+      <location filename="../UI/UserInterface.py" line="2542" />
+      <location filename="../UI/UserInterface.py" line="1405" />
+      <location filename="../UI/UserInterface.py" line="1207" />
+      <source>Plugin Repository</source>
+      <translation>Repository Plugin</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2567" />
+      <location filename="../UI/UserInterface.py" line="2566" />
+      <location filename="../UI/UserInterface.py" line="1411" />
+      <location filename="../UI/UserInterface.py" line="1213" />
+      <source>Virtual Environments</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2475" />
+      <location filename="../UI/UserInterface.py" line="2474" />
+      <location filename="../UI/UserInterface.py" line="1418" />
+      <location filename="../UI/UserInterface.py" line="1220" />
+      <source>PyPI Package Management</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2497" />
+      <location filename="../UI/UserInterface.py" line="2496" />
+      <location filename="../UI/UserInterface.py" line="1425" />
+      <location filename="../UI/UserInterface.py" line="1225" />
+      <source>Conda</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1432" />
+      <location filename="../UI/UserInterface.py" line="1232" />
+      <source>Cooperation</source>
+      <translation>Cooperazione</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2375" />
+      <location filename="../UI/UserInterface.py" line="1436" />
+      <location filename="../UI/UserInterface.py" line="1237" />
+      <source>IRC</source>
+      <translation type="unfinished">IRC</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2519" />
+      <location filename="../UI/UserInterface.py" line="2518" />
+      <location filename="../UI/UserInterface.py" line="1442" />
+      <location filename="../UI/UserInterface.py" line="1244" />
+      <source>MicroPython</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2098" />
+      <location filename="../UI/UserInterface.py" line="1450" />
+      <location filename="../UI/UserInterface.py" line="1252" />
+      <source>Shell</source>
+      <translation>Shell</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2164" />
+      <location filename="../UI/UserInterface.py" line="1456" />
+      <location filename="../UI/UserInterface.py" line="1256" />
+      <source>Task-Viewer</source>
+      <translation>Task-Viewer</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2142" />
+      <location filename="../UI/UserInterface.py" line="1462" />
+      <location filename="../UI/UserInterface.py" line="1260" />
+      <source>Log-Viewer</source>
+      <translation>Log-Viewer</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1469" />
+      <location filename="../UI/UserInterface.py" line="1267" />
+      <source>Numbers</source>
+      <translation>Numeri</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1844" />
+      <source>{0} - Passive Mode</source>
+      <translation>{0} - Passive Debug Mode</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1853" />
+      <location filename="../UI/UserInterface.py" line="1847" />
+      <source>{0} - {1} - Passive Mode</source>
+      <translation>{0} -{1} Passive Debug Mode</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1859" />
+      <source>{0} - {1} - {2} - Passive Mode</source>
+      <translation>{0} -{1} - {2} - Passive Debug Mode</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1885" />
+      <source>Quit</source>
+      <translation>Esci</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1887" />
+      <source>&amp;Quit</source>
+      <translation>&amp;Esci</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1888" />
+      <source>Ctrl+Q</source>
+      <comment>File|Quit</comment>
+      <translation>Ctrl+Q</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1893" />
+      <source>Quit the IDE</source>
+      <translation>Esci dall'IDE</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1895" />
+      <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Esci dall'IDE&lt;/b&gt;&lt;p&gt;Esci dall'IDE. Ogni cambiamento non salvato dovrebbe essere salvato prima. Ogni programma python in debug verrà fermato e le impostazioni scritte su disco.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1909" />
+      <location filename="../UI/UserInterface.py" line="1907" />
+      <source>Restart</source>
+      <translation type="unfinished">Riavvio</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1910" />
+      <source>Ctrl+Shift+Q</source>
+      <comment>File|Quit</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1915" />
+      <source>Restart the IDE</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1917" />
+      <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1935" />
+      <location filename="../UI/UserInterface.py" line="1928" />
+      <source>Save session</source>
+      <translation>Salva sessione</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1929" />
+      <source>Save session...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1937" />
+      <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7892" />
+      <location filename="../UI/UserInterface.py" line="1954" />
+      <location filename="../UI/UserInterface.py" line="1947" />
+      <source>Load session</source>
+      <translation type="unfinished">Carica sessione</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1948" />
+      <source>Load session...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1956" />
+      <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1966" />
+      <source>New Window</source>
+      <translation type="unfinished">Nuova finestra</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1968" />
+      <source>New &amp;Window</source>
+      <translation type="unfinished">Nuova &amp;Finestra</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1969" />
+      <source>Ctrl+Shift+N</source>
+      <comment>File|New Window</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1974" />
+      <source>Open a new eric instance</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1976" />
+      <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric IDE.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1990" />
+      <location filename="../UI/UserInterface.py" line="1988" />
+      <source>Edit Profile</source>
+      <translation>Modifica profilo</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1997" />
+      <source>Activate the edit view profile</source>
+      <translation>Attiva il profilo della vista di editing</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1999" />
+      <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Profilo di edit&lt;/p&gt;&lt;p&gt;Attiva il "Profilo di Edit". Le finestre da mostrare, se il profilo è attivo, possono essere configurate con il dialogo "Configura Profili.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2012" />
+      <location filename="../UI/UserInterface.py" line="2010" />
+      <source>Debug Profile</source>
+      <translation>Profilo Debug</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2019" />
+      <source>Activate the debug view profile</source>
+      <translation>Attiva profilo Debug</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2021" />
+      <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Profilo di debug&lt;/p&gt;&lt;p&gt;Attiva il "Profilo di Debug". Le finestre da mostrare, se il profilo è attivo, possono essere configurate con il dialogo "Configura Profili.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2033" />
+      <source>&amp;Project-Viewer</source>
+      <translation>&amp;Project-Viewer</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2034" />
+      <source>Alt+Shift+P</source>
+      <translation>Alt+Shift+P</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2040" />
+      <source>Switch the input focus to the Project-Viewer window.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2043" />
+      <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2055" />
-      <location filename="../UI/UserInterface.py" line="1317" />
-      <location filename="../UI/UserInterface.py" line="1131" />
-      <source>Multiproject-Viewer</source>
-      <translation>Multiproject-Viewer</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2033" />
-      <location filename="../UI/UserInterface.py" line="1323" />
-      <location filename="../UI/UserInterface.py" line="1137" />
-      <source>Project-Viewer</source>
-      <translation>Project-Viewer</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2595" />
-      <location filename="../UI/UserInterface.py" line="2594" />
-      <location filename="../UI/UserInterface.py" line="1330" />
-      <location filename="../UI/UserInterface.py" line="1144" />
-      <source>Find/Replace In Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2618" />
-      <location filename="../UI/UserInterface.py" line="2617" />
-      <location filename="../UI/UserInterface.py" line="1337" />
-      <location filename="../UI/UserInterface.py" line="1151" />
-      <source>Find File</source>
-      <translation type="unfinished">Trova file</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1343" />
-      <location filename="../UI/UserInterface.py" line="1157" />
-      <source>VCS Status</source>
-      <translation type="unfinished">Stato VCS</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2188" />
-      <location filename="../UI/UserInterface.py" line="1350" />
-      <location filename="../UI/UserInterface.py" line="1164" />
-      <source>Template-Viewer</source>
-      <translation>Templates-Viewer</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2121" />
-      <location filename="../UI/UserInterface.py" line="1357" />
-      <location filename="../UI/UserInterface.py" line="1171" />
-      <source>File-Browser</source>
-      <translation>File Browser</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1364" />
-      <location filename="../UI/UserInterface.py" line="1178" />
-      <source>Symbols</source>
-      <translation>Simboli</translation>
+      <source>&amp;Multiproject-Viewer</source>
+      <translation>&amp;Multiproject-Viewer</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2056" />
+      <source>Alt+Shift+M</source>
+      <translation>Alt+Shift+M</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2062" />
+      <source>Switch the input focus to the Multiproject-Viewer window.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2065" />
+      <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2077" />
-      <location filename="../UI/UserInterface.py" line="1386" />
-      <location filename="../UI/UserInterface.py" line="1380" />
-      <location filename="../UI/UserInterface.py" line="1188" />
-      <source>Debug-Viewer</source>
-      <translation>Debug-Viewer</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2449" />
-      <location filename="../UI/UserInterface.py" line="2448" />
-      <location filename="../UI/UserInterface.py" line="1393" />
-      <location filename="../UI/UserInterface.py" line="1195" />
-      <source>Code Documentation Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2664" />
-      <location filename="../UI/UserInterface.py" line="2663" />
-      <location filename="../UI/UserInterface.py" line="1400" />
-      <location filename="../UI/UserInterface.py" line="1202" />
-      <source>Help Viewer</source>
-      <translation type="unfinished">Visualizzatore dell'Aiuto</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3612" />
-      <location filename="../UI/UserInterface.py" line="2544" />
-      <location filename="../UI/UserInterface.py" line="2543" />
-      <location filename="../UI/UserInterface.py" line="1406" />
-      <location filename="../UI/UserInterface.py" line="1208" />
-      <source>Plugin Repository</source>
-      <translation>Repository Plugin</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2568" />
-      <location filename="../UI/UserInterface.py" line="2567" />
-      <location filename="../UI/UserInterface.py" line="1412" />
-      <location filename="../UI/UserInterface.py" line="1214" />
-      <source>Virtual Environments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2476" />
-      <location filename="../UI/UserInterface.py" line="2475" />
-      <location filename="../UI/UserInterface.py" line="1419" />
-      <location filename="../UI/UserInterface.py" line="1221" />
-      <source>PyPI Package Management</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2498" />
-      <location filename="../UI/UserInterface.py" line="2497" />
-      <location filename="../UI/UserInterface.py" line="1426" />
-      <location filename="../UI/UserInterface.py" line="1226" />
-      <source>Conda</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1433" />
-      <location filename="../UI/UserInterface.py" line="1233" />
-      <source>Cooperation</source>
-      <translation>Cooperazione</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2376" />
-      <location filename="../UI/UserInterface.py" line="1437" />
-      <location filename="../UI/UserInterface.py" line="1238" />
-      <source>IRC</source>
-      <translation type="unfinished">IRC</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2520" />
-      <location filename="../UI/UserInterface.py" line="2519" />
-      <location filename="../UI/UserInterface.py" line="1443" />
-      <location filename="../UI/UserInterface.py" line="1245" />
-      <source>MicroPython</source>
+      <source>&amp;Debug-Viewer</source>
+      <translation>&amp;Debug-Viewer</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2078" />
+      <source>Alt+Shift+D</source>
+      <translation>Alt+Shift+D</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2084" />
+      <source>Switch the input focus to the Debug-Viewer window.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2087" />
+      <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2099" />
-      <location filename="../UI/UserInterface.py" line="1451" />
-      <location filename="../UI/UserInterface.py" line="1253" />
-      <source>Shell</source>
-      <translation>Shell</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2165" />
-      <location filename="../UI/UserInterface.py" line="1457" />
-      <location filename="../UI/UserInterface.py" line="1257" />
-      <source>Task-Viewer</source>
-      <translation>Task-Viewer</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2143" />
-      <location filename="../UI/UserInterface.py" line="1463" />
-      <location filename="../UI/UserInterface.py" line="1261" />
-      <source>Log-Viewer</source>
-      <translation>Log-Viewer</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1470" />
-      <location filename="../UI/UserInterface.py" line="1268" />
-      <source>Numbers</source>
-      <translation>Numeri</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1845" />
-      <source>{0} - Passive Mode</source>
-      <translation>{0} - Passive Debug Mode</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1854" />
-      <location filename="../UI/UserInterface.py" line="1848" />
-      <source>{0} - {1} - Passive Mode</source>
-      <translation>{0} -{1} Passive Debug Mode</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1860" />
-      <source>{0} - {1} - {2} - Passive Mode</source>
-      <translation>{0} -{1} - {2} - Passive Debug Mode</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1886" />
-      <source>Quit</source>
-      <translation>Esci</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1888" />
-      <source>&amp;Quit</source>
-      <translation>&amp;Esci</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1889" />
-      <source>Ctrl+Q</source>
-      <comment>File|Quit</comment>
-      <translation>Ctrl+Q</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1894" />
-      <source>Quit the IDE</source>
-      <translation>Esci dall'IDE</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1896" />
-      <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Esci dall'IDE&lt;/b&gt;&lt;p&gt;Esci dall'IDE. Ogni cambiamento non salvato dovrebbe essere salvato prima. Ogni programma python in debug verrà fermato e le impostazioni scritte su disco.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1910" />
-      <location filename="../UI/UserInterface.py" line="1908" />
-      <source>Restart</source>
-      <translation type="unfinished">Riavvio</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1911" />
-      <source>Ctrl+Shift+Q</source>
-      <comment>File|Quit</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1916" />
-      <source>Restart the IDE</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1918" />
-      <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1936" />
-      <location filename="../UI/UserInterface.py" line="1929" />
-      <source>Save session</source>
-      <translation>Salva sessione</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1930" />
-      <source>Save session...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1938" />
-      <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7893" />
-      <location filename="../UI/UserInterface.py" line="1955" />
-      <location filename="../UI/UserInterface.py" line="1948" />
-      <source>Load session</source>
-      <translation type="unfinished">Carica sessione</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1949" />
-      <source>Load session...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1957" />
-      <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1967" />
-      <source>New Window</source>
-      <translation type="unfinished">Nuova finestra</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1969" />
-      <source>New &amp;Window</source>
-      <translation type="unfinished">Nuova &amp;Finestra</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1970" />
-      <source>Ctrl+Shift+N</source>
-      <comment>File|New Window</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1975" />
-      <source>Open a new eric instance</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1977" />
-      <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric IDE.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1991" />
-      <location filename="../UI/UserInterface.py" line="1989" />
-      <source>Edit Profile</source>
-      <translation>Modifica profilo</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1998" />
-      <source>Activate the edit view profile</source>
-      <translation>Attiva il profilo della vista di editing</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2000" />
-      <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Profilo di edit&lt;/p&gt;&lt;p&gt;Attiva il "Profilo di Edit". Le finestre da mostrare, se il profilo è attivo, possono essere configurate con il dialogo "Configura Profili.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2013" />
-      <location filename="../UI/UserInterface.py" line="2011" />
-      <source>Debug Profile</source>
-      <translation>Profilo Debug</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2020" />
-      <source>Activate the debug view profile</source>
-      <translation>Attiva profilo Debug</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2022" />
-      <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Profilo di debug&lt;/p&gt;&lt;p&gt;Attiva il "Profilo di Debug". Le finestre da mostrare, se il profilo è attivo, possono essere configurate con il dialogo "Configura Profili.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2034" />
-      <source>&amp;Project-Viewer</source>
-      <translation>&amp;Project-Viewer</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2035" />
-      <source>Alt+Shift+P</source>
-      <translation>Alt+Shift+P</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2041" />
-      <source>Switch the input focus to the Project-Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2044" />
-      <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2056" />
-      <source>&amp;Multiproject-Viewer</source>
-      <translation>&amp;Multiproject-Viewer</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2057" />
-      <source>Alt+Shift+M</source>
-      <translation>Alt+Shift+M</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2063" />
-      <source>Switch the input focus to the Multiproject-Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2066" />
-      <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2078" />
-      <source>&amp;Debug-Viewer</source>
-      <translation>&amp;Debug-Viewer</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2079" />
-      <source>Alt+Shift+D</source>
-      <translation>Alt+Shift+D</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2085" />
-      <source>Switch the input focus to the Debug-Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2088" />
-      <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
+      <source>&amp;Shell</source>
+      <translation>&amp;Shell</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2100" />
-      <source>&amp;Shell</source>
-      <translation>&amp;Shell</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2101" />
       <source>Alt+Shift+S</source>
       <translation>Alt+Shift+S</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2107" />
+      <location filename="../UI/UserInterface.py" line="2106" />
       <source>Switch the input focus to the Shell window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2110" />
+      <location filename="../UI/UserInterface.py" line="2109" />
       <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2121" />
+      <source>&amp;File-Browser</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2122" />
-      <source>&amp;File-Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2123" />
       <source>Alt+Shift+F</source>
       <translation>Alt+Shift+M</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2129" />
+      <location filename="../UI/UserInterface.py" line="2128" />
       <source>Switch the input focus to the File-Browser window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2132" />
+      <location filename="../UI/UserInterface.py" line="2131" />
       <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2143" />
+      <source>Lo&amp;g-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2144" />
-      <source>Lo&amp;g-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2145" />
       <source>Alt+Shift+G</source>
       <translation>Alt+Shift+G</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2151" />
+      <location filename="../UI/UserInterface.py" line="2150" />
       <source>Switch the input focus to the Log-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2154" />
+      <location filename="../UI/UserInterface.py" line="2153" />
       <source>&lt;b&gt;Activate Log-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Log-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2165" />
+      <source>&amp;Task-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2166" />
-      <source>&amp;Task-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2167" />
       <source>Alt+Shift+T</source>
       <translation>Alt+Shift+T</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2173" />
+      <location filename="../UI/UserInterface.py" line="2172" />
       <source>Switch the input focus to the Task-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2176" />
+      <location filename="../UI/UserInterface.py" line="2175" />
       <source>&lt;b&gt;Activate Task-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Task-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2188" />
+      <source>Templ&amp;ate-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2189" />
-      <source>Templ&amp;ate-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2190" />
       <source>Alt+Shift+A</source>
       <translation>Alt+Shift+A</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2196" />
+      <location filename="../UI/UserInterface.py" line="2195" />
       <source>Switch the input focus to the Template-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2199" />
+      <location filename="../UI/UserInterface.py" line="2198" />
       <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2214" />
+      <location filename="../UI/UserInterface.py" line="2213" />
       <source>&amp;Left Toolbox</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2221" />
+      <location filename="../UI/UserInterface.py" line="2220" />
       <source>Toggle the Left Toolbox window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2223" />
+      <location filename="../UI/UserInterface.py" line="2222" />
       <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2237" />
+      <location filename="../UI/UserInterface.py" line="2236" />
       <source>&amp;Right Toolbox</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2244" />
+      <location filename="../UI/UserInterface.py" line="2243" />
       <source>Toggle the Right Toolbox window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2246" />
+      <location filename="../UI/UserInterface.py" line="2245" />
       <source>&lt;b&gt;Toggle the Right Toolbox window&lt;/b&gt;&lt;p&gt;If the Right Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2260" />
+      <location filename="../UI/UserInterface.py" line="2259" />
       <source>&amp;Horizontal Toolbox</source>
       <translation>Toolbox &amp;Orizzontale</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2267" />
+      <location filename="../UI/UserInterface.py" line="2266" />
       <source>Toggle the Horizontal Toolbox window</source>
       <translation>Abilita/Disabilita una finestra la toolbox orizzontale</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2269" />
+      <location filename="../UI/UserInterface.py" line="2268" />
       <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Abilita/Disabilita la finestra della toolbox orizzontale&lt;/b&gt;&lt;p&gt;Se la finestra della toolbox orizzontale è nascosta verrà mostrata. Se è mostrata verrà chiusa.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2281" />
+      <source>Left Sidebar</source>
+      <translation>Barra laterale sinistra</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2282" />
-      <source>Left Sidebar</source>
-      <translation>Barra laterale sinistra</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2283" />
       <source>&amp;Left Sidebar</source>
       <translation>Barra &amp;laterale sinistra</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2290" />
+      <location filename="../UI/UserInterface.py" line="2289" />
       <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="2292" />
+      <location filename="../UI/UserInterface.py" line="2291" />
       <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Abilita/Disabilita la finestra della barra laterale sinistra&lt;/b&gt;&lt;p&gt;Se la finestra della barra laterale sinistra è nascosta verrà mostrata. Se è mostrata verrà chiusa.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2304" />
+      <source>Right Sidebar</source>
+      <translation type="unfinished">Barra laterale destra</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2305" />
-      <source>Right Sidebar</source>
-      <translation type="unfinished">Barra laterale destra</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2306" />
       <source>&amp;Right Sidebar</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2313" />
+      <location filename="../UI/UserInterface.py" line="2312" />
       <source>Toggle the right sidebar window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2315" />
+      <location filename="../UI/UserInterface.py" line="2314" />
       <source>&lt;b&gt;Toggle the right sidebar window&lt;/b&gt;&lt;p&gt;If the right sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2327" />
+      <source>Bottom Sidebar</source>
+      <translation>Barra in basso</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2328" />
-      <source>Bottom Sidebar</source>
-      <translation>Barra in basso</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2329" />
       <source>&amp;Bottom Sidebar</source>
       <translation>Barra in &amp;basso</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2336" />
+      <location filename="../UI/UserInterface.py" line="2335" />
       <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="2338" />
+      <location filename="../UI/UserInterface.py" line="2337" />
       <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Abilita/Disabilita la finestra della barra in basso&lt;/b&gt;&lt;p&gt;Se la finestra della barra in basso è nascosta verrà mostrata. Se è mostrata verrà chiusa.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2350" />
+      <source>Cooperation-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2351" />
-      <source>Cooperation-Viewer</source>
+      <source>Co&amp;operation-Viewer</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2352" />
-      <source>Co&amp;operation-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2353" />
       <source>Alt+Shift+O</source>
       <translation>Alt+Shift+O</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2359" />
+      <location filename="../UI/UserInterface.py" line="2358" />
       <source>Switch the input focus to the Cooperation-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2362" />
+      <location filename="../UI/UserInterface.py" line="2361" />
       <source>&lt;b&gt;Activate Cooperation-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Cooperation-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2376" />
+      <source>&amp;IRC</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2377" />
-      <source>&amp;IRC</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2378" />
       <source>Ctrl+Alt+Shift+I</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2384" />
+      <location filename="../UI/UserInterface.py" line="2383" />
       <source>Switch the input focus to the IRC window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2387" />
+      <location filename="../UI/UserInterface.py" line="2386" />
       <source>&lt;b&gt;Activate IRC&lt;/b&gt;&lt;p&gt;This switches the input focus to the IRC window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2397" />
+      <source>Symbols-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2398" />
-      <source>Symbols-Viewer</source>
+      <source>S&amp;ymbols-Viewer</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2399" />
-      <source>S&amp;ymbols-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2400" />
       <source>Alt+Shift+Y</source>
       <translation>Alt+Shift+Y</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2406" />
+      <location filename="../UI/UserInterface.py" line="2405" />
       <source>Switch the input focus to the Symbols-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2409" />
+      <location filename="../UI/UserInterface.py" line="2408" />
       <source>&lt;b&gt;Activate Symbols-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Symbols-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2422" />
+      <source>Numbers-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2423" />
-      <source>Numbers-Viewer</source>
+      <source>Num&amp;bers-Viewer</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2424" />
-      <source>Num&amp;bers-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2425" />
       <source>Alt+Shift+B</source>
       <translation>Alt+Shift+B</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2431" />
+      <location filename="../UI/UserInterface.py" line="2430" />
       <source>Switch the input focus to the Numbers-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2434" />
+      <location filename="../UI/UserInterface.py" line="2433" />
       <source>&lt;b&gt;Activate Numbers-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Numbers-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2450" />
+      <location filename="../UI/UserInterface.py" line="2449" />
       <source>Ctrl+Alt+Shift+D</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2456" />
+      <location filename="../UI/UserInterface.py" line="2455" />
       <source>Switch the input focus to the Code Documentation Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2461" />
+      <location filename="../UI/UserInterface.py" line="2460" />
       <source>&lt;b&gt;Code Documentation Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Code Documentation Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2477" />
+      <location filename="../UI/UserInterface.py" line="2476" />
       <source>Ctrl+Alt+Shift+P</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2483" />
+      <location filename="../UI/UserInterface.py" line="2482" />
       <source>Switch the input focus to the PyPI Package Management window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2486" />
+      <location filename="../UI/UserInterface.py" line="2485" />
       <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2499" />
+      <location filename="../UI/UserInterface.py" line="2498" />
       <source>Ctrl+Alt+Shift+C</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2505" />
+      <location filename="../UI/UserInterface.py" line="2504" />
       <source>Switch the input focus to the Conda window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2508" />
+      <location filename="../UI/UserInterface.py" line="2507" />
       <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2521" />
+      <location filename="../UI/UserInterface.py" line="2520" />
       <source>Ctrl+Alt+Shift+M</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2527" />
+      <location filename="../UI/UserInterface.py" line="2526" />
       <source>Switch the input focus to the MicroPython window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2530" />
+      <location filename="../UI/UserInterface.py" line="2529" />
       <source>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;This switches the input focus to the MicroPython window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2545" />
+      <location filename="../UI/UserInterface.py" line="2544" />
       <source>Ctrl+Alt+Shift+R</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2551" />
+      <location filename="../UI/UserInterface.py" line="2550" />
       <source>Switch the input focus to the Plugin Repository window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2554" />
+      <location filename="../UI/UserInterface.py" line="2553" />
       <source>&lt;b&gt;Plugin Repository&lt;/b&gt;&lt;p&gt;This switches the input focus to the Plugin Repository window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2569" />
+      <location filename="../UI/UserInterface.py" line="2568" />
       <source>Ctrl+Alt+V</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2575" />
+      <location filename="../UI/UserInterface.py" line="2574" />
       <source>Switch the input focus to the Virtual Environments Manager window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2580" />
+      <location filename="../UI/UserInterface.py" line="2579" />
       <source>&lt;b&gt;Virtual Environments&lt;/b&gt;&lt;p&gt;This switches the input focus to the Virtual Environments Manager window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2596" />
+      <location filename="../UI/UserInterface.py" line="2595" />
       <source>Ctrl+Alt+Shift+F</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2602" />
+      <location filename="../UI/UserInterface.py" line="2601" />
       <source>Switch the input focus to the Find/Replace In Files window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2605" />
+      <location filename="../UI/UserInterface.py" line="2604" />
       <source>&lt;b&gt;Find/Replace In Files&lt;/b&gt;&lt;p&gt;This switches the input focus to the Find/Replace In Files window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2619" />
+      <location filename="../UI/UserInterface.py" line="2618" />
       <source>Ctrl+Alt+Shift+L</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2625" />
+      <location filename="../UI/UserInterface.py" line="2624" />
       <source>Switch the input focus to the Find File window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2628" />
+      <location filename="../UI/UserInterface.py" line="2627" />
       <source>&lt;b&gt;Find File&lt;/b&gt;&lt;p&gt;This switches the input focus to the Find File window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2641" />
+      <location filename="../UI/UserInterface.py" line="2640" />
+      <source>VCS Status List</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2642" />
-      <location filename="../UI/UserInterface.py" line="2641" />
-      <source>VCS Status List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2643" />
       <source>Alt+Shift+V</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2649" />
+      <location filename="../UI/UserInterface.py" line="2648" />
       <source>Switch the input focus to the VCS Status List window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2652" />
+      <location filename="../UI/UserInterface.py" line="2651" />
       <source>&lt;b&gt;VCS Status List&lt;/b&gt;&lt;p&gt;This switches the input focus to the VCS Status List window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2665" />
+      <location filename="../UI/UserInterface.py" line="2664" />
       <source>Alt+Shift+H</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2671" />
+      <location filename="../UI/UserInterface.py" line="2670" />
       <source>Switch the input focus to the embedded Help Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2674" />
+      <location filename="../UI/UserInterface.py" line="2673" />
       <source>&lt;b&gt;Help Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the embedded Help Viewer window. It will show HTML help files and help from Qt help collections.&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is searched in the Qt help collection.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2687" />
+      <location filename="../UI/UserInterface.py" line="2686" />
       <source>What's This?</source>
       <translation>Cos'è questo ?</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2688" />
+      <source>&amp;What's This?</source>
+      <translation>C&amp;os'è Questo ?</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2689" />
-      <source>&amp;What's This?</source>
-      <translation>C&amp;os'è Questo ?</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2690" />
       <source>Shift+F1</source>
       <translation>Shift+F1</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2695" />
+      <location filename="../UI/UserInterface.py" line="2694" />
       <source>Context sensitive help</source>
       <translation>Help sensibile al contesto</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2697" />
+      <location filename="../UI/UserInterface.py" line="2696" />
       <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Mostra helo sensibile al contesto&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2710" />
+      <location filename="../UI/UserInterface.py" line="2709" />
       <source>Helpviewer</source>
       <translation>Visualizzatore Help</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2711" />
+      <source>&amp;Helpviewer...</source>
+      <translation>Visualizzatore &amp;Help...</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2712" />
-      <source>&amp;Helpviewer...</source>
-      <translation>Visualizzatore &amp;Help...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2713" />
       <source>F1</source>
       <translation>F1</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2718" />
+      <location filename="../UI/UserInterface.py" line="2717" />
       <source>Open the helpviewer window</source>
       <translation>Apri il visualizzatore di help</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2720" />
+      <location filename="../UI/UserInterface.py" line="2719" />
       <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;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&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is searched in the Qt help collection.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2739" />
+      <source>Show Versions</source>
+      <translation>Mostra versione</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2740" />
-      <source>Show Versions</source>
-      <translation>Mostra versione</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2741" />
       <source>Show &amp;Versions</source>
       <translation>Mostra &amp;Versione</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2747" />
+      <location filename="../UI/UserInterface.py" line="2746" />
       <source>Display version information</source>
       <translation>Mostra informazioni sulla versione</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2749" />
+      <location filename="../UI/UserInterface.py" line="2748" />
       <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Mostra versioni&lt;/b&gt;&lt;p&gt;Mostra delle informazioni sulla versione.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2754" />
+      <source>Copy Versions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2755" />
-      <source>Copy Versions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2756" />
       <source>&amp;Copy Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2763" />
+      <location filename="../UI/UserInterface.py" line="2762" />
       <source>Copy version information to the clipboard</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2766" />
+      <location filename="../UI/UserInterface.py" line="2765" />
       <source>&lt;b&gt;Copy Versions&lt;/b&gt;&lt;p&gt;This generates version information and copies it to the clipboard.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2782" />
-      <location filename="../UI/UserInterface.py" line="2775" />
+      <location filename="../UI/UserInterface.py" line="2781" />
+      <location filename="../UI/UserInterface.py" line="2774" />
       <source>Show Error Log</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2776" />
+      <location filename="../UI/UserInterface.py" line="2775" />
       <source>Show Error &amp;Log...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2784" />
+      <location filename="../UI/UserInterface.py" line="2783" />
       <source>&lt;b&gt;Show Error Log...&lt;/b&gt;&lt;p&gt;Opens a dialog showing the most recent error log.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2792" />
+      <source>Show Install Info</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2793" />
-      <source>Show Install Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2794" />
       <source>Show Install &amp;Info...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2800" />
+      <location filename="../UI/UserInterface.py" line="2799" />
       <source>Show Installation Information</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2802" />
+      <location filename="../UI/UserInterface.py" line="2801" />
       <source>&lt;b&gt;Show Install Info...&lt;/b&gt;&lt;p&gt;Opens a dialog showing some information about the installation process.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="4738" />
+      <location filename="../UI/UserInterface.py" line="2811" />
+      <source>Report Bug</source>
+      <translation>Segnala Bug</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2811" />
+      <source>Report &amp;Bug...</source>
+      <translation>Segnala &amp;Bug...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2813" />
+      <source>Report a bug</source>
+      <translation>Segnala un bug</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2815" />
+      <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;&gt;Segnala Bug...&lt;/b&gt;&lt;p&gt;Apre un dialogo per segnalare un bug.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2821" />
+      <source>Request Feature</source>
+      <translation>Richiedi funzionalità</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2822" />
+      <source>Request &amp;Feature...</source>
+      <translation>Richiedi &amp;funzionalità...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2828" />
+      <source>Send a feature request</source>
+      <translation>Invia una richiesta di funzionalità</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2830" />
+      <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Richiedi funzionalità...&lt;/b&gt;&lt;p&gt;Apre un dialogo per mandare una richiesta di funzionalità.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4174" />
+      <location filename="../UI/UserInterface.py" line="2841" />
+      <source>Testing</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2843" />
+      <source>&amp;Testing...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2849" />
+      <source>Start the testing dialog</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2851" />
+      <source>&lt;b&gt;Testing&lt;/b&gt;&lt;p&gt;Perform test runs. The dialog gives the ability to select and run a test suite or auto discover them.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2862" />
+      <source>Restart Last Test</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2864" />
+      <source>&amp;Restart Last Test...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2870" />
+      <source>Restarts the last test</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2872" />
+      <source>&lt;b&gt;Restart Last Test&lt;/b&gt;&lt;p&gt;Restarts the test performed last.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2882" />
+      <source>Rerun Failed Tests</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2884" />
+      <source>Rerun Failed Tests...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2891" />
+      <source>Rerun failed tests of the last run</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2894" />
+      <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last test run.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2904" />
+      <source>Test Script</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2906" />
+      <source>Test &amp;Script...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2912" />
+      <source>Run tests of the current script</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2914" />
+      <source>&lt;b&gt;Test Script&lt;/b&gt;&lt;p&gt;Run tests with the current script.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2921" />
+      <source>Test Project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2923" />
+      <source>Test &amp;Project...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2929" />
+      <source>Run tests of the current project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2931" />
+      <source>&lt;b&gt;Test Project&lt;/b&gt;&lt;p&gt;Run test of the current project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2940" />
+      <source>Qt-Designer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2942" />
+      <source>Qt-&amp;Designer...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2948" />
+      <source>Start Qt-Designer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2950" />
+      <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2959" />
+      <source>Qt-Linguist</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2961" />
+      <source>Qt-&amp;Linguist...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2967" />
+      <source>Start Qt-Linguist</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2969" />
+      <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2977" />
+      <source>UI Previewer</source>
+      <translation>Anteprima UI</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2979" />
+      <source>&amp;UI Previewer...</source>
+      <translation>Antreprima &amp;UI...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2985" />
+      <source>Start the UI Previewer</source>
+      <translation>Avvia UI Previewer</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2987" />
+      <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Avvia UI Previewer.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2993" />
+      <source>Translations Previewer</source>
+      <translation>Anteprima traduzioni</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2995" />
+      <source>&amp;Translations Previewer...</source>
+      <translation>Anteprima &amp;Traduzioni...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3001" />
+      <source>Start the Translations Previewer</source>
+      <translation>Avvia l'anteprima delle traduzioni</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3003" />
+      <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Anteprima traduzioni&lt;/b&gt;&lt;p&gt;Avvia l'anteprima delle traduzioni.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3012" />
+      <source>Compare Files</source>
+      <translation>Confronta file</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3014" />
+      <source>&amp;Compare Files...</source>
+      <translation>&amp;Confronta file...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3039" />
+      <location filename="../UI/UserInterface.py" line="3020" />
+      <source>Compare two files</source>
+      <translation>Confronta due file</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3022" />
+      <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Confronta file&lt;/b&gt;&lt;p&gt;Apre un dialogo per confrontare due file.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3031" />
+      <source>Compare Files side by side</source>
+      <translation>Confronta file affiancati</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3033" />
+      <source>Compare &amp;Files side by side...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3041" />
+      <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Confronta file affiancati&lt;/b&gt;&lt;p&gt;Apri un dialogo per confrontare due file e mostrare i risultati affiancati.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3051" />
+      <source>SQL Browser</source>
+      <translation>SQL Browser</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3053" />
+      <source>SQL &amp;Browser...</source>
+      <translation>SQL &amp;Browser...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3059" />
+      <source>Browse a SQL database</source>
+      <translation>Naviga un database SQL</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3061" />
+      <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Naviga un database SQL.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3075" />
+      <location filename="../UI/UserInterface.py" line="3067" />
+      <source>Mini Editor</source>
+      <translation>Mini Editor</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3069" />
+      <source>Mini &amp;Editor...</source>
+      <translation>Mini &amp;Editor...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3077" />
+      <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Apre un dialogo con un semplice editor.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3086" />
+      <source>Hex Editor</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3088" />
+      <source>&amp;Hex Editor...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3094" />
+      <source>Start the eric Hex Editor</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3096" />
+      <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3106" />
+      <source>eric Web Browser</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3108" />
+      <source>eric &amp;Web Browser...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3114" />
+      <source>Start the eric Web Browser</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3116" />
+      <source>&lt;b&gt;eric Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric Web Browser.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3126" />
+      <source>FIDO2 Security Key Management</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3128" />
+      <source>FIDO2 Security Key Management...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3135" />
+      <source>Start the FIDO2 Security Key Management tool</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3138" />
+      <source>&lt;b&gt;FIDO2 Security Key Management&lt;/b&gt;&lt;p&gt;Start a tool to manage FIDO2 securit y keys.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3149" />
+      <source>Icon Editor</source>
+      <translation>Editor di icone</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3151" />
+      <source>&amp;Icon Editor...</source>
+      <translation>Editor di &amp;icone...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3157" />
+      <source>Start the eric Icon Editor</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3159" />
+      <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric Icon Editor for editing simple icons.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6631" />
+      <location filename="../UI/UserInterface.py" line="3171" />
+      <source>Snapshot</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3173" />
+      <source>&amp;Snapshot...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3179" />
+      <source>Take snapshots of a screen region</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3181" />
+      <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3191" />
+      <source>eric PDF Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3193" />
+      <source>eric PDF &amp;Viewer...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3199" />
+      <source>Start the eric PDF Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3201" />
+      <source>&lt;b&gt;eric PDF Viewer&lt;/b&gt;&lt;p&gt;Starts the eric PDF Viewer for viewing PDF files.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3210" />
+      <source>Preferences</source>
+      <translation>Preferenze</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3212" />
+      <source>&amp;Preferences...</source>
+      <translation>&amp;Preferenze...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3218" />
+      <source>Set the prefered configuration</source>
+      <translation>Imposta la configurazione preferita</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3220" />
+      <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Preferenze&lt;/b&gt;&lt;p&gt;Imposta i valori di configurazione dell'applicazione ai valori preferiti&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3231" />
+      <source>Export Preferences</source>
+      <translation>Esporta preferenze</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3233" />
+      <source>E&amp;xport Preferences...</source>
+      <translation>E&amp;sporta preferenze...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3239" />
+      <source>Export the current configuration</source>
+      <translation>Esporta la configurazione attuale</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3241" />
+      <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Esporta preferenze&lt;/b&gt;&lt;p&gt;Esporta la configurazione attuale su un file.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3250" />
+      <source>Import Preferences</source>
+      <translation>Importa preferenze</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3252" />
+      <source>I&amp;mport Preferences...</source>
+      <translation>I&amp;mporta preferenze...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3259" />
+      <source>Import a previously exported configuration</source>
+      <translation>Importa una configurazione precedentemente esportata</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3262" />
+      <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Importa preferenze&lt;/b&gt;&lt;p&gt;Importa una configurazione precedentemente esportata.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3271" />
+      <source>Export Theme</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3273" />
+      <source>Export Theme...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3279" />
+      <source>Export the current theme</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3281" />
+      <source>&lt;b&gt;Export Theme&lt;/b&gt;&lt;p&gt;Export the current theme to a file.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3290" />
+      <source>Import Theme</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3292" />
+      <source>Import Theme...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3298" />
+      <source>Import a previously exported theme</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3300" />
+      <source>&lt;b&gt;Import Theme&lt;/b&gt;&lt;p&gt;Import a previously exported theme.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3309" />
+      <source>Reload APIs</source>
+      <translation>Ricarica APIs</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3309" />
+      <source>Reload &amp;APIs</source>
+      <translation>Ricarica &amp;APIs</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3311" />
+      <source>Reload the API information</source>
+      <translation>Ricarica le informazioni delle API</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3313" />
+      <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Ricarica APIs&lt;/b&gt;&lt;p&gt;Ricarica le informazioni delle API.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3327" />
+      <location filename="../UI/UserInterface.py" line="3319" />
+      <source>Show external tools</source>
+      <translation>Mostra tool esterni</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3321" />
+      <source>Show external &amp;tools</source>
+      <translation>Mostra toll &amp;esterni</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3329" />
+      <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3339" />
+      <source>View Profiles</source>
+      <translation>Vista Profili</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3341" />
+      <source>&amp;View Profiles...</source>
+      <translation>&amp;Vista profili...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3347" />
+      <source>Configure view profiles</source>
+      <translation>Configura i profili</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3349" />
+      <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Vista Profili&lt;/b&gt;&lt;p&gt;Configura la visualizzazione dei profili. Con questo dialogo si possono impostare la visibilità delle varie finestre per i profili predefiniti.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3360" />
+      <source>Toolbars</source>
+      <translation>Toolbars</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3362" />
+      <source>Tool&amp;bars...</source>
+      <translation>Tool&amp;bars...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3368" />
+      <source>Configure toolbars</source>
+      <translation>Configura toolbars</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3370" />
+      <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configura le toolbars. Con questo dialogo puoi cambiare le azioni mostrate sulle varie toolbar e definire le tue.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3381" />
+      <source>Keyboard Shortcuts</source>
+      <translation>Scorciatoie da tastiera</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3383" />
+      <source>Keyboard &amp;Shortcuts...</source>
+      <translation>&amp;Scorciatoie da tastiera...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3389" />
+      <source>Set the keyboard shortcuts</source>
+      <translation>Imposta le scorciatoie da tastiera</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3391" />
+      <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Scorciatoie da tastiera&lt;/b&gt;&lt;p&gt;Imposta le scorciatoie da tastiera dell'applicazione con i valori personalizzati.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7600" />
+      <location filename="../UI/UserInterface.py" line="7581" />
+      <location filename="../UI/UserInterface.py" line="3401" />
+      <source>Export Keyboard Shortcuts</source>
+      <translation>Esporta scorciatoie da tastiera</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3403" />
+      <source>&amp;Export Keyboard Shortcuts...</source>
+      <translation>&amp;Esporta scorciatoie da tastiera...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3409" />
+      <source>Export the keyboard shortcuts</source>
+      <translation>Esporta le scorciatoie da tastiera</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3411" />
+      <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Esporta scorciatoie da tastiera&lt;/b&gt;&lt;p&gt;Esporta le scorciatoie da tastiera dell'applicazione.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7619" />
+      <location filename="../UI/UserInterface.py" line="3420" />
+      <source>Import Keyboard Shortcuts</source>
+      <translation>Importa scorciatoie da tastiera</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3422" />
+      <source>&amp;Import Keyboard Shortcuts...</source>
+      <translation>&amp;Importa scorciatoie da tastiera...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3428" />
+      <source>Import the keyboard shortcuts</source>
+      <translation>Importa le scorciatoie da tastiera</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3430" />
+      <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Importa scorciatoie da tastiera&lt;/b&gt;&lt;p&gt;Importa le scorciatoie da tastiera dell'applicazione.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3440" />
+      <source>Manage SSL Certificates</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3442" />
+      <source>Manage SSL Certificates...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3449" />
+      <source>Manage the saved SSL certificates</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3452" />
+      <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3462" />
+      <source>Edit Message Filters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3464" />
+      <source>Edit Message Filters...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3471" />
+      <source>Edit the message filters used to suppress unwanted messages</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3474" />
+      <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3493" />
+      <location filename="../UI/UserInterface.py" line="3487" />
+      <location filename="../UI/UserInterface.py" line="3485" />
+      <source>Clear private data</source>
+      <translation type="unfinished">Pulisci dati privati</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3495" />
+      <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3506" />
+      <location filename="../UI/UserInterface.py" line="3505" />
+      <source>Activate current editor</source>
+      <translation>Attiva editor corrente</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3507" />
+      <source>Alt+Shift+E</source>
+      <translation>Alt+Shift+E</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3518" />
+      <location filename="../UI/UserInterface.py" line="3517" />
+      <source>Show next</source>
+      <translation>Mostra successivo</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3519" />
+      <source>Ctrl+Alt+Tab</source>
+      <translation>Ctrl+Alt+Tab</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3530" />
+      <location filename="../UI/UserInterface.py" line="3529" />
+      <source>Show previous</source>
+      <translation>Mostra precedente</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3531" />
+      <source>Shift+Ctrl+Alt+Tab</source>
+      <translation>Shift+Ctrl+Alt+Tab</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3542" />
+      <location filename="../UI/UserInterface.py" line="3541" />
+      <source>Switch between tabs</source>
+      <translation>Cicla tra le linguette</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3543" />
+      <source>Ctrl+1</source>
+      <translation>Ctrl+1</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3553" />
+      <source>Plugin Infos</source>
+      <translation>Informazioni su Plugin</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3555" />
+      <source>&amp;Plugin Infos...</source>
+      <translation>Informazioni su &amp;Plugin...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3561" />
+      <source>Show Plugin Infos</source>
+      <translation>Mostra informazioni sui Plugin</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3563" />
+      <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Informazioni sui Plugin...&lt;/b&gt;&lt;p&gt;Apre un dialogo per mostrare le informazioni sul plugin caricati.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3581" />
+      <location filename="../UI/UserInterface.py" line="3573" />
+      <source>Install Plugins</source>
+      <translation>Installa Plugin</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3575" />
+      <source>&amp;Install Plugins...</source>
+      <translation>&amp;Installa Plugin...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3583" />
+      <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Installa Plugin...&lt;b&gt;&lt;p&gt;Apre un dialogo per installare o aggiornare i plugin.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3600" />
+      <location filename="../UI/UserInterface.py" line="3592" />
+      <source>Uninstall Plugin</source>
+      <translation>Disinstalla Plugin</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3594" />
+      <source>&amp;Uninstall Plugin...</source>
+      <translation>Disinstalla Pl&amp;ugin...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3602" />
+      <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Disinstalla Plugin...&lt;/b&gt;&lt;p&gt;Apre un dialogo per disinstallare un plugin.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3613" />
+      <source>Plugin &amp;Repository...</source>
+      <translation>&amp;Repository Plugin...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3619" />
+      <source>Show Plugins available for download</source>
+      <translation>Mostra Plugin disponibili per il download</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3621" />
+      <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Repository Plugin...&lt;/b&gt;&lt;p&gt;Apre un dialogo che mostra i plugin disponibili.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3651" />
+      <location filename="../UI/UserInterface.py" line="3650" />
+      <source>Qt5 Documentation</source>
+      <translation type="unfinished">Documentazione Qt4 {5 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3657" />
+      <source>Open Qt5 Documentation</source>
+      <translation type="unfinished">Apri documentazione su Qt4 {5 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3659" />
+      <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3672" />
+      <location filename="../UI/UserInterface.py" line="3671" />
+      <source>Qt6 Documentation</source>
+      <translation type="unfinished">Documentazione Qt4 {6 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3678" />
+      <source>Open Qt6 Documentation</source>
+      <translation type="unfinished">Apri documentazione su Qt4 {6 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3680" />
+      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3693" />
+      <location filename="../UI/UserInterface.py" line="3692" />
+      <source>PyQt5 Documentation</source>
+      <translation type="unfinished">Documentazione PyQt4 {5 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3699" />
+      <source>Open PyQt5 Documentation</source>
+      <translation type="unfinished">Apri documentazione su PyQt4 {5 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3701" />
+      <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3714" />
+      <location filename="../UI/UserInterface.py" line="3713" />
+      <source>PyQt6 Documentation</source>
+      <translation type="unfinished">Documentazione PyQt4 {6 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3720" />
+      <source>Open PyQt6 Documentation</source>
+      <translation type="unfinished">Apri documentazione su PyQt4 {6 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3722" />
+      <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3740" />
+      <location filename="../UI/UserInterface.py" line="3739" />
+      <source>Python 3 Documentation</source>
+      <translation>Documentazione Python 3</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3746" />
+      <source>Open Python 3 Documentation</source>
+      <translation>Apri documentazione Python 3</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3748" />
+      <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;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 &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3767" />
+      <location filename="../UI/UserInterface.py" line="3766" />
+      <source>eric API Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3773" />
+      <source>Open eric API Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3775" />
+      <source>&lt;b&gt;eric API Documentation&lt;/b&gt;&lt;p&gt;Display the eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric installation directory.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3793" />
+      <location filename="../UI/UserInterface.py" line="3792" />
+      <source>PySide2 Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3799" />
+      <source>Open PySide2 Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3801" />
+      <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3819" />
+      <location filename="../UI/UserInterface.py" line="3818" />
+      <source>PySide6 Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3825" />
+      <source>Open PySide6 Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3827" />
+      <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3863" />
+      <source>Sessions</source>
+      <translation type="unfinished">Sessioni</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3944" />
+      <source>E&amp;xtras</source>
+      <translation>E&amp;xtra</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3954" />
+      <source>Wi&amp;zards</source>
+      <translation>Wi&amp;zards</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3972" />
+      <source>P&amp;lugins</source>
+      <translation>P&amp;lugins</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3981" />
+      <source>Configure...</source>
+      <translation>Configura...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3990" />
+      <source>&amp;Testing</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4007" />
+      <source>Select Tool Group</source>
+      <translation>Seleziona Tool Group</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4018" />
+      <source>Se&amp;ttings</source>
+      <translation>Impos&amp;tazioni</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4051" />
+      <source>&amp;Window</source>
+      <translation>&amp;Finestre</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4060" />
+      <source>&amp;Windows</source>
+      <translation type="unfinished">&amp;Finestre</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4064" />
+      <source>Central Park</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4068" />
+      <source>Left Side</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4087" />
+      <source>Right Side</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4106" />
+      <source>Bottom Side</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4114" />
+      <source>Plug-ins</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4120" />
+      <source>&amp;Toolbars</source>
+      <translation>&amp;Toolbar</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4133" />
+      <source>&amp;Help</source>
+      <translation>&amp;Help</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4190" />
+      <location filename="../UI/UserInterface.py" line="4173" />
+      <source>Tools</source>
+      <translation>Strumenti</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4192" />
+      <location filename="../UI/UserInterface.py" line="4177" />
+      <source>Settings</source>
+      <translation>Impostazioni</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6361" />
+      <location filename="../UI/UserInterface.py" line="4193" />
+      <location filename="../UI/UserInterface.py" line="4178" />
+      <source>Help</source>
+      <translation>Aiuto</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4194" />
+      <location filename="../UI/UserInterface.py" line="4179" />
+      <source>Profiles</source>
+      <translation>Profili</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4195" />
+      <location filename="../UI/UserInterface.py" line="4180" />
+      <source>Plugins</source>
+      <translation>Plugins</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4191" />
+      <source>Unittest</source>
+      <translation>Unittest</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4368" />
+      <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Questa zona della barra di stato mostra il linguaggio usato dall'editor.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4377" />
+      <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Questa zona della barra di stato mostra l'encoding usato dall'editor.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4386" />
+      <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Questa zona della barra di stato mostra l'eol usato dall'editor.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4395" />
+      <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Questa zona della barra di stato mostra la possibilità di scrittura del file.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4404" />
+      <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Questa parte della barra di stato mostra il numero di linea.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4413" />
+      <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Questa parte della barra di stato mostra la posizione del cursore.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4427" />
+      <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4501" />
+      <location filename="../UI/UserInterface.py" line="4460" />
+      <source>External Tools/{0}</source>
+      <translation>Tool Esterni/{0}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4609" />
+      <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
+      <translation type="unfinished">&lt;h3&gt;Numeri di versione&lt;/h3&gt;&lt;table&gt; {2&gt;?} {2&gt;?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4679" />
+      <source>Desktop</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4683" />
+      <source>Session Type</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="4739" />
-      <location filename="../UI/UserInterface.py" line="2812" />
-      <source>Report Bug</source>
-      <translation>Segnala Bug</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2812" />
-      <source>Report &amp;Bug...</source>
-      <translation>Segnala &amp;Bug...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2814" />
-      <source>Report a bug</source>
-      <translation>Segnala un bug</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2816" />
-      <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;&gt;Segnala Bug...&lt;/b&gt;&lt;p&gt;Apre un dialogo per segnalare un bug.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2822" />
-      <source>Request Feature</source>
-      <translation>Richiedi funzionalità</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2823" />
-      <source>Request &amp;Feature...</source>
-      <translation>Richiedi &amp;funzionalità...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2829" />
-      <source>Send a feature request</source>
-      <translation>Invia una richiesta di funzionalità</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2831" />
-      <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Richiedi funzionalità...&lt;/b&gt;&lt;p&gt;Apre un dialogo per mandare una richiesta di funzionalità.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4175" />
-      <location filename="../UI/UserInterface.py" line="2842" />
-      <source>Testing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2844" />
-      <source>&amp;Testing...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2850" />
-      <source>Start the testing dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2852" />
-      <source>&lt;b&gt;Testing&lt;/b&gt;&lt;p&gt;Perform test runs. The dialog gives the ability to select and run a test suite or auto discover them.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2863" />
-      <source>Restart Last Test</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2865" />
-      <source>&amp;Restart Last Test...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2871" />
-      <source>Restarts the last test</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2873" />
-      <source>&lt;b&gt;Restart Last Test&lt;/b&gt;&lt;p&gt;Restarts the test performed last.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2883" />
-      <source>Rerun Failed Tests</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2885" />
-      <source>Rerun Failed Tests...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2892" />
-      <source>Rerun failed tests of the last run</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2895" />
-      <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last test run.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2905" />
-      <source>Test Script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2907" />
-      <source>Test &amp;Script...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2913" />
-      <source>Run tests of the current script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2915" />
-      <source>&lt;b&gt;Test Script&lt;/b&gt;&lt;p&gt;Run tests with the current script.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2922" />
-      <source>Test Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2924" />
-      <source>Test &amp;Project...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2930" />
-      <source>Run tests of the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2932" />
-      <source>&lt;b&gt;Test Project&lt;/b&gt;&lt;p&gt;Run test of the current project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2941" />
-      <source>Qt-Designer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2943" />
-      <source>Qt-&amp;Designer...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2949" />
-      <source>Start Qt-Designer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2951" />
-      <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2960" />
-      <source>Qt-Linguist</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2962" />
-      <source>Qt-&amp;Linguist...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2968" />
-      <source>Start Qt-Linguist</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2970" />
-      <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2978" />
-      <source>UI Previewer</source>
-      <translation>Anteprima UI</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2980" />
-      <source>&amp;UI Previewer...</source>
-      <translation>Antreprima &amp;UI...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2986" />
-      <source>Start the UI Previewer</source>
-      <translation>Avvia UI Previewer</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2988" />
-      <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Avvia UI Previewer.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2994" />
-      <source>Translations Previewer</source>
-      <translation>Anteprima traduzioni</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2996" />
-      <source>&amp;Translations Previewer...</source>
-      <translation>Anteprima &amp;Traduzioni...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3002" />
-      <source>Start the Translations Previewer</source>
-      <translation>Avvia l'anteprima delle traduzioni</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3004" />
-      <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Anteprima traduzioni&lt;/b&gt;&lt;p&gt;Avvia l'anteprima delle traduzioni.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3013" />
-      <source>Compare Files</source>
-      <translation>Confronta file</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3015" />
-      <source>&amp;Compare Files...</source>
-      <translation>&amp;Confronta file...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3040" />
-      <location filename="../UI/UserInterface.py" line="3021" />
-      <source>Compare two files</source>
-      <translation>Confronta due file</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3023" />
-      <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Confronta file&lt;/b&gt;&lt;p&gt;Apre un dialogo per confrontare due file.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3032" />
-      <source>Compare Files side by side</source>
-      <translation>Confronta file affiancati</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3034" />
-      <source>Compare &amp;Files side by side...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3042" />
-      <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Confronta file affiancati&lt;/b&gt;&lt;p&gt;Apri un dialogo per confrontare due file e mostrare i risultati affiancati.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3052" />
-      <source>SQL Browser</source>
-      <translation>SQL Browser</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3054" />
-      <source>SQL &amp;Browser...</source>
-      <translation>SQL &amp;Browser...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3060" />
-      <source>Browse a SQL database</source>
-      <translation>Naviga un database SQL</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3062" />
-      <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Naviga un database SQL.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3076" />
-      <location filename="../UI/UserInterface.py" line="3068" />
-      <source>Mini Editor</source>
-      <translation>Mini Editor</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3070" />
-      <source>Mini &amp;Editor...</source>
-      <translation>Mini &amp;Editor...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3078" />
-      <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Apre un dialogo con un semplice editor.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3087" />
-      <source>Hex Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3089" />
-      <source>&amp;Hex Editor...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3095" />
-      <source>Start the eric Hex Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3097" />
-      <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3107" />
-      <source>eric Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3109" />
-      <source>eric &amp;Web Browser...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3115" />
-      <source>Start the eric Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3117" />
-      <source>&lt;b&gt;eric Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric Web Browser.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3127" />
-      <source>FIDO2 Security Key Management</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3129" />
-      <source>FIDO2 Security Key Management...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3136" />
-      <source>Start the FIDO2 Security Key Management tool</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3139" />
-      <source>&lt;b&gt;FIDO2 Security Key Management&lt;/b&gt;&lt;p&gt;Start a tool to manage FIDO2 securit y keys.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3150" />
-      <source>Icon Editor</source>
-      <translation>Editor di icone</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3152" />
-      <source>&amp;Icon Editor...</source>
-      <translation>Editor di &amp;icone...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3158" />
-      <source>Start the eric Icon Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3160" />
-      <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric Icon Editor for editing simple icons.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6632" />
-      <location filename="../UI/UserInterface.py" line="3172" />
-      <source>Snapshot</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3174" />
-      <source>&amp;Snapshot...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3180" />
-      <source>Take snapshots of a screen region</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3182" />
-      <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3192" />
-      <source>eric PDF Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3194" />
-      <source>eric PDF &amp;Viewer...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3200" />
-      <source>Start the eric PDF Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3202" />
-      <source>&lt;b&gt;eric PDF Viewer&lt;/b&gt;&lt;p&gt;Starts the eric PDF Viewer for viewing PDF files.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3211" />
-      <source>Preferences</source>
-      <translation>Preferenze</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3213" />
-      <source>&amp;Preferences...</source>
-      <translation>&amp;Preferenze...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3219" />
-      <source>Set the prefered configuration</source>
-      <translation>Imposta la configurazione preferita</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3221" />
-      <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Preferenze&lt;/b&gt;&lt;p&gt;Imposta i valori di configurazione dell'applicazione ai valori preferiti&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3232" />
-      <source>Export Preferences</source>
-      <translation>Esporta preferenze</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3234" />
-      <source>E&amp;xport Preferences...</source>
-      <translation>E&amp;sporta preferenze...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3240" />
-      <source>Export the current configuration</source>
-      <translation>Esporta la configurazione attuale</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3242" />
-      <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Esporta preferenze&lt;/b&gt;&lt;p&gt;Esporta la configurazione attuale su un file.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3251" />
-      <source>Import Preferences</source>
-      <translation>Importa preferenze</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3253" />
-      <source>I&amp;mport Preferences...</source>
-      <translation>I&amp;mporta preferenze...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3260" />
-      <source>Import a previously exported configuration</source>
-      <translation>Importa una configurazione precedentemente esportata</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3263" />
-      <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Importa preferenze&lt;/b&gt;&lt;p&gt;Importa una configurazione precedentemente esportata.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3272" />
-      <source>Export Theme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3274" />
-      <source>Export Theme...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3280" />
-      <source>Export the current theme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3282" />
-      <source>&lt;b&gt;Export Theme&lt;/b&gt;&lt;p&gt;Export the current theme to a file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3291" />
-      <source>Import Theme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3293" />
-      <source>Import Theme...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3299" />
-      <source>Import a previously exported theme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3301" />
-      <source>&lt;b&gt;Import Theme&lt;/b&gt;&lt;p&gt;Import a previously exported theme.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3310" />
-      <source>Reload APIs</source>
-      <translation>Ricarica APIs</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3310" />
-      <source>Reload &amp;APIs</source>
-      <translation>Ricarica &amp;APIs</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3312" />
-      <source>Reload the API information</source>
-      <translation>Ricarica le informazioni delle API</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3314" />
-      <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Ricarica APIs&lt;/b&gt;&lt;p&gt;Ricarica le informazioni delle API.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3328" />
-      <location filename="../UI/UserInterface.py" line="3320" />
-      <source>Show external tools</source>
-      <translation>Mostra tool esterni</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3322" />
-      <source>Show external &amp;tools</source>
-      <translation>Mostra toll &amp;esterni</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3330" />
-      <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3340" />
-      <source>View Profiles</source>
-      <translation>Vista Profili</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3342" />
-      <source>&amp;View Profiles...</source>
-      <translation>&amp;Vista profili...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3348" />
-      <source>Configure view profiles</source>
-      <translation>Configura i profili</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3350" />
-      <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Vista Profili&lt;/b&gt;&lt;p&gt;Configura la visualizzazione dei profili. Con questo dialogo si possono impostare la visibilità delle varie finestre per i profili predefiniti.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3361" />
-      <source>Toolbars</source>
-      <translation>Toolbars</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3363" />
-      <source>Tool&amp;bars...</source>
-      <translation>Tool&amp;bars...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3369" />
-      <source>Configure toolbars</source>
-      <translation>Configura toolbars</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3371" />
-      <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configura le toolbars. Con questo dialogo puoi cambiare le azioni mostrate sulle varie toolbar e definire le tue.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3382" />
-      <source>Keyboard Shortcuts</source>
-      <translation>Scorciatoie da tastiera</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3384" />
-      <source>Keyboard &amp;Shortcuts...</source>
-      <translation>&amp;Scorciatoie da tastiera...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3390" />
-      <source>Set the keyboard shortcuts</source>
-      <translation>Imposta le scorciatoie da tastiera</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3392" />
-      <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Scorciatoie da tastiera&lt;/b&gt;&lt;p&gt;Imposta le scorciatoie da tastiera dell'applicazione con i valori personalizzati.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7601" />
-      <location filename="../UI/UserInterface.py" line="7582" />
-      <location filename="../UI/UserInterface.py" line="3402" />
-      <source>Export Keyboard Shortcuts</source>
-      <translation>Esporta scorciatoie da tastiera</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3404" />
-      <source>&amp;Export Keyboard Shortcuts...</source>
-      <translation>&amp;Esporta scorciatoie da tastiera...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3410" />
-      <source>Export the keyboard shortcuts</source>
-      <translation>Esporta le scorciatoie da tastiera</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3412" />
-      <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Esporta scorciatoie da tastiera&lt;/b&gt;&lt;p&gt;Esporta le scorciatoie da tastiera dell'applicazione.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7620" />
-      <location filename="../UI/UserInterface.py" line="3421" />
-      <source>Import Keyboard Shortcuts</source>
-      <translation>Importa scorciatoie da tastiera</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3423" />
-      <source>&amp;Import Keyboard Shortcuts...</source>
-      <translation>&amp;Importa scorciatoie da tastiera...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3429" />
-      <source>Import the keyboard shortcuts</source>
-      <translation>Importa le scorciatoie da tastiera</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3431" />
-      <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Importa scorciatoie da tastiera&lt;/b&gt;&lt;p&gt;Importa le scorciatoie da tastiera dell'applicazione.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3441" />
-      <source>Manage SSL Certificates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3443" />
-      <source>Manage SSL Certificates...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3450" />
-      <source>Manage the saved SSL certificates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3453" />
-      <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3463" />
-      <source>Edit Message Filters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3465" />
-      <source>Edit Message Filters...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3472" />
-      <source>Edit the message filters used to suppress unwanted messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3475" />
-      <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3494" />
-      <location filename="../UI/UserInterface.py" line="3488" />
-      <location filename="../UI/UserInterface.py" line="3486" />
-      <source>Clear private data</source>
-      <translation type="unfinished">Pulisci dati privati</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3496" />
-      <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3507" />
-      <location filename="../UI/UserInterface.py" line="3506" />
-      <source>Activate current editor</source>
-      <translation>Attiva editor corrente</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3508" />
-      <source>Alt+Shift+E</source>
-      <translation>Alt+Shift+E</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3519" />
-      <location filename="../UI/UserInterface.py" line="3518" />
-      <source>Show next</source>
-      <translation>Mostra successivo</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3520" />
-      <source>Ctrl+Alt+Tab</source>
-      <translation>Ctrl+Alt+Tab</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3531" />
-      <location filename="../UI/UserInterface.py" line="3530" />
-      <source>Show previous</source>
-      <translation>Mostra precedente</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3532" />
-      <source>Shift+Ctrl+Alt+Tab</source>
-      <translation>Shift+Ctrl+Alt+Tab</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3543" />
-      <location filename="../UI/UserInterface.py" line="3542" />
-      <source>Switch between tabs</source>
-      <translation>Cicla tra le linguette</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3544" />
-      <source>Ctrl+1</source>
-      <translation>Ctrl+1</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3554" />
-      <source>Plugin Infos</source>
-      <translation>Informazioni su Plugin</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3556" />
-      <source>&amp;Plugin Infos...</source>
-      <translation>Informazioni su &amp;Plugin...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3562" />
-      <source>Show Plugin Infos</source>
-      <translation>Mostra informazioni sui Plugin</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3564" />
-      <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Informazioni sui Plugin...&lt;/b&gt;&lt;p&gt;Apre un dialogo per mostrare le informazioni sul plugin caricati.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3582" />
-      <location filename="../UI/UserInterface.py" line="3574" />
-      <source>Install Plugins</source>
-      <translation>Installa Plugin</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3576" />
-      <source>&amp;Install Plugins...</source>
-      <translation>&amp;Installa Plugin...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3584" />
-      <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Installa Plugin...&lt;b&gt;&lt;p&gt;Apre un dialogo per installare o aggiornare i plugin.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3601" />
-      <location filename="../UI/UserInterface.py" line="3593" />
-      <source>Uninstall Plugin</source>
-      <translation>Disinstalla Plugin</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3595" />
-      <source>&amp;Uninstall Plugin...</source>
-      <translation>Disinstalla Pl&amp;ugin...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3603" />
-      <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Disinstalla Plugin...&lt;/b&gt;&lt;p&gt;Apre un dialogo per disinstallare un plugin.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3614" />
-      <source>Plugin &amp;Repository...</source>
-      <translation>&amp;Repository Plugin...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3620" />
-      <source>Show Plugins available for download</source>
-      <translation>Mostra Plugin disponibili per il download</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3622" />
-      <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Repository Plugin...&lt;/b&gt;&lt;p&gt;Apre un dialogo che mostra i plugin disponibili.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3652" />
-      <location filename="../UI/UserInterface.py" line="3651" />
-      <source>Qt5 Documentation</source>
-      <translation type="unfinished">Documentazione Qt4 {5 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3658" />
-      <source>Open Qt5 Documentation</source>
-      <translation type="unfinished">Apri documentazione su Qt4 {5 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3660" />
-      <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3673" />
-      <location filename="../UI/UserInterface.py" line="3672" />
-      <source>Qt6 Documentation</source>
-      <translation type="unfinished">Documentazione Qt4 {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3679" />
-      <source>Open Qt6 Documentation</source>
-      <translation type="unfinished">Apri documentazione su Qt4 {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3681" />
-      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3694" />
-      <location filename="../UI/UserInterface.py" line="3693" />
-      <source>PyQt5 Documentation</source>
-      <translation type="unfinished">Documentazione PyQt4 {5 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3700" />
-      <source>Open PyQt5 Documentation</source>
-      <translation type="unfinished">Apri documentazione su PyQt4 {5 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3702" />
-      <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3715" />
-      <location filename="../UI/UserInterface.py" line="3714" />
-      <source>PyQt6 Documentation</source>
-      <translation type="unfinished">Documentazione PyQt4 {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3721" />
-      <source>Open PyQt6 Documentation</source>
-      <translation type="unfinished">Apri documentazione su PyQt4 {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3723" />
-      <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3741" />
-      <location filename="../UI/UserInterface.py" line="3740" />
-      <source>Python 3 Documentation</source>
-      <translation>Documentazione Python 3</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3747" />
-      <source>Open Python 3 Documentation</source>
-      <translation>Apri documentazione Python 3</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3749" />
-      <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;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 &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3768" />
-      <location filename="../UI/UserInterface.py" line="3767" />
-      <source>eric API Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3774" />
-      <source>Open eric API Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3776" />
-      <source>&lt;b&gt;eric API Documentation&lt;/b&gt;&lt;p&gt;Display the eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric installation directory.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3794" />
-      <location filename="../UI/UserInterface.py" line="3793" />
-      <source>PySide2 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3800" />
-      <source>Open PySide2 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3802" />
-      <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3820" />
-      <location filename="../UI/UserInterface.py" line="3819" />
-      <source>PySide6 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3826" />
-      <source>Open PySide6 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3828" />
-      <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3864" />
-      <source>Sessions</source>
-      <translation type="unfinished">Sessioni</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3945" />
-      <source>E&amp;xtras</source>
-      <translation>E&amp;xtra</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3955" />
-      <source>Wi&amp;zards</source>
-      <translation>Wi&amp;zards</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3973" />
-      <source>P&amp;lugins</source>
-      <translation>P&amp;lugins</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3982" />
-      <source>Configure...</source>
-      <translation>Configura...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3991" />
-      <source>&amp;Testing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4008" />
-      <source>Select Tool Group</source>
-      <translation>Seleziona Tool Group</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4019" />
-      <source>Se&amp;ttings</source>
-      <translation>Impos&amp;tazioni</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4052" />
-      <source>&amp;Window</source>
-      <translation>&amp;Finestre</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4061" />
-      <source>&amp;Windows</source>
-      <translation type="unfinished">&amp;Finestre</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4065" />
-      <source>Central Park</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4069" />
-      <source>Left Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4088" />
-      <source>Right Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4107" />
-      <source>Bottom Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4115" />
-      <source>Plug-ins</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4121" />
-      <source>&amp;Toolbars</source>
-      <translation>&amp;Toolbar</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4134" />
-      <source>&amp;Help</source>
-      <translation>&amp;Help</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4191" />
-      <location filename="../UI/UserInterface.py" line="4174" />
-      <source>Tools</source>
-      <translation>Strumenti</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4193" />
-      <location filename="../UI/UserInterface.py" line="4178" />
-      <source>Settings</source>
-      <translation>Impostazioni</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6362" />
-      <location filename="../UI/UserInterface.py" line="4194" />
-      <location filename="../UI/UserInterface.py" line="4179" />
-      <source>Help</source>
-      <translation>Aiuto</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4195" />
-      <location filename="../UI/UserInterface.py" line="4180" />
-      <source>Profiles</source>
-      <translation>Profili</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4196" />
-      <location filename="../UI/UserInterface.py" line="4181" />
-      <source>Plugins</source>
-      <translation>Plugins</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4192" />
-      <source>Unittest</source>
-      <translation>Unittest</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4369" />
-      <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Questa zona della barra di stato mostra il linguaggio usato dall'editor.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4378" />
-      <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Questa zona della barra di stato mostra l'encoding usato dall'editor.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4387" />
-      <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Questa zona della barra di stato mostra l'eol usato dall'editor.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4396" />
-      <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Questa zona della barra di stato mostra la possibilità di scrittura del file.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4405" />
-      <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Questa parte della barra di stato mostra il numero di linea.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4414" />
-      <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Questa parte della barra di stato mostra la posizione del cursore.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4428" />
-      <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4502" />
-      <location filename="../UI/UserInterface.py" line="4461" />
-      <source>External Tools/{0}</source>
-      <translation>Tool Esterni/{0}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4610" />
-      <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
-      <translation type="unfinished">&lt;h3&gt;Numeri di versione&lt;/h3&gt;&lt;table&gt; {2&gt;?} {2&gt;?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4680" />
-      <source>Desktop</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4684" />
-      <source>Session Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4740" />
       <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="5074" />
+      <source>Restart application</source>
+      <translation>Riavvia applicazione</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5075" />
-      <source>Restart application</source>
-      <translation>Riavvia applicazione</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5076" />
       <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="5099" />
+      <source>Upgrade PyQt</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5100" />
-      <source>Upgrade PyQt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5101" />
       <source>eric needs to be closed in order to upgrade PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5124" />
+      <source>Upgrade Eric</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5125" />
-      <source>Upgrade Eric</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5126" />
       <source>eric needs to be closed in order to be upgraded. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5150" />
+      <source>Upgrade Eric and PyQt6</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5151" />
-      <source>Upgrade Eric and PyQt6</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5152" />
       <source>eric needs to be closed in order to upgrade eric and PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
  Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5214" />
+      <location filename="../UI/UserInterface.py" line="5213" />
       <source>&amp;Builtin Tools</source>
       <translation>Tool &amp;Builtin</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5234" />
+      <location filename="../UI/UserInterface.py" line="5233" />
       <source>&amp;Plugin Tools</source>
       <translation>Informazioni sui &amp;Plugin Tools</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5237" />
+      <location filename="../UI/UserInterface.py" line="5236" />
       <source>&amp;User Tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5263" />
+      <location filename="../UI/UserInterface.py" line="5262" />
       <source>Configure Tool Groups ...</source>
       <translation>Configura Tools Groups...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5267" />
+      <location filename="../UI/UserInterface.py" line="5266" />
       <source>Configure current Tool Group ...</source>
       <translation>Configura Tools Groups correnti...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5306" />
-      <location filename="../UI/UserInterface.py" line="5286" />
+      <location filename="../UI/UserInterface.py" line="5305" />
+      <location filename="../UI/UserInterface.py" line="5285" />
       <source>No User Tools Configured</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5382" />
+      <location filename="../UI/UserInterface.py" line="5381" />
       <source>&amp;Show all</source>
       <translation>Mo&amp;stra tutti</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5384" />
+      <location filename="../UI/UserInterface.py" line="5383" />
       <source>&amp;Hide all</source>
       <translation>Nascondi &amp;tutti</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6498" />
+      <location filename="../UI/UserInterface.py" line="6487" />
+      <location filename="../UI/UserInterface.py" line="6439" />
+      <location filename="../UI/UserInterface.py" line="6429" />
+      <location filename="../UI/UserInterface.py" line="6252" />
+      <location filename="../UI/UserInterface.py" line="6242" />
+      <location filename="../UI/UserInterface.py" line="6184" />
+      <location filename="../UI/UserInterface.py" line="6174" />
+      <source>Problem</source>
+      <translation>Problema</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6499" />
       <location filename="../UI/UserInterface.py" line="6488" />
       <location filename="../UI/UserInterface.py" line="6440" />
@@ -93714,306 +93764,284 @@
       <location filename="../UI/UserInterface.py" line="6243" />
       <location filename="../UI/UserInterface.py" line="6185" />
       <location filename="../UI/UserInterface.py" line="6175" />
-      <source>Problem</source>
-      <translation>Problema</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6500" />
-      <location filename="../UI/UserInterface.py" line="6489" />
-      <location filename="../UI/UserInterface.py" line="6441" />
-      <location filename="../UI/UserInterface.py" line="6431" />
-      <location filename="../UI/UserInterface.py" line="6254" />
-      <location filename="../UI/UserInterface.py" line="6244" />
-      <location filename="../UI/UserInterface.py" line="6186" />
-      <location filename="../UI/UserInterface.py" line="6176" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Il file &lt;b&gt;{0}&lt;/b&gt; non esiste o ha lunghezza zero.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6741" />
-      <location filename="../UI/UserInterface.py" line="6652" />
-      <location filename="../UI/UserInterface.py" line="6535" />
-      <location filename="../UI/UserInterface.py" line="6512" />
-      <location filename="../UI/UserInterface.py" line="6453" />
-      <location filename="../UI/UserInterface.py" line="6400" />
-      <location filename="../UI/UserInterface.py" line="6378" />
-      <location filename="../UI/UserInterface.py" line="6329" />
-      <location filename="../UI/UserInterface.py" line="6320" />
-      <location filename="../UI/UserInterface.py" line="6285" />
-      <location filename="../UI/UserInterface.py" line="6276" />
-      <location filename="../UI/UserInterface.py" line="6217" />
-      <location filename="../UI/UserInterface.py" line="6208" />
+      <location filename="../UI/UserInterface.py" line="6740" />
+      <location filename="../UI/UserInterface.py" line="6651" />
+      <location filename="../UI/UserInterface.py" line="6534" />
+      <location filename="../UI/UserInterface.py" line="6511" />
+      <location filename="../UI/UserInterface.py" line="6452" />
+      <location filename="../UI/UserInterface.py" line="6399" />
+      <location filename="../UI/UserInterface.py" line="6377" />
+      <location filename="../UI/UserInterface.py" line="6328" />
+      <location filename="../UI/UserInterface.py" line="6319" />
+      <location filename="../UI/UserInterface.py" line="6284" />
+      <location filename="../UI/UserInterface.py" line="6275" />
+      <location filename="../UI/UserInterface.py" line="6216" />
+      <location filename="../UI/UserInterface.py" line="6207" />
       <source>Process Generation Error</source>
       <translation>Errore Generazione Processo</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6209" />
+      <location filename="../UI/UserInterface.py" line="6208" />
       <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Non posso avviare Qt-Designer.&lt;br&gt;Assicurarsi che sia disponibile come &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6218" />
+      <location filename="../UI/UserInterface.py" line="6217" />
       <source>&lt;p&gt;Could not find the Qt-Designer executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6277" />
+      <location filename="../UI/UserInterface.py" line="6276" />
       <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Non posso avviare Qt-Linguist.&lt;br&gt;Assicurarsi che sia disponibile come &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6286" />
+      <location filename="../UI/UserInterface.py" line="6285" />
       <source>&lt;p&gt;Could not find the Qt-Linguist executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6321" />
+      <location filename="../UI/UserInterface.py" line="6320" />
       <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Non posso avviare Qt-Assistant.&lt;br&gt;Assicurarsi che sia disponibile come &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6330" />
+      <location filename="../UI/UserInterface.py" line="6329" />
       <source>&lt;p&gt;Could not find the Qt-Assistant executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6363" />
+      <location filename="../UI/UserInterface.py" line="6362" />
       <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="6379" />
+      <location filename="../UI/UserInterface.py" line="6378" />
       <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Non posso avviare il visualizzatore personalizzato.&lt;br&gt;Assicurarsi che sia disponibile come &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6401" />
+      <location filename="../UI/UserInterface.py" line="6400" />
       <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Non posso avviare il visualizzatore di help.&lt;br&gt;Assicurarsi che sia disponibile come &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6454" />
+      <location filename="../UI/UserInterface.py" line="6453" />
       <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Non posso avviare UI Previewer.&lt;br&gt;Assicurarsi che sia disponibile come &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6513" />
+      <location filename="../UI/UserInterface.py" line="6512" />
       <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Non posso avviare l'anteprima delle traduzioni.&lt;br&gt;Assicurarsi che sia disponibile come &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6536" />
+      <location filename="../UI/UserInterface.py" line="6535" />
       <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Non posso avviare SQL Browser.&lt;br&gt;Assicurarsi che sia disponibile come &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6633" />
+      <location filename="../UI/UserInterface.py" line="6632" />
       <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6653" />
+      <location filename="../UI/UserInterface.py" line="6652" />
       <source>&lt;p&gt;Could not start Snapshot tool.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6685" />
+      <location filename="../UI/UserInterface.py" line="6675" />
+      <source>External Tools</source>
+      <translation>Tool esterni</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6676" />
+      <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="6686" />
-      <location filename="../UI/UserInterface.py" line="6676" />
-      <source>External Tools</source>
-      <translation>Tool esterni</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6677" />
-      <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="6687" />
       <source>No toolgroup entry '{0}' found.</source>
       <translation>Nessun gruppo '{0}' trovato.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6724" />
+      <location filename="../UI/UserInterface.py" line="6723" />
       <source>Starting process '{0} {1}'.
 </source>
       <translation>Avvio processo '{0} {1}'.
 </translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6742" />
+      <location filename="../UI/UserInterface.py" line="6741" />
       <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Non posso avviare l'elemento degli strumenti &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Assicurarsi che sia disponibile come &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6821" />
+      <location filename="../UI/UserInterface.py" line="6820" />
       <source>Process '{0}' has exited.
 </source>
       <translation>Il processo '{0}' è terminato.</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7108" />
+      <location filename="../UI/UserInterface.py" line="7046" />
+      <location filename="../UI/UserInterface.py" line="7002" />
+      <location filename="../UI/UserInterface.py" line="6928" />
+      <location filename="../UI/UserInterface.py" line="6864" />
+      <source>Documentation Missing</source>
+      <translation>Documentazione mancante</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7109" />
       <location filename="../UI/UserInterface.py" line="7047" />
       <location filename="../UI/UserInterface.py" line="7003" />
       <location filename="../UI/UserInterface.py" line="6929" />
       <location filename="../UI/UserInterface.py" line="6865" />
-      <source>Documentation Missing</source>
-      <translation>Documentazione mancante</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7110" />
-      <location filename="../UI/UserInterface.py" line="7048" />
-      <location filename="../UI/UserInterface.py" line="7004" />
-      <location filename="../UI/UserInterface.py" line="6930" />
-      <location filename="../UI/UserInterface.py" line="6866" />
       <source>&lt;p&gt;The documentation starting point "&lt;b&gt;{0}&lt;/b&gt;" could not be found.&lt;/p&gt;</source>
       <translation>&lt;p&gt;L'inizio della documentazione "&lt;b&gt;{0}&lt;/b&gt;" non viene trovato.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7090" />
+      <location filename="../UI/UserInterface.py" line="6972" />
+      <source>Documentation</source>
+      <translation>Documentazione</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6973" />
+      <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7091" />
-      <location filename="../UI/UserInterface.py" line="6973" />
-      <source>Documentation</source>
-      <translation>Documentazione</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6974" />
-      <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7092" />
       <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7270" />
+      <location filename="../UI/UserInterface.py" line="7206" />
+      <source>Start Web Browser</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7207" />
+      <source>The eric web browser could not be started.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7271" />
-      <location filename="../UI/UserInterface.py" line="7207" />
-      <source>Start Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7208" />
-      <source>The eric web browser could not be started.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7272" />
       <source>&lt;p&gt;The eric web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7318" />
+      <location filename="../UI/UserInterface.py" line="7317" />
       <source>Open Browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7318" />
+      <location filename="../UI/UserInterface.py" line="7317" />
       <source>Could not start a web browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7622" />
-      <location filename="../UI/UserInterface.py" line="7584" />
+      <location filename="../UI/UserInterface.py" line="7621" />
+      <location filename="../UI/UserInterface.py" line="7583" />
       <source>Keyboard Shortcuts File (*.ekj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7602" />
+      <location filename="../UI/UserInterface.py" line="7601" />
       <source>&lt;p&gt;The keyboard shortcuts file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7806" />
+      <location filename="../UI/UserInterface.py" line="7805" />
       <source>Load crash session...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7809" />
+      <location filename="../UI/UserInterface.py" line="7808" />
       <source>Clean crash sessions...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7845" />
+      <source>Read Session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7846" />
-      <source>Read Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7847" />
       <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Il file sessione &lt;b&gt;{0}&lt;/b&gt; non può essere letto.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7870" />
+      <location filename="../UI/UserInterface.py" line="7869" />
       <source>Save Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7895" />
-      <location filename="../UI/UserInterface.py" line="7872" />
+      <location filename="../UI/UserInterface.py" line="7894" />
+      <location filename="../UI/UserInterface.py" line="7871" />
       <source>eric Session Files (*.esj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7964" />
-      <source>Found Crash Sessions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7965" />
-      <source>These crash session files were found. Select the one to open. Select 'Cancel' to not open a crash session.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="8038" />
+      <location filename="../UI/UserInterface.py" line="8030" />
       <source>Clean stale crash sessions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8039" />
+      <location filename="../UI/UserInterface.py" line="8031" />
       <source>Do you really want to delete these stale crash session files?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8415" />
+      <location filename="../UI/UserInterface.py" line="8407" />
       <source>Drop Error</source>
       <translation>Errore Drop</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8416" />
+      <location filename="../UI/UserInterface.py" line="8408" />
       <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; non è un file.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8613" />
+      <location filename="../UI/UserInterface.py" line="8605" />
       <source>Upgrade available</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8614" />
+      <location filename="../UI/UserInterface.py" line="8606" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8662" />
+      <location filename="../UI/UserInterface.py" line="8654" />
       <source>First time usage</source>
       <translation>Primo avvio</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8663" />
+      <location filename="../UI/UserInterface.py" line="8655" />
       <source>eric has not been configured yet. The configuration dialog will be started.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8685" />
+      <location filename="../UI/UserInterface.py" line="8677" />
       <source>Select Workspace Directory</source>
       <translation type="unfinished">Seleziona cartella di lavoro</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8853" />
+      <location filename="../UI/UserInterface.py" line="8845" />
       <source>Unsaved Data Detected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8854" />
+      <location filename="../UI/UserInterface.py" line="8846" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation type="unfinished" />
     </message>
--- a/src/eric7/i18n/eric7_pt.ts	Wed Apr 02 16:56:06 2025 +0200
+++ b/src/eric7/i18n/eric7_pt.ts	Thu Apr 03 19:50:43 2025 +0200
@@ -8739,6 +8739,44 @@
     </message>
   </context>
   <context>
+    <name>CrashedSessionsSelectionDialog</name>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="72" />
+      <source>Read Crash Session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="73" />
+      <source>&lt;p&gt;The crash session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="82" />
+      <source>{0}
+Timestamp: {1}
+Project: {2}</source>
+      <comment>Crash Session, Timestamp, Project Path</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="87" />
+      <source>{0}
+Timestamp: {1}</source>
+      <comment>Crash Session, Timestamp</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.ui" line="0" />
+      <source>Found Crash Sessions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.ui" line="0" />
+      <source>These crash session files were found. Select the one to open. Select 'Cancel' to not open a crash session.</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
     <name>CreateDialogCodeDialog</name>
     <message>
       <location filename="../Project/CreateDialogCodeDialog.py" line="149" />
@@ -91260,2298 +91298,2310 @@
   <context>
     <name>UserInterface</name>
     <message>
-      <location filename="../UI/UserInterface.py" line="264" />
+      <location filename="../UI/UserInterface.py" line="263" />
       <source>Initializing Basic Services...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="320" />
+      <location filename="../UI/UserInterface.py" line="319" />
       <source>Initializing Plugin Manager...</source>
       <translation>A iniciar Gestor de Complementos...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="328" />
+      <location filename="../UI/UserInterface.py" line="327" />
       <source>Generating Main User Interface...</source>
       <translation>A criar Interface Principal de Usuário...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="385" />
-      <location filename="../UI/UserInterface.py" line="383" />
+      <location filename="../UI/UserInterface.py" line="384" />
+      <location filename="../UI/UserInterface.py" line="382" />
       <source>Setting up signal/slot-connections...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="594" />
+      <location filename="../UI/UserInterface.py" line="593" />
       <source>Initializing Tools...</source>
       <translation>A iniciar Ferramentas...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="606" />
+      <location filename="../UI/UserInterface.py" line="605" />
       <source>Registering Objects...</source>
       <translation>A registar Objetos...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="641" />
+      <location filename="../UI/UserInterface.py" line="640" />
       <source>Initializing Actions...</source>
       <translation>A iniciar Ações...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="644" />
+      <location filename="../UI/UserInterface.py" line="643" />
       <source>Initializing Menus...</source>
       <translation>A iniciar Menús...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="647" />
+      <location filename="../UI/UserInterface.py" line="646" />
       <source>Initializing Toolbars...</source>
       <translation>A iniciar Barras de Ferramentas...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="650" />
+      <location filename="../UI/UserInterface.py" line="649" />
       <source>Initializing Statusbar...</source>
       <translation>A iniciar Barra de Estado...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="675" />
-      <location filename="../UI/UserInterface.py" line="673" />
+      <location filename="../UI/UserInterface.py" line="674" />
+      <location filename="../UI/UserInterface.py" line="672" />
       <source>Initializing Single Application Server...</source>
       <translation>A iniciar Servidor de Aplicação Única...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="682" />
+      <location filename="../UI/UserInterface.py" line="681" />
       <source>Initializing Plugins...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="686" />
+      <location filename="../UI/UserInterface.py" line="685" />
       <source>Activating Plugins...</source>
       <translation>A ativar Complementos...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="689" />
+      <location filename="../UI/UserInterface.py" line="688" />
       <source>Generating Plugins Toolbars...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="693" />
+      <location filename="../UI/UserInterface.py" line="692" />
       <source>Cleaning Plugins Download Area...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="704" />
+      <location filename="../UI/UserInterface.py" line="703" />
       <source>Restoring Toolbarmanager...</source>
       <translation>A restaurar Gestor da Barra de Ferramentas...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="713" />
+      <location filename="../UI/UserInterface.py" line="712" />
       <source>Setting View Profile...</source>
       <translation>A definir Perfil de Vista...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="727" />
+      <location filename="../UI/UserInterface.py" line="726" />
       <source>Reading Tasks...</source>
       <translation>A Ler Tarefas...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="733" />
+      <location filename="../UI/UserInterface.py" line="732" />
       <source>Reading Templates...</source>
       <translation>A ler Modelos...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="739" />
+      <location filename="../UI/UserInterface.py" line="738" />
       <source>Starting Debugger...</source>
       <translation>A iniciar Depurador...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2213" />
-      <location filename="../UI/UserInterface.py" line="1100" />
+      <location filename="../UI/UserInterface.py" line="2212" />
+      <location filename="../UI/UserInterface.py" line="1099" />
       <source>Left Toolbox</source>
       <translation>Caixa de Ferramentas Esquerda</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2259" />
-      <location filename="../UI/UserInterface.py" line="1110" />
+      <location filename="../UI/UserInterface.py" line="2258" />
+      <location filename="../UI/UserInterface.py" line="1109" />
       <source>Horizontal Toolbox</source>
       <translation>Caixa de Ferramentas Horizontal</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2236" />
-      <location filename="../UI/UserInterface.py" line="1121" />
+      <location filename="../UI/UserInterface.py" line="2235" />
+      <location filename="../UI/UserInterface.py" line="1120" />
       <source>Right Toolbox</source>
       <translation>Caixa de Ferramentas Direita</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2054" />
+      <location filename="../UI/UserInterface.py" line="1316" />
+      <location filename="../UI/UserInterface.py" line="1130" />
+      <source>Multiproject-Viewer</source>
+      <translation>Visor de Multiprojeto</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2032" />
+      <location filename="../UI/UserInterface.py" line="1322" />
+      <location filename="../UI/UserInterface.py" line="1136" />
+      <source>Project-Viewer</source>
+      <translation>Visor de Projeto</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2594" />
+      <location filename="../UI/UserInterface.py" line="2593" />
+      <location filename="../UI/UserInterface.py" line="1329" />
+      <location filename="../UI/UserInterface.py" line="1143" />
+      <source>Find/Replace In Files</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2617" />
+      <location filename="../UI/UserInterface.py" line="2616" />
+      <location filename="../UI/UserInterface.py" line="1336" />
+      <location filename="../UI/UserInterface.py" line="1150" />
+      <source>Find File</source>
+      <translation type="unfinished">Encontrar Ficheiro</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1342" />
+      <location filename="../UI/UserInterface.py" line="1156" />
+      <source>VCS Status</source>
+      <translation type="unfinished">Estado VCS</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2187" />
+      <location filename="../UI/UserInterface.py" line="1349" />
+      <location filename="../UI/UserInterface.py" line="1163" />
+      <source>Template-Viewer</source>
+      <translation>Visor de Modelos</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2120" />
+      <location filename="../UI/UserInterface.py" line="1356" />
+      <location filename="../UI/UserInterface.py" line="1170" />
+      <source>File-Browser</source>
+      <translation>Navegador de Ficheiros</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1363" />
+      <location filename="../UI/UserInterface.py" line="1177" />
+      <source>Symbols</source>
+      <translation>Símbolos</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2076" />
+      <location filename="../UI/UserInterface.py" line="1385" />
+      <location filename="../UI/UserInterface.py" line="1379" />
+      <location filename="../UI/UserInterface.py" line="1187" />
+      <source>Debug-Viewer</source>
+      <translation>Visor de Depuração</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2448" />
+      <location filename="../UI/UserInterface.py" line="2447" />
+      <location filename="../UI/UserInterface.py" line="1392" />
+      <location filename="../UI/UserInterface.py" line="1194" />
+      <source>Code Documentation Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2663" />
+      <location filename="../UI/UserInterface.py" line="2662" />
+      <location filename="../UI/UserInterface.py" line="1399" />
+      <location filename="../UI/UserInterface.py" line="1201" />
+      <source>Help Viewer</source>
+      <translation type="unfinished">Visor de Ajuda</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3611" />
+      <location filename="../UI/UserInterface.py" line="2543" />
+      <location filename="../UI/UserInterface.py" line="2542" />
+      <location filename="../UI/UserInterface.py" line="1405" />
+      <location filename="../UI/UserInterface.py" line="1207" />
+      <source>Plugin Repository</source>
+      <translation>Repositório de Complementos</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2567" />
+      <location filename="../UI/UserInterface.py" line="2566" />
+      <location filename="../UI/UserInterface.py" line="1411" />
+      <location filename="../UI/UserInterface.py" line="1213" />
+      <source>Virtual Environments</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2475" />
+      <location filename="../UI/UserInterface.py" line="2474" />
+      <location filename="../UI/UserInterface.py" line="1418" />
+      <location filename="../UI/UserInterface.py" line="1220" />
+      <source>PyPI Package Management</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2497" />
+      <location filename="../UI/UserInterface.py" line="2496" />
+      <location filename="../UI/UserInterface.py" line="1425" />
+      <location filename="../UI/UserInterface.py" line="1225" />
+      <source>Conda</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1432" />
+      <location filename="../UI/UserInterface.py" line="1232" />
+      <source>Cooperation</source>
+      <translation>Colaboração</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2375" />
+      <location filename="../UI/UserInterface.py" line="1436" />
+      <location filename="../UI/UserInterface.py" line="1237" />
+      <source>IRC</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2519" />
+      <location filename="../UI/UserInterface.py" line="2518" />
+      <location filename="../UI/UserInterface.py" line="1442" />
+      <location filename="../UI/UserInterface.py" line="1244" />
+      <source>MicroPython</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2098" />
+      <location filename="../UI/UserInterface.py" line="1450" />
+      <location filename="../UI/UserInterface.py" line="1252" />
+      <source>Shell</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2164" />
+      <location filename="../UI/UserInterface.py" line="1456" />
+      <location filename="../UI/UserInterface.py" line="1256" />
+      <source>Task-Viewer</source>
+      <translation>Visor de Tarefas</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2142" />
+      <location filename="../UI/UserInterface.py" line="1462" />
+      <location filename="../UI/UserInterface.py" line="1260" />
+      <source>Log-Viewer</source>
+      <translation>Visor de Registos</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1469" />
+      <location filename="../UI/UserInterface.py" line="1267" />
+      <source>Numbers</source>
+      <translation>Números</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1844" />
+      <source>{0} - Passive Mode</source>
+      <translation>{0} - Modo Passivo</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1853" />
+      <location filename="../UI/UserInterface.py" line="1847" />
+      <source>{0} - {1} - Passive Mode</source>
+      <translation>{0} - {1} - Modo Passivo</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1859" />
+      <source>{0} - {1} - {2} - Passive Mode</source>
+      <translation>{0} - {1} - {2} - Modo Passivo</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1885" />
+      <source>Quit</source>
+      <translation>Sair</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1887" />
+      <source>&amp;Quit</source>
+      <translation>Sai&amp;r</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1888" />
+      <source>Ctrl+Q</source>
+      <comment>File|Quit</comment>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1893" />
+      <source>Quit the IDE</source>
+      <translation>Sair do IDE</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1895" />
+      <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Sair do IDE&lt;/b&gt;&lt;p&gt;Isto sai do IDE. Pode gravar antes as alterações. Qualquer programa Python que esteja a ser depurado será parado e as preferências serão escritas no disco.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1909" />
+      <location filename="../UI/UserInterface.py" line="1907" />
+      <source>Restart</source>
+      <translation type="unfinished">Reiniciar</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1910" />
+      <source>Ctrl+Shift+Q</source>
+      <comment>File|Quit</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1915" />
+      <source>Restart the IDE</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1917" />
+      <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1935" />
+      <location filename="../UI/UserInterface.py" line="1928" />
+      <source>Save session</source>
+      <translation>Guargar sessão</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1929" />
+      <source>Save session...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1937" />
+      <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7892" />
+      <location filename="../UI/UserInterface.py" line="1954" />
+      <location filename="../UI/UserInterface.py" line="1947" />
+      <source>Load session</source>
+      <translation type="unfinished">Carregar sessão</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1948" />
+      <source>Load session...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1956" />
+      <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1966" />
+      <source>New Window</source>
+      <translation>Nova Janela</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1968" />
+      <source>New &amp;Window</source>
+      <translation>Nova &amp;Janela</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1969" />
+      <source>Ctrl+Shift+N</source>
+      <comment>File|New Window</comment>
+      <translation>Ctrl+Shift+N</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1974" />
+      <source>Open a new eric instance</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1976" />
+      <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric IDE.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1990" />
+      <location filename="../UI/UserInterface.py" line="1988" />
+      <source>Edit Profile</source>
+      <translation>Perfil de Edição</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1997" />
+      <source>Activate the edit view profile</source>
+      <translation>Ativar o perfil de vista de edição</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1999" />
+      <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Perfil de Edição&lt;/b&gt;&lt;p&gt;Activa o "Perfil da Vista de Edição". As janelas a serem mostradas, se este perfil está activado, podem ser configuradas com a caixa de diálogo "Configuração de Vista do Perfil"&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2012" />
+      <location filename="../UI/UserInterface.py" line="2010" />
+      <source>Debug Profile</source>
+      <translation>Perfil de Depuração</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2019" />
+      <source>Activate the debug view profile</source>
+      <translation>Ativar o perfile de vista de depuração</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2021" />
+      <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Perfil de Depuração&lt;/b&gt;&lt;p&gt;Activa o "Perfile da Vista de Depuração". As janelas a serem mostradas, se este perfil está activado, podem ser configuradas com a caixa de diálogo "Configuração de Vista do Perfil"&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2033" />
+      <source>&amp;Project-Viewer</source>
+      <translation>Visor de &amp;Projeto</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2034" />
+      <source>Alt+Shift+P</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2040" />
+      <source>Switch the input focus to the Project-Viewer window.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2043" />
+      <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2055" />
-      <location filename="../UI/UserInterface.py" line="1317" />
-      <location filename="../UI/UserInterface.py" line="1131" />
-      <source>Multiproject-Viewer</source>
-      <translation>Visor de Multiprojeto</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2033" />
-      <location filename="../UI/UserInterface.py" line="1323" />
-      <location filename="../UI/UserInterface.py" line="1137" />
-      <source>Project-Viewer</source>
-      <translation>Visor de Projeto</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2595" />
-      <location filename="../UI/UserInterface.py" line="2594" />
-      <location filename="../UI/UserInterface.py" line="1330" />
-      <location filename="../UI/UserInterface.py" line="1144" />
-      <source>Find/Replace In Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2618" />
-      <location filename="../UI/UserInterface.py" line="2617" />
-      <location filename="../UI/UserInterface.py" line="1337" />
-      <location filename="../UI/UserInterface.py" line="1151" />
-      <source>Find File</source>
-      <translation type="unfinished">Encontrar Ficheiro</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1343" />
-      <location filename="../UI/UserInterface.py" line="1157" />
-      <source>VCS Status</source>
-      <translation type="unfinished">Estado VCS</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2188" />
-      <location filename="../UI/UserInterface.py" line="1350" />
-      <location filename="../UI/UserInterface.py" line="1164" />
-      <source>Template-Viewer</source>
-      <translation>Visor de Modelos</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2121" />
-      <location filename="../UI/UserInterface.py" line="1357" />
-      <location filename="../UI/UserInterface.py" line="1171" />
-      <source>File-Browser</source>
-      <translation>Navegador de Ficheiros</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1364" />
-      <location filename="../UI/UserInterface.py" line="1178" />
-      <source>Symbols</source>
-      <translation>Símbolos</translation>
+      <source>&amp;Multiproject-Viewer</source>
+      <translation>Visor de &amp;Multiprojeto</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2056" />
+      <source>Alt+Shift+M</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2062" />
+      <source>Switch the input focus to the Multiproject-Viewer window.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2065" />
+      <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2077" />
-      <location filename="../UI/UserInterface.py" line="1386" />
-      <location filename="../UI/UserInterface.py" line="1380" />
-      <location filename="../UI/UserInterface.py" line="1188" />
-      <source>Debug-Viewer</source>
-      <translation>Visor de Depuração</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2449" />
-      <location filename="../UI/UserInterface.py" line="2448" />
-      <location filename="../UI/UserInterface.py" line="1393" />
-      <location filename="../UI/UserInterface.py" line="1195" />
-      <source>Code Documentation Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2664" />
-      <location filename="../UI/UserInterface.py" line="2663" />
-      <location filename="../UI/UserInterface.py" line="1400" />
-      <location filename="../UI/UserInterface.py" line="1202" />
-      <source>Help Viewer</source>
-      <translation type="unfinished">Visor de Ajuda</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3612" />
-      <location filename="../UI/UserInterface.py" line="2544" />
-      <location filename="../UI/UserInterface.py" line="2543" />
-      <location filename="../UI/UserInterface.py" line="1406" />
-      <location filename="../UI/UserInterface.py" line="1208" />
-      <source>Plugin Repository</source>
-      <translation>Repositório de Complementos</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2568" />
-      <location filename="../UI/UserInterface.py" line="2567" />
-      <location filename="../UI/UserInterface.py" line="1412" />
-      <location filename="../UI/UserInterface.py" line="1214" />
-      <source>Virtual Environments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2476" />
-      <location filename="../UI/UserInterface.py" line="2475" />
-      <location filename="../UI/UserInterface.py" line="1419" />
-      <location filename="../UI/UserInterface.py" line="1221" />
-      <source>PyPI Package Management</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2498" />
-      <location filename="../UI/UserInterface.py" line="2497" />
-      <location filename="../UI/UserInterface.py" line="1426" />
-      <location filename="../UI/UserInterface.py" line="1226" />
-      <source>Conda</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1433" />
-      <location filename="../UI/UserInterface.py" line="1233" />
-      <source>Cooperation</source>
-      <translation>Colaboração</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2376" />
-      <location filename="../UI/UserInterface.py" line="1437" />
-      <location filename="../UI/UserInterface.py" line="1238" />
-      <source>IRC</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2520" />
-      <location filename="../UI/UserInterface.py" line="2519" />
-      <location filename="../UI/UserInterface.py" line="1443" />
-      <location filename="../UI/UserInterface.py" line="1245" />
-      <source>MicroPython</source>
+      <source>&amp;Debug-Viewer</source>
+      <translation>Visor de &amp;Depuração</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2078" />
+      <source>Alt+Shift+D</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2084" />
+      <source>Switch the input focus to the Debug-Viewer window.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2087" />
+      <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2099" />
-      <location filename="../UI/UserInterface.py" line="1451" />
-      <location filename="../UI/UserInterface.py" line="1253" />
-      <source>Shell</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2165" />
-      <location filename="../UI/UserInterface.py" line="1457" />
-      <location filename="../UI/UserInterface.py" line="1257" />
-      <source>Task-Viewer</source>
-      <translation>Visor de Tarefas</translation>
+      <source>&amp;Shell</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2100" />
+      <source>Alt+Shift+S</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2106" />
+      <source>Switch the input focus to the Shell window.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2109" />
+      <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2121" />
+      <source>&amp;File-Browser</source>
+      <translation>Navegador de &amp;Ficheiros</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2122" />
+      <source>Alt+Shift+F</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2128" />
+      <source>Switch the input focus to the File-Browser window.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2131" />
+      <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2143" />
-      <location filename="../UI/UserInterface.py" line="1463" />
-      <location filename="../UI/UserInterface.py" line="1261" />
-      <source>Log-Viewer</source>
-      <translation>Visor de Registos</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1470" />
-      <location filename="../UI/UserInterface.py" line="1268" />
-      <source>Numbers</source>
-      <translation>Números</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1845" />
-      <source>{0} - Passive Mode</source>
-      <translation>{0} - Modo Passivo</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1854" />
-      <location filename="../UI/UserInterface.py" line="1848" />
-      <source>{0} - {1} - Passive Mode</source>
-      <translation>{0} - {1} - Modo Passivo</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1860" />
-      <source>{0} - {1} - {2} - Passive Mode</source>
-      <translation>{0} - {1} - {2} - Modo Passivo</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1886" />
-      <source>Quit</source>
-      <translation>Sair</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1888" />
-      <source>&amp;Quit</source>
-      <translation>Sai&amp;r</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1889" />
-      <source>Ctrl+Q</source>
-      <comment>File|Quit</comment>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1894" />
-      <source>Quit the IDE</source>
-      <translation>Sair do IDE</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1896" />
-      <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Sair do IDE&lt;/b&gt;&lt;p&gt;Isto sai do IDE. Pode gravar antes as alterações. Qualquer programa Python que esteja a ser depurado será parado e as preferências serão escritas no disco.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1910" />
-      <location filename="../UI/UserInterface.py" line="1908" />
-      <source>Restart</source>
-      <translation type="unfinished">Reiniciar</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1911" />
-      <source>Ctrl+Shift+Q</source>
-      <comment>File|Quit</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1916" />
-      <source>Restart the IDE</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1918" />
-      <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1936" />
-      <location filename="../UI/UserInterface.py" line="1929" />
-      <source>Save session</source>
-      <translation>Guargar sessão</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1930" />
-      <source>Save session...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1938" />
-      <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7893" />
-      <location filename="../UI/UserInterface.py" line="1955" />
-      <location filename="../UI/UserInterface.py" line="1948" />
-      <source>Load session</source>
-      <translation type="unfinished">Carregar sessão</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1949" />
-      <source>Load session...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1957" />
-      <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1967" />
-      <source>New Window</source>
-      <translation>Nova Janela</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1969" />
-      <source>New &amp;Window</source>
-      <translation>Nova &amp;Janela</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1970" />
-      <source>Ctrl+Shift+N</source>
-      <comment>File|New Window</comment>
-      <translation>Ctrl+Shift+N</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1975" />
-      <source>Open a new eric instance</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1977" />
-      <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric IDE.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1991" />
-      <location filename="../UI/UserInterface.py" line="1989" />
-      <source>Edit Profile</source>
-      <translation>Perfil de Edição</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1998" />
-      <source>Activate the edit view profile</source>
-      <translation>Ativar o perfil de vista de edição</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2000" />
-      <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Perfil de Edição&lt;/b&gt;&lt;p&gt;Activa o "Perfil da Vista de Edição". As janelas a serem mostradas, se este perfil está activado, podem ser configuradas com a caixa de diálogo "Configuração de Vista do Perfil"&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2013" />
-      <location filename="../UI/UserInterface.py" line="2011" />
-      <source>Debug Profile</source>
-      <translation>Perfil de Depuração</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2020" />
-      <source>Activate the debug view profile</source>
-      <translation>Ativar o perfile de vista de depuração</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2022" />
-      <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Perfil de Depuração&lt;/b&gt;&lt;p&gt;Activa o "Perfile da Vista de Depuração". As janelas a serem mostradas, se este perfil está activado, podem ser configuradas com a caixa de diálogo "Configuração de Vista do Perfil"&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2034" />
-      <source>&amp;Project-Viewer</source>
-      <translation>Visor de &amp;Projeto</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2035" />
-      <source>Alt+Shift+P</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2041" />
-      <source>Switch the input focus to the Project-Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2044" />
-      <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2056" />
-      <source>&amp;Multiproject-Viewer</source>
-      <translation>Visor de &amp;Multiprojeto</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2057" />
-      <source>Alt+Shift+M</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2063" />
-      <source>Switch the input focus to the Multiproject-Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2066" />
-      <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2078" />
-      <source>&amp;Debug-Viewer</source>
-      <translation>Visor de &amp;Depuração</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2079" />
-      <source>Alt+Shift+D</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2085" />
-      <source>Switch the input focus to the Debug-Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2088" />
-      <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2100" />
-      <source>&amp;Shell</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2101" />
-      <source>Alt+Shift+S</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2107" />
-      <source>Switch the input focus to the Shell window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2110" />
-      <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2122" />
-      <source>&amp;File-Browser</source>
-      <translation>Navegador de &amp;Ficheiros</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2123" />
-      <source>Alt+Shift+F</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2129" />
-      <source>Switch the input focus to the File-Browser window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2132" />
-      <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
+      <source>Lo&amp;g-Viewer</source>
+      <translation>Visor de Re&amp;gistos</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2144" />
-      <source>Lo&amp;g-Viewer</source>
-      <translation>Visor de Re&amp;gistos</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2145" />
       <source>Alt+Shift+G</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2151" />
+      <location filename="../UI/UserInterface.py" line="2150" />
       <source>Switch the input focus to the Log-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2154" />
+      <location filename="../UI/UserInterface.py" line="2153" />
       <source>&lt;b&gt;Activate Log-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Log-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2165" />
+      <source>&amp;Task-Viewer</source>
+      <translation>Visor de &amp;Tarefas</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2166" />
-      <source>&amp;Task-Viewer</source>
-      <translation>Visor de &amp;Tarefas</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2167" />
       <source>Alt+Shift+T</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2173" />
+      <location filename="../UI/UserInterface.py" line="2172" />
       <source>Switch the input focus to the Task-Viewer window.</source>
       <translation>Muda o enfoque de entrada à janela do Visor de Tarefas.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2176" />
+      <location filename="../UI/UserInterface.py" line="2175" />
       <source>&lt;b&gt;Activate Task-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Task-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2188" />
+      <source>Templ&amp;ate-Viewer</source>
+      <translation>Visor de Mod&amp;elos</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2189" />
-      <source>Templ&amp;ate-Viewer</source>
-      <translation>Visor de Mod&amp;elos</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2190" />
       <source>Alt+Shift+A</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2196" />
+      <location filename="../UI/UserInterface.py" line="2195" />
       <source>Switch the input focus to the Template-Viewer window.</source>
       <translation>Muda o enfoque de entrada à janela do Visor de Modelos.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2199" />
+      <location filename="../UI/UserInterface.py" line="2198" />
       <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2214" />
+      <location filename="../UI/UserInterface.py" line="2213" />
       <source>&amp;Left Toolbox</source>
       <translation>Caixa de Ferramentas &amp;Esquerda</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2221" />
+      <location filename="../UI/UserInterface.py" line="2220" />
       <source>Toggle the Left Toolbox window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2223" />
+      <location filename="../UI/UserInterface.py" line="2222" />
       <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2237" />
+      <location filename="../UI/UserInterface.py" line="2236" />
       <source>&amp;Right Toolbox</source>
       <translation>Caixa de Ferramentas Di&amp;reita</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2244" />
+      <location filename="../UI/UserInterface.py" line="2243" />
       <source>Toggle the Right Toolbox window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2246" />
+      <location filename="../UI/UserInterface.py" line="2245" />
       <source>&lt;b&gt;Toggle the Right Toolbox window&lt;/b&gt;&lt;p&gt;If the Right Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2260" />
+      <location filename="../UI/UserInterface.py" line="2259" />
       <source>&amp;Horizontal Toolbox</source>
       <translation>Caixa de Ferramentas &amp;Horizontal</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2267" />
+      <location filename="../UI/UserInterface.py" line="2266" />
       <source>Toggle the Horizontal Toolbox window</source>
       <translation>Alternar a janela de Caixa de Ferramentas Horizontal</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2269" />
+      <location filename="../UI/UserInterface.py" line="2268" />
       <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2281" />
+      <source>Left Sidebar</source>
+      <translation>Barra Esquerda</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2282" />
-      <source>Left Sidebar</source>
-      <translation>Barra Esquerda</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2283" />
       <source>&amp;Left Sidebar</source>
       <translation>Barra Lateral &amp;Esquerda</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2290" />
+      <location filename="../UI/UserInterface.py" line="2289" />
       <source>Toggle the left sidebar window</source>
       <translation>Alternar a janela da barra lateral esquerda</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2292" />
+      <location filename="../UI/UserInterface.py" line="2291" />
       <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2304" />
+      <source>Right Sidebar</source>
+      <translation>Barra Direita</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2305" />
-      <source>Right Sidebar</source>
-      <translation>Barra Direita</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2306" />
       <source>&amp;Right Sidebar</source>
       <translation>Barra Lateral Di&amp;reita</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2313" />
+      <location filename="../UI/UserInterface.py" line="2312" />
       <source>Toggle the right sidebar window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2315" />
+      <location filename="../UI/UserInterface.py" line="2314" />
       <source>&lt;b&gt;Toggle the right sidebar window&lt;/b&gt;&lt;p&gt;If the right sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2327" />
+      <source>Bottom Sidebar</source>
+      <translation>Barra Inferior</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2328" />
-      <source>Bottom Sidebar</source>
-      <translation>Barra Inferior</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2329" />
       <source>&amp;Bottom Sidebar</source>
       <translation>Barra Lateral &amp;Inferior</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2336" />
+      <location filename="../UI/UserInterface.py" line="2335" />
       <source>Toggle the bottom sidebar window</source>
       <translation>Alternar janela da barra lateral inferior</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2338" />
+      <location filename="../UI/UserInterface.py" line="2337" />
       <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Alternar janela da barra lateral inferior&lt;/b&gt;&lt;p&gt;Mostra a janela da barra lateral inferior se está escondida. Esconde-a se está visível.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2350" />
+      <source>Cooperation-Viewer</source>
+      <translation>Visor de Colaboração</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2351" />
-      <source>Cooperation-Viewer</source>
-      <translation>Visor de Colaboração</translation>
+      <source>Co&amp;operation-Viewer</source>
+      <translation>Visor de C&amp;olaboração</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2352" />
-      <source>Co&amp;operation-Viewer</source>
-      <translation>Visor de C&amp;olaboração</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2353" />
       <source>Alt+Shift+O</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2359" />
+      <location filename="../UI/UserInterface.py" line="2358" />
       <source>Switch the input focus to the Cooperation-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2362" />
+      <location filename="../UI/UserInterface.py" line="2361" />
       <source>&lt;b&gt;Activate Cooperation-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Cooperation-Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Ativar Visor de Colaboração&lt;/b&gt;&lt;p&gt;Muda o enfoque de entrada para a janela do Visualizador de Colaboração.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2376" />
+      <source>&amp;IRC</source>
+      <translation />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2377" />
-      <source>&amp;IRC</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2378" />
       <source>Ctrl+Alt+Shift+I</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2384" />
+      <location filename="../UI/UserInterface.py" line="2383" />
       <source>Switch the input focus to the IRC window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2387" />
+      <location filename="../UI/UserInterface.py" line="2386" />
       <source>&lt;b&gt;Activate IRC&lt;/b&gt;&lt;p&gt;This switches the input focus to the IRC window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2397" />
+      <source>Symbols-Viewer</source>
+      <translation>Visor de Símbolos</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2398" />
-      <source>Symbols-Viewer</source>
-      <translation>Visor de Símbolos</translation>
+      <source>S&amp;ymbols-Viewer</source>
+      <translation>V&amp;isor de Símbolos</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2399" />
-      <source>S&amp;ymbols-Viewer</source>
-      <translation>V&amp;isor de Símbolos</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2400" />
       <source>Alt+Shift+Y</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2406" />
+      <location filename="../UI/UserInterface.py" line="2405" />
       <source>Switch the input focus to the Symbols-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2409" />
+      <location filename="../UI/UserInterface.py" line="2408" />
       <source>&lt;b&gt;Activate Symbols-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Symbols-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2422" />
+      <source>Numbers-Viewer</source>
+      <translation>Visor de Números</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2423" />
-      <source>Numbers-Viewer</source>
-      <translation>Visor de Números</translation>
+      <source>Num&amp;bers-Viewer</source>
+      <translation>Visor de Nú&amp;meros</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2424" />
-      <source>Num&amp;bers-Viewer</source>
-      <translation>Visor de Nú&amp;meros</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2425" />
       <source>Alt+Shift+B</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2431" />
+      <location filename="../UI/UserInterface.py" line="2430" />
       <source>Switch the input focus to the Numbers-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2434" />
+      <location filename="../UI/UserInterface.py" line="2433" />
       <source>&lt;b&gt;Activate Numbers-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Numbers-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2450" />
+      <location filename="../UI/UserInterface.py" line="2449" />
       <source>Ctrl+Alt+Shift+D</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2456" />
+      <location filename="../UI/UserInterface.py" line="2455" />
       <source>Switch the input focus to the Code Documentation Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2461" />
+      <location filename="../UI/UserInterface.py" line="2460" />
       <source>&lt;b&gt;Code Documentation Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Code Documentation Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2477" />
+      <location filename="../UI/UserInterface.py" line="2476" />
       <source>Ctrl+Alt+Shift+P</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2483" />
+      <location filename="../UI/UserInterface.py" line="2482" />
       <source>Switch the input focus to the PyPI Package Management window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2486" />
+      <location filename="../UI/UserInterface.py" line="2485" />
       <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2499" />
+      <location filename="../UI/UserInterface.py" line="2498" />
       <source>Ctrl+Alt+Shift+C</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2505" />
+      <location filename="../UI/UserInterface.py" line="2504" />
       <source>Switch the input focus to the Conda window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2508" />
+      <location filename="../UI/UserInterface.py" line="2507" />
       <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2521" />
+      <location filename="../UI/UserInterface.py" line="2520" />
       <source>Ctrl+Alt+Shift+M</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2527" />
+      <location filename="../UI/UserInterface.py" line="2526" />
       <source>Switch the input focus to the MicroPython window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2530" />
+      <location filename="../UI/UserInterface.py" line="2529" />
       <source>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;This switches the input focus to the MicroPython window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2545" />
+      <location filename="../UI/UserInterface.py" line="2544" />
       <source>Ctrl+Alt+Shift+R</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2551" />
+      <location filename="../UI/UserInterface.py" line="2550" />
       <source>Switch the input focus to the Plugin Repository window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2554" />
+      <location filename="../UI/UserInterface.py" line="2553" />
       <source>&lt;b&gt;Plugin Repository&lt;/b&gt;&lt;p&gt;This switches the input focus to the Plugin Repository window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2569" />
+      <location filename="../UI/UserInterface.py" line="2568" />
       <source>Ctrl+Alt+V</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2575" />
+      <location filename="../UI/UserInterface.py" line="2574" />
       <source>Switch the input focus to the Virtual Environments Manager window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2580" />
+      <location filename="../UI/UserInterface.py" line="2579" />
       <source>&lt;b&gt;Virtual Environments&lt;/b&gt;&lt;p&gt;This switches the input focus to the Virtual Environments Manager window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2596" />
+      <location filename="../UI/UserInterface.py" line="2595" />
       <source>Ctrl+Alt+Shift+F</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2602" />
+      <location filename="../UI/UserInterface.py" line="2601" />
       <source>Switch the input focus to the Find/Replace In Files window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2605" />
+      <location filename="../UI/UserInterface.py" line="2604" />
       <source>&lt;b&gt;Find/Replace In Files&lt;/b&gt;&lt;p&gt;This switches the input focus to the Find/Replace In Files window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2619" />
+      <location filename="../UI/UserInterface.py" line="2618" />
       <source>Ctrl+Alt+Shift+L</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2625" />
+      <location filename="../UI/UserInterface.py" line="2624" />
       <source>Switch the input focus to the Find File window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2628" />
+      <location filename="../UI/UserInterface.py" line="2627" />
       <source>&lt;b&gt;Find File&lt;/b&gt;&lt;p&gt;This switches the input focus to the Find File window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2641" />
+      <location filename="../UI/UserInterface.py" line="2640" />
+      <source>VCS Status List</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2642" />
-      <location filename="../UI/UserInterface.py" line="2641" />
-      <source>VCS Status List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2643" />
       <source>Alt+Shift+V</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2649" />
+      <location filename="../UI/UserInterface.py" line="2648" />
       <source>Switch the input focus to the VCS Status List window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2652" />
+      <location filename="../UI/UserInterface.py" line="2651" />
       <source>&lt;b&gt;VCS Status List&lt;/b&gt;&lt;p&gt;This switches the input focus to the VCS Status List window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2665" />
+      <location filename="../UI/UserInterface.py" line="2664" />
       <source>Alt+Shift+H</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2671" />
+      <location filename="../UI/UserInterface.py" line="2670" />
       <source>Switch the input focus to the embedded Help Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2674" />
+      <location filename="../UI/UserInterface.py" line="2673" />
       <source>&lt;b&gt;Help Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the embedded Help Viewer window. It will show HTML help files and help from Qt help collections.&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is searched in the Qt help collection.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2687" />
+      <location filename="../UI/UserInterface.py" line="2686" />
       <source>What's This?</source>
       <translation>O que é Isto?</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2688" />
+      <source>&amp;What's This?</source>
+      <translation>O &amp;que é Isto?</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2689" />
-      <source>&amp;What's This?</source>
-      <translation>O &amp;que é Isto?</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2690" />
       <source>Shift+F1</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2695" />
+      <location filename="../UI/UserInterface.py" line="2694" />
       <source>Context sensitive help</source>
       <translation type="unfinished">Ajuda sensível ao contexto</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2697" />
+      <location filename="../UI/UserInterface.py" line="2696" />
       <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
       <translation type="unfinished">&lt;b&gt;Mostrar ajuda sensível a contexto&lt;/b&gt;&lt;p&gt;No modo 'Que é Isto?' o cursor do rato mostra uma flecha com um ponto de  interrogação, e pode clicar nos elementos da interface para ver uma breve descrição do que fazem e como se usam. Nas caixas de diálogo, pode-se aceder a esta característica através do botão de ajuda contextual da barra de título.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2710" />
+      <location filename="../UI/UserInterface.py" line="2709" />
       <source>Helpviewer</source>
       <translation>Visor de Ajuda</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2711" />
+      <source>&amp;Helpviewer...</source>
+      <translation>Visor de &amp;Ajuda...</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2712" />
-      <source>&amp;Helpviewer...</source>
-      <translation>Visor de &amp;Ajuda...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2713" />
       <source>F1</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2718" />
+      <location filename="../UI/UserInterface.py" line="2717" />
       <source>Open the helpviewer window</source>
       <translation>Abrir a janela do visor de ajuda</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2720" />
+      <location filename="../UI/UserInterface.py" line="2719" />
       <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;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&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is searched in the Qt help collection.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2739" />
+      <source>Show Versions</source>
+      <translation>Mostrar Versões</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2740" />
-      <source>Show Versions</source>
-      <translation>Mostrar Versões</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2741" />
       <source>Show &amp;Versions</source>
       <translation>Mostrar &amp;Versões</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2747" />
+      <location filename="../UI/UserInterface.py" line="2746" />
       <source>Display version information</source>
       <translation>Mostrar a informação da versão</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2749" />
+      <location filename="../UI/UserInterface.py" line="2748" />
       <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2754" />
+      <source>Copy Versions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2755" />
-      <source>Copy Versions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2756" />
       <source>&amp;Copy Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2763" />
+      <location filename="../UI/UserInterface.py" line="2762" />
       <source>Copy version information to the clipboard</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2766" />
+      <location filename="../UI/UserInterface.py" line="2765" />
       <source>&lt;b&gt;Copy Versions&lt;/b&gt;&lt;p&gt;This generates version information and copies it to the clipboard.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2782" />
-      <location filename="../UI/UserInterface.py" line="2775" />
+      <location filename="../UI/UserInterface.py" line="2781" />
+      <location filename="../UI/UserInterface.py" line="2774" />
       <source>Show Error Log</source>
       <translation>Mostrar Registo de Erros</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2776" />
+      <location filename="../UI/UserInterface.py" line="2775" />
       <source>Show Error &amp;Log...</source>
       <translation>Mostrar &amp;Registo de Erros...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2784" />
+      <location filename="../UI/UserInterface.py" line="2783" />
       <source>&lt;b&gt;Show Error Log...&lt;/b&gt;&lt;p&gt;Opens a dialog showing the most recent error log.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2792" />
+      <source>Show Install Info</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2793" />
-      <source>Show Install Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2794" />
       <source>Show Install &amp;Info...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2800" />
+      <location filename="../UI/UserInterface.py" line="2799" />
       <source>Show Installation Information</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2802" />
+      <location filename="../UI/UserInterface.py" line="2801" />
       <source>&lt;b&gt;Show Install Info...&lt;/b&gt;&lt;p&gt;Opens a dialog showing some information about the installation process.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="4738" />
+      <location filename="../UI/UserInterface.py" line="2811" />
+      <source>Report Bug</source>
+      <translation>Reportar Falho</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2811" />
+      <source>Report &amp;Bug...</source>
+      <translation>Reportar &amp;Falho...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2813" />
+      <source>Report a bug</source>
+      <translation>Reportar um falho</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2815" />
+      <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Reportar Falho...&lt;/b&gt;&lt;p&gt;Abre uma caixa de diálogo para reportar um falho.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2821" />
+      <source>Request Feature</source>
+      <translation>Solicitar Característica</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2822" />
+      <source>Request &amp;Feature...</source>
+      <translation>Solicitar Ca&amp;racterística...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2828" />
+      <source>Send a feature request</source>
+      <translation>Enviar uma solicitude de característica</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2830" />
+      <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Solicitar Característica...&lt;/b&gt;&lt;p&gt;Abre uma caixa de diálogo para enviar uma solicitude de característica.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4174" />
+      <location filename="../UI/UserInterface.py" line="2841" />
+      <source>Testing</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2843" />
+      <source>&amp;Testing...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2849" />
+      <source>Start the testing dialog</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2851" />
+      <source>&lt;b&gt;Testing&lt;/b&gt;&lt;p&gt;Perform test runs. The dialog gives the ability to select and run a test suite or auto discover them.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2862" />
+      <source>Restart Last Test</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2864" />
+      <source>&amp;Restart Last Test...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2870" />
+      <source>Restarts the last test</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2872" />
+      <source>&lt;b&gt;Restart Last Test&lt;/b&gt;&lt;p&gt;Restarts the test performed last.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2882" />
+      <source>Rerun Failed Tests</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2884" />
+      <source>Rerun Failed Tests...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2891" />
+      <source>Rerun failed tests of the last run</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2894" />
+      <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last test run.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2904" />
+      <source>Test Script</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2906" />
+      <source>Test &amp;Script...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2912" />
+      <source>Run tests of the current script</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2914" />
+      <source>&lt;b&gt;Test Script&lt;/b&gt;&lt;p&gt;Run tests with the current script.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2921" />
+      <source>Test Project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2923" />
+      <source>Test &amp;Project...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2929" />
+      <source>Run tests of the current project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2931" />
+      <source>&lt;b&gt;Test Project&lt;/b&gt;&lt;p&gt;Run test of the current project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2940" />
+      <source>Qt-Designer</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2942" />
+      <source>Qt-&amp;Designer...</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2948" />
+      <source>Start Qt-Designer</source>
+      <translation>Iniciar Qt-Designer</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2950" />
+      <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2959" />
+      <source>Qt-Linguist</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2961" />
+      <source>Qt-&amp;Linguist...</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2967" />
+      <source>Start Qt-Linguist</source>
+      <translation>Iniciar Qt-Linguist</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2969" />
+      <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2977" />
+      <source>UI Previewer</source>
+      <translation>Antevisor de UI</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2979" />
+      <source>&amp;UI Previewer...</source>
+      <translation>Antevisor &amp;UI...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2985" />
+      <source>Start the UI Previewer</source>
+      <translation>Iniciar Antevisor de UI</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2987" />
+      <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Antevisor de UI&lt;/b&gt;&lt;p&gt;Inicia o Antevisor de UI.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2993" />
+      <source>Translations Previewer</source>
+      <translation>Antevisor de Traduções</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2995" />
+      <source>&amp;Translations Previewer...</source>
+      <translation>Antevisor de &amp;Traduções...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3001" />
+      <source>Start the Translations Previewer</source>
+      <translation>Iniciar Antevisor de Traduções</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3003" />
+      <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3012" />
+      <source>Compare Files</source>
+      <translation>Comparar Ficheiros</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3014" />
+      <source>&amp;Compare Files...</source>
+      <translation>&amp;Comparar Ficheiros...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3039" />
+      <location filename="../UI/UserInterface.py" line="3020" />
+      <source>Compare two files</source>
+      <translation>Comparar dois ficheiros</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3022" />
+      <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3031" />
+      <source>Compare Files side by side</source>
+      <translation>Comparar Ficheiros lado-a-lado</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3033" />
+      <source>Compare &amp;Files side by side...</source>
+      <translation>Comparar &amp;Ficheiros lado-a-lado...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3041" />
+      <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3051" />
+      <source>SQL Browser</source>
+      <translation>Navegador SQL</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3053" />
+      <source>SQL &amp;Browser...</source>
+      <translation>Navegador S&amp;QL...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3059" />
+      <source>Browse a SQL database</source>
+      <translation>Navegar numa base de dados SQL</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3061" />
+      <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Navegador SQL&lt;/b&gt;&lt;p&gt;Navegar numa base de dados SQL.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3075" />
+      <location filename="../UI/UserInterface.py" line="3067" />
+      <source>Mini Editor</source>
+      <translation>Mini Editor</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3069" />
+      <source>Mini &amp;Editor...</source>
+      <translation>Mini &amp;Editor...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3077" />
+      <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Abre uma caixa de diálogo com um editor simplificado.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3086" />
+      <source>Hex Editor</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3088" />
+      <source>&amp;Hex Editor...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3094" />
+      <source>Start the eric Hex Editor</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3096" />
+      <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3106" />
+      <source>eric Web Browser</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3108" />
+      <source>eric &amp;Web Browser...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3114" />
+      <source>Start the eric Web Browser</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3116" />
+      <source>&lt;b&gt;eric Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric Web Browser.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3126" />
+      <source>FIDO2 Security Key Management</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3128" />
+      <source>FIDO2 Security Key Management...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3135" />
+      <source>Start the FIDO2 Security Key Management tool</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3138" />
+      <source>&lt;b&gt;FIDO2 Security Key Management&lt;/b&gt;&lt;p&gt;Start a tool to manage FIDO2 securit y keys.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3149" />
+      <source>Icon Editor</source>
+      <translation>Editor de Ícones</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3151" />
+      <source>&amp;Icon Editor...</source>
+      <translation>Editor de &amp;Ícones...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3157" />
+      <source>Start the eric Icon Editor</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3159" />
+      <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric Icon Editor for editing simple icons.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6631" />
+      <location filename="../UI/UserInterface.py" line="3171" />
+      <source>Snapshot</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3173" />
+      <source>&amp;Snapshot...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3179" />
+      <source>Take snapshots of a screen region</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3181" />
+      <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3191" />
+      <source>eric PDF Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3193" />
+      <source>eric PDF &amp;Viewer...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3199" />
+      <source>Start the eric PDF Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3201" />
+      <source>&lt;b&gt;eric PDF Viewer&lt;/b&gt;&lt;p&gt;Starts the eric PDF Viewer for viewing PDF files.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3210" />
+      <source>Preferences</source>
+      <translation>Preferências</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3212" />
+      <source>&amp;Preferences...</source>
+      <translation>&amp;Preferências...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3218" />
+      <source>Set the prefered configuration</source>
+      <translation>Definir a configuração desejada</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3220" />
+      <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Preferências&lt;/b&gt;&lt;p&gt;Define os elementos de configuração da aplicação com os valores desejados.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3231" />
+      <source>Export Preferences</source>
+      <translation>Exportar Preferências</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3233" />
+      <source>E&amp;xport Preferences...</source>
+      <translation>E&amp;xportar Preferências...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3239" />
+      <source>Export the current configuration</source>
+      <translation>Exportar a configuração atual</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3241" />
+      <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Exportar Preferências&lt;/b&gt;&lt;p&gt;Exporta a configuração atual a um ficheiro.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3250" />
+      <source>Import Preferences</source>
+      <translation>Importar Preferências</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3252" />
+      <source>I&amp;mport Preferences...</source>
+      <translation>&amp;Importar Preferências...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3259" />
+      <source>Import a previously exported configuration</source>
+      <translation>Importar uma configuração exportada antes</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3262" />
+      <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Importar Preferências&lt;/b&gt;&lt;p&gt;Importa uma configuração anteriormente exportada.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3271" />
+      <source>Export Theme</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3273" />
+      <source>Export Theme...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3279" />
+      <source>Export the current theme</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3281" />
+      <source>&lt;b&gt;Export Theme&lt;/b&gt;&lt;p&gt;Export the current theme to a file.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3290" />
+      <source>Import Theme</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3292" />
+      <source>Import Theme...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3298" />
+      <source>Import a previously exported theme</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3300" />
+      <source>&lt;b&gt;Import Theme&lt;/b&gt;&lt;p&gt;Import a previously exported theme.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3309" />
+      <source>Reload APIs</source>
+      <translation>Recarregar APIs</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3309" />
+      <source>Reload &amp;APIs</source>
+      <translation>Recarregar &amp;APIs</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3311" />
+      <source>Reload the API information</source>
+      <translation>Recarregar a informação de API</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3313" />
+      <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3327" />
+      <location filename="../UI/UserInterface.py" line="3319" />
+      <source>Show external tools</source>
+      <translation>Mostrar ferramentas externas</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3321" />
+      <source>Show external &amp;tools</source>
+      <translation>Mostrar &amp;ferramentas externas</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3329" />
+      <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3339" />
+      <source>View Profiles</source>
+      <translation>Perfiles de Vista</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3341" />
+      <source>&amp;View Profiles...</source>
+      <translation>Perfiles de &amp;Vista...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3347" />
+      <source>Configure view profiles</source>
+      <translation>Configurar perfiles de vista</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3349" />
+      <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Perfiles de Vista&lt;/b&gt;&lt;p&gt;Configurar os perfiles de vista. Com esta caixa de diálogo pode definir a visibilidade de várias janelas para os perfiles de vista predefinidos.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3360" />
+      <source>Toolbars</source>
+      <translation>Barras de Ferramentas</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3362" />
+      <source>Tool&amp;bars...</source>
+      <translation>&amp;Barras de Ferramentas...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3368" />
+      <source>Configure toolbars</source>
+      <translation>Configurar as barras de ferramentas</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3370" />
+      <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3381" />
+      <source>Keyboard Shortcuts</source>
+      <translation>Atalhos de Teclado</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3383" />
+      <source>Keyboard &amp;Shortcuts...</source>
+      <translation>Atalho&amp;s de Teclado...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3389" />
+      <source>Set the keyboard shortcuts</source>
+      <translation>Definir os atalhos de teclado</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3391" />
+      <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7600" />
+      <location filename="../UI/UserInterface.py" line="7581" />
+      <location filename="../UI/UserInterface.py" line="3401" />
+      <source>Export Keyboard Shortcuts</source>
+      <translation>Exportar Atalhos de Teclado</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3403" />
+      <source>&amp;Export Keyboard Shortcuts...</source>
+      <translation>&amp;Exportar Atalhos de Teclado...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3409" />
+      <source>Export the keyboard shortcuts</source>
+      <translation>Exportar os Atalhos de Teclado</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3411" />
+      <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7619" />
+      <location filename="../UI/UserInterface.py" line="3420" />
+      <source>Import Keyboard Shortcuts</source>
+      <translation>Importar Atalhos de Teclado</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3422" />
+      <source>&amp;Import Keyboard Shortcuts...</source>
+      <translation>&amp;Importar Atalhos de Teclado...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3428" />
+      <source>Import the keyboard shortcuts</source>
+      <translation>Importar os atalhos de teclado</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3430" />
+      <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3440" />
+      <source>Manage SSL Certificates</source>
+      <translation>Gestionar Certificados SSL</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3442" />
+      <source>Manage SSL Certificates...</source>
+      <translation>Gestionar Certificados SSL...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3449" />
+      <source>Manage the saved SSL certificates</source>
+      <translation>Gestionar certificados SSL gravados</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3452" />
+      <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3462" />
+      <source>Edit Message Filters</source>
+      <translation>Editar Filtros de Mensagens</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3464" />
+      <source>Edit Message Filters...</source>
+      <translation>Editar Filtros de Mensagens...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3471" />
+      <source>Edit the message filters used to suppress unwanted messages</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3474" />
+      <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3493" />
+      <location filename="../UI/UserInterface.py" line="3487" />
+      <location filename="../UI/UserInterface.py" line="3485" />
+      <source>Clear private data</source>
+      <translation type="unfinished">Limpar dados privados</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3495" />
+      <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3506" />
+      <location filename="../UI/UserInterface.py" line="3505" />
+      <source>Activate current editor</source>
+      <translation>Ativar o editor atual</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3507" />
+      <source>Alt+Shift+E</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3518" />
+      <location filename="../UI/UserInterface.py" line="3517" />
+      <source>Show next</source>
+      <translation>Mostrar próximo</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3519" />
+      <source>Ctrl+Alt+Tab</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3530" />
+      <location filename="../UI/UserInterface.py" line="3529" />
+      <source>Show previous</source>
+      <translation>Mostrar anterior</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3531" />
+      <source>Shift+Ctrl+Alt+Tab</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3542" />
+      <location filename="../UI/UserInterface.py" line="3541" />
+      <source>Switch between tabs</source>
+      <translation>Mudar entre separadores</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3543" />
+      <source>Ctrl+1</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3553" />
+      <source>Plugin Infos</source>
+      <translation>Informação dos Complementos</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3555" />
+      <source>&amp;Plugin Infos...</source>
+      <translation>Informação dos &amp;Complementos...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3561" />
+      <source>Show Plugin Infos</source>
+      <translation>Mostrar Informação dos Complementos</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3563" />
+      <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Informação dos Complementos...&lt;/b&gt;&lt;p&gt;Abre uma caixa de diálogo que mostra alguma informação sobre os complementos carregados.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3581" />
+      <location filename="../UI/UserInterface.py" line="3573" />
+      <source>Install Plugins</source>
+      <translation>Instalar Complementos</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3575" />
+      <source>&amp;Install Plugins...</source>
+      <translation>&amp;Instalar Complementos...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3583" />
+      <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Instalar Complementos...&lt;/b&gt;&lt;p&gt;Abre uma caixa de diálogo para instalar ou atualizar complementos.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3600" />
+      <location filename="../UI/UserInterface.py" line="3592" />
+      <source>Uninstall Plugin</source>
+      <translation>Desinstalar Complemento</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3594" />
+      <source>&amp;Uninstall Plugin...</source>
+      <translation>&amp;Desinstalar Complemento...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3602" />
+      <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Desinstalar Complemento...&lt;/b&gt;&lt;p&gt;Abre uma caixa de diálogo para desinstalar um complemento.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3613" />
+      <source>Plugin &amp;Repository...</source>
+      <translation>&amp;Repositório de Complementos...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3619" />
+      <source>Show Plugins available for download</source>
+      <translation>Mostrar Complementos disponíveis para descarregar</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3621" />
+      <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Repositório de Complementos...&lt;/b&gt;&lt;p&gt;Abre uma caixa de diálogo que mostra a lista de complementos disponíveis em Internet.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3651" />
+      <location filename="../UI/UserInterface.py" line="3650" />
+      <source>Qt5 Documentation</source>
+      <translation>Documentação de Qt5</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3657" />
+      <source>Open Qt5 Documentation</source>
+      <translation>Abrir a Documentação de Qt5</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3659" />
+      <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3672" />
+      <location filename="../UI/UserInterface.py" line="3671" />
+      <source>Qt6 Documentation</source>
+      <translation type="unfinished">Documentação de Qt5 {6 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3678" />
+      <source>Open Qt6 Documentation</source>
+      <translation type="unfinished">Abrir a Documentação de Qt5 {6 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3680" />
+      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3693" />
+      <location filename="../UI/UserInterface.py" line="3692" />
+      <source>PyQt5 Documentation</source>
+      <translation>Documentação do PyQt5</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3699" />
+      <source>Open PyQt5 Documentation</source>
+      <translation>Abrir a Documentação de PyQt5</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3701" />
+      <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3714" />
+      <location filename="../UI/UserInterface.py" line="3713" />
+      <source>PyQt6 Documentation</source>
+      <translation type="unfinished">Documentação do PyQt5 {6 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3720" />
+      <source>Open PyQt6 Documentation</source>
+      <translation type="unfinished">Abrir a Documentação de PyQt5 {6 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3722" />
+      <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3740" />
+      <location filename="../UI/UserInterface.py" line="3739" />
+      <source>Python 3 Documentation</source>
+      <translation>Documentação de Python 3</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3746" />
+      <source>Open Python 3 Documentation</source>
+      <translation>Abrir a Documentação de Python 3</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3748" />
+      <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;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 &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3767" />
+      <location filename="../UI/UserInterface.py" line="3766" />
+      <source>eric API Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3773" />
+      <source>Open eric API Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3775" />
+      <source>&lt;b&gt;eric API Documentation&lt;/b&gt;&lt;p&gt;Display the eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric installation directory.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3793" />
+      <location filename="../UI/UserInterface.py" line="3792" />
+      <source>PySide2 Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3799" />
+      <source>Open PySide2 Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3801" />
+      <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3819" />
+      <location filename="../UI/UserInterface.py" line="3818" />
+      <source>PySide6 Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3825" />
+      <source>Open PySide6 Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3827" />
+      <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3863" />
+      <source>Sessions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3944" />
+      <source>E&amp;xtras</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3954" />
+      <source>Wi&amp;zards</source>
+      <translation>A&amp;ssistentes</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3972" />
+      <source>P&amp;lugins</source>
+      <translation>Comp&amp;lementos</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3981" />
+      <source>Configure...</source>
+      <translation>Configurar...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3990" />
+      <source>&amp;Testing</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4007" />
+      <source>Select Tool Group</source>
+      <translation>Selecionar Grupo de Ferramentas</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4018" />
+      <source>Se&amp;ttings</source>
+      <translation>Definiçõe&amp;s</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4051" />
+      <source>&amp;Window</source>
+      <translation>&amp;Janela</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4060" />
+      <source>&amp;Windows</source>
+      <translation>&amp;Janelas</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4064" />
+      <source>Central Park</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4068" />
+      <source>Left Side</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4087" />
+      <source>Right Side</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4106" />
+      <source>Bottom Side</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4114" />
+      <source>Plug-ins</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4120" />
+      <source>&amp;Toolbars</source>
+      <translation>Barras de Ferramen&amp;tas</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4133" />
+      <source>&amp;Help</source>
+      <translation>&amp;Ajuda</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4190" />
+      <location filename="../UI/UserInterface.py" line="4173" />
+      <source>Tools</source>
+      <translation>Ferramentas</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4192" />
+      <location filename="../UI/UserInterface.py" line="4177" />
+      <source>Settings</source>
+      <translation>Definições</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6361" />
+      <location filename="../UI/UserInterface.py" line="4193" />
+      <location filename="../UI/UserInterface.py" line="4178" />
+      <source>Help</source>
+      <translation>Ajuda</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4194" />
+      <location filename="../UI/UserInterface.py" line="4179" />
+      <source>Profiles</source>
+      <translation>Perfiles</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4195" />
+      <location filename="../UI/UserInterface.py" line="4180" />
+      <source>Plugins</source>
+      <translation>Complementos</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4191" />
+      <source>Unittest</source>
+      <translation>Teste Unitário</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4368" />
+      <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4377" />
+      <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4386" />
+      <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4395" />
+      <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4404" />
+      <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4413" />
+      <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4427" />
+      <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4501" />
+      <location filename="../UI/UserInterface.py" line="4460" />
+      <source>External Tools/{0}</source>
+      <translation>Ferramentas Externas/{0}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4609" />
+      <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
+      <translation type="unfinished">&lt;h3&gt;Números de Versão&lt;/h3&gt;&lt;table&gt; {2&gt;?} {2&gt;?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4679" />
+      <source>Desktop</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4683" />
+      <source>Session Type</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="4739" />
-      <location filename="../UI/UserInterface.py" line="2812" />
-      <source>Report Bug</source>
-      <translation>Reportar Falho</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2812" />
-      <source>Report &amp;Bug...</source>
-      <translation>Reportar &amp;Falho...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2814" />
-      <source>Report a bug</source>
-      <translation>Reportar um falho</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2816" />
-      <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Reportar Falho...&lt;/b&gt;&lt;p&gt;Abre uma caixa de diálogo para reportar um falho.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2822" />
-      <source>Request Feature</source>
-      <translation>Solicitar Característica</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2823" />
-      <source>Request &amp;Feature...</source>
-      <translation>Solicitar Ca&amp;racterística...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2829" />
-      <source>Send a feature request</source>
-      <translation>Enviar uma solicitude de característica</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2831" />
-      <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Solicitar Característica...&lt;/b&gt;&lt;p&gt;Abre uma caixa de diálogo para enviar uma solicitude de característica.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4175" />
-      <location filename="../UI/UserInterface.py" line="2842" />
-      <source>Testing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2844" />
-      <source>&amp;Testing...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2850" />
-      <source>Start the testing dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2852" />
-      <source>&lt;b&gt;Testing&lt;/b&gt;&lt;p&gt;Perform test runs. The dialog gives the ability to select and run a test suite or auto discover them.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2863" />
-      <source>Restart Last Test</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2865" />
-      <source>&amp;Restart Last Test...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2871" />
-      <source>Restarts the last test</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2873" />
-      <source>&lt;b&gt;Restart Last Test&lt;/b&gt;&lt;p&gt;Restarts the test performed last.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2883" />
-      <source>Rerun Failed Tests</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2885" />
-      <source>Rerun Failed Tests...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2892" />
-      <source>Rerun failed tests of the last run</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2895" />
-      <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last test run.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2905" />
-      <source>Test Script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2907" />
-      <source>Test &amp;Script...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2913" />
-      <source>Run tests of the current script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2915" />
-      <source>&lt;b&gt;Test Script&lt;/b&gt;&lt;p&gt;Run tests with the current script.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2922" />
-      <source>Test Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2924" />
-      <source>Test &amp;Project...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2930" />
-      <source>Run tests of the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2932" />
-      <source>&lt;b&gt;Test Project&lt;/b&gt;&lt;p&gt;Run test of the current project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2941" />
-      <source>Qt-Designer</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2943" />
-      <source>Qt-&amp;Designer...</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2949" />
-      <source>Start Qt-Designer</source>
-      <translation>Iniciar Qt-Designer</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2951" />
-      <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2960" />
-      <source>Qt-Linguist</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2962" />
-      <source>Qt-&amp;Linguist...</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2968" />
-      <source>Start Qt-Linguist</source>
-      <translation>Iniciar Qt-Linguist</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2970" />
-      <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2978" />
-      <source>UI Previewer</source>
-      <translation>Antevisor de UI</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2980" />
-      <source>&amp;UI Previewer...</source>
-      <translation>Antevisor &amp;UI...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2986" />
-      <source>Start the UI Previewer</source>
-      <translation>Iniciar Antevisor de UI</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2988" />
-      <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Antevisor de UI&lt;/b&gt;&lt;p&gt;Inicia o Antevisor de UI.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2994" />
-      <source>Translations Previewer</source>
-      <translation>Antevisor de Traduções</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2996" />
-      <source>&amp;Translations Previewer...</source>
-      <translation>Antevisor de &amp;Traduções...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3002" />
-      <source>Start the Translations Previewer</source>
-      <translation>Iniciar Antevisor de Traduções</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3004" />
-      <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3013" />
-      <source>Compare Files</source>
-      <translation>Comparar Ficheiros</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3015" />
-      <source>&amp;Compare Files...</source>
-      <translation>&amp;Comparar Ficheiros...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3040" />
-      <location filename="../UI/UserInterface.py" line="3021" />
-      <source>Compare two files</source>
-      <translation>Comparar dois ficheiros</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3023" />
-      <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3032" />
-      <source>Compare Files side by side</source>
-      <translation>Comparar Ficheiros lado-a-lado</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3034" />
-      <source>Compare &amp;Files side by side...</source>
-      <translation>Comparar &amp;Ficheiros lado-a-lado...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3042" />
-      <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3052" />
-      <source>SQL Browser</source>
-      <translation>Navegador SQL</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3054" />
-      <source>SQL &amp;Browser...</source>
-      <translation>Navegador S&amp;QL...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3060" />
-      <source>Browse a SQL database</source>
-      <translation>Navegar numa base de dados SQL</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3062" />
-      <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Navegador SQL&lt;/b&gt;&lt;p&gt;Navegar numa base de dados SQL.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3076" />
-      <location filename="../UI/UserInterface.py" line="3068" />
-      <source>Mini Editor</source>
-      <translation>Mini Editor</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3070" />
-      <source>Mini &amp;Editor...</source>
-      <translation>Mini &amp;Editor...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3078" />
-      <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Abre uma caixa de diálogo com um editor simplificado.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3087" />
-      <source>Hex Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3089" />
-      <source>&amp;Hex Editor...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3095" />
-      <source>Start the eric Hex Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3097" />
-      <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3107" />
-      <source>eric Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3109" />
-      <source>eric &amp;Web Browser...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3115" />
-      <source>Start the eric Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3117" />
-      <source>&lt;b&gt;eric Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric Web Browser.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3127" />
-      <source>FIDO2 Security Key Management</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3129" />
-      <source>FIDO2 Security Key Management...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3136" />
-      <source>Start the FIDO2 Security Key Management tool</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3139" />
-      <source>&lt;b&gt;FIDO2 Security Key Management&lt;/b&gt;&lt;p&gt;Start a tool to manage FIDO2 securit y keys.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3150" />
-      <source>Icon Editor</source>
-      <translation>Editor de Ícones</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3152" />
-      <source>&amp;Icon Editor...</source>
-      <translation>Editor de &amp;Ícones...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3158" />
-      <source>Start the eric Icon Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3160" />
-      <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric Icon Editor for editing simple icons.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6632" />
-      <location filename="../UI/UserInterface.py" line="3172" />
-      <source>Snapshot</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3174" />
-      <source>&amp;Snapshot...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3180" />
-      <source>Take snapshots of a screen region</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3182" />
-      <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3192" />
-      <source>eric PDF Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3194" />
-      <source>eric PDF &amp;Viewer...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3200" />
-      <source>Start the eric PDF Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3202" />
-      <source>&lt;b&gt;eric PDF Viewer&lt;/b&gt;&lt;p&gt;Starts the eric PDF Viewer for viewing PDF files.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3211" />
-      <source>Preferences</source>
-      <translation>Preferências</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3213" />
-      <source>&amp;Preferences...</source>
-      <translation>&amp;Preferências...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3219" />
-      <source>Set the prefered configuration</source>
-      <translation>Definir a configuração desejada</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3221" />
-      <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Preferências&lt;/b&gt;&lt;p&gt;Define os elementos de configuração da aplicação com os valores desejados.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3232" />
-      <source>Export Preferences</source>
-      <translation>Exportar Preferências</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3234" />
-      <source>E&amp;xport Preferences...</source>
-      <translation>E&amp;xportar Preferências...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3240" />
-      <source>Export the current configuration</source>
-      <translation>Exportar a configuração atual</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3242" />
-      <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Exportar Preferências&lt;/b&gt;&lt;p&gt;Exporta a configuração atual a um ficheiro.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3251" />
-      <source>Import Preferences</source>
-      <translation>Importar Preferências</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3253" />
-      <source>I&amp;mport Preferences...</source>
-      <translation>&amp;Importar Preferências...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3260" />
-      <source>Import a previously exported configuration</source>
-      <translation>Importar uma configuração exportada antes</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3263" />
-      <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Importar Preferências&lt;/b&gt;&lt;p&gt;Importa uma configuração anteriormente exportada.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3272" />
-      <source>Export Theme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3274" />
-      <source>Export Theme...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3280" />
-      <source>Export the current theme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3282" />
-      <source>&lt;b&gt;Export Theme&lt;/b&gt;&lt;p&gt;Export the current theme to a file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3291" />
-      <source>Import Theme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3293" />
-      <source>Import Theme...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3299" />
-      <source>Import a previously exported theme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3301" />
-      <source>&lt;b&gt;Import Theme&lt;/b&gt;&lt;p&gt;Import a previously exported theme.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3310" />
-      <source>Reload APIs</source>
-      <translation>Recarregar APIs</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3310" />
-      <source>Reload &amp;APIs</source>
-      <translation>Recarregar &amp;APIs</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3312" />
-      <source>Reload the API information</source>
-      <translation>Recarregar a informação de API</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3314" />
-      <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3328" />
-      <location filename="../UI/UserInterface.py" line="3320" />
-      <source>Show external tools</source>
-      <translation>Mostrar ferramentas externas</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3322" />
-      <source>Show external &amp;tools</source>
-      <translation>Mostrar &amp;ferramentas externas</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3330" />
-      <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3340" />
-      <source>View Profiles</source>
-      <translation>Perfiles de Vista</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3342" />
-      <source>&amp;View Profiles...</source>
-      <translation>Perfiles de &amp;Vista...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3348" />
-      <source>Configure view profiles</source>
-      <translation>Configurar perfiles de vista</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3350" />
-      <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Perfiles de Vista&lt;/b&gt;&lt;p&gt;Configurar os perfiles de vista. Com esta caixa de diálogo pode definir a visibilidade de várias janelas para os perfiles de vista predefinidos.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3361" />
-      <source>Toolbars</source>
-      <translation>Barras de Ferramentas</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3363" />
-      <source>Tool&amp;bars...</source>
-      <translation>&amp;Barras de Ferramentas...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3369" />
-      <source>Configure toolbars</source>
-      <translation>Configurar as barras de ferramentas</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3371" />
-      <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3382" />
-      <source>Keyboard Shortcuts</source>
-      <translation>Atalhos de Teclado</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3384" />
-      <source>Keyboard &amp;Shortcuts...</source>
-      <translation>Atalho&amp;s de Teclado...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3390" />
-      <source>Set the keyboard shortcuts</source>
-      <translation>Definir os atalhos de teclado</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3392" />
-      <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7601" />
-      <location filename="../UI/UserInterface.py" line="7582" />
-      <location filename="../UI/UserInterface.py" line="3402" />
-      <source>Export Keyboard Shortcuts</source>
-      <translation>Exportar Atalhos de Teclado</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3404" />
-      <source>&amp;Export Keyboard Shortcuts...</source>
-      <translation>&amp;Exportar Atalhos de Teclado...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3410" />
-      <source>Export the keyboard shortcuts</source>
-      <translation>Exportar os Atalhos de Teclado</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3412" />
-      <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7620" />
-      <location filename="../UI/UserInterface.py" line="3421" />
-      <source>Import Keyboard Shortcuts</source>
-      <translation>Importar Atalhos de Teclado</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3423" />
-      <source>&amp;Import Keyboard Shortcuts...</source>
-      <translation>&amp;Importar Atalhos de Teclado...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3429" />
-      <source>Import the keyboard shortcuts</source>
-      <translation>Importar os atalhos de teclado</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3431" />
-      <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3441" />
-      <source>Manage SSL Certificates</source>
-      <translation>Gestionar Certificados SSL</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3443" />
-      <source>Manage SSL Certificates...</source>
-      <translation>Gestionar Certificados SSL...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3450" />
-      <source>Manage the saved SSL certificates</source>
-      <translation>Gestionar certificados SSL gravados</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3453" />
-      <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3463" />
-      <source>Edit Message Filters</source>
-      <translation>Editar Filtros de Mensagens</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3465" />
-      <source>Edit Message Filters...</source>
-      <translation>Editar Filtros de Mensagens...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3472" />
-      <source>Edit the message filters used to suppress unwanted messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3475" />
-      <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3494" />
-      <location filename="../UI/UserInterface.py" line="3488" />
-      <location filename="../UI/UserInterface.py" line="3486" />
-      <source>Clear private data</source>
-      <translation type="unfinished">Limpar dados privados</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3496" />
-      <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3507" />
-      <location filename="../UI/UserInterface.py" line="3506" />
-      <source>Activate current editor</source>
-      <translation>Ativar o editor atual</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3508" />
-      <source>Alt+Shift+E</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3519" />
-      <location filename="../UI/UserInterface.py" line="3518" />
-      <source>Show next</source>
-      <translation>Mostrar próximo</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3520" />
-      <source>Ctrl+Alt+Tab</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3531" />
-      <location filename="../UI/UserInterface.py" line="3530" />
-      <source>Show previous</source>
-      <translation>Mostrar anterior</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3532" />
-      <source>Shift+Ctrl+Alt+Tab</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3543" />
-      <location filename="../UI/UserInterface.py" line="3542" />
-      <source>Switch between tabs</source>
-      <translation>Mudar entre separadores</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3544" />
-      <source>Ctrl+1</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3554" />
-      <source>Plugin Infos</source>
-      <translation>Informação dos Complementos</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3556" />
-      <source>&amp;Plugin Infos...</source>
-      <translation>Informação dos &amp;Complementos...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3562" />
-      <source>Show Plugin Infos</source>
-      <translation>Mostrar Informação dos Complementos</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3564" />
-      <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Informação dos Complementos...&lt;/b&gt;&lt;p&gt;Abre uma caixa de diálogo que mostra alguma informação sobre os complementos carregados.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3582" />
-      <location filename="../UI/UserInterface.py" line="3574" />
-      <source>Install Plugins</source>
-      <translation>Instalar Complementos</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3576" />
-      <source>&amp;Install Plugins...</source>
-      <translation>&amp;Instalar Complementos...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3584" />
-      <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Instalar Complementos...&lt;/b&gt;&lt;p&gt;Abre uma caixa de diálogo para instalar ou atualizar complementos.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3601" />
-      <location filename="../UI/UserInterface.py" line="3593" />
-      <source>Uninstall Plugin</source>
-      <translation>Desinstalar Complemento</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3595" />
-      <source>&amp;Uninstall Plugin...</source>
-      <translation>&amp;Desinstalar Complemento...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3603" />
-      <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Desinstalar Complemento...&lt;/b&gt;&lt;p&gt;Abre uma caixa de diálogo para desinstalar um complemento.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3614" />
-      <source>Plugin &amp;Repository...</source>
-      <translation>&amp;Repositório de Complementos...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3620" />
-      <source>Show Plugins available for download</source>
-      <translation>Mostrar Complementos disponíveis para descarregar</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3622" />
-      <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Repositório de Complementos...&lt;/b&gt;&lt;p&gt;Abre uma caixa de diálogo que mostra a lista de complementos disponíveis em Internet.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3652" />
-      <location filename="../UI/UserInterface.py" line="3651" />
-      <source>Qt5 Documentation</source>
-      <translation>Documentação de Qt5</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3658" />
-      <source>Open Qt5 Documentation</source>
-      <translation>Abrir a Documentação de Qt5</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3660" />
-      <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3673" />
-      <location filename="../UI/UserInterface.py" line="3672" />
-      <source>Qt6 Documentation</source>
-      <translation type="unfinished">Documentação de Qt5 {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3679" />
-      <source>Open Qt6 Documentation</source>
-      <translation type="unfinished">Abrir a Documentação de Qt5 {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3681" />
-      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3694" />
-      <location filename="../UI/UserInterface.py" line="3693" />
-      <source>PyQt5 Documentation</source>
-      <translation>Documentação do PyQt5</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3700" />
-      <source>Open PyQt5 Documentation</source>
-      <translation>Abrir a Documentação de PyQt5</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3702" />
-      <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3715" />
-      <location filename="../UI/UserInterface.py" line="3714" />
-      <source>PyQt6 Documentation</source>
-      <translation type="unfinished">Documentação do PyQt5 {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3721" />
-      <source>Open PyQt6 Documentation</source>
-      <translation type="unfinished">Abrir a Documentação de PyQt5 {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3723" />
-      <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3741" />
-      <location filename="../UI/UserInterface.py" line="3740" />
-      <source>Python 3 Documentation</source>
-      <translation>Documentação de Python 3</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3747" />
-      <source>Open Python 3 Documentation</source>
-      <translation>Abrir a Documentação de Python 3</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3749" />
-      <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;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 &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3768" />
-      <location filename="../UI/UserInterface.py" line="3767" />
-      <source>eric API Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3774" />
-      <source>Open eric API Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3776" />
-      <source>&lt;b&gt;eric API Documentation&lt;/b&gt;&lt;p&gt;Display the eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric installation directory.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3794" />
-      <location filename="../UI/UserInterface.py" line="3793" />
-      <source>PySide2 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3800" />
-      <source>Open PySide2 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3802" />
-      <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3820" />
-      <location filename="../UI/UserInterface.py" line="3819" />
-      <source>PySide6 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3826" />
-      <source>Open PySide6 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3828" />
-      <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3864" />
-      <source>Sessions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3945" />
-      <source>E&amp;xtras</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3955" />
-      <source>Wi&amp;zards</source>
-      <translation>A&amp;ssistentes</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3973" />
-      <source>P&amp;lugins</source>
-      <translation>Comp&amp;lementos</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3982" />
-      <source>Configure...</source>
-      <translation>Configurar...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3991" />
-      <source>&amp;Testing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4008" />
-      <source>Select Tool Group</source>
-      <translation>Selecionar Grupo de Ferramentas</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4019" />
-      <source>Se&amp;ttings</source>
-      <translation>Definiçõe&amp;s</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4052" />
-      <source>&amp;Window</source>
-      <translation>&amp;Janela</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4061" />
-      <source>&amp;Windows</source>
-      <translation>&amp;Janelas</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4065" />
-      <source>Central Park</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4069" />
-      <source>Left Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4088" />
-      <source>Right Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4107" />
-      <source>Bottom Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4115" />
-      <source>Plug-ins</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4121" />
-      <source>&amp;Toolbars</source>
-      <translation>Barras de Ferramen&amp;tas</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4134" />
-      <source>&amp;Help</source>
-      <translation>&amp;Ajuda</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4191" />
-      <location filename="../UI/UserInterface.py" line="4174" />
-      <source>Tools</source>
-      <translation>Ferramentas</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4193" />
-      <location filename="../UI/UserInterface.py" line="4178" />
-      <source>Settings</source>
-      <translation>Definições</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6362" />
-      <location filename="../UI/UserInterface.py" line="4194" />
-      <location filename="../UI/UserInterface.py" line="4179" />
-      <source>Help</source>
-      <translation>Ajuda</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4195" />
-      <location filename="../UI/UserInterface.py" line="4180" />
-      <source>Profiles</source>
-      <translation>Perfiles</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4196" />
-      <location filename="../UI/UserInterface.py" line="4181" />
-      <source>Plugins</source>
-      <translation>Complementos</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4192" />
-      <source>Unittest</source>
-      <translation>Teste Unitário</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4369" />
-      <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4378" />
-      <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4387" />
-      <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4396" />
-      <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4405" />
-      <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4414" />
-      <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4428" />
-      <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4502" />
-      <location filename="../UI/UserInterface.py" line="4461" />
-      <source>External Tools/{0}</source>
-      <translation>Ferramentas Externas/{0}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4610" />
-      <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
-      <translation type="unfinished">&lt;h3&gt;Números de Versão&lt;/h3&gt;&lt;table&gt; {2&gt;?} {2&gt;?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4680" />
-      <source>Desktop</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4684" />
-      <source>Session Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4740" />
       <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
       <translation>A direção do correio eletrónico ou a direção do servidor de correio está vazia. Por favor configure as Definiçães de Correio Eletrónico na Caixa de Diálogo de Preferências.</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5074" />
+      <source>Restart application</source>
+      <translation>Reiniciar a aplicação</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5075" />
-      <source>Restart application</source>
-      <translation>Reiniciar a aplicação</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5076" />
       <source>The application needs to be restarted. Do it now?</source>
       <translation>A aplicação necessita ser reiniciada. Reiniciar agora?</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5099" />
+      <source>Upgrade PyQt</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5100" />
-      <source>Upgrade PyQt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5101" />
       <source>eric needs to be closed in order to upgrade PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5124" />
+      <source>Upgrade Eric</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5125" />
-      <source>Upgrade Eric</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5126" />
       <source>eric needs to be closed in order to be upgraded. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5150" />
+      <source>Upgrade Eric and PyQt6</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5151" />
-      <source>Upgrade Eric and PyQt6</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5152" />
       <source>eric needs to be closed in order to upgrade eric and PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
  Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5214" />
+      <location filename="../UI/UserInterface.py" line="5213" />
       <source>&amp;Builtin Tools</source>
       <translation>Ferramentas &amp;Internas</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5234" />
+      <location filename="../UI/UserInterface.py" line="5233" />
       <source>&amp;Plugin Tools</source>
       <translation>Ferramentas dos &amp;Complementos</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5237" />
+      <location filename="../UI/UserInterface.py" line="5236" />
       <source>&amp;User Tools</source>
       <translation>Ferramentas de &amp;Utilizador</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5263" />
+      <location filename="../UI/UserInterface.py" line="5262" />
       <source>Configure Tool Groups ...</source>
       <translation>Configurar Grupos de Ferramentas...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5267" />
+      <location filename="../UI/UserInterface.py" line="5266" />
       <source>Configure current Tool Group ...</source>
       <translation>Configurar o atual Grupo de Ferramentas ...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5306" />
-      <location filename="../UI/UserInterface.py" line="5286" />
+      <location filename="../UI/UserInterface.py" line="5305" />
+      <location filename="../UI/UserInterface.py" line="5285" />
       <source>No User Tools Configured</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5382" />
+      <location filename="../UI/UserInterface.py" line="5381" />
       <source>&amp;Show all</source>
       <translation>&amp;Mostrar tudo</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5384" />
+      <location filename="../UI/UserInterface.py" line="5383" />
       <source>&amp;Hide all</source>
       <translation>&amp;Esconder tudo</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6498" />
+      <location filename="../UI/UserInterface.py" line="6487" />
+      <location filename="../UI/UserInterface.py" line="6439" />
+      <location filename="../UI/UserInterface.py" line="6429" />
+      <location filename="../UI/UserInterface.py" line="6252" />
+      <location filename="../UI/UserInterface.py" line="6242" />
+      <location filename="../UI/UserInterface.py" line="6184" />
+      <location filename="../UI/UserInterface.py" line="6174" />
+      <source>Problem</source>
+      <translation>Problema</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6499" />
       <location filename="../UI/UserInterface.py" line="6488" />
       <location filename="../UI/UserInterface.py" line="6440" />
@@ -93560,306 +93610,284 @@
       <location filename="../UI/UserInterface.py" line="6243" />
       <location filename="../UI/UserInterface.py" line="6185" />
       <location filename="../UI/UserInterface.py" line="6175" />
-      <source>Problem</source>
-      <translation>Problema</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6500" />
-      <location filename="../UI/UserInterface.py" line="6489" />
-      <location filename="../UI/UserInterface.py" line="6441" />
-      <location filename="../UI/UserInterface.py" line="6431" />
-      <location filename="../UI/UserInterface.py" line="6254" />
-      <location filename="../UI/UserInterface.py" line="6244" />
-      <location filename="../UI/UserInterface.py" line="6186" />
-      <location filename="../UI/UserInterface.py" line="6176" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6741" />
-      <location filename="../UI/UserInterface.py" line="6652" />
-      <location filename="../UI/UserInterface.py" line="6535" />
-      <location filename="../UI/UserInterface.py" line="6512" />
-      <location filename="../UI/UserInterface.py" line="6453" />
-      <location filename="../UI/UserInterface.py" line="6400" />
-      <location filename="../UI/UserInterface.py" line="6378" />
-      <location filename="../UI/UserInterface.py" line="6329" />
-      <location filename="../UI/UserInterface.py" line="6320" />
-      <location filename="../UI/UserInterface.py" line="6285" />
-      <location filename="../UI/UserInterface.py" line="6276" />
-      <location filename="../UI/UserInterface.py" line="6217" />
-      <location filename="../UI/UserInterface.py" line="6208" />
+      <location filename="../UI/UserInterface.py" line="6740" />
+      <location filename="../UI/UserInterface.py" line="6651" />
+      <location filename="../UI/UserInterface.py" line="6534" />
+      <location filename="../UI/UserInterface.py" line="6511" />
+      <location filename="../UI/UserInterface.py" line="6452" />
+      <location filename="../UI/UserInterface.py" line="6399" />
+      <location filename="../UI/UserInterface.py" line="6377" />
+      <location filename="../UI/UserInterface.py" line="6328" />
+      <location filename="../UI/UserInterface.py" line="6319" />
+      <location filename="../UI/UserInterface.py" line="6284" />
+      <location filename="../UI/UserInterface.py" line="6275" />
+      <location filename="../UI/UserInterface.py" line="6216" />
+      <location filename="../UI/UserInterface.py" line="6207" />
       <source>Process Generation Error</source>
       <translation>Erro na Criação de Processo</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6209" />
+      <location filename="../UI/UserInterface.py" line="6208" />
       <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6218" />
+      <location filename="../UI/UserInterface.py" line="6217" />
       <source>&lt;p&gt;Could not find the Qt-Designer executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6277" />
+      <location filename="../UI/UserInterface.py" line="6276" />
       <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6286" />
+      <location filename="../UI/UserInterface.py" line="6285" />
       <source>&lt;p&gt;Could not find the Qt-Linguist executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6321" />
+      <location filename="../UI/UserInterface.py" line="6320" />
       <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6330" />
+      <location filename="../UI/UserInterface.py" line="6329" />
       <source>&lt;p&gt;Could not find the Qt-Assistant executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6363" />
+      <location filename="../UI/UserInterface.py" line="6362" />
       <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
       <translation>Não há nenhum visor personalizado selecionado. Por favor use a caixa de diálogo das preferências para escolher um.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6379" />
+      <location filename="../UI/UserInterface.py" line="6378" />
       <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6401" />
+      <location filename="../UI/UserInterface.py" line="6400" />
       <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6454" />
+      <location filename="../UI/UserInterface.py" line="6453" />
       <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6513" />
+      <location filename="../UI/UserInterface.py" line="6512" />
       <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6536" />
+      <location filename="../UI/UserInterface.py" line="6535" />
       <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6633" />
+      <location filename="../UI/UserInterface.py" line="6632" />
       <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6653" />
+      <location filename="../UI/UserInterface.py" line="6652" />
       <source>&lt;p&gt;Could not start Snapshot tool.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6685" />
+      <location filename="../UI/UserInterface.py" line="6675" />
+      <source>External Tools</source>
+      <translation>Ferramentas Externas</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6676" />
+      <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6686" />
-      <location filename="../UI/UserInterface.py" line="6676" />
-      <source>External Tools</source>
-      <translation>Ferramentas Externas</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6677" />
-      <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6687" />
       <source>No toolgroup entry '{0}' found.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6724" />
+      <location filename="../UI/UserInterface.py" line="6723" />
       <source>Starting process '{0} {1}'.
 </source>
       <translation>A iniciar processo '{0} {1}'.
 </translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6742" />
+      <location filename="../UI/UserInterface.py" line="6741" />
       <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6821" />
+      <location filename="../UI/UserInterface.py" line="6820" />
       <source>Process '{0}' has exited.
 </source>
       <translation>Processo '{0}' saiu.</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7108" />
+      <location filename="../UI/UserInterface.py" line="7046" />
+      <location filename="../UI/UserInterface.py" line="7002" />
+      <location filename="../UI/UserInterface.py" line="6928" />
+      <location filename="../UI/UserInterface.py" line="6864" />
+      <source>Documentation Missing</source>
+      <translation>Falta a Documentação</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7109" />
       <location filename="../UI/UserInterface.py" line="7047" />
       <location filename="../UI/UserInterface.py" line="7003" />
       <location filename="../UI/UserInterface.py" line="6929" />
       <location filename="../UI/UserInterface.py" line="6865" />
-      <source>Documentation Missing</source>
-      <translation>Falta a Documentação</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7110" />
-      <location filename="../UI/UserInterface.py" line="7048" />
-      <location filename="../UI/UserInterface.py" line="7004" />
-      <location filename="../UI/UserInterface.py" line="6930" />
-      <location filename="../UI/UserInterface.py" line="6866" />
       <source>&lt;p&gt;The documentation starting point "&lt;b&gt;{0}&lt;/b&gt;" could not be found.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7090" />
+      <location filename="../UI/UserInterface.py" line="6972" />
+      <source>Documentation</source>
+      <translation>Documentação</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6973" />
+      <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7091" />
-      <location filename="../UI/UserInterface.py" line="6973" />
-      <source>Documentation</source>
-      <translation>Documentação</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6974" />
-      <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7092" />
       <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7270" />
+      <location filename="../UI/UserInterface.py" line="7206" />
+      <source>Start Web Browser</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7207" />
+      <source>The eric web browser could not be started.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7271" />
-      <location filename="../UI/UserInterface.py" line="7207" />
-      <source>Start Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7208" />
-      <source>The eric web browser could not be started.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7272" />
       <source>&lt;p&gt;The eric web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7318" />
+      <location filename="../UI/UserInterface.py" line="7317" />
       <source>Open Browser</source>
       <translation>Abrir Navegador</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7318" />
+      <location filename="../UI/UserInterface.py" line="7317" />
       <source>Could not start a web browser</source>
       <translation>Não se pôde iniciar um navegador web</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7622" />
-      <location filename="../UI/UserInterface.py" line="7584" />
+      <location filename="../UI/UserInterface.py" line="7621" />
+      <location filename="../UI/UserInterface.py" line="7583" />
       <source>Keyboard Shortcuts File (*.ekj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7602" />
+      <location filename="../UI/UserInterface.py" line="7601" />
       <source>&lt;p&gt;The keyboard shortcuts file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7806" />
+      <location filename="../UI/UserInterface.py" line="7805" />
       <source>Load crash session...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7809" />
+      <location filename="../UI/UserInterface.py" line="7808" />
       <source>Clean crash sessions...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7845" />
+      <source>Read Session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7846" />
-      <source>Read Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7847" />
       <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7870" />
+      <location filename="../UI/UserInterface.py" line="7869" />
       <source>Save Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7895" />
-      <location filename="../UI/UserInterface.py" line="7872" />
+      <location filename="../UI/UserInterface.py" line="7894" />
+      <location filename="../UI/UserInterface.py" line="7871" />
       <source>eric Session Files (*.esj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7964" />
-      <source>Found Crash Sessions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7965" />
-      <source>These crash session files were found. Select the one to open. Select 'Cancel' to not open a crash session.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="8038" />
+      <location filename="../UI/UserInterface.py" line="8030" />
       <source>Clean stale crash sessions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8039" />
+      <location filename="../UI/UserInterface.py" line="8031" />
       <source>Do you really want to delete these stale crash session files?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8415" />
+      <location filename="../UI/UserInterface.py" line="8407" />
       <source>Drop Error</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8416" />
+      <location filename="../UI/UserInterface.py" line="8408" />
       <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; não é um ficheiro.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8613" />
+      <location filename="../UI/UserInterface.py" line="8605" />
       <source>Upgrade available</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8614" />
+      <location filename="../UI/UserInterface.py" line="8606" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8662" />
+      <location filename="../UI/UserInterface.py" line="8654" />
       <source>First time usage</source>
       <translation>Usado a primeira vez</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8663" />
+      <location filename="../UI/UserInterface.py" line="8655" />
       <source>eric has not been configured yet. The configuration dialog will be started.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8685" />
+      <location filename="../UI/UserInterface.py" line="8677" />
       <source>Select Workspace Directory</source>
       <translation>Selecionar o Diretório de Trabalho</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8853" />
+      <location filename="../UI/UserInterface.py" line="8845" />
       <source>Unsaved Data Detected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8854" />
+      <location filename="../UI/UserInterface.py" line="8846" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation type="unfinished" />
     </message>
--- a/src/eric7/i18n/eric7_ru.ts	Wed Apr 02 16:56:06 2025 +0200
+++ b/src/eric7/i18n/eric7_ru.ts	Thu Apr 03 19:50:43 2025 +0200
@@ -8730,6 +8730,44 @@
     </message>
   </context>
   <context>
+    <name>CrashedSessionsSelectionDialog</name>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="72" />
+      <source>Read Crash Session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="73" />
+      <source>&lt;p&gt;The crash session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="82" />
+      <source>{0}
+Timestamp: {1}
+Project: {2}</source>
+      <comment>Crash Session, Timestamp, Project Path</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="87" />
+      <source>{0}
+Timestamp: {1}</source>
+      <comment>Crash Session, Timestamp</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.ui" line="0" />
+      <source>Found Crash Sessions</source>
+      <translation type="unfinished">Найдены crash-сеансы</translation>
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.ui" line="0" />
+      <source>These crash session files were found. Select the one to open. Select 'Cancel' to not open a crash session.</source>
+      <translation type="unfinished">Были найдены следующие файлы crash-сеансов. Выберите один из них для открытия. Выберите 'Отмена', чтобы не открывать crash-сеанс.</translation>
+    </message>
+  </context>
+  <context>
     <name>CreateDialogCodeDialog</name>
     <message>
       <location filename="../Project/CreateDialogCodeDialog.py" line="149" />
@@ -91592,2236 +91630,2236 @@
   <context>
     <name>UserInterface</name>
     <message>
-      <location filename="../UI/UserInterface.py" line="264" />
+      <location filename="../UI/UserInterface.py" line="263" />
       <source>Initializing Basic Services...</source>
       <translation>Инициализация базовых служб ...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="320" />
+      <location filename="../UI/UserInterface.py" line="319" />
       <source>Initializing Plugin Manager...</source>
       <translation>Инициализация менеджера плагинов...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="328" />
+      <location filename="../UI/UserInterface.py" line="327" />
       <source>Generating Main User Interface...</source>
       <translation>Создание главного пользовательского интерфейса...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="385" />
-      <location filename="../UI/UserInterface.py" line="383" />
+      <location filename="../UI/UserInterface.py" line="384" />
+      <location filename="../UI/UserInterface.py" line="382" />
       <source>Setting up signal/slot-connections...</source>
       <translation>Настройка соединения сигнала/слота...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="594" />
+      <location filename="../UI/UserInterface.py" line="593" />
       <source>Initializing Tools...</source>
       <translation>Инициализация инструментов...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="606" />
+      <location filename="../UI/UserInterface.py" line="605" />
       <source>Registering Objects...</source>
       <translation>Регистрация объектов...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="641" />
+      <location filename="../UI/UserInterface.py" line="640" />
       <source>Initializing Actions...</source>
       <translation>Инициализация действий...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="644" />
+      <location filename="../UI/UserInterface.py" line="643" />
       <source>Initializing Menus...</source>
       <translation>Инициализация меню...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="647" />
+      <location filename="../UI/UserInterface.py" line="646" />
       <source>Initializing Toolbars...</source>
       <translation>Инициализация панелей инструментов...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="650" />
+      <location filename="../UI/UserInterface.py" line="649" />
       <source>Initializing Statusbar...</source>
       <translation>Инициализация строки состояния...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="675" />
-      <location filename="../UI/UserInterface.py" line="673" />
+      <location filename="../UI/UserInterface.py" line="674" />
+      <location filename="../UI/UserInterface.py" line="672" />
       <source>Initializing Single Application Server...</source>
       <translation>Инициализация сервера уникального приложения...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="682" />
+      <location filename="../UI/UserInterface.py" line="681" />
       <source>Initializing Plugins...</source>
       <translation>Инициализация плагинов...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="686" />
+      <location filename="../UI/UserInterface.py" line="685" />
       <source>Activating Plugins...</source>
       <translation>Активация плагинов...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="689" />
+      <location filename="../UI/UserInterface.py" line="688" />
       <source>Generating Plugins Toolbars...</source>
       <translation>Генерация панели инструментов...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="693" />
+      <location filename="../UI/UserInterface.py" line="692" />
       <source>Cleaning Plugins Download Area...</source>
       <translation>Очистка области загрузки плагинов...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="704" />
+      <location filename="../UI/UserInterface.py" line="703" />
       <source>Restoring Toolbarmanager...</source>
       <translation>Восстановление менеджера панелей инструментов...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="713" />
+      <location filename="../UI/UserInterface.py" line="712" />
       <source>Setting View Profile...</source>
       <translation>Установка профилей...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="727" />
+      <location filename="../UI/UserInterface.py" line="726" />
       <source>Reading Tasks...</source>
       <translation>Чтение задач...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="733" />
+      <location filename="../UI/UserInterface.py" line="732" />
       <source>Reading Templates...</source>
       <translation>Чтение шаблонов...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="739" />
+      <location filename="../UI/UserInterface.py" line="738" />
       <source>Starting Debugger...</source>
       <translation>Запуск отладчика...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2213" />
-      <location filename="../UI/UserInterface.py" line="1100" />
+      <location filename="../UI/UserInterface.py" line="2212" />
+      <location filename="../UI/UserInterface.py" line="1099" />
       <source>Left Toolbox</source>
       <translation>Левая панель инструментов</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2259" />
-      <location filename="../UI/UserInterface.py" line="1110" />
+      <location filename="../UI/UserInterface.py" line="2258" />
+      <location filename="../UI/UserInterface.py" line="1109" />
       <source>Horizontal Toolbox</source>
       <translation>Горизонтальная панель инструментов</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2236" />
-      <location filename="../UI/UserInterface.py" line="1121" />
+      <location filename="../UI/UserInterface.py" line="2235" />
+      <location filename="../UI/UserInterface.py" line="1120" />
       <source>Right Toolbox</source>
       <translation>Правая панель инструментов</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2054" />
+      <location filename="../UI/UserInterface.py" line="1316" />
+      <location filename="../UI/UserInterface.py" line="1130" />
+      <source>Multiproject-Viewer</source>
+      <translation>Просмотр мультипроекта</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2032" />
+      <location filename="../UI/UserInterface.py" line="1322" />
+      <location filename="../UI/UserInterface.py" line="1136" />
+      <source>Project-Viewer</source>
+      <translation>Просмотр проекта</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2594" />
+      <location filename="../UI/UserInterface.py" line="2593" />
+      <location filename="../UI/UserInterface.py" line="1329" />
+      <location filename="../UI/UserInterface.py" line="1143" />
+      <source>Find/Replace In Files</source>
+      <translation>Найти/Заменить в файлах</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2617" />
+      <location filename="../UI/UserInterface.py" line="2616" />
+      <location filename="../UI/UserInterface.py" line="1336" />
+      <location filename="../UI/UserInterface.py" line="1150" />
+      <source>Find File</source>
+      <translation>Найти файл</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1342" />
+      <location filename="../UI/UserInterface.py" line="1156" />
+      <source>VCS Status</source>
+      <translation>Статус VCS</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2187" />
+      <location filename="../UI/UserInterface.py" line="1349" />
+      <location filename="../UI/UserInterface.py" line="1163" />
+      <source>Template-Viewer</source>
+      <translation>Просмотр шаблонов</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2120" />
+      <location filename="../UI/UserInterface.py" line="1356" />
+      <location filename="../UI/UserInterface.py" line="1170" />
+      <source>File-Browser</source>
+      <translation>Браузер файлов</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1363" />
+      <location filename="../UI/UserInterface.py" line="1177" />
+      <source>Symbols</source>
+      <translation>Символы</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2076" />
+      <location filename="../UI/UserInterface.py" line="1385" />
+      <location filename="../UI/UserInterface.py" line="1379" />
+      <location filename="../UI/UserInterface.py" line="1187" />
+      <source>Debug-Viewer</source>
+      <translation>Просмотр отладки</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2448" />
+      <location filename="../UI/UserInterface.py" line="2447" />
+      <location filename="../UI/UserInterface.py" line="1392" />
+      <location filename="../UI/UserInterface.py" line="1194" />
+      <source>Code Documentation Viewer</source>
+      <translation>Просмотр документации кода</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2663" />
+      <location filename="../UI/UserInterface.py" line="2662" />
+      <location filename="../UI/UserInterface.py" line="1399" />
+      <location filename="../UI/UserInterface.py" line="1201" />
+      <source>Help Viewer</source>
+      <translation>Просмотрщик справки</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3611" />
+      <location filename="../UI/UserInterface.py" line="2543" />
+      <location filename="../UI/UserInterface.py" line="2542" />
+      <location filename="../UI/UserInterface.py" line="1405" />
+      <location filename="../UI/UserInterface.py" line="1207" />
+      <source>Plugin Repository</source>
+      <translation>Репозиторий плагинов</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2567" />
+      <location filename="../UI/UserInterface.py" line="2566" />
+      <location filename="../UI/UserInterface.py" line="1411" />
+      <location filename="../UI/UserInterface.py" line="1213" />
+      <source>Virtual Environments</source>
+      <translation>Виртуальные окружения</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2475" />
+      <location filename="../UI/UserInterface.py" line="2474" />
+      <location filename="../UI/UserInterface.py" line="1418" />
+      <location filename="../UI/UserInterface.py" line="1220" />
+      <source>PyPI Package Management</source>
+      <translation>Менеджер пакетов PyPI</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2497" />
+      <location filename="../UI/UserInterface.py" line="2496" />
+      <location filename="../UI/UserInterface.py" line="1425" />
+      <location filename="../UI/UserInterface.py" line="1225" />
+      <source>Conda</source>
+      <translation>Conda</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1432" />
+      <location filename="../UI/UserInterface.py" line="1232" />
+      <source>Cooperation</source>
+      <translation>Кооперация</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2375" />
+      <location filename="../UI/UserInterface.py" line="1436" />
+      <location filename="../UI/UserInterface.py" line="1237" />
+      <source>IRC</source>
+      <translation>IRC</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2519" />
+      <location filename="../UI/UserInterface.py" line="2518" />
+      <location filename="../UI/UserInterface.py" line="1442" />
+      <location filename="../UI/UserInterface.py" line="1244" />
+      <source>MicroPython</source>
+      <translation>MicroPython</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2098" />
+      <location filename="../UI/UserInterface.py" line="1450" />
+      <location filename="../UI/UserInterface.py" line="1252" />
+      <source>Shell</source>
+      <translation>Оболочка</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2164" />
+      <location filename="../UI/UserInterface.py" line="1456" />
+      <location filename="../UI/UserInterface.py" line="1256" />
+      <source>Task-Viewer</source>
+      <translation>Просмотр задач</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2142" />
+      <location filename="../UI/UserInterface.py" line="1462" />
+      <location filename="../UI/UserInterface.py" line="1260" />
+      <source>Log-Viewer</source>
+      <translation>Просмотр журналов</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1469" />
+      <location filename="../UI/UserInterface.py" line="1267" />
+      <source>Numbers</source>
+      <translation>Представление чисел</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1844" />
+      <source>{0} - Passive Mode</source>
+      <translation>{0} - пассивный режим</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1853" />
+      <location filename="../UI/UserInterface.py" line="1847" />
+      <source>{0} - {1} - Passive Mode</source>
+      <translation>{0} - {1} - пассивный режим</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1859" />
+      <source>{0} - {1} - {2} - Passive Mode</source>
+      <translation>{0} - {1} - {2} - пассивный режим</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1885" />
+      <source>Quit</source>
+      <translation>Выйти</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1887" />
+      <source>&amp;Quit</source>
+      <translation>&amp;Выйти</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1888" />
+      <source>Ctrl+Q</source>
+      <comment>File|Quit</comment>
+      <translation>Ctrl+Q</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1893" />
+      <source>Quit the IDE</source>
+      <translation>Выход из IDE</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1895" />
+      <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Выход из IDE&lt;/b&gt;
+&lt;p&gt;Перед выходом все изменения могут быть сохранены. Отлаживаемая программа (если есть) будет остановлена, и предпочтения будут сохранены на диск.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1909" />
+      <location filename="../UI/UserInterface.py" line="1907" />
+      <source>Restart</source>
+      <translation>Рестарт</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1910" />
+      <source>Ctrl+Shift+Q</source>
+      <comment>File|Quit</comment>
+      <translation>Ctrl+Shift+Q</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1915" />
+      <source>Restart the IDE</source>
+      <translation>Перезапуск IDE</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1917" />
+      <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Рестарт IDEE&lt;/b&gt;&lt;p&gt;Перезапуск среды IDE. Любые несохраненные изменения сохраняются в первую очередь. Любая программа Python, находящаяся в процессе отладки, будет остановлена, предпочтения будут записаны на диск.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1935" />
+      <location filename="../UI/UserInterface.py" line="1928" />
+      <source>Save session</source>
+      <translation>Сохранить сеанс</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1929" />
+      <source>Save session...</source>
+      <translation>Сохранить сеанс...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1937" />
+      <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Сохранить севнс...&lt;/b&gt;&lt;p&gt;Позволяет сохранить текущий сеанс на диск. Открывается диалог для выбора имени файла.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7892" />
+      <location filename="../UI/UserInterface.py" line="1954" />
+      <location filename="../UI/UserInterface.py" line="1947" />
+      <source>Load session</source>
+      <translation>Загрузить сеанс</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1948" />
+      <source>Load session...</source>
+      <translation>Загрузить сеанс...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1956" />
+      <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Загрузить сеанс...&lt;/b&gt;&lt;p&gt;Позволяет загрузить сеанс, ранее сохраненную на диске. Открывается диалог для выбора имени файла.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1966" />
+      <source>New Window</source>
+      <translation>Новый экземпляр</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1968" />
+      <source>New &amp;Window</source>
+      <translation>&amp;Новый экземпляр</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1969" />
+      <source>Ctrl+Shift+N</source>
+      <comment>File|New Window</comment>
+      <translation>Ctrl+Shift+N</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1974" />
+      <source>Open a new eric instance</source>
+      <translation>Запустить ещё один экземпляр eric</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1976" />
+      <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric IDE.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Новое окно&lt;/b&gt;&lt;p&gt;Запустить ещё один экземпляр eric IDE.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1990" />
+      <location filename="../UI/UserInterface.py" line="1988" />
+      <source>Edit Profile</source>
+      <translation>Профиль редактирования</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1997" />
+      <source>Activate the edit view profile</source>
+      <translation>Активизировать профиль редактирования</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1999" />
+      <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Профиль редактирования&lt;/b&gt;&lt;p&gt;Активизировать "профиль редактирования". Окна, отображаемые в этом профиле, можно настроить в диалоге "Конфигурация профилей".&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2012" />
+      <location filename="../UI/UserInterface.py" line="2010" />
+      <source>Debug Profile</source>
+      <translation>Профиль отладки</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2019" />
+      <source>Activate the debug view profile</source>
+      <translation>Активизировать профиль отладки</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2021" />
+      <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Профиль отладки&lt;/b&gt;&lt;p&gt;Активизировать "профиль отладки". Окна, отображаемые в этом профиле, можно настроить в диалоге "Конфигурация профилей".&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2033" />
+      <source>&amp;Project-Viewer</source>
+      <translation>Просмотр &amp;проекта</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2034" />
+      <source>Alt+Shift+P</source>
+      <translation>Alt+Shift+P</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2040" />
+      <source>Switch the input focus to the Project-Viewer window.</source>
+      <translation>Переключить фокус ввода в окно просмотра проекта.</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2043" />
+      <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Активировать просмотрщик проекта&lt;/b&gt;&lt;p&gt;Переключить фокус ввода в окно просмотра проекта.&lt;/p&gt;</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2055" />
-      <location filename="../UI/UserInterface.py" line="1317" />
-      <location filename="../UI/UserInterface.py" line="1131" />
-      <source>Multiproject-Viewer</source>
-      <translation>Просмотр мультипроекта</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2033" />
-      <location filename="../UI/UserInterface.py" line="1323" />
-      <location filename="../UI/UserInterface.py" line="1137" />
-      <source>Project-Viewer</source>
-      <translation>Просмотр проекта</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2595" />
-      <location filename="../UI/UserInterface.py" line="2594" />
-      <location filename="../UI/UserInterface.py" line="1330" />
-      <location filename="../UI/UserInterface.py" line="1144" />
-      <source>Find/Replace In Files</source>
-      <translation>Найти/Заменить в файлах</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2618" />
-      <location filename="../UI/UserInterface.py" line="2617" />
-      <location filename="../UI/UserInterface.py" line="1337" />
-      <location filename="../UI/UserInterface.py" line="1151" />
-      <source>Find File</source>
-      <translation>Найти файл</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1343" />
-      <location filename="../UI/UserInterface.py" line="1157" />
-      <source>VCS Status</source>
-      <translation>Статус VCS</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2188" />
-      <location filename="../UI/UserInterface.py" line="1350" />
-      <location filename="../UI/UserInterface.py" line="1164" />
-      <source>Template-Viewer</source>
-      <translation>Просмотр шаблонов</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2121" />
-      <location filename="../UI/UserInterface.py" line="1357" />
-      <location filename="../UI/UserInterface.py" line="1171" />
-      <source>File-Browser</source>
-      <translation>Браузер файлов</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1364" />
-      <location filename="../UI/UserInterface.py" line="1178" />
-      <source>Symbols</source>
-      <translation>Символы</translation>
+      <source>&amp;Multiproject-Viewer</source>
+      <translation>Просмотр &amp;мультипроекта</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2056" />
+      <source>Alt+Shift+M</source>
+      <translation>Alt+Shift+M</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2062" />
+      <source>Switch the input focus to the Multiproject-Viewer window.</source>
+      <translation>Переключить фокус ввода в окно просмотра мультипроекта.</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2065" />
+      <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Активировать просмотрщик проектов&lt;/b&gt;&lt;p&gt;Переключить фокус ввода в окно просмотра мультипроекта.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2077" />
-      <location filename="../UI/UserInterface.py" line="1386" />
-      <location filename="../UI/UserInterface.py" line="1380" />
-      <location filename="../UI/UserInterface.py" line="1188" />
-      <source>Debug-Viewer</source>
-      <translation>Просмотр отладки</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2449" />
-      <location filename="../UI/UserInterface.py" line="2448" />
-      <location filename="../UI/UserInterface.py" line="1393" />
-      <location filename="../UI/UserInterface.py" line="1195" />
-      <source>Code Documentation Viewer</source>
-      <translation>Просмотр документации кода</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2664" />
-      <location filename="../UI/UserInterface.py" line="2663" />
-      <location filename="../UI/UserInterface.py" line="1400" />
-      <location filename="../UI/UserInterface.py" line="1202" />
-      <source>Help Viewer</source>
-      <translation>Просмотрщик справки</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3612" />
-      <location filename="../UI/UserInterface.py" line="2544" />
-      <location filename="../UI/UserInterface.py" line="2543" />
-      <location filename="../UI/UserInterface.py" line="1406" />
-      <location filename="../UI/UserInterface.py" line="1208" />
-      <source>Plugin Repository</source>
-      <translation>Репозиторий плагинов</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2568" />
-      <location filename="../UI/UserInterface.py" line="2567" />
-      <location filename="../UI/UserInterface.py" line="1412" />
-      <location filename="../UI/UserInterface.py" line="1214" />
-      <source>Virtual Environments</source>
-      <translation>Виртуальные окружения</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2476" />
-      <location filename="../UI/UserInterface.py" line="2475" />
-      <location filename="../UI/UserInterface.py" line="1419" />
-      <location filename="../UI/UserInterface.py" line="1221" />
-      <source>PyPI Package Management</source>
-      <translation>Менеджер пакетов PyPI</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2498" />
-      <location filename="../UI/UserInterface.py" line="2497" />
-      <location filename="../UI/UserInterface.py" line="1426" />
-      <location filename="../UI/UserInterface.py" line="1226" />
-      <source>Conda</source>
-      <translation>Conda</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1433" />
-      <location filename="../UI/UserInterface.py" line="1233" />
-      <source>Cooperation</source>
-      <translation>Кооперация</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2376" />
-      <location filename="../UI/UserInterface.py" line="1437" />
-      <location filename="../UI/UserInterface.py" line="1238" />
-      <source>IRC</source>
-      <translation>IRC</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2520" />
-      <location filename="../UI/UserInterface.py" line="2519" />
-      <location filename="../UI/UserInterface.py" line="1443" />
-      <location filename="../UI/UserInterface.py" line="1245" />
-      <source>MicroPython</source>
-      <translation>MicroPython</translation>
+      <source>&amp;Debug-Viewer</source>
+      <translation>Просмотр &amp;отладки</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2078" />
+      <source>Alt+Shift+D</source>
+      <translation>Alt+Shift+D</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2084" />
+      <source>Switch the input focus to the Debug-Viewer window.</source>
+      <translation>Переключить фокус ввода в окно просмотра отладки.</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2087" />
+      <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Активировать просмотрщик отладки&lt;/b&gt;&lt;p&gt;Переключить фокус ввода в окно просмотра отладки.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2099" />
-      <location filename="../UI/UserInterface.py" line="1451" />
-      <location filename="../UI/UserInterface.py" line="1253" />
-      <source>Shell</source>
-      <translation>Оболочка</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2165" />
-      <location filename="../UI/UserInterface.py" line="1457" />
-      <location filename="../UI/UserInterface.py" line="1257" />
-      <source>Task-Viewer</source>
-      <translation>Просмотр задач</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2143" />
-      <location filename="../UI/UserInterface.py" line="1463" />
-      <location filename="../UI/UserInterface.py" line="1261" />
-      <source>Log-Viewer</source>
-      <translation>Просмотр журналов</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1470" />
-      <location filename="../UI/UserInterface.py" line="1268" />
-      <source>Numbers</source>
-      <translation>Представление чисел</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1845" />
-      <source>{0} - Passive Mode</source>
-      <translation>{0} - пассивный режим</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1854" />
-      <location filename="../UI/UserInterface.py" line="1848" />
-      <source>{0} - {1} - Passive Mode</source>
-      <translation>{0} - {1} - пассивный режим</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1860" />
-      <source>{0} - {1} - {2} - Passive Mode</source>
-      <translation>{0} - {1} - {2} - пассивный режим</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1886" />
-      <source>Quit</source>
-      <translation>Выйти</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1888" />
-      <source>&amp;Quit</source>
-      <translation>&amp;Выйти</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1889" />
-      <source>Ctrl+Q</source>
-      <comment>File|Quit</comment>
-      <translation>Ctrl+Q</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1894" />
-      <source>Quit the IDE</source>
-      <translation>Выход из IDE</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1896" />
-      <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Выход из IDE&lt;/b&gt;
-&lt;p&gt;Перед выходом все изменения могут быть сохранены. Отлаживаемая программа (если есть) будет остановлена, и предпочтения будут сохранены на диск.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1910" />
-      <location filename="../UI/UserInterface.py" line="1908" />
-      <source>Restart</source>
-      <translation>Рестарт</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1911" />
-      <source>Ctrl+Shift+Q</source>
-      <comment>File|Quit</comment>
-      <translation>Ctrl+Shift+Q</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1916" />
-      <source>Restart the IDE</source>
-      <translation>Перезапуск IDE</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1918" />
-      <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Рестарт IDEE&lt;/b&gt;&lt;p&gt;Перезапуск среды IDE. Любые несохраненные изменения сохраняются в первую очередь. Любая программа Python, находящаяся в процессе отладки, будет остановлена, предпочтения будут записаны на диск.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1936" />
-      <location filename="../UI/UserInterface.py" line="1929" />
-      <source>Save session</source>
-      <translation>Сохранить сеанс</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1930" />
-      <source>Save session...</source>
-      <translation>Сохранить сеанс...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1938" />
-      <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Сохранить севнс...&lt;/b&gt;&lt;p&gt;Позволяет сохранить текущий сеанс на диск. Открывается диалог для выбора имени файла.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7893" />
-      <location filename="../UI/UserInterface.py" line="1955" />
-      <location filename="../UI/UserInterface.py" line="1948" />
-      <source>Load session</source>
-      <translation>Загрузить сеанс</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1949" />
-      <source>Load session...</source>
-      <translation>Загрузить сеанс...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1957" />
-      <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Загрузить сеанс...&lt;/b&gt;&lt;p&gt;Позволяет загрузить сеанс, ранее сохраненную на диске. Открывается диалог для выбора имени файла.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1967" />
-      <source>New Window</source>
-      <translation>Новый экземпляр</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1969" />
-      <source>New &amp;Window</source>
-      <translation>&amp;Новый экземпляр</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1970" />
-      <source>Ctrl+Shift+N</source>
-      <comment>File|New Window</comment>
-      <translation>Ctrl+Shift+N</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1975" />
-      <source>Open a new eric instance</source>
-      <translation>Запустить ещё один экземпляр eric</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1977" />
-      <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric IDE.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Новое окно&lt;/b&gt;&lt;p&gt;Запустить ещё один экземпляр eric IDE.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1991" />
-      <location filename="../UI/UserInterface.py" line="1989" />
-      <source>Edit Profile</source>
-      <translation>Профиль редактирования</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1998" />
-      <source>Activate the edit view profile</source>
-      <translation>Активизировать профиль редактирования</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2000" />
-      <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Профиль редактирования&lt;/b&gt;&lt;p&gt;Активизировать "профиль редактирования". Окна, отображаемые в этом профиле, можно настроить в диалоге "Конфигурация профилей".&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2013" />
-      <location filename="../UI/UserInterface.py" line="2011" />
-      <source>Debug Profile</source>
-      <translation>Профиль отладки</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2020" />
-      <source>Activate the debug view profile</source>
-      <translation>Активизировать профиль отладки</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2022" />
-      <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Профиль отладки&lt;/b&gt;&lt;p&gt;Активизировать "профиль отладки". Окна, отображаемые в этом профиле, можно настроить в диалоге "Конфигурация профилей".&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2034" />
-      <source>&amp;Project-Viewer</source>
-      <translation>Просмотр &amp;проекта</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2035" />
-      <source>Alt+Shift+P</source>
-      <translation>Alt+Shift+P</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2041" />
-      <source>Switch the input focus to the Project-Viewer window.</source>
-      <translation>Переключить фокус ввода в окно просмотра проекта.</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2044" />
-      <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Активировать просмотрщик проекта&lt;/b&gt;&lt;p&gt;Переключить фокус ввода в окно просмотра проекта.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2056" />
-      <source>&amp;Multiproject-Viewer</source>
-      <translation>Просмотр &amp;мультипроекта</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2057" />
-      <source>Alt+Shift+M</source>
-      <translation>Alt+Shift+M</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2063" />
-      <source>Switch the input focus to the Multiproject-Viewer window.</source>
-      <translation>Переключить фокус ввода в окно просмотра мультипроекта.</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2066" />
-      <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Активировать просмотрщик проектов&lt;/b&gt;&lt;p&gt;Переключить фокус ввода в окно просмотра мультипроекта.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2078" />
-      <source>&amp;Debug-Viewer</source>
-      <translation>Просмотр &amp;отладки</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2079" />
-      <source>Alt+Shift+D</source>
-      <translation>Alt+Shift+D</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2085" />
-      <source>Switch the input focus to the Debug-Viewer window.</source>
-      <translation>Переключить фокус ввода в окно просмотра отладки.</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2088" />
-      <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Активировать просмотрщик отладки&lt;/b&gt;&lt;p&gt;Переключить фокус ввода в окно просмотра отладки.&lt;/p&gt;</translation>
+      <source>&amp;Shell</source>
+      <translation>&amp;Оболочка</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2100" />
-      <source>&amp;Shell</source>
-      <translation>&amp;Оболочка</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2101" />
       <source>Alt+Shift+S</source>
       <translation>Alt+Shift+S</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2107" />
+      <location filename="../UI/UserInterface.py" line="2106" />
       <source>Switch the input focus to the Shell window.</source>
       <translation>Переключить фокус ввода в окно оболочки.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2110" />
+      <location filename="../UI/UserInterface.py" line="2109" />
       <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Активировать оболочку&lt;/b&gt;&lt;p&gt;Переключить фокус ввода в окно оболочки.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2121" />
+      <source>&amp;File-Browser</source>
+      <translation>&amp;Браузер файлов</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2122" />
-      <source>&amp;File-Browser</source>
-      <translation>&amp;Браузер файлов</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2123" />
       <source>Alt+Shift+F</source>
       <translation>Alt+Shift+F</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2129" />
+      <location filename="../UI/UserInterface.py" line="2128" />
       <source>Switch the input focus to the File-Browser window.</source>
       <translation>Переключить фокус ввода в окно браузера файлов.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2132" />
+      <location filename="../UI/UserInterface.py" line="2131" />
       <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Активировать браузер файлов&lt;/b&gt;&lt;p&gt;Переключить фокус ввода в окно браузера файлов.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2143" />
+      <source>Lo&amp;g-Viewer</source>
+      <translation>Просмотр &amp;журнала</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2144" />
-      <source>Lo&amp;g-Viewer</source>
-      <translation>Просмотр &amp;журнала</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2145" />
       <source>Alt+Shift+G</source>
       <translation>Alt+Shift+G</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2151" />
+      <location filename="../UI/UserInterface.py" line="2150" />
       <source>Switch the input focus to the Log-Viewer window.</source>
       <translation>Переключить фокус ввода в окно просмотра журналов.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2154" />
+      <location filename="../UI/UserInterface.py" line="2153" />
       <source>&lt;b&gt;Activate Log-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Log-Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Активировать просмотрщик журнала&lt;/b&gt;&lt;p&gt;Переключить фокус ввода в окно просмотра журнала.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2165" />
+      <source>&amp;Task-Viewer</source>
+      <translation>Просмотр &amp;задач</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2166" />
-      <source>&amp;Task-Viewer</source>
-      <translation>Просмотр &amp;задач</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2167" />
       <source>Alt+Shift+T</source>
       <translation>Alt+Shift+T</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2173" />
+      <location filename="../UI/UserInterface.py" line="2172" />
       <source>Switch the input focus to the Task-Viewer window.</source>
       <translation>Переключить фокус ввода в окно просмотра задач.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2176" />
+      <location filename="../UI/UserInterface.py" line="2175" />
       <source>&lt;b&gt;Activate Task-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Task-Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Активировать просмотрщик задач&lt;/b&gt;&lt;p&gt;Переключить фокус ввода в окно просмотра задач.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2188" />
+      <source>Templ&amp;ate-Viewer</source>
+      <translation>Просмотр &amp;шаблонов</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2189" />
-      <source>Templ&amp;ate-Viewer</source>
-      <translation>Просмотр &amp;шаблонов</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2190" />
       <source>Alt+Shift+A</source>
       <translation>Alt+Shift+A</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2196" />
+      <location filename="../UI/UserInterface.py" line="2195" />
       <source>Switch the input focus to the Template-Viewer window.</source>
       <translation>Переключить фокус ввода в окно просмотра шаблонов.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2199" />
+      <location filename="../UI/UserInterface.py" line="2198" />
       <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Активировать просмотрщик шаблонов&lt;/b&gt;&lt;p&gt;Переключить фокус ввода в окно просмотра шаблонов.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2214" />
+      <location filename="../UI/UserInterface.py" line="2213" />
       <source>&amp;Left Toolbox</source>
       <translation>&amp;Левая панель инструментов</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2221" />
+      <location filename="../UI/UserInterface.py" line="2220" />
       <source>Toggle the Left Toolbox window</source>
       <translation>Показать/Скрыть левую панель инструментов</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2223" />
+      <location filename="../UI/UserInterface.py" line="2222" />
       <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Показать/скрыть левую панель инструментов&lt;/b&gt;&lt;p&gt;Если левая панель инструментов скрыта, то показать ее. Если отображается, то скрыть.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2237" />
+      <location filename="../UI/UserInterface.py" line="2236" />
       <source>&amp;Right Toolbox</source>
       <translation>&amp;Правая панель инструментов</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2244" />
+      <location filename="../UI/UserInterface.py" line="2243" />
       <source>Toggle the Right Toolbox window</source>
       <translation>Показать/Скрыть правую панель инструментов</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2246" />
+      <location filename="../UI/UserInterface.py" line="2245" />
       <source>&lt;b&gt;Toggle the Right Toolbox window&lt;/b&gt;&lt;p&gt;If the Right Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Показать/Скрыть правую панель инструментов&lt;/b&gt;&lt;p&gt;Если аравая панель инструментов скрыта, то показать ее. Если отображается, то скрыть.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2260" />
+      <location filename="../UI/UserInterface.py" line="2259" />
       <source>&amp;Horizontal Toolbox</source>
       <translation>&amp;Горизонтальная панель инструментов</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2267" />
+      <location filename="../UI/UserInterface.py" line="2266" />
       <source>Toggle the Horizontal Toolbox window</source>
       <translation>Включить/Выключить горизонтальную панель инструментов</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2269" />
+      <location filename="../UI/UserInterface.py" line="2268" />
       <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Включить/Выключить горизонтальную панель инструментов&lt;/b&gt;&lt;p&gt;Включить/Выключить горизонтальную панель инструментов&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2281" />
+      <source>Left Sidebar</source>
+      <translation>Левая док-панель</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2282" />
-      <source>Left Sidebar</source>
-      <translation>Левая док-панель</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2283" />
       <source>&amp;Left Sidebar</source>
       <translation>&amp;Левая док-панель</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2290" />
+      <location filename="../UI/UserInterface.py" line="2289" />
       <source>Toggle the left sidebar window</source>
       <translation>Показать/Скрыть левую док-панель</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2292" />
+      <location filename="../UI/UserInterface.py" line="2291" />
       <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Показать/Скрыть левую док-панель&lt;/b&gt;
 &lt;p&gt;Если левая док-панель скрыта, показать её. Иначе - закрыть.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2304" />
+      <source>Right Sidebar</source>
+      <translation>Правая боковая панель</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2305" />
-      <source>Right Sidebar</source>
-      <translation>Правая боковая панель</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2306" />
       <source>&amp;Right Sidebar</source>
       <translation>&amp;Правая боковая панель</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2313" />
+      <location filename="../UI/UserInterface.py" line="2312" />
       <source>Toggle the right sidebar window</source>
       <translation>Показать/Скрыть окно правой боковой панели</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2315" />
+      <location filename="../UI/UserInterface.py" line="2314" />
       <source>&lt;b&gt;Toggle the right sidebar window&lt;/b&gt;&lt;p&gt;If the right sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Показать/Скрыть окно правой боковой панели&lt;/b&gt;&lt;p&gt;Если окно правой боковой панели скрыто, то показать его. Если отображается, то закрыть.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2327" />
+      <source>Bottom Sidebar</source>
+      <translation>Нижняя док-панель</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2328" />
-      <source>Bottom Sidebar</source>
-      <translation>Нижняя док-панель</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2329" />
       <source>&amp;Bottom Sidebar</source>
       <translation>&amp;Нижняя док-панель</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2336" />
+      <location filename="../UI/UserInterface.py" line="2335" />
       <source>Toggle the bottom sidebar window</source>
       <translation>Показать/Скрыть нижнюю док-панель</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2338" />
+      <location filename="../UI/UserInterface.py" line="2337" />
       <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Показать/Скрыть нижнюю док-панель&lt;/b&gt;
 &lt;p&gt;Если нижняя док-панель скрыта, показать её. Иначе - закрыть.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2351" />
+      <location filename="../UI/UserInterface.py" line="2350" />
       <source>Cooperation-Viewer</source>
       <translation>Просмотр кооперации</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2351" />
+      <source>Co&amp;operation-Viewer</source>
+      <translation>Просмотр ко&amp;операции</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2352" />
-      <source>Co&amp;operation-Viewer</source>
-      <translation>Просмотр ко&amp;операции</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2353" />
       <source>Alt+Shift+O</source>
       <translation>Alt+Shift+O</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2359" />
+      <location filename="../UI/UserInterface.py" line="2358" />
       <source>Switch the input focus to the Cooperation-Viewer window.</source>
       <translation>Переключить фокус ввода в окно просмотра кооперации.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2362" />
+      <location filename="../UI/UserInterface.py" line="2361" />
       <source>&lt;b&gt;Activate Cooperation-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Cooperation-Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Активировать просмотрщик кооперации&lt;/b&gt;&lt;p&gt;Переключить фокус ввода в окно просмотра кооперации.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2376" />
+      <source>&amp;IRC</source>
+      <translation>&amp;IRC</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2377" />
-      <source>&amp;IRC</source>
-      <translation>&amp;IRC</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2378" />
       <source>Ctrl+Alt+Shift+I</source>
       <translation>Ctrl+Alt+Shift+I</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2384" />
+      <location filename="../UI/UserInterface.py" line="2383" />
       <source>Switch the input focus to the IRC window.</source>
       <translation>Переключить фокус ввода в окно IRC.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2387" />
+      <location filename="../UI/UserInterface.py" line="2386" />
       <source>&lt;b&gt;Activate IRC&lt;/b&gt;&lt;p&gt;This switches the input focus to the IRC window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Активировать IRC&lt;/b&gt;&lt;p&gt;Переключить фокус ввода в окно IRC.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2397" />
+      <source>Symbols-Viewer</source>
+      <translation>Просмотр символов</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2398" />
-      <source>Symbols-Viewer</source>
-      <translation>Просмотр символов</translation>
+      <source>S&amp;ymbols-Viewer</source>
+      <translation>Просмотр с&amp;имволов</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2399" />
-      <source>S&amp;ymbols-Viewer</source>
-      <translation>Просмотр с&amp;имволов</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2400" />
       <source>Alt+Shift+Y</source>
       <translation>Alt+Shift+Y</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2406" />
+      <location filename="../UI/UserInterface.py" line="2405" />
       <source>Switch the input focus to the Symbols-Viewer window.</source>
       <translation>Переключить фокус ввода в окно просмотра символов.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2409" />
+      <location filename="../UI/UserInterface.py" line="2408" />
       <source>&lt;b&gt;Activate Symbols-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Symbols-Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Активировать просмотрщик символов&lt;/b&gt;&lt;p&gt;Переключить фокус ввода в окно просмотра символов.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2422" />
+      <source>Numbers-Viewer</source>
+      <translation>Представление чисел</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2423" />
-      <source>Numbers-Viewer</source>
-      <translation>Представление чисел</translation>
+      <source>Num&amp;bers-Viewer</source>
+      <translation>Представление &amp;чисел</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2424" />
-      <source>Num&amp;bers-Viewer</source>
-      <translation>Представление &amp;чисел</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2425" />
       <source>Alt+Shift+B</source>
       <translation>Alt+Shift+B</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2431" />
+      <location filename="../UI/UserInterface.py" line="2430" />
       <source>Switch the input focus to the Numbers-Viewer window.</source>
       <translation>Переключить фокус ввода в окно просмотра чисел.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2434" />
+      <location filename="../UI/UserInterface.py" line="2433" />
       <source>&lt;b&gt;Activate Numbers-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Numbers-Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Активировать просмотрщик чисел&lt;/b&gt;&lt;p&gt;Переключить фокус ввода в окно просмотра чисел.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2450" />
+      <location filename="../UI/UserInterface.py" line="2449" />
       <source>Ctrl+Alt+Shift+D</source>
       <translation>Ctrl+Alt+Shift+D</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2456" />
+      <location filename="../UI/UserInterface.py" line="2455" />
       <source>Switch the input focus to the Code Documentation Viewer window.</source>
       <translation>Переключить фокус ввода в окно просмотра документации кода.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2461" />
+      <location filename="../UI/UserInterface.py" line="2460" />
       <source>&lt;b&gt;Code Documentation Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Code Documentation Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Просмотр документации кода&lt;/b&gt;&lt;p&gt;Переключение фокуса ввода в окно просмотра документации кода.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2477" />
+      <location filename="../UI/UserInterface.py" line="2476" />
       <source>Ctrl+Alt+Shift+P</source>
       <translation>Ctrl+Alt+Shift+P</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2483" />
+      <location filename="../UI/UserInterface.py" line="2482" />
       <source>Switch the input focus to the PyPI Package Management window.</source>
       <translation>Переключить фокус ввода на окно управления пакетами PyPI.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2486" />
+      <location filename="../UI/UserInterface.py" line="2485" />
       <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;Переключение фокуса ввода в окно PyPI.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2499" />
+      <location filename="../UI/UserInterface.py" line="2498" />
       <source>Ctrl+Alt+Shift+C</source>
       <translation>Ctrl+Alt+Shift+C</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2505" />
+      <location filename="../UI/UserInterface.py" line="2504" />
       <source>Switch the input focus to the Conda window.</source>
       <translation>Переключить фокус ввода в окно Conda.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2508" />
+      <location filename="../UI/UserInterface.py" line="2507" />
       <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;Переключение фокуса ввода в окно Conda.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2521" />
+      <location filename="../UI/UserInterface.py" line="2520" />
       <source>Ctrl+Alt+Shift+M</source>
       <translation>Ctrl+Alt+Shift+M</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2527" />
+      <location filename="../UI/UserInterface.py" line="2526" />
       <source>Switch the input focus to the MicroPython window.</source>
       <translation>Переключить фокус ввода в окно MicroPython.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2530" />
+      <location filename="../UI/UserInterface.py" line="2529" />
       <source>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;This switches the input focus to the MicroPython window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;Переключение фокуса ввода в окно MicroPython.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2545" />
+      <location filename="../UI/UserInterface.py" line="2544" />
       <source>Ctrl+Alt+Shift+R</source>
       <translation>Ctrl+Alt+Shift+R</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2551" />
+      <location filename="../UI/UserInterface.py" line="2550" />
       <source>Switch the input focus to the Plugin Repository window.</source>
       <translation>Переключить фокус ввода в окно репозитория плагинов.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2554" />
+      <location filename="../UI/UserInterface.py" line="2553" />
       <source>&lt;b&gt;Plugin Repository&lt;/b&gt;&lt;p&gt;This switches the input focus to the Plugin Repository window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Репозиторий плагинов&lt;/b&gt;&lt;p&gt;Переключение фокуса ввода в окно репозитория подключаемых модулей.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2569" />
+      <location filename="../UI/UserInterface.py" line="2568" />
       <source>Ctrl+Alt+V</source>
       <translation>Ctrl+Alt+V</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2575" />
+      <location filename="../UI/UserInterface.py" line="2574" />
       <source>Switch the input focus to the Virtual Environments Manager window.</source>
       <translation>Переключить фокус ввода в окно диспетчера виртуальных сред.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2580" />
+      <location filename="../UI/UserInterface.py" line="2579" />
       <source>&lt;b&gt;Virtual Environments&lt;/b&gt;&lt;p&gt;This switches the input focus to the Virtual Environments Manager window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Виртуальные окружения&lt;/b&gt;&lt;p&gt;Переключение фокуса ввода в окно диспетчера виртуальных сред.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2596" />
+      <location filename="../UI/UserInterface.py" line="2595" />
       <source>Ctrl+Alt+Shift+F</source>
       <translation>Ctrl+Alt+Shift+F</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2602" />
+      <location filename="../UI/UserInterface.py" line="2601" />
       <source>Switch the input focus to the Find/Replace In Files window.</source>
       <translation>Переключить фокус ввода в окно 'Найти/Заменить в файлах'.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2605" />
+      <location filename="../UI/UserInterface.py" line="2604" />
       <source>&lt;b&gt;Find/Replace In Files&lt;/b&gt;&lt;p&gt;This switches the input focus to the Find/Replace In Files window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Найти/Заменить в файлах&lt;/b&gt;&lt;p&gt;Переключение фокуса ввода в окно 'Найти/Заменить в файлах'.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2619" />
+      <location filename="../UI/UserInterface.py" line="2618" />
       <source>Ctrl+Alt+Shift+L</source>
       <translation>Ctrl+Alt+Shift+L</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2625" />
+      <location filename="../UI/UserInterface.py" line="2624" />
       <source>Switch the input focus to the Find File window.</source>
       <translation>Переключить фокус ввода в окно 'Найти файл'.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2628" />
+      <location filename="../UI/UserInterface.py" line="2627" />
       <source>&lt;b&gt;Find File&lt;/b&gt;&lt;p&gt;This switches the input focus to the Find File window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Найти файл&lt;/b&gt;&lt;p&gt;Переключение фокус ввода в окно 'Найти файл'.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2641" />
+      <location filename="../UI/UserInterface.py" line="2640" />
+      <source>VCS Status List</source>
+      <translation>Список статусов VCS</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2642" />
-      <location filename="../UI/UserInterface.py" line="2641" />
-      <source>VCS Status List</source>
-      <translation>Список статусов VCS</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2643" />
       <source>Alt+Shift+V</source>
       <translation>Alt+Shift+V</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2649" />
+      <location filename="../UI/UserInterface.py" line="2648" />
       <source>Switch the input focus to the VCS Status List window.</source>
       <translation>Переключить фокус ввода в окно 'Список статусов VCS'.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2652" />
+      <location filename="../UI/UserInterface.py" line="2651" />
       <source>&lt;b&gt;VCS Status List&lt;/b&gt;&lt;p&gt;This switches the input focus to the VCS Status List window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Список статусов VCS&lt;/b&gt;&lt;p&gt;Переключение фокуса ввода в окно 'Список статусов VCS'.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2665" />
+      <location filename="../UI/UserInterface.py" line="2664" />
       <source>Alt+Shift+H</source>
       <translation>Alt+Shift+H</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2671" />
+      <location filename="../UI/UserInterface.py" line="2670" />
       <source>Switch the input focus to the embedded Help Viewer window.</source>
       <translation>Переключение фокуса ввода в окно встроенного просмотрщика справки.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2674" />
+      <location filename="../UI/UserInterface.py" line="2673" />
       <source>&lt;b&gt;Help Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the embedded Help Viewer window. It will show HTML help files and help from Qt help collections.&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is searched in the Qt help collection.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Просмотрщик справки&lt;/b&gt;&lt;p&gt;Переключение фокуса ввода в окно встроенного просмотрщика справки. В нем отображаются файлы справки HTML и справка из коллекций справки Qt.&lt;/p&gt;&lt;p&gt;Если вызов с выбранным словом, это слово ищется в коллекции справки Qt.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2687" />
+      <location filename="../UI/UserInterface.py" line="2686" />
       <source>What's This?</source>
       <translation>Что это?</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2688" />
+      <source>&amp;What's This?</source>
+      <translation>&amp;Что это?</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2689" />
-      <source>&amp;What's This?</source>
-      <translation>&amp;Что это?</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2690" />
       <source>Shift+F1</source>
       <translation>Shift+F1</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2695" />
+      <location filename="../UI/UserInterface.py" line="2694" />
       <source>Context sensitive help</source>
       <translation>Контекстнозависимая справка</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2697" />
+      <location filename="../UI/UserInterface.py" line="2696" />
       <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Показ контекстнозависимой справки&lt;/b&gt;&lt;p&gt;В режиме "What's This?"(Что это?)курсор мыши отображается как стрелка со знаком вопроса, и вы можете, кликнув по элементу интерфейса, получить краткое описание того, что он делает и как его использовать. В диалоговом окне эта функция может быть вызвана кнопкой контекстной справки в панели заголовка.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2710" />
+      <location filename="../UI/UserInterface.py" line="2709" />
       <source>Helpviewer</source>
       <translation>Просмотр справки</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2711" />
+      <source>&amp;Helpviewer...</source>
+      <translation>Просмотр спр&amp;авки...</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2712" />
-      <source>&amp;Helpviewer...</source>
-      <translation>Просмотр спр&amp;авки...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2713" />
       <source>F1</source>
       <translation>F1</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2718" />
+      <location filename="../UI/UserInterface.py" line="2717" />
       <source>Open the helpviewer window</source>
       <translation>Открыть окно просмотра справки</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2720" />
+      <location filename="../UI/UserInterface.py" line="2719" />
       <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;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&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is searched in the Qt help collection.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Просмотр справки&lt;/b&gt;&lt;p&gt;Открытие eric web-браузера. В его окне будут показываться HTML файлы справки. Оно поддерживает навигацию по ссылкам, закладки, печать и некоторые другие функции. Его можно использовать для просмотра интернета.&lt;/p&gt;&lt;p&gt;Если перед вызовом окна отображения справки был подсвечен какой-либо текст, то будет произведён поиск этого текста в коллекции справки Qt.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2739" />
+      <source>Show Versions</source>
+      <translation>Показать версии</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2740" />
-      <source>Show Versions</source>
-      <translation>Показать версии</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2741" />
       <source>Show &amp;Versions</source>
       <translation>Показать &amp;версии</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2747" />
+      <location filename="../UI/UserInterface.py" line="2746" />
       <source>Display version information</source>
       <translation>Информация о версии</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2749" />
+      <location filename="../UI/UserInterface.py" line="2748" />
       <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Показать версии&lt;/b&gt;&lt;p&gt;Информация о версиях.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2754" />
+      <source>Copy Versions</source>
+      <translation>Копировать версии</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2755" />
-      <source>Copy Versions</source>
-      <translation>Копировать версии</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2756" />
       <source>&amp;Copy Versions</source>
       <translation>&amp;Копировать версии</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2763" />
+      <location filename="../UI/UserInterface.py" line="2762" />
       <source>Copy version information to the clipboard</source>
       <translation>Копировать информацию о версии в буфер обмена</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2766" />
+      <location filename="../UI/UserInterface.py" line="2765" />
       <source>&lt;b&gt;Copy Versions&lt;/b&gt;&lt;p&gt;This generates version information and copies it to the clipboard.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Копировать версии&lt;/b&gt;&lt;p&gt;Генерирование информации о версии и копирование ее в буфер обмена.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2782" />
-      <location filename="../UI/UserInterface.py" line="2775" />
+      <location filename="../UI/UserInterface.py" line="2781" />
+      <location filename="../UI/UserInterface.py" line="2774" />
       <source>Show Error Log</source>
       <translation>Показать журнал ошибок</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2776" />
+      <location filename="../UI/UserInterface.py" line="2775" />
       <source>Show Error &amp;Log...</source>
       <translation>&amp;Журнал ошибок...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2784" />
+      <location filename="../UI/UserInterface.py" line="2783" />
       <source>&lt;b&gt;Show Error Log...&lt;/b&gt;&lt;p&gt;Opens a dialog showing the most recent error log.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Показать журнал ошибок...&lt;/b&gt;&lt;p&gt;Показать журнал ошибок.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2792" />
+      <source>Show Install Info</source>
+      <translation>Показать информацию об установке</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2793" />
-      <source>Show Install Info</source>
-      <translation>Показать информацию об установке</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2794" />
       <source>Show Install &amp;Info...</source>
       <translation>Показать информацию об &amp;установке...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2800" />
+      <location filename="../UI/UserInterface.py" line="2799" />
       <source>Show Installation Information</source>
       <translation>Показать информацию об установке</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2802" />
+      <location filename="../UI/UserInterface.py" line="2801" />
       <source>&lt;b&gt;Show Install Info...&lt;/b&gt;&lt;p&gt;Opens a dialog showing some information about the installation process.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Показать информацию об установке...&lt;/b&gt;&lt;p&gt;Открывает диалоговое окно, в котором отображается некая информация о процессе установки.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4739" />
-      <location filename="../UI/UserInterface.py" line="2812" />
+      <location filename="../UI/UserInterface.py" line="4738" />
+      <location filename="../UI/UserInterface.py" line="2811" />
       <source>Report Bug</source>
       <translation>Сообщение об ошибке</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2812" />
+      <location filename="../UI/UserInterface.py" line="2811" />
       <source>Report &amp;Bug...</source>
       <translation>Сообщить об &amp;ошибке...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2814" />
+      <location filename="../UI/UserInterface.py" line="2813" />
       <source>Report a bug</source>
       <translation>Сообщить об ошибке</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2816" />
+      <location filename="../UI/UserInterface.py" line="2815" />
       <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Сообщить об ошибке...&lt;/b&gt;&lt;p&gt;Открытие диалога для сообщения об ошибке.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2821" />
+      <source>Request Feature</source>
+      <translation>Запросить функционал</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2822" />
-      <source>Request Feature</source>
-      <translation>Запросить функционал</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2823" />
       <source>Request &amp;Feature...</source>
       <translation>Запросить &amp;функционал...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2829" />
+      <location filename="../UI/UserInterface.py" line="2828" />
       <source>Send a feature request</source>
       <translation>Послать запрос</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2831" />
+      <location filename="../UI/UserInterface.py" line="2830" />
       <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Послать запрос...&lt;/b&gt;&lt;p&gt;Отображение диалога создания запроса.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4175" />
-      <location filename="../UI/UserInterface.py" line="2842" />
+      <location filename="../UI/UserInterface.py" line="4174" />
+      <location filename="../UI/UserInterface.py" line="2841" />
       <source>Testing</source>
       <translation>Тестировать</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2844" />
+      <location filename="../UI/UserInterface.py" line="2843" />
       <source>&amp;Testing...</source>
       <translation>&amp;Тестировать...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2850" />
+      <location filename="../UI/UserInterface.py" line="2849" />
       <source>Start the testing dialog</source>
       <translation>Запуск диалогового окна тестирования</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2852" />
+      <location filename="../UI/UserInterface.py" line="2851" />
       <source>&lt;b&gt;Testing&lt;/b&gt;&lt;p&gt;Perform test runs. The dialog gives the ability to select and run a test suite or auto discover them.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Тестировать&lt;/b&gt;&lt;p&gt;Выполнение тестовых прогонов. В этом диалоговом окне можно выбрать и запустить набор тестов или автоматически их обнаружить.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2863" />
+      <location filename="../UI/UserInterface.py" line="2862" />
       <source>Restart Last Test</source>
       <translation>Перезапустить последний тест</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2865" />
+      <location filename="../UI/UserInterface.py" line="2864" />
       <source>&amp;Restart Last Test...</source>
       <translation>&amp;Перезапустить последний тест...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2871" />
+      <location filename="../UI/UserInterface.py" line="2870" />
       <source>Restarts the last test</source>
       <translation>Перезапуск последнего теста</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2873" />
+      <location filename="../UI/UserInterface.py" line="2872" />
       <source>&lt;b&gt;Restart Last Test&lt;/b&gt;&lt;p&gt;Restarts the test performed last.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Перезапустить последний тестt&lt;/b&gt;&lt;p&gt;Перезапускает тест, выполненный последним.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2883" />
+      <location filename="../UI/UserInterface.py" line="2882" />
       <source>Rerun Failed Tests</source>
       <translation>Повторить неудачные тесты</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2885" />
+      <location filename="../UI/UserInterface.py" line="2884" />
       <source>Rerun Failed Tests...</source>
       <translation>Повторить неудачные тесты...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2892" />
+      <location filename="../UI/UserInterface.py" line="2891" />
       <source>Rerun failed tests of the last run</source>
       <translation>Повторить неудачные тесты последнего запуска</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2895" />
+      <location filename="../UI/UserInterface.py" line="2894" />
       <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last test run.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Повторить неудачные тесты&lt;/b&gt;&lt;p&gt;Перезапустить все тесты, провалившиеся при последней попытке.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2905" />
+      <location filename="../UI/UserInterface.py" line="2904" />
       <source>Test Script</source>
       <translation>Тест на сценарии</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2907" />
+      <location filename="../UI/UserInterface.py" line="2906" />
       <source>Test &amp;Script...</source>
       <translation>Тест на &amp;сценарии...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2913" />
+      <location filename="../UI/UserInterface.py" line="2912" />
       <source>Run tests of the current script</source>
       <translation>Выполнить тесты на текущем сценарии</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2915" />
+      <location filename="../UI/UserInterface.py" line="2914" />
       <source>&lt;b&gt;Test Script&lt;/b&gt;&lt;p&gt;Run tests with the current script.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Тест на сценарии&lt;/b&gt;&lt;p&gt;Выполнить тесты на текущем сценарии.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2922" />
+      <location filename="../UI/UserInterface.py" line="2921" />
       <source>Test Project</source>
       <translation>Тест на проекте</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2924" />
+      <location filename="../UI/UserInterface.py" line="2923" />
       <source>Test &amp;Project...</source>
       <translation>Тест на &amp;проекте...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2930" />
+      <location filename="../UI/UserInterface.py" line="2929" />
       <source>Run tests of the current project</source>
       <translation>Выполнить тесты на текущем проекте</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2932" />
+      <location filename="../UI/UserInterface.py" line="2931" />
       <source>&lt;b&gt;Test Project&lt;/b&gt;&lt;p&gt;Run test of the current project.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Тест на проекте&lt;/b&gt;&lt;p&gt;Выполнить тест на текущем проекте.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2941" />
+      <location filename="../UI/UserInterface.py" line="2940" />
       <source>Qt-Designer</source>
       <translation>Qt-Designer</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2943" />
+      <location filename="../UI/UserInterface.py" line="2942" />
       <source>Qt-&amp;Designer...</source>
       <translation>Qt-&amp;Designer...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2949" />
+      <location filename="../UI/UserInterface.py" line="2948" />
       <source>Start Qt-Designer</source>
       <translation>Запуск Qt-Designer</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2951" />
+      <location filename="../UI/UserInterface.py" line="2950" />
       <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Запуск Qt-Designer.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2960" />
+      <location filename="../UI/UserInterface.py" line="2959" />
       <source>Qt-Linguist</source>
       <translation>Qt-Linguist</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2962" />
+      <location filename="../UI/UserInterface.py" line="2961" />
       <source>Qt-&amp;Linguist...</source>
       <translation>Qt-&amp;Linguist...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2968" />
+      <location filename="../UI/UserInterface.py" line="2967" />
       <source>Start Qt-Linguist</source>
       <translation>Запуск Qt-Linguist</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2970" />
+      <location filename="../UI/UserInterface.py" line="2969" />
       <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Запуск Qt-Linguist.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2978" />
+      <location filename="../UI/UserInterface.py" line="2977" />
       <source>UI Previewer</source>
       <translation>Предпросмотр UI</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2980" />
+      <location filename="../UI/UserInterface.py" line="2979" />
       <source>&amp;UI Previewer...</source>
       <translation>Предпросмотр &amp;UI...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2986" />
+      <location filename="../UI/UserInterface.py" line="2985" />
       <source>Start the UI Previewer</source>
       <translation>Запуск предпросмотра UI (пользовательского интерфейса)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2988" />
+      <location filename="../UI/UserInterface.py" line="2987" />
       <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
       <translation>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Запустить the UI Previewer.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2994" />
+      <location filename="../UI/UserInterface.py" line="2993" />
       <source>Translations Previewer</source>
       <translation>Предпросмотр переводов</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2996" />
+      <location filename="../UI/UserInterface.py" line="2995" />
       <source>&amp;Translations Previewer...</source>
       <translation>&amp;Предпросмотр переводов...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3002" />
+      <location filename="../UI/UserInterface.py" line="3001" />
       <source>Start the Translations Previewer</source>
       <translation>Запустить предпросмотр переводов</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3004" />
+      <location filename="../UI/UserInterface.py" line="3003" />
       <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Предпросмотр переводов&lt;/b&gt;&lt;p&gt;Запустить предпросмотр переводов.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3013" />
+      <location filename="../UI/UserInterface.py" line="3012" />
       <source>Compare Files</source>
       <translation>Сравнить файлы</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3015" />
+      <location filename="../UI/UserInterface.py" line="3014" />
       <source>&amp;Compare Files...</source>
       <translation>&amp;Сравнить файлы...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3040" />
-      <location filename="../UI/UserInterface.py" line="3021" />
+      <location filename="../UI/UserInterface.py" line="3039" />
+      <location filename="../UI/UserInterface.py" line="3020" />
       <source>Compare two files</source>
       <translation>Сравнить два файла</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3023" />
+      <location filename="../UI/UserInterface.py" line="3022" />
       <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Сравнение файлов&lt;/b&gt;
 &lt;p&gt;Открытие диалога сравнения двух файлов.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3032" />
+      <location filename="../UI/UserInterface.py" line="3031" />
       <source>Compare Files side by side</source>
       <translation>Сравнение файлов построчно</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3034" />
+      <location filename="../UI/UserInterface.py" line="3033" />
       <source>Compare &amp;Files side by side...</source>
       <translation>Сравнить &amp;файлы построчно...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3042" />
+      <location filename="../UI/UserInterface.py" line="3041" />
       <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Сравнить файлы построчно (side by side)&lt;/b&gt;
 &lt;p&gt;Открыть диалог, в котором показаны различия между файлами, в две колонки.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3052" />
+      <location filename="../UI/UserInterface.py" line="3051" />
       <source>SQL Browser</source>
       <translation>SQL браузер</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3054" />
+      <location filename="../UI/UserInterface.py" line="3053" />
       <source>SQL &amp;Browser...</source>
       <translation>&amp;SQL браузер...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3060" />
+      <location filename="../UI/UserInterface.py" line="3059" />
       <source>Browse a SQL database</source>
       <translation>Просмотреть SQL базу данных</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3062" />
+      <location filename="../UI/UserInterface.py" line="3061" />
       <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
       <translation>&lt;b&gt;SQL браузер&lt;/b&gt;&lt;p&gt;Просмотреть SQL базу данных.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3076" />
-      <location filename="../UI/UserInterface.py" line="3068" />
+      <location filename="../UI/UserInterface.py" line="3075" />
+      <location filename="../UI/UserInterface.py" line="3067" />
       <source>Mini Editor</source>
       <translation>Миниредактор</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3070" />
+      <location filename="../UI/UserInterface.py" line="3069" />
       <source>Mini &amp;Editor...</source>
       <translation>Мини&amp;редактор...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3078" />
+      <location filename="../UI/UserInterface.py" line="3077" />
       <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Миниредактор&lt;/b&gt;&lt;p&gt;Открывает диалог в упрощённым редакторе.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3087" />
+      <location filename="../UI/UserInterface.py" line="3086" />
       <source>Hex Editor</source>
       <translation>Hex-редактор</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3089" />
+      <location filename="../UI/UserInterface.py" line="3088" />
       <source>&amp;Hex Editor...</source>
       <translation>&amp;Hex-редактор...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3095" />
+      <location filename="../UI/UserInterface.py" line="3094" />
       <source>Start the eric Hex Editor</source>
       <translation>Запуск eric Hex-редактора</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3097" />
+      <location filename="../UI/UserInterface.py" line="3096" />
       <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Hex-редактор&lt;/b&gt;&lt;p&gt;Запускает eric Hex-редактор для просмотра или редактирования двоичного файла.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3107" />
+      <location filename="../UI/UserInterface.py" line="3106" />
       <source>eric Web Browser</source>
       <translation>Eric web-браузер</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3109" />
+      <location filename="../UI/UserInterface.py" line="3108" />
       <source>eric &amp;Web Browser...</source>
       <translation>Eric &amp;web-браузер...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3115" />
+      <location filename="../UI/UserInterface.py" line="3114" />
       <source>Start the eric Web Browser</source>
       <translation>Запустить eric web-браузер</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3117" />
+      <location filename="../UI/UserInterface.py" line="3116" />
       <source>&lt;b&gt;eric Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric Web Browser.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Eric web-браузер&lt;/b&gt;&lt;p&gt;Просмотр интернета используя web-браузер, встроенный в eric.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3127" />
+      <location filename="../UI/UserInterface.py" line="3126" />
       <source>FIDO2 Security Key Management</source>
       <translation>Управление ключами безопасности FIDO2</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3129" />
+      <location filename="../UI/UserInterface.py" line="3128" />
       <source>FIDO2 Security Key Management...</source>
       <translation>Управление ключами безопасности FIDO2...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3136" />
+      <location filename="../UI/UserInterface.py" line="3135" />
       <source>Start the FIDO2 Security Key Management tool</source>
       <translation>Запустить инструмент управления ключами безопасности FIDO2</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3139" />
+      <location filename="../UI/UserInterface.py" line="3138" />
       <source>&lt;b&gt;FIDO2 Security Key Management&lt;/b&gt;&lt;p&gt;Start a tool to manage FIDO2 securit y keys.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Управление ключами безопасности FIDO2&lt;/b&gt;&lt;p&gt;Запустите инструмент для управления ключами безопасности FIDO2.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3150" />
+      <location filename="../UI/UserInterface.py" line="3149" />
       <source>Icon Editor</source>
       <translation>Редактор иконок</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3152" />
+      <location filename="../UI/UserInterface.py" line="3151" />
       <source>&amp;Icon Editor...</source>
       <translation>Редактор &amp;иконок...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3158" />
+      <location filename="../UI/UserInterface.py" line="3157" />
       <source>Start the eric Icon Editor</source>
       <translation>Запустить eric редактор иконок</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3160" />
+      <location filename="../UI/UserInterface.py" line="3159" />
       <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric Icon Editor for editing simple icons.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Редактор иконок&lt;/b&gt;&lt;p&gt;Запустить eric редактор иконок.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6632" />
-      <location filename="../UI/UserInterface.py" line="3172" />
+      <location filename="../UI/UserInterface.py" line="6631" />
+      <location filename="../UI/UserInterface.py" line="3171" />
       <source>Snapshot</source>
       <translation>Снимки</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3174" />
+      <location filename="../UI/UserInterface.py" line="3173" />
       <source>&amp;Snapshot...</source>
       <translation>&amp;Снимки...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3180" />
+      <location filename="../UI/UserInterface.py" line="3179" />
       <source>Take snapshots of a screen region</source>
       <translation>Сделать снимок области экрана</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3182" />
+      <location filename="../UI/UserInterface.py" line="3181" />
       <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Снимки&lt;/b&gt;&lt;p&gt;Сделать снимок области экрана.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3192" />
+      <location filename="../UI/UserInterface.py" line="3191" />
       <source>eric PDF Viewer</source>
       <translation>Просмотрщик PDF eric</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3194" />
+      <location filename="../UI/UserInterface.py" line="3193" />
       <source>eric PDF &amp;Viewer...</source>
       <translation>Просмотрщик &amp;PDF eric...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3200" />
+      <location filename="../UI/UserInterface.py" line="3199" />
       <source>Start the eric PDF Viewer</source>
       <translation>Запустить просмотрщик PDF eric</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3202" />
+      <location filename="../UI/UserInterface.py" line="3201" />
       <source>&lt;b&gt;eric PDF Viewer&lt;/b&gt;&lt;p&gt;Starts the eric PDF Viewer for viewing PDF files.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Просмотрщик PDF eric&lt;/b&gt;&lt;p&gt;Запускает PDF Viewer eric для просмотра PDF-файлов.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3211" />
+      <location filename="../UI/UserInterface.py" line="3210" />
       <source>Preferences</source>
       <translation>Предпочтения</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3213" />
+      <location filename="../UI/UserInterface.py" line="3212" />
       <source>&amp;Preferences...</source>
       <translation>&amp;Предпочтения...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3219" />
+      <location filename="../UI/UserInterface.py" line="3218" />
       <source>Set the prefered configuration</source>
       <translation>Установите предпочтительную конфигурацию</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3221" />
+      <location filename="../UI/UserInterface.py" line="3220" />
       <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Предпочтения&lt;/b&gt;
 &lt;p&gt;Установка элементов конфигурации приложения согласно вашим предпочтениям.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3232" />
+      <location filename="../UI/UserInterface.py" line="3231" />
       <source>Export Preferences</source>
       <translation>Экспорт предпочтений</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3234" />
+      <location filename="../UI/UserInterface.py" line="3233" />
       <source>E&amp;xport Preferences...</source>
       <translation>&amp;Экспорт предпочтений...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3240" />
+      <location filename="../UI/UserInterface.py" line="3239" />
       <source>Export the current configuration</source>
       <translation>Экспорт текущих настроек</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3242" />
+      <location filename="../UI/UserInterface.py" line="3241" />
       <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Экспорт предпочтений&lt;/b&gt;&lt;p&gt;Экспорт текущих предпочтений в файл.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3251" />
+      <location filename="../UI/UserInterface.py" line="3250" />
       <source>Import Preferences</source>
       <translation>Импорт предпочтений</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3253" />
+      <location filename="../UI/UserInterface.py" line="3252" />
       <source>I&amp;mport Preferences...</source>
       <translation>&amp;Импорт предпочтений...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3260" />
+      <location filename="../UI/UserInterface.py" line="3259" />
       <source>Import a previously exported configuration</source>
       <translation>Импорт сохранённых ранее настроек</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3263" />
+      <location filename="../UI/UserInterface.py" line="3262" />
       <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Импорт предпочтений&lt;/b&gt;&lt;p&gt;Импорт сохранённой ранее конфигурации.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3272" />
+      <location filename="../UI/UserInterface.py" line="3271" />
       <source>Export Theme</source>
       <translation>Экспорт темы</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3274" />
+      <location filename="../UI/UserInterface.py" line="3273" />
       <source>Export Theme...</source>
       <translation>Экспорт темы...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3280" />
+      <location filename="../UI/UserInterface.py" line="3279" />
       <source>Export the current theme</source>
       <translation>Экспорт текущей темы</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3282" />
+      <location filename="../UI/UserInterface.py" line="3281" />
       <source>&lt;b&gt;Export Theme&lt;/b&gt;&lt;p&gt;Export the current theme to a file.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Экспорт темы&lt;/b&gt;&lt;p&gt;Экспорт текущей темы в файл.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3291" />
+      <location filename="../UI/UserInterface.py" line="3290" />
       <source>Import Theme</source>
       <translation>Импорт темы</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3293" />
+      <location filename="../UI/UserInterface.py" line="3292" />
       <source>Import Theme...</source>
       <translation>Импорт темы...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3299" />
+      <location filename="../UI/UserInterface.py" line="3298" />
       <source>Import a previously exported theme</source>
       <translation>Импорт ранее экспортированной темы</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3301" />
+      <location filename="../UI/UserInterface.py" line="3300" />
       <source>&lt;b&gt;Import Theme&lt;/b&gt;&lt;p&gt;Import a previously exported theme.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Импорт темы&lt;/b&gt;&lt;p&gt;Импорт ранее экспортированной темы.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3310" />
+      <location filename="../UI/UserInterface.py" line="3309" />
       <source>Reload APIs</source>
       <translation>Перезагрузить API</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3310" />
+      <location filename="../UI/UserInterface.py" line="3309" />
       <source>Reload &amp;APIs</source>
       <translation>Перезагрузить &amp;API</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3312" />
+      <location filename="../UI/UserInterface.py" line="3311" />
       <source>Reload the API information</source>
       <translation>Перезагрузить информацию об API</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3314" />
+      <location filename="../UI/UserInterface.py" line="3313" />
       <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Перезагрузить API&lt;/b&gt;&lt;p&gt;Перезагрузить информацию об API.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3328" />
-      <location filename="../UI/UserInterface.py" line="3320" />
+      <location filename="../UI/UserInterface.py" line="3327" />
+      <location filename="../UI/UserInterface.py" line="3319" />
       <source>Show external tools</source>
       <translation>Показать внешние инструменты</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3322" />
+      <location filename="../UI/UserInterface.py" line="3321" />
       <source>Show external &amp;tools</source>
       <translation>&amp;Внешние инструменты</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3330" />
+      <location filename="../UI/UserInterface.py" line="3329" />
       <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Показать внешние инструменты&lt;/b&gt;&lt;p&gt;Открытие диалога отображения пути и версий внешних инструментов, используемых eric.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3340" />
+      <location filename="../UI/UserInterface.py" line="3339" />
       <source>View Profiles</source>
       <translation>Профили</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3342" />
+      <location filename="../UI/UserInterface.py" line="3341" />
       <source>&amp;View Profiles...</source>
       <translation>&amp;Профили...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3348" />
+      <location filename="../UI/UserInterface.py" line="3347" />
       <source>Configure view profiles</source>
       <translation>Конфигурация профилей</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3350" />
+      <location filename="../UI/UserInterface.py" line="3349" />
       <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Профили&lt;/b&gt;&lt;p&gt;Конфигурация профилей. С помощью этого диалога вы можете устанавливать видимость разных окон для заданных профилей.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3361" />
+      <location filename="../UI/UserInterface.py" line="3360" />
       <source>Toolbars</source>
       <translation>Панели инструментов</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3363" />
+      <location filename="../UI/UserInterface.py" line="3362" />
       <source>Tool&amp;bars...</source>
       <translation>Панели &amp;инструментов...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3369" />
+      <location filename="../UI/UserInterface.py" line="3368" />
       <source>Configure toolbars</source>
       <translation>Настройка панелей инструментов</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3371" />
+      <location filename="../UI/UserInterface.py" line="3370" />
       <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Панели инструментов&lt;/b&gt;&lt;p&gt;Настроить панели инструментов. В этом диалоге Вы можете изменить имеющиеся панели инструментов, а так же создать новые.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3382" />
+      <location filename="../UI/UserInterface.py" line="3381" />
       <source>Keyboard Shortcuts</source>
       <translation>Горячие клавиши</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3384" />
+      <location filename="../UI/UserInterface.py" line="3383" />
       <source>Keyboard &amp;Shortcuts...</source>
       <translation>Горячие &amp;клавиши...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3390" />
+      <location filename="../UI/UserInterface.py" line="3389" />
       <source>Set the keyboard shortcuts</source>
       <translation>Определение горячих клавиш</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3392" />
+      <location filename="../UI/UserInterface.py" line="3391" />
       <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Горячие клавиши&lt;/b&gt;&lt;p&gt;Определите горячие клавиши приложения согласно вашим предпочтениям.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7601" />
-      <location filename="../UI/UserInterface.py" line="7582" />
-      <location filename="../UI/UserInterface.py" line="3402" />
+      <location filename="../UI/UserInterface.py" line="7600" />
+      <location filename="../UI/UserInterface.py" line="7581" />
+      <location filename="../UI/UserInterface.py" line="3401" />
       <source>Export Keyboard Shortcuts</source>
       <translation>Экспорт горячих клавиш</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3404" />
+      <location filename="../UI/UserInterface.py" line="3403" />
       <source>&amp;Export Keyboard Shortcuts...</source>
       <translation>&amp;Экспорт горячих клавиш...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3410" />
+      <location filename="../UI/UserInterface.py" line="3409" />
       <source>Export the keyboard shortcuts</source>
       <translation>Экспортировать горячие клавиши</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3412" />
+      <location filename="../UI/UserInterface.py" line="3411" />
       <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Экспорт горячих клавиш&lt;/b&gt;
 &lt;p&gt;Экспортировать горячие клавиши приложения.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7620" />
-      <location filename="../UI/UserInterface.py" line="3421" />
+      <location filename="../UI/UserInterface.py" line="7619" />
+      <location filename="../UI/UserInterface.py" line="3420" />
       <source>Import Keyboard Shortcuts</source>
       <translation>Импорт горячих клавиш</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3423" />
+      <location filename="../UI/UserInterface.py" line="3422" />
       <source>&amp;Import Keyboard Shortcuts...</source>
       <translation>&amp;Импорт горячих клавиш...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3429" />
+      <location filename="../UI/UserInterface.py" line="3428" />
       <source>Import the keyboard shortcuts</source>
       <translation>Импортировать горячие клавиши</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3431" />
+      <location filename="../UI/UserInterface.py" line="3430" />
       <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Импорт горячих клавиш&lt;/b&gt;
 &lt;p&gt;Импортировать горячие клавиши приложения.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3441" />
+      <location filename="../UI/UserInterface.py" line="3440" />
       <source>Manage SSL Certificates</source>
       <translation>Менеджер SSL сертификатов</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3443" />
+      <location filename="../UI/UserInterface.py" line="3442" />
       <source>Manage SSL Certificates...</source>
       <translation>Менеджер SSL сертификатов...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3450" />
+      <location filename="../UI/UserInterface.py" line="3449" />
       <source>Manage the saved SSL certificates</source>
       <translation>Управление сохранёнными SSL сертификатами</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3453" />
+      <location filename="../UI/UserInterface.py" line="3452" />
       <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Менеджер SSL сертификатов...&lt;/b&gt;&lt;p&gt;Менеджер сохранённых SSL сертификатов.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3463" />
+      <location filename="../UI/UserInterface.py" line="3462" />
       <source>Edit Message Filters</source>
       <translation>Редактировать фильтры сообщений</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3465" />
+      <location filename="../UI/UserInterface.py" line="3464" />
       <source>Edit Message Filters...</source>
       <translation>Редактировать фильтры сообщений...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3472" />
+      <location filename="../UI/UserInterface.py" line="3471" />
       <source>Edit the message filters used to suppress unwanted messages</source>
       <translation>Редактировать фильтры нежелательных сообщений</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3475" />
+      <location filename="../UI/UserInterface.py" line="3474" />
       <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Редактировать фильтры сообщений&lt;/b&gt;&lt;p&gt;Редактировать фильтры нежелательных сообщений об ошибках.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3494" />
-      <location filename="../UI/UserInterface.py" line="3488" />
-      <location filename="../UI/UserInterface.py" line="3486" />
+      <location filename="../UI/UserInterface.py" line="3493" />
+      <location filename="../UI/UserInterface.py" line="3487" />
+      <location filename="../UI/UserInterface.py" line="3485" />
       <source>Clear private data</source>
       <translation>Очистить приватные данные</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3496" />
+      <location filename="../UI/UserInterface.py" line="3495" />
       <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Очистить приватные данные&lt;/b&gt;&lt;p&gt;Очистка приватных данных, таких как различные списки недавно открытых файлов, проектов или мультипроектов.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3506" />
+      <location filename="../UI/UserInterface.py" line="3505" />
+      <source>Activate current editor</source>
+      <translation>Активировать текущий редактор</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3507" />
-      <location filename="../UI/UserInterface.py" line="3506" />
-      <source>Activate current editor</source>
-      <translation>Активировать текущий редактор</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3508" />
       <source>Alt+Shift+E</source>
       <translation>Alt+Shift+E</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3518" />
+      <location filename="../UI/UserInterface.py" line="3517" />
+      <source>Show next</source>
+      <translation>Показать следующую</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3519" />
-      <location filename="../UI/UserInterface.py" line="3518" />
-      <source>Show next</source>
-      <translation>Показать следующую</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3520" />
       <source>Ctrl+Alt+Tab</source>
       <translation>Ctrl+Alt+Tab</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3530" />
+      <location filename="../UI/UserInterface.py" line="3529" />
+      <source>Show previous</source>
+      <translation>Показать предыдущую</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3531" />
-      <location filename="../UI/UserInterface.py" line="3530" />
-      <source>Show previous</source>
-      <translation>Показать предыдущую</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3532" />
       <source>Shift+Ctrl+Alt+Tab</source>
       <translation>Shift+Ctrl+Alt+Tab</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3542" />
+      <location filename="../UI/UserInterface.py" line="3541" />
+      <source>Switch between tabs</source>
+      <translation>Переключение между вкладками</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3543" />
-      <location filename="../UI/UserInterface.py" line="3542" />
-      <source>Switch between tabs</source>
-      <translation>Переключение между вкладками</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3544" />
       <source>Ctrl+1</source>
       <translation>Ctrl+1</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3554" />
+      <location filename="../UI/UserInterface.py" line="3553" />
       <source>Plugin Infos</source>
       <translation>Информация о плагинах</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3556" />
+      <location filename="../UI/UserInterface.py" line="3555" />
       <source>&amp;Plugin Infos...</source>
       <translation>Ин&amp;формация о плагинах...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3562" />
+      <location filename="../UI/UserInterface.py" line="3561" />
       <source>Show Plugin Infos</source>
       <translation>Отображение информации о плагинах</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3564" />
+      <location filename="../UI/UserInterface.py" line="3563" />
       <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Информация о плагинах...&lt;/b&gt;
 &lt;p&gt;Открытие диалога, отображающего информацию о загруженных плагинах.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3582" />
-      <location filename="../UI/UserInterface.py" line="3574" />
+      <location filename="../UI/UserInterface.py" line="3581" />
+      <location filename="../UI/UserInterface.py" line="3573" />
       <source>Install Plugins</source>
       <translation>Установить плагины</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3576" />
+      <location filename="../UI/UserInterface.py" line="3575" />
       <source>&amp;Install Plugins...</source>
       <translation>&amp;Установить плагины...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3584" />
+      <location filename="../UI/UserInterface.py" line="3583" />
       <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Установить плагины...&lt;/b&gt;&lt;p&gt;Открытие диалога установки или обновления плагинов.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3601" />
-      <location filename="../UI/UserInterface.py" line="3593" />
+      <location filename="../UI/UserInterface.py" line="3600" />
+      <location filename="../UI/UserInterface.py" line="3592" />
       <source>Uninstall Plugin</source>
       <translation>Удалить плагин</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3595" />
+      <location filename="../UI/UserInterface.py" line="3594" />
       <source>&amp;Uninstall Plugin...</source>
       <translation>Уда&amp;лить плагин...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3603" />
+      <location filename="../UI/UserInterface.py" line="3602" />
       <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Деинсталлировать плагин...&lt;/b&gt;&lt;p&gt;Открытие диалога деинсталляции плагина.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3614" />
+      <location filename="../UI/UserInterface.py" line="3613" />
       <source>Plugin &amp;Repository...</source>
       <translation>&amp;Репозиторий плагинов...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3620" />
+      <location filename="../UI/UserInterface.py" line="3619" />
       <source>Show Plugins available for download</source>
       <translation>Показать плагины, доступные для загрузки</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3622" />
+      <location filename="../UI/UserInterface.py" line="3621" />
       <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Репозиторий плагинов...&lt;/b&gt;&lt;p&gt;Открытие диалога, отображающего список плагинов, доступных для скачивания с интернета.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3652" />
       <location filename="../UI/UserInterface.py" line="3651" />
+      <location filename="../UI/UserInterface.py" line="3650" />
       <source>Qt5 Documentation</source>
       <translation>Документация Qt5</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3658" />
+      <location filename="../UI/UserInterface.py" line="3657" />
       <source>Open Qt5 Documentation</source>
       <translation>Открыть документацию Qt5</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3660" />
+      <location filename="../UI/UserInterface.py" line="3659" />
       <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
       <translation>&lt;b&gt;Документация Qt5&lt;/b&gt;&lt;p&gt;Отображение документации Qt5. В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. &lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3673" />
       <location filename="../UI/UserInterface.py" line="3672" />
+      <location filename="../UI/UserInterface.py" line="3671" />
       <source>Qt6 Documentation</source>
       <translation>Документация Qt6</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3679" />
+      <location filename="../UI/UserInterface.py" line="3678" />
       <source>Open Qt6 Documentation</source>
       <translation>Открыть документацию Qt6</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3681" />
+      <location filename="../UI/UserInterface.py" line="3680" />
       <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
       <translation>&lt;b&gt;Документация Qt6&lt;/b&gt;&lt;p&gt;Отображение документации Qt6. В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. &lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3694" />
       <location filename="../UI/UserInterface.py" line="3693" />
+      <location filename="../UI/UserInterface.py" line="3692" />
       <source>PyQt5 Documentation</source>
       <translation>Документация PyQt5</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3700" />
+      <location filename="../UI/UserInterface.py" line="3699" />
       <source>Open PyQt5 Documentation</source>
       <translation>Открыть документацию PyQt5</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3702" />
+      <location filename="../UI/UserInterface.py" line="3701" />
       <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
       <translation>&lt;b&gt;Докуметация PyQt5&lt;/b&gt;&lt;p&gt;Отображение документации PyQt5. В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. &lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3715" />
       <location filename="../UI/UserInterface.py" line="3714" />
+      <location filename="../UI/UserInterface.py" line="3713" />
       <source>PyQt6 Documentation</source>
       <translation>Документация PyQt6</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3721" />
+      <location filename="../UI/UserInterface.py" line="3720" />
       <source>Open PyQt6 Documentation</source>
       <translation>Открыть документацию PyQt6</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3723" />
+      <location filename="../UI/UserInterface.py" line="3722" />
       <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
       <translation>&lt;b&gt;Докуметация PyQt6&lt;/b&gt;&lt;p&gt;Отображение документации PyQt6. В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. &lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3741" />
       <location filename="../UI/UserInterface.py" line="3740" />
+      <location filename="../UI/UserInterface.py" line="3739" />
       <source>Python 3 Documentation</source>
       <translation>Документация Python 3</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3747" />
+      <location filename="../UI/UserInterface.py" line="3746" />
       <source>Open Python 3 Documentation</source>
       <translation>Открыть документацию Python 3</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3749" />
+      <location filename="../UI/UserInterface.py" line="3748" />
       <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;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 &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Документация Python 3&lt;/b&gt;&lt;p&gt;Отображение документации Python 3. Если директория документации не настроена, то предполагается, что документация Python 3 находится в директории doc в расположении исполняемого файла Python 3 в Windows и &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i. &gt; на Юникс. Чтобы переопределить это, установите PYTHON3DOCDIR в вашей среде.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3768" />
       <location filename="../UI/UserInterface.py" line="3767" />
+      <location filename="../UI/UserInterface.py" line="3766" />
       <source>eric API Documentation</source>
       <translation>Документация API Eric</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3774" />
+      <location filename="../UI/UserInterface.py" line="3773" />
       <source>Open eric API Documentation</source>
       <translation>Открыть документацию API Eric</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3776" />
+      <location filename="../UI/UserInterface.py" line="3775" />
       <source>&lt;b&gt;eric API Documentation&lt;/b&gt;&lt;p&gt;Display the eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric installation directory.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Документация API eric&lt;/b&gt;&lt;p&gt;Отображение документации API eric. Местонахождение документации - директория Documentation/Source, расположенный в директории инсталляции eric.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3794" />
       <location filename="../UI/UserInterface.py" line="3793" />
+      <location filename="../UI/UserInterface.py" line="3792" />
       <source>PySide2 Documentation</source>
       <translation>Документация PySide2</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3800" />
+      <location filename="../UI/UserInterface.py" line="3799" />
       <source>Open PySide2 Documentation</source>
       <translation>Открыть документацию PySide2</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3802" />
+      <location filename="../UI/UserInterface.py" line="3801" />
       <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
       <translation>&lt;b&gt;Документация PySide2&lt;/b&gt;&lt;p&gt;Отображение документации PySide2.  В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. &lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3820" />
       <location filename="../UI/UserInterface.py" line="3819" />
+      <location filename="../UI/UserInterface.py" line="3818" />
       <source>PySide6 Documentation</source>
       <translation>Документация PySide6</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3826" />
+      <location filename="../UI/UserInterface.py" line="3825" />
       <source>Open PySide6 Documentation</source>
       <translation>Открыть документацию PySide6</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3828" />
+      <location filename="../UI/UserInterface.py" line="3827" />
       <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
       <translation>&lt;b&gt;Документация PySide6&lt;/b&gt;&lt;p&gt;Отображение документации PySide6.  В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. &lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3864" />
+      <location filename="../UI/UserInterface.py" line="3863" />
       <source>Sessions</source>
       <translation>Сеансы</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3945" />
+      <location filename="../UI/UserInterface.py" line="3944" />
       <source>E&amp;xtras</source>
       <translation>&amp;Дополнительно</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3955" />
+      <location filename="../UI/UserInterface.py" line="3954" />
       <source>Wi&amp;zards</source>
       <translation>&amp;Мастера</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3973" />
+      <location filename="../UI/UserInterface.py" line="3972" />
       <source>P&amp;lugins</source>
       <translation>Пла&amp;гины</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3982" />
+      <location filename="../UI/UserInterface.py" line="3981" />
       <source>Configure...</source>
       <translation>Настроить...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3991" />
+      <location filename="../UI/UserInterface.py" line="3990" />
       <source>&amp;Testing</source>
       <translation>&amp;Тестировать</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4008" />
+      <location filename="../UI/UserInterface.py" line="4007" />
       <source>Select Tool Group</source>
       <translation>Выберите группу инструментов</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4019" />
+      <location filename="../UI/UserInterface.py" line="4018" />
       <source>Se&amp;ttings</source>
       <translation>&amp;Настройки</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4052" />
+      <location filename="../UI/UserInterface.py" line="4051" />
       <source>&amp;Window</source>
       <translation>&amp;Окно</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4061" />
+      <location filename="../UI/UserInterface.py" line="4060" />
       <source>&amp;Windows</source>
       <translation>&amp;Окна</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4065" />
+      <location filename="../UI/UserInterface.py" line="4064" />
       <source>Central Park</source>
       <translation>Центральное окно</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4069" />
+      <location filename="../UI/UserInterface.py" line="4068" />
       <source>Left Side</source>
       <translation>Левая панель</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4088" />
+      <location filename="../UI/UserInterface.py" line="4087" />
       <source>Right Side</source>
       <translation>Правая панель</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4107" />
+      <location filename="../UI/UserInterface.py" line="4106" />
       <source>Bottom Side</source>
       <translation>Нижняя панель</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4115" />
+      <location filename="../UI/UserInterface.py" line="4114" />
       <source>Plug-ins</source>
       <translation>Плагины</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4121" />
+      <location filename="../UI/UserInterface.py" line="4120" />
       <source>&amp;Toolbars</source>
       <translation>&amp;Панели инструментов</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4134" />
+      <location filename="../UI/UserInterface.py" line="4133" />
       <source>&amp;Help</source>
       <translation>&amp;Справка</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4191" />
-      <location filename="../UI/UserInterface.py" line="4174" />
+      <location filename="../UI/UserInterface.py" line="4190" />
+      <location filename="../UI/UserInterface.py" line="4173" />
       <source>Tools</source>
       <translation>Инструменты</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="4192" />
+      <location filename="../UI/UserInterface.py" line="4177" />
+      <source>Settings</source>
+      <translation>Настройки</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6361" />
       <location filename="../UI/UserInterface.py" line="4193" />
       <location filename="../UI/UserInterface.py" line="4178" />
-      <source>Settings</source>
-      <translation>Настройки</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6362" />
+      <source>Help</source>
+      <translation>Справка</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="4194" />
       <location filename="../UI/UserInterface.py" line="4179" />
-      <source>Help</source>
-      <translation>Справка</translation>
+      <source>Profiles</source>
+      <translation>Профили</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="4195" />
       <location filename="../UI/UserInterface.py" line="4180" />
-      <source>Profiles</source>
-      <translation>Профили</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4196" />
-      <location filename="../UI/UserInterface.py" line="4181" />
       <source>Plugins</source>
       <translation>Плагины</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4192" />
+      <location filename="../UI/UserInterface.py" line="4191" />
       <source>Unittest</source>
       <translation>Юниттест</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4369" />
+      <location filename="../UI/UserInterface.py" line="4368" />
       <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
       <translation>&lt;p&gt;В этой части строки состояния отображается язык текущего окна редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4378" />
+      <location filename="../UI/UserInterface.py" line="4377" />
       <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
       <translation>&lt;p&gt;В этой части строки состояния отображается текущая кодировка редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4387" />
+      <location filename="../UI/UserInterface.py" line="4386" />
       <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
       <translation>&lt;p&gt;В этой части строки состояния отображается режим конца строки текущего редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4396" />
+      <location filename="../UI/UserInterface.py" line="4395" />
       <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
       <translation>&lt;p&gt;В этой части строки состояния отображается режим ro/rw файла, открытого в редакторе.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4405" />
+      <location filename="../UI/UserInterface.py" line="4404" />
       <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
       <translation>&lt;p&gt;В этой части строки состояния отображается номер текущей строки редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4414" />
+      <location filename="../UI/UserInterface.py" line="4413" />
       <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
       <translation>&lt;p&gt;В этой части строки состояния отображается текущая позиция курсора в редакторе.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4428" />
+      <location filename="../UI/UserInterface.py" line="4427" />
       <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
       <translation>&lt;p&gt;В этой части строки состояния разрешено масштабирование редактора или оболочки.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4502" />
-      <location filename="../UI/UserInterface.py" line="4461" />
+      <location filename="../UI/UserInterface.py" line="4501" />
+      <location filename="../UI/UserInterface.py" line="4460" />
       <source>External Tools/{0}</source>
       <translation>Внешние инструменты/{0}</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4610" />
+      <location filename="../UI/UserInterface.py" line="4609" />
       <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
       <translation>&lt;h2&gt;Номера версий&lt;/h2&gt;&lt;table&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4680" />
+      <location filename="../UI/UserInterface.py" line="4679" />
       <source>Desktop</source>
       <translation>Рабочий стол</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4684" />
+      <location filename="../UI/UserInterface.py" line="4683" />
       <source>Session Type</source>
       <translation>Тип сеанса</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="4740" />
+      <location filename="../UI/UserInterface.py" line="4739" />
       <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
       <translation>Почтовый адрес или адрес почтового сервера пуст. &lt;p&gt;Настройте параметры вашей электронной почты в диалоге предпочтений.</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5074" />
+      <source>Restart application</source>
+      <translation>Перезапустить приложение</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5075" />
-      <source>Restart application</source>
-      <translation>Перезапустить приложение</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5076" />
       <source>The application needs to be restarted. Do it now?</source>
       <translation>Необходимо перезапустить приложение. Сделать это сейчас?</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5099" />
+      <source>Upgrade PyQt</source>
+      <translation>Обновить PyQt</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5100" />
-      <source>Upgrade PyQt</source>
-      <translation>Обновить PyQt</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5101" />
       <source>eric needs to be closed in order to upgrade PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
@@ -93830,12 +93868,12 @@
 Выполнить обновление сейчас?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5125" />
+      <location filename="../UI/UserInterface.py" line="5124" />
       <source>Upgrade Eric</source>
       <translation>Обновить Eric</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5126" />
+      <location filename="../UI/UserInterface.py" line="5125" />
       <source>eric needs to be closed in order to be upgraded. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
@@ -93844,12 +93882,12 @@
 Выполнить обновление сейчас?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5151" />
+      <location filename="../UI/UserInterface.py" line="5150" />
       <source>Upgrade Eric and PyQt6</source>
       <translation>Обновить Eric и PyQt6</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5152" />
+      <location filename="../UI/UserInterface.py" line="5151" />
       <source>eric needs to be closed in order to upgrade eric and PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
  Shall the upgrade be done now?</source>
@@ -93858,47 +93896,59 @@
  Выполнить обновление сейчас?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5214" />
+      <location filename="../UI/UserInterface.py" line="5213" />
       <source>&amp;Builtin Tools</source>
       <translation>&amp;Встроенные инструменты</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5234" />
+      <location filename="../UI/UserInterface.py" line="5233" />
       <source>&amp;Plugin Tools</source>
       <translation>Инструменты - &amp;плагины</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5237" />
+      <location filename="../UI/UserInterface.py" line="5236" />
       <source>&amp;User Tools</source>
       <translation>&amp;Инструменты пользователя</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5263" />
+      <location filename="../UI/UserInterface.py" line="5262" />
       <source>Configure Tool Groups ...</source>
       <translation>Настройка группы инструментов...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5267" />
+      <location filename="../UI/UserInterface.py" line="5266" />
       <source>Configure current Tool Group ...</source>
       <translation>Настроить текущую группу инструментов...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5306" />
-      <location filename="../UI/UserInterface.py" line="5286" />
+      <location filename="../UI/UserInterface.py" line="5305" />
+      <location filename="../UI/UserInterface.py" line="5285" />
       <source>No User Tools Configured</source>
       <translation>Инструменты пользователя не сконфигурированы</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5382" />
+      <location filename="../UI/UserInterface.py" line="5381" />
       <source>&amp;Show all</source>
       <translation>Показать &amp;всё</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5384" />
+      <location filename="../UI/UserInterface.py" line="5383" />
       <source>&amp;Hide all</source>
       <translation>Ск&amp;рыть всё</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6498" />
+      <location filename="../UI/UserInterface.py" line="6487" />
+      <location filename="../UI/UserInterface.py" line="6439" />
+      <location filename="../UI/UserInterface.py" line="6429" />
+      <location filename="../UI/UserInterface.py" line="6252" />
+      <location filename="../UI/UserInterface.py" line="6242" />
+      <location filename="../UI/UserInterface.py" line="6184" />
+      <location filename="../UI/UserInterface.py" line="6174" />
+      <source>Problem</source>
+      <translation>Проблема</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6499" />
       <location filename="../UI/UserInterface.py" line="6488" />
       <location filename="../UI/UserInterface.py" line="6440" />
@@ -93907,310 +93957,296 @@
       <location filename="../UI/UserInterface.py" line="6243" />
       <location filename="../UI/UserInterface.py" line="6185" />
       <location filename="../UI/UserInterface.py" line="6175" />
-      <source>Problem</source>
-      <translation>Проблема</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6500" />
-      <location filename="../UI/UserInterface.py" line="6489" />
-      <location filename="../UI/UserInterface.py" line="6441" />
-      <location filename="../UI/UserInterface.py" line="6431" />
-      <location filename="../UI/UserInterface.py" line="6254" />
-      <location filename="../UI/UserInterface.py" line="6244" />
-      <location filename="../UI/UserInterface.py" line="6186" />
-      <location filename="../UI/UserInterface.py" line="6176" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Файл &lt;b&gt;{0}&lt;/b&gt; либо не существует, либо нулевой длины.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6741" />
-      <location filename="../UI/UserInterface.py" line="6652" />
-      <location filename="../UI/UserInterface.py" line="6535" />
-      <location filename="../UI/UserInterface.py" line="6512" />
-      <location filename="../UI/UserInterface.py" line="6453" />
-      <location filename="../UI/UserInterface.py" line="6400" />
-      <location filename="../UI/UserInterface.py" line="6378" />
-      <location filename="../UI/UserInterface.py" line="6329" />
-      <location filename="../UI/UserInterface.py" line="6320" />
-      <location filename="../UI/UserInterface.py" line="6285" />
-      <location filename="../UI/UserInterface.py" line="6276" />
-      <location filename="../UI/UserInterface.py" line="6217" />
-      <location filename="../UI/UserInterface.py" line="6208" />
+      <location filename="../UI/UserInterface.py" line="6740" />
+      <location filename="../UI/UserInterface.py" line="6651" />
+      <location filename="../UI/UserInterface.py" line="6534" />
+      <location filename="../UI/UserInterface.py" line="6511" />
+      <location filename="../UI/UserInterface.py" line="6452" />
+      <location filename="../UI/UserInterface.py" line="6399" />
+      <location filename="../UI/UserInterface.py" line="6377" />
+      <location filename="../UI/UserInterface.py" line="6328" />
+      <location filename="../UI/UserInterface.py" line="6319" />
+      <location filename="../UI/UserInterface.py" line="6284" />
+      <location filename="../UI/UserInterface.py" line="6275" />
+      <location filename="../UI/UserInterface.py" line="6216" />
+      <location filename="../UI/UserInterface.py" line="6207" />
       <source>Process Generation Error</source>
       <translation>Ошибка при запуске процесса</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6209" />
+      <location filename="../UI/UserInterface.py" line="6208" />
       <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Невозможно запустить Qt-Designer.&lt;br&gt;Убедитесь, что он доступен в &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6218" />
+      <location filename="../UI/UserInterface.py" line="6217" />
       <source>&lt;p&gt;Could not find the Qt-Designer executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Не удается найти исполняемый файл Qt-Designer.&lt;br&gt;На странице настройки Qt убедитесь, что он установлен и дополнительно настроен.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6277" />
+      <location filename="../UI/UserInterface.py" line="6276" />
       <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Невозможно запустить Qt-Linguist.&lt;br&gt;Убедитесь, что он доступен в &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6286" />
+      <location filename="../UI/UserInterface.py" line="6285" />
       <source>&lt;p&gt;Could not find the Qt-Linguist executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Не удается найти исполняемый файл Qt-Linguist.&lt;br&gt;На странице настройки Qt убедитесь, что он установлен и дополнительно настроен.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6321" />
+      <location filename="../UI/UserInterface.py" line="6320" />
       <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Невозможно запустить Qt-Assistant.&lt;br&gt;Убедитесь, что он доступен в &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6330" />
+      <location filename="../UI/UserInterface.py" line="6329" />
       <source>&lt;p&gt;Could not find the Qt-Assistant executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Не удается найти исполняемый файл Qt-Assistant.&lt;br&gt;На странице настройки Qt убедитесь, что он установлен и дополнительно настроен.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6363" />
+      <location filename="../UI/UserInterface.py" line="6362" />
       <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
       <translation>В настоящее время просмотрщик пользователя не выбран. Используйте диалог предпочтений для его выбора.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6379" />
+      <location filename="../UI/UserInterface.py" line="6378" />
       <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Невозможно запустить пользовательский просмотрщик.&lt;br&gt;Убедитесь, что он находится в &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6401" />
+      <location filename="../UI/UserInterface.py" line="6400" />
       <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Невозможно запустить просмотрщик справки.&lt;br&gt;Убедитесь, что он доступен под именем &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6454" />
+      <location filename="../UI/UserInterface.py" line="6453" />
       <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Невозможно запустить UI Previewer (предпросмотр интерфейсов).&lt;br&gt;Убедитесь, что он находится в &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6513" />
+      <location filename="../UI/UserInterface.py" line="6512" />
       <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Невозможно запустить Translation Previewer (предпросмотр переводов).&lt;br&gt;Убедитесь, что он находится в &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6536" />
+      <location filename="../UI/UserInterface.py" line="6535" />
       <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Невозможно запустить SQL браузер.&lt;br&gt;Убедитесь, что он доступен как &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6633" />
+      <location filename="../UI/UserInterface.py" line="6632" />
       <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Утилита моментального снимка недоступна для сеансов Wayland desktop.&lt; / p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6653" />
+      <location filename="../UI/UserInterface.py" line="6652" />
       <source>&lt;p&gt;Could not start Snapshot tool.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Невозможно запустить программу для создания снимка экрана.&lt;br&gt;Убедитесь что она установлена как &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6685" />
+      <location filename="../UI/UserInterface.py" line="6675" />
+      <source>External Tools</source>
+      <translation>Внешние инструменты</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6676" />
+      <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
+      <translation>Запись для внешнего инструмента '{0}' не найдена в группе инструментов '{1}'.</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6686" />
-      <location filename="../UI/UserInterface.py" line="6676" />
-      <source>External Tools</source>
-      <translation>Внешние инструменты</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6677" />
-      <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
-      <translation>Запись для внешнего инструмента '{0}' не найдена в группе инструментов '{1}'.</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6687" />
       <source>No toolgroup entry '{0}' found.</source>
       <translation>Запись для группы инструментов '{0}' не найдена.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6724" />
+      <location filename="../UI/UserInterface.py" line="6723" />
       <source>Starting process '{0} {1}'.
 </source>
       <translation>Запускается процесс '{0} {1}'.
 </translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6742" />
+      <location filename="../UI/UserInterface.py" line="6741" />
       <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Невозможно запустить инструмент &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Убедитесь, что он доступен в &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6821" />
+      <location filename="../UI/UserInterface.py" line="6820" />
       <source>Process '{0}' has exited.
 </source>
       <translation>Процесс '{0}' завершен.
 </translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7108" />
+      <location filename="../UI/UserInterface.py" line="7046" />
+      <location filename="../UI/UserInterface.py" line="7002" />
+      <location filename="../UI/UserInterface.py" line="6928" />
+      <location filename="../UI/UserInterface.py" line="6864" />
+      <source>Documentation Missing</source>
+      <translation>Документация отсутствует</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7109" />
       <location filename="../UI/UserInterface.py" line="7047" />
       <location filename="../UI/UserInterface.py" line="7003" />
       <location filename="../UI/UserInterface.py" line="6929" />
       <location filename="../UI/UserInterface.py" line="6865" />
-      <source>Documentation Missing</source>
-      <translation>Документация отсутствует</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7110" />
-      <location filename="../UI/UserInterface.py" line="7048" />
-      <location filename="../UI/UserInterface.py" line="7004" />
-      <location filename="../UI/UserInterface.py" line="6930" />
-      <location filename="../UI/UserInterface.py" line="6866" />
       <source>&lt;p&gt;The documentation starting point "&lt;b&gt;{0}&lt;/b&gt;" could not be found.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Стартовая директория документации "&lt;b&gt;{0}&lt;/b&gt;" не найдена.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7090" />
+      <location filename="../UI/UserInterface.py" line="6972" />
+      <source>Documentation</source>
+      <translation>Документация</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6973" />
+      <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Стартовая директория документации PyQt{0} не настроена.&lt;/p&gt;</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7091" />
-      <location filename="../UI/UserInterface.py" line="6973" />
-      <source>Documentation</source>
-      <translation>Документация</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6974" />
-      <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Стартовая директория документации PyQt{0} не настроена.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7092" />
       <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Просмотр документации PySide{0} не настроен.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7270" />
+      <location filename="../UI/UserInterface.py" line="7206" />
+      <source>Start Web Browser</source>
+      <translation>Запуск web-браузера</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7207" />
+      <source>The eric web browser could not be started.</source>
+      <translation>Невозможно запустить eric web-браузер.</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7271" />
-      <location filename="../UI/UserInterface.py" line="7207" />
-      <source>Start Web Browser</source>
-      <translation>Запуск web-браузера</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7208" />
-      <source>The eric web browser could not be started.</source>
-      <translation>Невозможно запустить eric web-браузер.</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7272" />
       <source>&lt;p&gt;The eric web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Eric web-браузер не запущен.&lt;/p&gt;&lt;p&gt;Причина: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7318" />
+      <location filename="../UI/UserInterface.py" line="7317" />
       <source>Open Browser</source>
       <translation>Открыть браузер</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7318" />
+      <location filename="../UI/UserInterface.py" line="7317" />
       <source>Could not start a web browser</source>
       <translation>Невозможно запустить web-браузер</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7622" />
-      <location filename="../UI/UserInterface.py" line="7584" />
+      <location filename="../UI/UserInterface.py" line="7621" />
+      <location filename="../UI/UserInterface.py" line="7583" />
       <source>Keyboard Shortcuts File (*.ekj)</source>
       <translation>Файл горячих клавиш (*.ekj)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7602" />
+      <location filename="../UI/UserInterface.py" line="7601" />
       <source>&lt;p&gt;The keyboard shortcuts file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
       <translation>&lt;p&gt;Файл горячих клавиш &lt;b&gt;{0}&lt;/b&gt; уже существует. Переписать?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7806" />
+      <location filename="../UI/UserInterface.py" line="7805" />
       <source>Load crash session...</source>
       <translation>Загрузить crash-сеанс...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7809" />
+      <location filename="../UI/UserInterface.py" line="7808" />
       <source>Clean crash sessions...</source>
       <translation>Очистить crash-сеансы...</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7845" />
+      <source>Read Session</source>
+      <translation>Загрузить сеанс</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7846" />
-      <source>Read Session</source>
-      <translation>Загрузить сеанс</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7847" />
       <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Невозможно прочитать файл сеанса &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7870" />
+      <location filename="../UI/UserInterface.py" line="7869" />
       <source>Save Session</source>
       <translation>Сохранить сеанс</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7895" />
-      <location filename="../UI/UserInterface.py" line="7872" />
+      <location filename="../UI/UserInterface.py" line="7894" />
+      <location filename="../UI/UserInterface.py" line="7871" />
       <source>eric Session Files (*.esj)</source>
       <translation>Файлы сеансов eric (*.esj)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7964" />
-      <source>Found Crash Sessions</source>
-      <translation>Найдены crash-сеансы</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7965" />
-      <source>These crash session files were found. Select the one to open. Select 'Cancel' to not open a crash session.</source>
-      <translation>Были найдены следующие файлы crash-сеансов. Выберите один из них для открытия. Выберите 'Отмена', чтобы не открывать crash-сеанс.</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="8038" />
+      <location filename="../UI/UserInterface.py" line="8030" />
       <source>Clean stale crash sessions</source>
       <translation>Очистите устаревшие crash-сеансы</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8039" />
+      <location filename="../UI/UserInterface.py" line="8031" />
       <source>Do you really want to delete these stale crash session files?</source>
       <translation>Вы действительно хотите удалить эти устаревшие файлы crash-сеансов?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8415" />
+      <location filename="../UI/UserInterface.py" line="8407" />
       <source>Drop Error</source>
       <translation>Ошибка Drag&amp;&amp;Drop</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8416" />
+      <location filename="../UI/UserInterface.py" line="8408" />
       <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; не является файлом&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8613" />
+      <location filename="../UI/UserInterface.py" line="8605" />
       <source>Upgrade available</source>
       <translation>Доступно обновление</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8614" />
+      <location filename="../UI/UserInterface.py" line="8606" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation>&lt;p&gt;Новая версия пакета &lt;b&gt;eric-ide&lt;/b&gt; доступна по адресу &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt; Установлено: {1}&lt;br/&gt;Доступно: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Должен ли &lt;b&gt;eric-ide&lt;/b&gt; быть обновлен?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8662" />
+      <location filename="../UI/UserInterface.py" line="8654" />
       <source>First time usage</source>
       <translation>Первое использование</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8663" />
+      <location filename="../UI/UserInterface.py" line="8655" />
       <source>eric has not been configured yet. The configuration dialog will be started.</source>
       <translation>Настройка eric ещё не выполнена. Сейчас будет запущен диалог конфигурации.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8685" />
+      <location filename="../UI/UserInterface.py" line="8677" />
       <source>Select Workspace Directory</source>
       <translation>Выбор директории рабочей области</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8853" />
+      <location filename="../UI/UserInterface.py" line="8845" />
       <source>Unsaved Data Detected</source>
       <translation>Обнаружены несохраненные данные</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8854" />
+      <location filename="../UI/UserInterface.py" line="8846" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation>Некоторые редакторы содержат несохраненные данные. Должны ли они быть сохранены?</translation>
     </message>
+    <message>
+      <source>Found Crash Sessions</source>
+      <translation type="vanished">Найдены crash-сеансы</translation>
+    </message>
+    <message>
+      <source>These crash session files were found. Select the one to open. Select 'Cancel' to not open a crash session.</source>
+      <translation type="vanished">Были найдены следующие файлы crash-сеансов. Выберите один из них для открытия. Выберите 'Отмена', чтобы не открывать crash-сеанс.</translation>
+    </message>
   </context>
   <context>
     <name>UserProjectFile</name>
--- a/src/eric7/i18n/eric7_tr.ts	Wed Apr 02 16:56:06 2025 +0200
+++ b/src/eric7/i18n/eric7_tr.ts	Thu Apr 03 19:50:43 2025 +0200
@@ -8728,6 +8728,44 @@
     </message>
   </context>
   <context>
+    <name>CrashedSessionsSelectionDialog</name>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="72" />
+      <source>Read Crash Session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="73" />
+      <source>&lt;p&gt;The crash session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="82" />
+      <source>{0}
+Timestamp: {1}
+Project: {2}</source>
+      <comment>Crash Session, Timestamp, Project Path</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="87" />
+      <source>{0}
+Timestamp: {1}</source>
+      <comment>Crash Session, Timestamp</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.ui" line="0" />
+      <source>Found Crash Sessions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.ui" line="0" />
+      <source>These crash session files were found. Select the one to open. Select 'Cancel' to not open a crash session.</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
     <name>CreateDialogCodeDialog</name>
     <message>
       <location filename="../Project/CreateDialogCodeDialog.py" line="149" />
@@ -91180,2298 +91218,2310 @@
   <context>
     <name>UserInterface</name>
     <message>
-      <location filename="../UI/UserInterface.py" line="264" />
+      <location filename="../UI/UserInterface.py" line="263" />
       <source>Initializing Basic Services...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="320" />
+      <location filename="../UI/UserInterface.py" line="319" />
       <source>Initializing Plugin Manager...</source>
       <translation>Eklenti Yöneticisi Hazırlanıyor...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="328" />
+      <location filename="../UI/UserInterface.py" line="327" />
       <source>Generating Main User Interface...</source>
       <translation>Ana Kullanıcı Arayüzü Üretiliyor...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="385" />
-      <location filename="../UI/UserInterface.py" line="383" />
+      <location filename="../UI/UserInterface.py" line="384" />
+      <location filename="../UI/UserInterface.py" line="382" />
       <source>Setting up signal/slot-connections...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="594" />
+      <location filename="../UI/UserInterface.py" line="593" />
       <source>Initializing Tools...</source>
       <translation>Araçlar Hazırlanıyor...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="606" />
+      <location filename="../UI/UserInterface.py" line="605" />
       <source>Registering Objects...</source>
       <translation>Nesneler Kaydediliyor...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="641" />
+      <location filename="../UI/UserInterface.py" line="640" />
       <source>Initializing Actions...</source>
       <translation>İşlemler Hazırlanıyor...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="644" />
+      <location filename="../UI/UserInterface.py" line="643" />
       <source>Initializing Menus...</source>
       <translation>Menüler Hazırlanıyor...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="647" />
+      <location filename="../UI/UserInterface.py" line="646" />
       <source>Initializing Toolbars...</source>
       <translation>Araççubuğu Hazırlanıyor...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="650" />
+      <location filename="../UI/UserInterface.py" line="649" />
       <source>Initializing Statusbar...</source>
       <translation>Durumçubuğu Hazırlanıyor...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="675" />
-      <location filename="../UI/UserInterface.py" line="673" />
+      <location filename="../UI/UserInterface.py" line="674" />
+      <location filename="../UI/UserInterface.py" line="672" />
       <source>Initializing Single Application Server...</source>
       <translation>Tekli Uygulama Senveri Hazırlanıyor...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="682" />
+      <location filename="../UI/UserInterface.py" line="681" />
       <source>Initializing Plugins...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="686" />
+      <location filename="../UI/UserInterface.py" line="685" />
       <source>Activating Plugins...</source>
       <translation>Eklentiler Aktif oluyor...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="689" />
+      <location filename="../UI/UserInterface.py" line="688" />
       <source>Generating Plugins Toolbars...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="693" />
+      <location filename="../UI/UserInterface.py" line="692" />
       <source>Cleaning Plugins Download Area...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="704" />
+      <location filename="../UI/UserInterface.py" line="703" />
       <source>Restoring Toolbarmanager...</source>
       <translation>Araççubuğu Yöneticisi Yeniden yapılandırılıyor...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="713" />
+      <location filename="../UI/UserInterface.py" line="712" />
       <source>Setting View Profile...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="727" />
+      <location filename="../UI/UserInterface.py" line="726" />
       <source>Reading Tasks...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="733" />
+      <location filename="../UI/UserInterface.py" line="732" />
       <source>Reading Templates...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="739" />
+      <location filename="../UI/UserInterface.py" line="738" />
       <source>Starting Debugger...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2213" />
-      <location filename="../UI/UserInterface.py" line="1100" />
+      <location filename="../UI/UserInterface.py" line="2212" />
+      <location filename="../UI/UserInterface.py" line="1099" />
       <source>Left Toolbox</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2259" />
-      <location filename="../UI/UserInterface.py" line="1110" />
+      <location filename="../UI/UserInterface.py" line="2258" />
+      <location filename="../UI/UserInterface.py" line="1109" />
       <source>Horizontal Toolbox</source>
       <translation>Yatay Araçkutusu</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2236" />
-      <location filename="../UI/UserInterface.py" line="1121" />
+      <location filename="../UI/UserInterface.py" line="2235" />
+      <location filename="../UI/UserInterface.py" line="1120" />
       <source>Right Toolbox</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2054" />
+      <location filename="../UI/UserInterface.py" line="1316" />
+      <location filename="../UI/UserInterface.py" line="1130" />
+      <source>Multiproject-Viewer</source>
+      <translation>Çokluproje-Görüntüleyici</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2032" />
+      <location filename="../UI/UserInterface.py" line="1322" />
+      <location filename="../UI/UserInterface.py" line="1136" />
+      <source>Project-Viewer</source>
+      <translation>Proje-Görüntüleyici</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2594" />
+      <location filename="../UI/UserInterface.py" line="2593" />
+      <location filename="../UI/UserInterface.py" line="1329" />
+      <location filename="../UI/UserInterface.py" line="1143" />
+      <source>Find/Replace In Files</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2617" />
+      <location filename="../UI/UserInterface.py" line="2616" />
+      <location filename="../UI/UserInterface.py" line="1336" />
+      <location filename="../UI/UserInterface.py" line="1150" />
+      <source>Find File</source>
+      <translation type="unfinished">Dosya Bul</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1342" />
+      <location filename="../UI/UserInterface.py" line="1156" />
+      <source>VCS Status</source>
+      <translation type="unfinished">VCS Durumu</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2187" />
+      <location filename="../UI/UserInterface.py" line="1349" />
+      <location filename="../UI/UserInterface.py" line="1163" />
+      <source>Template-Viewer</source>
+      <translation>Şablon-Gösterici</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2120" />
+      <location filename="../UI/UserInterface.py" line="1356" />
+      <location filename="../UI/UserInterface.py" line="1170" />
+      <source>File-Browser</source>
+      <translation>Dosya-Gözatıcısı</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1363" />
+      <location filename="../UI/UserInterface.py" line="1177" />
+      <source>Symbols</source>
+      <translation>Semboller</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2076" />
+      <location filename="../UI/UserInterface.py" line="1385" />
+      <location filename="../UI/UserInterface.py" line="1379" />
+      <location filename="../UI/UserInterface.py" line="1187" />
+      <source>Debug-Viewer</source>
+      <translation>Hata Ayıklama Göstericisi</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2448" />
+      <location filename="../UI/UserInterface.py" line="2447" />
+      <location filename="../UI/UserInterface.py" line="1392" />
+      <location filename="../UI/UserInterface.py" line="1194" />
+      <source>Code Documentation Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2663" />
+      <location filename="../UI/UserInterface.py" line="2662" />
+      <location filename="../UI/UserInterface.py" line="1399" />
+      <location filename="../UI/UserInterface.py" line="1201" />
+      <source>Help Viewer</source>
+      <translation type="unfinished">Yardım</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3611" />
+      <location filename="../UI/UserInterface.py" line="2543" />
+      <location filename="../UI/UserInterface.py" line="2542" />
+      <location filename="../UI/UserInterface.py" line="1405" />
+      <location filename="../UI/UserInterface.py" line="1207" />
+      <source>Plugin Repository</source>
+      <translation>Eklenti Havuzu</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2567" />
+      <location filename="../UI/UserInterface.py" line="2566" />
+      <location filename="../UI/UserInterface.py" line="1411" />
+      <location filename="../UI/UserInterface.py" line="1213" />
+      <source>Virtual Environments</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2475" />
+      <location filename="../UI/UserInterface.py" line="2474" />
+      <location filename="../UI/UserInterface.py" line="1418" />
+      <location filename="../UI/UserInterface.py" line="1220" />
+      <source>PyPI Package Management</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2497" />
+      <location filename="../UI/UserInterface.py" line="2496" />
+      <location filename="../UI/UserInterface.py" line="1425" />
+      <location filename="../UI/UserInterface.py" line="1225" />
+      <source>Conda</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1432" />
+      <location filename="../UI/UserInterface.py" line="1232" />
+      <source>Cooperation</source>
+      <translation>İşbirliği</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2375" />
+      <location filename="../UI/UserInterface.py" line="1436" />
+      <location filename="../UI/UserInterface.py" line="1237" />
+      <source>IRC</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2519" />
+      <location filename="../UI/UserInterface.py" line="2518" />
+      <location filename="../UI/UserInterface.py" line="1442" />
+      <location filename="../UI/UserInterface.py" line="1244" />
+      <source>MicroPython</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2098" />
+      <location filename="../UI/UserInterface.py" line="1450" />
+      <location filename="../UI/UserInterface.py" line="1252" />
+      <source>Shell</source>
+      <translation>Kabuk</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2164" />
+      <location filename="../UI/UserInterface.py" line="1456" />
+      <location filename="../UI/UserInterface.py" line="1256" />
+      <source>Task-Viewer</source>
+      <translation>Görev-Gösterici</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2142" />
+      <location filename="../UI/UserInterface.py" line="1462" />
+      <location filename="../UI/UserInterface.py" line="1260" />
+      <source>Log-Viewer</source>
+      <translation>Kayıt-Gösterici</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1469" />
+      <location filename="../UI/UserInterface.py" line="1267" />
+      <source>Numbers</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1844" />
+      <source>{0} - Passive Mode</source>
+      <translation>{0} - Pasif Mod</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1853" />
+      <location filename="../UI/UserInterface.py" line="1847" />
+      <source>{0} - {1} - Passive Mode</source>
+      <translation>{0} - {1} -Pasif Mod</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1859" />
+      <source>{0} - {1} - {2} - Passive Mode</source>
+      <translation>{0} - {1} - {2} - Pasif Mod</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1885" />
+      <source>Quit</source>
+      <translation>Çık</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1887" />
+      <source>&amp;Quit</source>
+      <translation>&amp;Çıkış</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1888" />
+      <source>Ctrl+Q</source>
+      <comment>File|Quit</comment>
+      <translation>Ctrl+Q</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1893" />
+      <source>Quit the IDE</source>
+      <translation>IDE den Çık</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1895" />
+      <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1909" />
+      <location filename="../UI/UserInterface.py" line="1907" />
+      <source>Restart</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1910" />
+      <source>Ctrl+Shift+Q</source>
+      <comment>File|Quit</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1915" />
+      <source>Restart the IDE</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1917" />
+      <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1935" />
+      <location filename="../UI/UserInterface.py" line="1928" />
+      <source>Save session</source>
+      <translation>Oturumu kaydet</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1929" />
+      <source>Save session...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1937" />
+      <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7892" />
+      <location filename="../UI/UserInterface.py" line="1954" />
+      <location filename="../UI/UserInterface.py" line="1947" />
+      <source>Load session</source>
+      <translation type="unfinished">Oturum yükleniyor</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1948" />
+      <source>Load session...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1956" />
+      <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1966" />
+      <source>New Window</source>
+      <translation type="unfinished">Yeni Pencere</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1968" />
+      <source>New &amp;Window</source>
+      <translation type="unfinished">Yeni &amp;Pencere</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1969" />
+      <source>Ctrl+Shift+N</source>
+      <comment>File|New Window</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1974" />
+      <source>Open a new eric instance</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1976" />
+      <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric IDE.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1990" />
+      <location filename="../UI/UserInterface.py" line="1988" />
+      <source>Edit Profile</source>
+      <translation>Düzenleme Kesiti</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1997" />
+      <source>Activate the edit view profile</source>
+      <translation>Düzenleyici görüntü kesitini aktif yap</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1999" />
+      <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2012" />
+      <location filename="../UI/UserInterface.py" line="2010" />
+      <source>Debug Profile</source>
+      <translation>Hata Ayıklama Kesiti</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2019" />
+      <source>Activate the debug view profile</source>
+      <translation>Debug görüntü kesitini aktif et</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2021" />
+      <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2033" />
+      <source>&amp;Project-Viewer</source>
+      <translation>&amp;proje-Görüntüleyici</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2034" />
+      <source>Alt+Shift+P</source>
+      <translation>Alt+Shift+P</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2040" />
+      <source>Switch the input focus to the Project-Viewer window.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2043" />
+      <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2055" />
-      <location filename="../UI/UserInterface.py" line="1317" />
-      <location filename="../UI/UserInterface.py" line="1131" />
-      <source>Multiproject-Viewer</source>
-      <translation>Çokluproje-Görüntüleyici</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2033" />
-      <location filename="../UI/UserInterface.py" line="1323" />
-      <location filename="../UI/UserInterface.py" line="1137" />
-      <source>Project-Viewer</source>
-      <translation>Proje-Görüntüleyici</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2595" />
-      <location filename="../UI/UserInterface.py" line="2594" />
-      <location filename="../UI/UserInterface.py" line="1330" />
-      <location filename="../UI/UserInterface.py" line="1144" />
-      <source>Find/Replace In Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2618" />
-      <location filename="../UI/UserInterface.py" line="2617" />
-      <location filename="../UI/UserInterface.py" line="1337" />
-      <location filename="../UI/UserInterface.py" line="1151" />
-      <source>Find File</source>
-      <translation type="unfinished">Dosya Bul</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1343" />
-      <location filename="../UI/UserInterface.py" line="1157" />
-      <source>VCS Status</source>
-      <translation type="unfinished">VCS Durumu</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2188" />
-      <location filename="../UI/UserInterface.py" line="1350" />
-      <location filename="../UI/UserInterface.py" line="1164" />
-      <source>Template-Viewer</source>
-      <translation>Şablon-Gösterici</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2121" />
-      <location filename="../UI/UserInterface.py" line="1357" />
-      <location filename="../UI/UserInterface.py" line="1171" />
-      <source>File-Browser</source>
-      <translation>Dosya-Gözatıcısı</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1364" />
-      <location filename="../UI/UserInterface.py" line="1178" />
-      <source>Symbols</source>
-      <translation>Semboller</translation>
+      <source>&amp;Multiproject-Viewer</source>
+      <translation>Çokluproje-Görü&amp;ntüleyici</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2056" />
+      <source>Alt+Shift+M</source>
+      <translation>Alt+Shift+M</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2062" />
+      <source>Switch the input focus to the Multiproject-Viewer window.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2065" />
+      <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2077" />
-      <location filename="../UI/UserInterface.py" line="1386" />
-      <location filename="../UI/UserInterface.py" line="1380" />
-      <location filename="../UI/UserInterface.py" line="1188" />
-      <source>Debug-Viewer</source>
-      <translation>Hata Ayıklama Göstericisi</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2449" />
-      <location filename="../UI/UserInterface.py" line="2448" />
-      <location filename="../UI/UserInterface.py" line="1393" />
-      <location filename="../UI/UserInterface.py" line="1195" />
-      <source>Code Documentation Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2664" />
-      <location filename="../UI/UserInterface.py" line="2663" />
-      <location filename="../UI/UserInterface.py" line="1400" />
-      <location filename="../UI/UserInterface.py" line="1202" />
-      <source>Help Viewer</source>
-      <translation type="unfinished">Yardım</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3612" />
-      <location filename="../UI/UserInterface.py" line="2544" />
-      <location filename="../UI/UserInterface.py" line="2543" />
-      <location filename="../UI/UserInterface.py" line="1406" />
-      <location filename="../UI/UserInterface.py" line="1208" />
-      <source>Plugin Repository</source>
-      <translation>Eklenti Havuzu</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2568" />
-      <location filename="../UI/UserInterface.py" line="2567" />
-      <location filename="../UI/UserInterface.py" line="1412" />
-      <location filename="../UI/UserInterface.py" line="1214" />
-      <source>Virtual Environments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2476" />
-      <location filename="../UI/UserInterface.py" line="2475" />
-      <location filename="../UI/UserInterface.py" line="1419" />
-      <location filename="../UI/UserInterface.py" line="1221" />
-      <source>PyPI Package Management</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2498" />
-      <location filename="../UI/UserInterface.py" line="2497" />
-      <location filename="../UI/UserInterface.py" line="1426" />
-      <location filename="../UI/UserInterface.py" line="1226" />
-      <source>Conda</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1433" />
-      <location filename="../UI/UserInterface.py" line="1233" />
-      <source>Cooperation</source>
-      <translation>İşbirliği</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2376" />
-      <location filename="../UI/UserInterface.py" line="1437" />
-      <location filename="../UI/UserInterface.py" line="1238" />
-      <source>IRC</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2520" />
-      <location filename="../UI/UserInterface.py" line="2519" />
-      <location filename="../UI/UserInterface.py" line="1443" />
-      <location filename="../UI/UserInterface.py" line="1245" />
-      <source>MicroPython</source>
+      <source>&amp;Debug-Viewer</source>
+      <translation>Ha&amp;ta Ayıklama-Göstericisi</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2078" />
+      <source>Alt+Shift+D</source>
+      <translation>Alt+Shift+D</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2084" />
+      <source>Switch the input focus to the Debug-Viewer window.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2087" />
+      <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2099" />
-      <location filename="../UI/UserInterface.py" line="1451" />
-      <location filename="../UI/UserInterface.py" line="1253" />
-      <source>Shell</source>
-      <translation>Kabuk</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2165" />
-      <location filename="../UI/UserInterface.py" line="1457" />
-      <location filename="../UI/UserInterface.py" line="1257" />
-      <source>Task-Viewer</source>
-      <translation>Görev-Gösterici</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2143" />
-      <location filename="../UI/UserInterface.py" line="1463" />
-      <location filename="../UI/UserInterface.py" line="1261" />
-      <source>Log-Viewer</source>
-      <translation>Kayıt-Gösterici</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1470" />
-      <location filename="../UI/UserInterface.py" line="1268" />
-      <source>Numbers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1845" />
-      <source>{0} - Passive Mode</source>
-      <translation>{0} - Pasif Mod</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1854" />
-      <location filename="../UI/UserInterface.py" line="1848" />
-      <source>{0} - {1} - Passive Mode</source>
-      <translation>{0} - {1} -Pasif Mod</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1860" />
-      <source>{0} - {1} - {2} - Passive Mode</source>
-      <translation>{0} - {1} - {2} - Pasif Mod</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1886" />
-      <source>Quit</source>
-      <translation>Çık</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1888" />
-      <source>&amp;Quit</source>
-      <translation>&amp;Çıkış</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1889" />
-      <source>Ctrl+Q</source>
-      <comment>File|Quit</comment>
-      <translation>Ctrl+Q</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1894" />
-      <source>Quit the IDE</source>
-      <translation>IDE den Çık</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1896" />
-      <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1910" />
-      <location filename="../UI/UserInterface.py" line="1908" />
-      <source>Restart</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1911" />
-      <source>Ctrl+Shift+Q</source>
-      <comment>File|Quit</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1916" />
-      <source>Restart the IDE</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1918" />
-      <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1936" />
-      <location filename="../UI/UserInterface.py" line="1929" />
-      <source>Save session</source>
-      <translation>Oturumu kaydet</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1930" />
-      <source>Save session...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1938" />
-      <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7893" />
-      <location filename="../UI/UserInterface.py" line="1955" />
-      <location filename="../UI/UserInterface.py" line="1948" />
-      <source>Load session</source>
-      <translation type="unfinished">Oturum yükleniyor</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1949" />
-      <source>Load session...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1957" />
-      <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1967" />
-      <source>New Window</source>
-      <translation type="unfinished">Yeni Pencere</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1969" />
-      <source>New &amp;Window</source>
-      <translation type="unfinished">Yeni &amp;Pencere</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1970" />
-      <source>Ctrl+Shift+N</source>
-      <comment>File|New Window</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1975" />
-      <source>Open a new eric instance</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1977" />
-      <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric IDE.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1991" />
-      <location filename="../UI/UserInterface.py" line="1989" />
-      <source>Edit Profile</source>
-      <translation>Düzenleme Kesiti</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1998" />
-      <source>Activate the edit view profile</source>
-      <translation>Düzenleyici görüntü kesitini aktif yap</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2000" />
-      <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2013" />
-      <location filename="../UI/UserInterface.py" line="2011" />
-      <source>Debug Profile</source>
-      <translation>Hata Ayıklama Kesiti</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2020" />
-      <source>Activate the debug view profile</source>
-      <translation>Debug görüntü kesitini aktif et</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2022" />
-      <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2034" />
-      <source>&amp;Project-Viewer</source>
-      <translation>&amp;proje-Görüntüleyici</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2035" />
-      <source>Alt+Shift+P</source>
-      <translation>Alt+Shift+P</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2041" />
-      <source>Switch the input focus to the Project-Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2044" />
-      <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2056" />
-      <source>&amp;Multiproject-Viewer</source>
-      <translation>Çokluproje-Görü&amp;ntüleyici</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2057" />
-      <source>Alt+Shift+M</source>
-      <translation>Alt+Shift+M</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2063" />
-      <source>Switch the input focus to the Multiproject-Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2066" />
-      <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2078" />
-      <source>&amp;Debug-Viewer</source>
-      <translation>Ha&amp;ta Ayıklama-Göstericisi</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2079" />
-      <source>Alt+Shift+D</source>
-      <translation>Alt+Shift+D</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2085" />
-      <source>Switch the input focus to the Debug-Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2088" />
-      <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
+      <source>&amp;Shell</source>
+      <translation>&amp;Kabuk</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2100" />
-      <source>&amp;Shell</source>
-      <translation>&amp;Kabuk</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2101" />
       <source>Alt+Shift+S</source>
       <translation>Alt+Shift+S</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2107" />
+      <location filename="../UI/UserInterface.py" line="2106" />
       <source>Switch the input focus to the Shell window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2110" />
+      <location filename="../UI/UserInterface.py" line="2109" />
       <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2121" />
+      <source>&amp;File-Browser</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2122" />
-      <source>&amp;File-Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2123" />
       <source>Alt+Shift+F</source>
       <translation>Alt+Shift+F</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2129" />
+      <location filename="../UI/UserInterface.py" line="2128" />
       <source>Switch the input focus to the File-Browser window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2132" />
+      <location filename="../UI/UserInterface.py" line="2131" />
       <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2143" />
+      <source>Lo&amp;g-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2144" />
-      <source>Lo&amp;g-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2145" />
       <source>Alt+Shift+G</source>
       <translation>Alt+Shift+G</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2151" />
+      <location filename="../UI/UserInterface.py" line="2150" />
       <source>Switch the input focus to the Log-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2154" />
+      <location filename="../UI/UserInterface.py" line="2153" />
       <source>&lt;b&gt;Activate Log-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Log-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2165" />
+      <source>&amp;Task-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2166" />
-      <source>&amp;Task-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2167" />
       <source>Alt+Shift+T</source>
       <translation>Alt+Shift+T</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2173" />
+      <location filename="../UI/UserInterface.py" line="2172" />
       <source>Switch the input focus to the Task-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2176" />
+      <location filename="../UI/UserInterface.py" line="2175" />
       <source>&lt;b&gt;Activate Task-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Task-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2188" />
+      <source>Templ&amp;ate-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2189" />
-      <source>Templ&amp;ate-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2190" />
       <source>Alt+Shift+A</source>
       <translation>Alt+Shift+A</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2196" />
+      <location filename="../UI/UserInterface.py" line="2195" />
       <source>Switch the input focus to the Template-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2199" />
+      <location filename="../UI/UserInterface.py" line="2198" />
       <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2214" />
+      <location filename="../UI/UserInterface.py" line="2213" />
       <source>&amp;Left Toolbox</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2221" />
+      <location filename="../UI/UserInterface.py" line="2220" />
       <source>Toggle the Left Toolbox window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2223" />
+      <location filename="../UI/UserInterface.py" line="2222" />
       <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2237" />
+      <location filename="../UI/UserInterface.py" line="2236" />
       <source>&amp;Right Toolbox</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2244" />
+      <location filename="../UI/UserInterface.py" line="2243" />
       <source>Toggle the Right Toolbox window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2246" />
+      <location filename="../UI/UserInterface.py" line="2245" />
       <source>&lt;b&gt;Toggle the Right Toolbox window&lt;/b&gt;&lt;p&gt;If the Right Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2260" />
+      <location filename="../UI/UserInterface.py" line="2259" />
       <source>&amp;Horizontal Toolbox</source>
       <translation>Ya&amp;tay Araçkutusu</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2267" />
+      <location filename="../UI/UserInterface.py" line="2266" />
       <source>Toggle the Horizontal Toolbox window</source>
       <translation>Yatay Araçkutusu penceresini açkapa</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2269" />
+      <location filename="../UI/UserInterface.py" line="2268" />
       <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2281" />
+      <source>Left Sidebar</source>
+      <translation>Sol Durumçubuğu</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2282" />
-      <source>Left Sidebar</source>
-      <translation>Sol Durumçubuğu</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2283" />
       <source>&amp;Left Sidebar</source>
       <translation>So&amp;l Durumçubuğu</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2290" />
+      <location filename="../UI/UserInterface.py" line="2289" />
       <source>Toggle the left sidebar window</source>
       <translation>Sol Durum çubuğu penceresini açkapa</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2292" />
+      <location filename="../UI/UserInterface.py" line="2291" />
       <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Sol durum çubuğu penceresini açkapa&lt;/b&gt;&lt;p&gt;Eğer sol durum çubuğu penceresi gizli ise onu görünür yap. Eğer görünüyor ise kapat.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2304" />
+      <source>Right Sidebar</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2305" />
-      <source>Right Sidebar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2306" />
       <source>&amp;Right Sidebar</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2313" />
+      <location filename="../UI/UserInterface.py" line="2312" />
       <source>Toggle the right sidebar window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2315" />
+      <location filename="../UI/UserInterface.py" line="2314" />
       <source>&lt;b&gt;Toggle the right sidebar window&lt;/b&gt;&lt;p&gt;If the right sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2327" />
+      <source>Bottom Sidebar</source>
+      <translation>Alt Durumçubuğu</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2328" />
-      <source>Bottom Sidebar</source>
-      <translation>Alt Durumçubuğu</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2329" />
       <source>&amp;Bottom Sidebar</source>
       <translation>Alt Durumçu&amp;buğu</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2336" />
+      <location filename="../UI/UserInterface.py" line="2335" />
       <source>Toggle the bottom sidebar window</source>
       <translation>Alt Durum çubuğu penceresini açkapa</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2338" />
+      <location filename="../UI/UserInterface.py" line="2337" />
       <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2350" />
+      <source>Cooperation-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2351" />
-      <source>Cooperation-Viewer</source>
+      <source>Co&amp;operation-Viewer</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2352" />
-      <source>Co&amp;operation-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2353" />
       <source>Alt+Shift+O</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2359" />
+      <location filename="../UI/UserInterface.py" line="2358" />
       <source>Switch the input focus to the Cooperation-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2362" />
+      <location filename="../UI/UserInterface.py" line="2361" />
       <source>&lt;b&gt;Activate Cooperation-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Cooperation-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2376" />
+      <source>&amp;IRC</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2377" />
-      <source>&amp;IRC</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2378" />
       <source>Ctrl+Alt+Shift+I</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2384" />
+      <location filename="../UI/UserInterface.py" line="2383" />
       <source>Switch the input focus to the IRC window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2387" />
+      <location filename="../UI/UserInterface.py" line="2386" />
       <source>&lt;b&gt;Activate IRC&lt;/b&gt;&lt;p&gt;This switches the input focus to the IRC window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2397" />
+      <source>Symbols-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2398" />
-      <source>Symbols-Viewer</source>
+      <source>S&amp;ymbols-Viewer</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2399" />
-      <source>S&amp;ymbols-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2400" />
       <source>Alt+Shift+Y</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2406" />
+      <location filename="../UI/UserInterface.py" line="2405" />
       <source>Switch the input focus to the Symbols-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2409" />
+      <location filename="../UI/UserInterface.py" line="2408" />
       <source>&lt;b&gt;Activate Symbols-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Symbols-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2422" />
+      <source>Numbers-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2423" />
-      <source>Numbers-Viewer</source>
+      <source>Num&amp;bers-Viewer</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2424" />
-      <source>Num&amp;bers-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2425" />
       <source>Alt+Shift+B</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2431" />
+      <location filename="../UI/UserInterface.py" line="2430" />
       <source>Switch the input focus to the Numbers-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2434" />
+      <location filename="../UI/UserInterface.py" line="2433" />
       <source>&lt;b&gt;Activate Numbers-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Numbers-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2450" />
+      <location filename="../UI/UserInterface.py" line="2449" />
       <source>Ctrl+Alt+Shift+D</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2456" />
+      <location filename="../UI/UserInterface.py" line="2455" />
       <source>Switch the input focus to the Code Documentation Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2461" />
+      <location filename="../UI/UserInterface.py" line="2460" />
       <source>&lt;b&gt;Code Documentation Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Code Documentation Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2477" />
+      <location filename="../UI/UserInterface.py" line="2476" />
       <source>Ctrl+Alt+Shift+P</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2483" />
+      <location filename="../UI/UserInterface.py" line="2482" />
       <source>Switch the input focus to the PyPI Package Management window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2486" />
+      <location filename="../UI/UserInterface.py" line="2485" />
       <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2499" />
+      <location filename="../UI/UserInterface.py" line="2498" />
       <source>Ctrl+Alt+Shift+C</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2505" />
+      <location filename="../UI/UserInterface.py" line="2504" />
       <source>Switch the input focus to the Conda window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2508" />
+      <location filename="../UI/UserInterface.py" line="2507" />
       <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2521" />
+      <location filename="../UI/UserInterface.py" line="2520" />
       <source>Ctrl+Alt+Shift+M</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2527" />
+      <location filename="../UI/UserInterface.py" line="2526" />
       <source>Switch the input focus to the MicroPython window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2530" />
+      <location filename="../UI/UserInterface.py" line="2529" />
       <source>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;This switches the input focus to the MicroPython window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2545" />
+      <location filename="../UI/UserInterface.py" line="2544" />
       <source>Ctrl+Alt+Shift+R</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2551" />
+      <location filename="../UI/UserInterface.py" line="2550" />
       <source>Switch the input focus to the Plugin Repository window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2554" />
+      <location filename="../UI/UserInterface.py" line="2553" />
       <source>&lt;b&gt;Plugin Repository&lt;/b&gt;&lt;p&gt;This switches the input focus to the Plugin Repository window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2569" />
+      <location filename="../UI/UserInterface.py" line="2568" />
       <source>Ctrl+Alt+V</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2575" />
+      <location filename="../UI/UserInterface.py" line="2574" />
       <source>Switch the input focus to the Virtual Environments Manager window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2580" />
+      <location filename="../UI/UserInterface.py" line="2579" />
       <source>&lt;b&gt;Virtual Environments&lt;/b&gt;&lt;p&gt;This switches the input focus to the Virtual Environments Manager window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2596" />
+      <location filename="../UI/UserInterface.py" line="2595" />
       <source>Ctrl+Alt+Shift+F</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2602" />
+      <location filename="../UI/UserInterface.py" line="2601" />
       <source>Switch the input focus to the Find/Replace In Files window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2605" />
+      <location filename="../UI/UserInterface.py" line="2604" />
       <source>&lt;b&gt;Find/Replace In Files&lt;/b&gt;&lt;p&gt;This switches the input focus to the Find/Replace In Files window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2619" />
+      <location filename="../UI/UserInterface.py" line="2618" />
       <source>Ctrl+Alt+Shift+L</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2625" />
+      <location filename="../UI/UserInterface.py" line="2624" />
       <source>Switch the input focus to the Find File window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2628" />
+      <location filename="../UI/UserInterface.py" line="2627" />
       <source>&lt;b&gt;Find File&lt;/b&gt;&lt;p&gt;This switches the input focus to the Find File window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2641" />
+      <location filename="../UI/UserInterface.py" line="2640" />
+      <source>VCS Status List</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2642" />
-      <location filename="../UI/UserInterface.py" line="2641" />
-      <source>VCS Status List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2643" />
       <source>Alt+Shift+V</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2649" />
+      <location filename="../UI/UserInterface.py" line="2648" />
       <source>Switch the input focus to the VCS Status List window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2652" />
+      <location filename="../UI/UserInterface.py" line="2651" />
       <source>&lt;b&gt;VCS Status List&lt;/b&gt;&lt;p&gt;This switches the input focus to the VCS Status List window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2665" />
+      <location filename="../UI/UserInterface.py" line="2664" />
       <source>Alt+Shift+H</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2671" />
+      <location filename="../UI/UserInterface.py" line="2670" />
       <source>Switch the input focus to the embedded Help Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2674" />
+      <location filename="../UI/UserInterface.py" line="2673" />
       <source>&lt;b&gt;Help Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the embedded Help Viewer window. It will show HTML help files and help from Qt help collections.&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is searched in the Qt help collection.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2687" />
+      <location filename="../UI/UserInterface.py" line="2686" />
       <source>What's This?</source>
       <translation>Bu nedir?</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2688" />
+      <source>&amp;What's This?</source>
+      <translation>Bu &amp;Nedir?</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2689" />
-      <source>&amp;What's This?</source>
-      <translation>Bu &amp;Nedir?</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2690" />
       <source>Shift+F1</source>
       <translation>Shift+F1</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2695" />
+      <location filename="../UI/UserInterface.py" line="2694" />
       <source>Context sensitive help</source>
       <translation>Duyarlı yardım</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2697" />
+      <location filename="../UI/UserInterface.py" line="2696" />
       <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Duyarlı yardım içeriğini görüntüle&lt;/b&gt;&lt;p&gt;Bu Nedir? modunda, Fare imleci soru işeretiyle beraber bir ok şeklindedir ve bir arayüz elemanı üzerinde tıklarsanız bu elemanın nasıl kullanılacağı ve hakkında kısa bilgi verir. bu özellik diyaloglarda başlık çubuğu üzerindeyken çıkarılan açılır menülerde de bulunmaktadır.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2710" />
+      <location filename="../UI/UserInterface.py" line="2709" />
       <source>Helpviewer</source>
       <translation>Yardımgösterici</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2711" />
+      <source>&amp;Helpviewer...</source>
+      <translation>&amp;Yardım Gösterici...</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2712" />
-      <source>&amp;Helpviewer...</source>
-      <translation>&amp;Yardım Gösterici...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2713" />
       <source>F1</source>
       <translation>F1</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2718" />
+      <location filename="../UI/UserInterface.py" line="2717" />
       <source>Open the helpviewer window</source>
       <translation>Yardımgösterici penceresini aç</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2720" />
+      <location filename="../UI/UserInterface.py" line="2719" />
       <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;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&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is searched in the Qt help collection.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2739" />
+      <source>Show Versions</source>
+      <translation>Sürümü Göster</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2740" />
-      <source>Show Versions</source>
-      <translation>Sürümü Göster</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2741" />
       <source>Show &amp;Versions</source>
       <translation>Sürümü G&amp;öster</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2747" />
+      <location filename="../UI/UserInterface.py" line="2746" />
       <source>Display version information</source>
       <translation>Sürüm bilgisini görüntüle</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2749" />
+      <location filename="../UI/UserInterface.py" line="2748" />
       <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Sürümleri Göster&lt;/b&gt;&lt;p&gt;Sürüm bilgisini göster.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2754" />
+      <source>Copy Versions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2755" />
-      <source>Copy Versions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2756" />
       <source>&amp;Copy Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2763" />
+      <location filename="../UI/UserInterface.py" line="2762" />
       <source>Copy version information to the clipboard</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2766" />
+      <location filename="../UI/UserInterface.py" line="2765" />
       <source>&lt;b&gt;Copy Versions&lt;/b&gt;&lt;p&gt;This generates version information and copies it to the clipboard.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2782" />
-      <location filename="../UI/UserInterface.py" line="2775" />
+      <location filename="../UI/UserInterface.py" line="2781" />
+      <location filename="../UI/UserInterface.py" line="2774" />
       <source>Show Error Log</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2776" />
+      <location filename="../UI/UserInterface.py" line="2775" />
       <source>Show Error &amp;Log...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2784" />
+      <location filename="../UI/UserInterface.py" line="2783" />
       <source>&lt;b&gt;Show Error Log...&lt;/b&gt;&lt;p&gt;Opens a dialog showing the most recent error log.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2792" />
+      <source>Show Install Info</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2793" />
-      <source>Show Install Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2794" />
       <source>Show Install &amp;Info...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2800" />
+      <location filename="../UI/UserInterface.py" line="2799" />
       <source>Show Installation Information</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2802" />
+      <location filename="../UI/UserInterface.py" line="2801" />
       <source>&lt;b&gt;Show Install Info...&lt;/b&gt;&lt;p&gt;Opens a dialog showing some information about the installation process.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="4738" />
+      <location filename="../UI/UserInterface.py" line="2811" />
+      <source>Report Bug</source>
+      <translation>Hata Raporu</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2811" />
+      <source>Report &amp;Bug...</source>
+      <translation>Hata &amp;Raporu...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2813" />
+      <source>Report a bug</source>
+      <translation>Bir hata rapor et</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2815" />
+      <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2821" />
+      <source>Request Feature</source>
+      <translation>İhtiyaç Duyulan Özellikler</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2822" />
+      <source>Request &amp;Feature...</source>
+      <translation>İhtiyaç Duyulan Özellikler &amp;F...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2828" />
+      <source>Send a feature request</source>
+      <translation>ihtiyaç duyuulan bir özelliği gönder</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2830" />
+      <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4174" />
+      <location filename="../UI/UserInterface.py" line="2841" />
+      <source>Testing</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2843" />
+      <source>&amp;Testing...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2849" />
+      <source>Start the testing dialog</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2851" />
+      <source>&lt;b&gt;Testing&lt;/b&gt;&lt;p&gt;Perform test runs. The dialog gives the ability to select and run a test suite or auto discover them.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2862" />
+      <source>Restart Last Test</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2864" />
+      <source>&amp;Restart Last Test...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2870" />
+      <source>Restarts the last test</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2872" />
+      <source>&lt;b&gt;Restart Last Test&lt;/b&gt;&lt;p&gt;Restarts the test performed last.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2882" />
+      <source>Rerun Failed Tests</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2884" />
+      <source>Rerun Failed Tests...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2891" />
+      <source>Rerun failed tests of the last run</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2894" />
+      <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last test run.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2904" />
+      <source>Test Script</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2906" />
+      <source>Test &amp;Script...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2912" />
+      <source>Run tests of the current script</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2914" />
+      <source>&lt;b&gt;Test Script&lt;/b&gt;&lt;p&gt;Run tests with the current script.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2921" />
+      <source>Test Project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2923" />
+      <source>Test &amp;Project...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2929" />
+      <source>Run tests of the current project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2931" />
+      <source>&lt;b&gt;Test Project&lt;/b&gt;&lt;p&gt;Run test of the current project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2940" />
+      <source>Qt-Designer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2942" />
+      <source>Qt-&amp;Designer...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2948" />
+      <source>Start Qt-Designer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2950" />
+      <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2959" />
+      <source>Qt-Linguist</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2961" />
+      <source>Qt-&amp;Linguist...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2967" />
+      <source>Start Qt-Linguist</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2969" />
+      <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2977" />
+      <source>UI Previewer</source>
+      <translation>UI Öngörünümü</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2979" />
+      <source>&amp;UI Previewer...</source>
+      <translation>&amp;UI Öngörünümü...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2985" />
+      <source>Start the UI Previewer</source>
+      <translation>UI Öngörünümünü Başlat</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2987" />
+      <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;UI Öngörünümü&lt;/b&gt;&lt;p&gt;UI Öngörünümünü Başlat.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2993" />
+      <source>Translations Previewer</source>
+      <translation>Çevirilerin Öngörünümleri</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2995" />
+      <source>&amp;Translations Previewer...</source>
+      <translation>Çevirilerin &amp;Öngörünümleri...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3001" />
+      <source>Start the Translations Previewer</source>
+      <translation>Çevirilerin Öngörünümlerini Başlat</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3003" />
+      <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Çeviri Öngörünümü&lt;/b&gt;&lt;p&gt;Çeviri Öngörünümünü Başlat.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3012" />
+      <source>Compare Files</source>
+      <translation>Dosyaları Karşılaştır</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3014" />
+      <source>&amp;Compare Files...</source>
+      <translation>D&amp;osyaları Karşılaştır...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3039" />
+      <location filename="../UI/UserInterface.py" line="3020" />
+      <source>Compare two files</source>
+      <translation>İki dosyayı karşılaştır</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3022" />
+      <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Dosyaları Karşılaştır&lt;/b&gt;&lt;p&gt;İki dosyayı karşılaştırmak için diyalog aç.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3031" />
+      <source>Compare Files side by side</source>
+      <translation>Dosyaları yan yana karşılaştır</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3033" />
+      <source>Compare &amp;Files side by side...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3041" />
+      <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Dosyaları biribir karşılaştır&lt;/b&gt;&lt;p&gt;İki dosyayı karşılaştırmak için bir diyalog aç ve sonuçları yan yana göster.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3051" />
+      <source>SQL Browser</source>
+      <translation>SQL Gözatıcısı</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3053" />
+      <source>SQL &amp;Browser...</source>
+      <translation>SQL &amp;Gözatıcısı...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3059" />
+      <source>Browse a SQL database</source>
+      <translation>Bir SQL veritabanına gözat</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3061" />
+      <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;SQL Gözatıcısı&lt;/b&gt;&lt;p&gt;Bir SQL veritabanına gözat.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3075" />
+      <location filename="../UI/UserInterface.py" line="3067" />
+      <source>Mini Editor</source>
+      <translation>Mini Düzenleyici</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3069" />
+      <source>Mini &amp;Editor...</source>
+      <translation>Mini &amp;Düzenleyici...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3077" />
+      <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Mini Düzenleyici&lt;/b&gt;&lt;p&gt;Basit bir düzenleyci ile bir diyalog açılır.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3086" />
+      <source>Hex Editor</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3088" />
+      <source>&amp;Hex Editor...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3094" />
+      <source>Start the eric Hex Editor</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3096" />
+      <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3106" />
+      <source>eric Web Browser</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3108" />
+      <source>eric &amp;Web Browser...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3114" />
+      <source>Start the eric Web Browser</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3116" />
+      <source>&lt;b&gt;eric Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric Web Browser.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3126" />
+      <source>FIDO2 Security Key Management</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3128" />
+      <source>FIDO2 Security Key Management...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3135" />
+      <source>Start the FIDO2 Security Key Management tool</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3138" />
+      <source>&lt;b&gt;FIDO2 Security Key Management&lt;/b&gt;&lt;p&gt;Start a tool to manage FIDO2 securit y keys.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3149" />
+      <source>Icon Editor</source>
+      <translation>İkon Düzenleyici</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3151" />
+      <source>&amp;Icon Editor...</source>
+      <translation>&amp;İkon Düzenleyici...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3157" />
+      <source>Start the eric Icon Editor</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3159" />
+      <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric Icon Editor for editing simple icons.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6631" />
+      <location filename="../UI/UserInterface.py" line="3171" />
+      <source>Snapshot</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3173" />
+      <source>&amp;Snapshot...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3179" />
+      <source>Take snapshots of a screen region</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3181" />
+      <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3191" />
+      <source>eric PDF Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3193" />
+      <source>eric PDF &amp;Viewer...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3199" />
+      <source>Start the eric PDF Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3201" />
+      <source>&lt;b&gt;eric PDF Viewer&lt;/b&gt;&lt;p&gt;Starts the eric PDF Viewer for viewing PDF files.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3210" />
+      <source>Preferences</source>
+      <translation>Seçenekler</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3212" />
+      <source>&amp;Preferences...</source>
+      <translation>&amp;Seçenekler...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3218" />
+      <source>Set the prefered configuration</source>
+      <translation>tercih edilen ayarları yapınız</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3220" />
+      <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Tercihler&lt;/b&gt;&lt;p&gt;Uygulamanın ayarlama maddelerini tercih ettiğiniz değerlerle ayarlayınız.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3231" />
+      <source>Export Preferences</source>
+      <translation>Seçenekleri Dışa Aktar</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3233" />
+      <source>E&amp;xport Preferences...</source>
+      <translation>Tercihleri Dı&amp;şa Aktar...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3239" />
+      <source>Export the current configuration</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3241" />
+      <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3250" />
+      <source>Import Preferences</source>
+      <translation>Seçenekleri İçe Aktar</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3252" />
+      <source>I&amp;mport Preferences...</source>
+      <translation>Tercihleri İ&amp;çeri Aktar...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3259" />
+      <source>Import a previously exported configuration</source>
+      <translation>daha önce dışa aktarılan ayrlamaları içe aktar</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3262" />
+      <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3271" />
+      <source>Export Theme</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3273" />
+      <source>Export Theme...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3279" />
+      <source>Export the current theme</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3281" />
+      <source>&lt;b&gt;Export Theme&lt;/b&gt;&lt;p&gt;Export the current theme to a file.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3290" />
+      <source>Import Theme</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3292" />
+      <source>Import Theme...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3298" />
+      <source>Import a previously exported theme</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3300" />
+      <source>&lt;b&gt;Import Theme&lt;/b&gt;&lt;p&gt;Import a previously exported theme.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3309" />
+      <source>Reload APIs</source>
+      <translation>API'leri yeniden yükle</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3309" />
+      <source>Reload &amp;APIs</source>
+      <translation>&amp;API'leri yeniden yükle</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3311" />
+      <source>Reload the API information</source>
+      <translation>API bilgisini yeniden yükle</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3313" />
+      <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3327" />
+      <location filename="../UI/UserInterface.py" line="3319" />
+      <source>Show external tools</source>
+      <translation>Harici araçları göster</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3321" />
+      <source>Show external &amp;tools</source>
+      <translation>Karak&amp;ter tablosunu göster</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3329" />
+      <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3339" />
+      <source>View Profiles</source>
+      <translation>Görünüm Kesiti</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3341" />
+      <source>&amp;View Profiles...</source>
+      <translation>&amp;Görünüm Kesiti...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3347" />
+      <source>Configure view profiles</source>
+      <translation>Görünüm kesitlerini ayarla</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3349" />
+      <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3360" />
+      <source>Toolbars</source>
+      <translation>Araççubuğu</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3362" />
+      <source>Tool&amp;bars...</source>
+      <translation>Araççu&amp;buğu...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3368" />
+      <source>Configure toolbars</source>
+      <translation>Araççubuğunu ayarla</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3370" />
+      <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3381" />
+      <source>Keyboard Shortcuts</source>
+      <translation>Klavye Kısayolları</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3383" />
+      <source>Keyboard &amp;Shortcuts...</source>
+      <translation>Klavye Kı&amp;sayolları...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3389" />
+      <source>Set the keyboard shortcuts</source>
+      <translation>Klavye kısayollarını ayarla</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3391" />
+      <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7600" />
+      <location filename="../UI/UserInterface.py" line="7581" />
+      <location filename="../UI/UserInterface.py" line="3401" />
+      <source>Export Keyboard Shortcuts</source>
+      <translation>Kılavye Kısa Yollarını Dışa Aktar</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3403" />
+      <source>&amp;Export Keyboard Shortcuts...</source>
+      <translation>Kılavye Kısa Yo&amp;llarını Dışa Aktar...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3409" />
+      <source>Export the keyboard shortcuts</source>
+      <translation>Kılavye kısa yollarını dışa aktar</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3411" />
+      <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7619" />
+      <location filename="../UI/UserInterface.py" line="3420" />
+      <source>Import Keyboard Shortcuts</source>
+      <translation>Klavye kısayollarını İçe Aktar</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3422" />
+      <source>&amp;Import Keyboard Shortcuts...</source>
+      <translation>Klavye K&amp;ısayollarını İçe Aktar...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3428" />
+      <source>Import the keyboard shortcuts</source>
+      <translation>Klavye kısayolları içeri aktarılıyor</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3430" />
+      <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3440" />
+      <source>Manage SSL Certificates</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3442" />
+      <source>Manage SSL Certificates...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3449" />
+      <source>Manage the saved SSL certificates</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3452" />
+      <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3462" />
+      <source>Edit Message Filters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3464" />
+      <source>Edit Message Filters...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3471" />
+      <source>Edit the message filters used to suppress unwanted messages</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3474" />
+      <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3493" />
+      <location filename="../UI/UserInterface.py" line="3487" />
+      <location filename="../UI/UserInterface.py" line="3485" />
+      <source>Clear private data</source>
+      <translation type="unfinished">Özel verileri temizle</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3495" />
+      <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3506" />
+      <location filename="../UI/UserInterface.py" line="3505" />
+      <source>Activate current editor</source>
+      <translation>Geçerli düzenleyiciyi aktif yap</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3507" />
+      <source>Alt+Shift+E</source>
+      <translation>Alt+Shift+E</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3518" />
+      <location filename="../UI/UserInterface.py" line="3517" />
+      <source>Show next</source>
+      <translation>Sonrakini göster</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3519" />
+      <source>Ctrl+Alt+Tab</source>
+      <translation>Ctrl+Alt+Tab</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3530" />
+      <location filename="../UI/UserInterface.py" line="3529" />
+      <source>Show previous</source>
+      <translation>Öncekini göster</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3531" />
+      <source>Shift+Ctrl+Alt+Tab</source>
+      <translation>Shift+Ctrl+Alt+Tab</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3542" />
+      <location filename="../UI/UserInterface.py" line="3541" />
+      <source>Switch between tabs</source>
+      <translation>Sekmeler arasında değiştir</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3543" />
+      <source>Ctrl+1</source>
+      <translation>Ctrl+1</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3553" />
+      <source>Plugin Infos</source>
+      <translation>Eklenti Bilgisi</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3555" />
+      <source>&amp;Plugin Infos...</source>
+      <translation>Eklenti Bil&amp;gisi...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3561" />
+      <source>Show Plugin Infos</source>
+      <translation>Eklenti Bilgisini Göster</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3563" />
+      <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Eklenti Bilgileri...&lt;/b&gt;&lt;p&gt;Bu yüklenen eklentiler hakkında bazı bilgileri gösteren bir diyalog açar.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3581" />
+      <location filename="../UI/UserInterface.py" line="3573" />
+      <source>Install Plugins</source>
+      <translation>Eklenti Kur</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3575" />
+      <source>&amp;Install Plugins...</source>
+      <translation>Ekle&amp;nti Kur...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3583" />
+      <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Eklenti Kur...&lt;/b&gt;&lt;p&gt;Bu eklenti kurmak yada güncellemek için bir diyalog açar.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3600" />
+      <location filename="../UI/UserInterface.py" line="3592" />
+      <source>Uninstall Plugin</source>
+      <translation>Eklenti Kaldır</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3594" />
+      <source>&amp;Uninstall Plugin...</source>
+      <translation>Ekle&amp;nti Kaldır...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3602" />
+      <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Eklenti Kaldır...&lt;/b&gt;&lt;p&gt;Bu bir eklentiyi kaldırmak için bir diyalog açar.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3613" />
+      <source>Plugin &amp;Repository...</source>
+      <translation>Eklenti Hav&amp;uzu...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3619" />
+      <source>Show Plugins available for download</source>
+      <translation>İndirme için uygun olan eklentileri göster</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3621" />
+      <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Eklenti Kaynak Havuzu...&lt;/b&gt;&lt;p&gt;Bu internette hazır olan eklentilerin listelendiği bir diyalog açar.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3651" />
+      <location filename="../UI/UserInterface.py" line="3650" />
+      <source>Qt5 Documentation</source>
+      <translation type="unfinished">Qt4 Belgeleri {5 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3657" />
+      <source>Open Qt5 Documentation</source>
+      <translation type="unfinished">QT4 Belgelerini Aç {5 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3659" />
+      <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3672" />
+      <location filename="../UI/UserInterface.py" line="3671" />
+      <source>Qt6 Documentation</source>
+      <translation type="unfinished">Qt4 Belgeleri {6 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3678" />
+      <source>Open Qt6 Documentation</source>
+      <translation type="unfinished">QT4 Belgelerini Aç {6 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3680" />
+      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3693" />
+      <location filename="../UI/UserInterface.py" line="3692" />
+      <source>PyQt5 Documentation</source>
+      <translation type="unfinished">PyQt4 Belgeleri {5 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3699" />
+      <source>Open PyQt5 Documentation</source>
+      <translation type="unfinished">PyQt4 Begelerini aç {5 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3701" />
+      <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3714" />
+      <location filename="../UI/UserInterface.py" line="3713" />
+      <source>PyQt6 Documentation</source>
+      <translation type="unfinished">PyQt4 Belgeleri {6 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3720" />
+      <source>Open PyQt6 Documentation</source>
+      <translation type="unfinished">PyQt4 Begelerini aç {6 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3722" />
+      <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3740" />
+      <location filename="../UI/UserInterface.py" line="3739" />
+      <source>Python 3 Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3746" />
+      <source>Open Python 3 Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3748" />
+      <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;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 &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3767" />
+      <location filename="../UI/UserInterface.py" line="3766" />
+      <source>eric API Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3773" />
+      <source>Open eric API Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3775" />
+      <source>&lt;b&gt;eric API Documentation&lt;/b&gt;&lt;p&gt;Display the eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric installation directory.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3793" />
+      <location filename="../UI/UserInterface.py" line="3792" />
+      <source>PySide2 Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3799" />
+      <source>Open PySide2 Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3801" />
+      <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3819" />
+      <location filename="../UI/UserInterface.py" line="3818" />
+      <source>PySide6 Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3825" />
+      <source>Open PySide6 Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3827" />
+      <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3863" />
+      <source>Sessions</source>
+      <translation type="unfinished">Oturumlar</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3944" />
+      <source>E&amp;xtras</source>
+      <translation>İla&amp;veler</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3954" />
+      <source>Wi&amp;zards</source>
+      <translation>Sihirba&amp;z</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3972" />
+      <source>P&amp;lugins</source>
+      <translation>Ek&amp;lentiler</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3981" />
+      <source>Configure...</source>
+      <translation>Ayarlanıyor...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3990" />
+      <source>&amp;Testing</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4007" />
+      <source>Select Tool Group</source>
+      <translation>Araç Grubunu Seç</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4018" />
+      <source>Se&amp;ttings</source>
+      <translation>Ayar&amp;lar</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4051" />
+      <source>&amp;Window</source>
+      <translation>&amp;Pencere</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4060" />
+      <source>&amp;Windows</source>
+      <translation type="unfinished">&amp;Pencereler</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4064" />
+      <source>Central Park</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4068" />
+      <source>Left Side</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4087" />
+      <source>Right Side</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4106" />
+      <source>Bottom Side</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4114" />
+      <source>Plug-ins</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4120" />
+      <source>&amp;Toolbars</source>
+      <translation>&amp;Araççubuğu</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4133" />
+      <source>&amp;Help</source>
+      <translation>&amp;Yardım</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4190" />
+      <location filename="../UI/UserInterface.py" line="4173" />
+      <source>Tools</source>
+      <translation>Araçlar</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4192" />
+      <location filename="../UI/UserInterface.py" line="4177" />
+      <source>Settings</source>
+      <translation>Ayarlar</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6361" />
+      <location filename="../UI/UserInterface.py" line="4193" />
+      <location filename="../UI/UserInterface.py" line="4178" />
+      <source>Help</source>
+      <translation>Yardım</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4194" />
+      <location filename="../UI/UserInterface.py" line="4179" />
+      <source>Profiles</source>
+      <translation>Kesitler</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4195" />
+      <location filename="../UI/UserInterface.py" line="4180" />
+      <source>Plugins</source>
+      <translation>Eklentiler</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4191" />
+      <source>Unittest</source>
+      <translation>Birimtest</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4368" />
+      <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4377" />
+      <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4386" />
+      <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4395" />
+      <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4404" />
+      <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4413" />
+      <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4427" />
+      <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4501" />
+      <location filename="../UI/UserInterface.py" line="4460" />
+      <source>External Tools/{0}</source>
+      <translation>Harici Araçlar/{0}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4609" />
+      <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
+      <translation type="unfinished">&lt;h3&gt;Sürüm Numaraları&lt;/h3&gt;&lt;table&gt; {2&gt;?} {2&gt;?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4679" />
+      <source>Desktop</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4683" />
+      <source>Session Type</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="4739" />
-      <location filename="../UI/UserInterface.py" line="2812" />
-      <source>Report Bug</source>
-      <translation>Hata Raporu</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2812" />
-      <source>Report &amp;Bug...</source>
-      <translation>Hata &amp;Raporu...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2814" />
-      <source>Report a bug</source>
-      <translation>Bir hata rapor et</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2816" />
-      <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2822" />
-      <source>Request Feature</source>
-      <translation>İhtiyaç Duyulan Özellikler</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2823" />
-      <source>Request &amp;Feature...</source>
-      <translation>İhtiyaç Duyulan Özellikler &amp;F...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2829" />
-      <source>Send a feature request</source>
-      <translation>ihtiyaç duyuulan bir özelliği gönder</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2831" />
-      <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4175" />
-      <location filename="../UI/UserInterface.py" line="2842" />
-      <source>Testing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2844" />
-      <source>&amp;Testing...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2850" />
-      <source>Start the testing dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2852" />
-      <source>&lt;b&gt;Testing&lt;/b&gt;&lt;p&gt;Perform test runs. The dialog gives the ability to select and run a test suite or auto discover them.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2863" />
-      <source>Restart Last Test</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2865" />
-      <source>&amp;Restart Last Test...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2871" />
-      <source>Restarts the last test</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2873" />
-      <source>&lt;b&gt;Restart Last Test&lt;/b&gt;&lt;p&gt;Restarts the test performed last.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2883" />
-      <source>Rerun Failed Tests</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2885" />
-      <source>Rerun Failed Tests...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2892" />
-      <source>Rerun failed tests of the last run</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2895" />
-      <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last test run.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2905" />
-      <source>Test Script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2907" />
-      <source>Test &amp;Script...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2913" />
-      <source>Run tests of the current script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2915" />
-      <source>&lt;b&gt;Test Script&lt;/b&gt;&lt;p&gt;Run tests with the current script.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2922" />
-      <source>Test Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2924" />
-      <source>Test &amp;Project...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2930" />
-      <source>Run tests of the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2932" />
-      <source>&lt;b&gt;Test Project&lt;/b&gt;&lt;p&gt;Run test of the current project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2941" />
-      <source>Qt-Designer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2943" />
-      <source>Qt-&amp;Designer...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2949" />
-      <source>Start Qt-Designer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2951" />
-      <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2960" />
-      <source>Qt-Linguist</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2962" />
-      <source>Qt-&amp;Linguist...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2968" />
-      <source>Start Qt-Linguist</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2970" />
-      <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2978" />
-      <source>UI Previewer</source>
-      <translation>UI Öngörünümü</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2980" />
-      <source>&amp;UI Previewer...</source>
-      <translation>&amp;UI Öngörünümü...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2986" />
-      <source>Start the UI Previewer</source>
-      <translation>UI Öngörünümünü Başlat</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2988" />
-      <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;UI Öngörünümü&lt;/b&gt;&lt;p&gt;UI Öngörünümünü Başlat.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2994" />
-      <source>Translations Previewer</source>
-      <translation>Çevirilerin Öngörünümleri</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2996" />
-      <source>&amp;Translations Previewer...</source>
-      <translation>Çevirilerin &amp;Öngörünümleri...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3002" />
-      <source>Start the Translations Previewer</source>
-      <translation>Çevirilerin Öngörünümlerini Başlat</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3004" />
-      <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Çeviri Öngörünümü&lt;/b&gt;&lt;p&gt;Çeviri Öngörünümünü Başlat.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3013" />
-      <source>Compare Files</source>
-      <translation>Dosyaları Karşılaştır</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3015" />
-      <source>&amp;Compare Files...</source>
-      <translation>D&amp;osyaları Karşılaştır...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3040" />
-      <location filename="../UI/UserInterface.py" line="3021" />
-      <source>Compare two files</source>
-      <translation>İki dosyayı karşılaştır</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3023" />
-      <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Dosyaları Karşılaştır&lt;/b&gt;&lt;p&gt;İki dosyayı karşılaştırmak için diyalog aç.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3032" />
-      <source>Compare Files side by side</source>
-      <translation>Dosyaları yan yana karşılaştır</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3034" />
-      <source>Compare &amp;Files side by side...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3042" />
-      <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Dosyaları biribir karşılaştır&lt;/b&gt;&lt;p&gt;İki dosyayı karşılaştırmak için bir diyalog aç ve sonuçları yan yana göster.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3052" />
-      <source>SQL Browser</source>
-      <translation>SQL Gözatıcısı</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3054" />
-      <source>SQL &amp;Browser...</source>
-      <translation>SQL &amp;Gözatıcısı...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3060" />
-      <source>Browse a SQL database</source>
-      <translation>Bir SQL veritabanına gözat</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3062" />
-      <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;SQL Gözatıcısı&lt;/b&gt;&lt;p&gt;Bir SQL veritabanına gözat.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3076" />
-      <location filename="../UI/UserInterface.py" line="3068" />
-      <source>Mini Editor</source>
-      <translation>Mini Düzenleyici</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3070" />
-      <source>Mini &amp;Editor...</source>
-      <translation>Mini &amp;Düzenleyici...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3078" />
-      <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Mini Düzenleyici&lt;/b&gt;&lt;p&gt;Basit bir düzenleyci ile bir diyalog açılır.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3087" />
-      <source>Hex Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3089" />
-      <source>&amp;Hex Editor...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3095" />
-      <source>Start the eric Hex Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3097" />
-      <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3107" />
-      <source>eric Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3109" />
-      <source>eric &amp;Web Browser...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3115" />
-      <source>Start the eric Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3117" />
-      <source>&lt;b&gt;eric Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric Web Browser.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3127" />
-      <source>FIDO2 Security Key Management</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3129" />
-      <source>FIDO2 Security Key Management...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3136" />
-      <source>Start the FIDO2 Security Key Management tool</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3139" />
-      <source>&lt;b&gt;FIDO2 Security Key Management&lt;/b&gt;&lt;p&gt;Start a tool to manage FIDO2 securit y keys.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3150" />
-      <source>Icon Editor</source>
-      <translation>İkon Düzenleyici</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3152" />
-      <source>&amp;Icon Editor...</source>
-      <translation>&amp;İkon Düzenleyici...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3158" />
-      <source>Start the eric Icon Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3160" />
-      <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric Icon Editor for editing simple icons.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6632" />
-      <location filename="../UI/UserInterface.py" line="3172" />
-      <source>Snapshot</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3174" />
-      <source>&amp;Snapshot...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3180" />
-      <source>Take snapshots of a screen region</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3182" />
-      <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3192" />
-      <source>eric PDF Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3194" />
-      <source>eric PDF &amp;Viewer...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3200" />
-      <source>Start the eric PDF Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3202" />
-      <source>&lt;b&gt;eric PDF Viewer&lt;/b&gt;&lt;p&gt;Starts the eric PDF Viewer for viewing PDF files.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3211" />
-      <source>Preferences</source>
-      <translation>Seçenekler</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3213" />
-      <source>&amp;Preferences...</source>
-      <translation>&amp;Seçenekler...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3219" />
-      <source>Set the prefered configuration</source>
-      <translation>tercih edilen ayarları yapınız</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3221" />
-      <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Tercihler&lt;/b&gt;&lt;p&gt;Uygulamanın ayarlama maddelerini tercih ettiğiniz değerlerle ayarlayınız.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3232" />
-      <source>Export Preferences</source>
-      <translation>Seçenekleri Dışa Aktar</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3234" />
-      <source>E&amp;xport Preferences...</source>
-      <translation>Tercihleri Dı&amp;şa Aktar...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3240" />
-      <source>Export the current configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3242" />
-      <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3251" />
-      <source>Import Preferences</source>
-      <translation>Seçenekleri İçe Aktar</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3253" />
-      <source>I&amp;mport Preferences...</source>
-      <translation>Tercihleri İ&amp;çeri Aktar...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3260" />
-      <source>Import a previously exported configuration</source>
-      <translation>daha önce dışa aktarılan ayrlamaları içe aktar</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3263" />
-      <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3272" />
-      <source>Export Theme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3274" />
-      <source>Export Theme...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3280" />
-      <source>Export the current theme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3282" />
-      <source>&lt;b&gt;Export Theme&lt;/b&gt;&lt;p&gt;Export the current theme to a file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3291" />
-      <source>Import Theme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3293" />
-      <source>Import Theme...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3299" />
-      <source>Import a previously exported theme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3301" />
-      <source>&lt;b&gt;Import Theme&lt;/b&gt;&lt;p&gt;Import a previously exported theme.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3310" />
-      <source>Reload APIs</source>
-      <translation>API'leri yeniden yükle</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3310" />
-      <source>Reload &amp;APIs</source>
-      <translation>&amp;API'leri yeniden yükle</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3312" />
-      <source>Reload the API information</source>
-      <translation>API bilgisini yeniden yükle</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3314" />
-      <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3328" />
-      <location filename="../UI/UserInterface.py" line="3320" />
-      <source>Show external tools</source>
-      <translation>Harici araçları göster</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3322" />
-      <source>Show external &amp;tools</source>
-      <translation>Karak&amp;ter tablosunu göster</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3330" />
-      <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3340" />
-      <source>View Profiles</source>
-      <translation>Görünüm Kesiti</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3342" />
-      <source>&amp;View Profiles...</source>
-      <translation>&amp;Görünüm Kesiti...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3348" />
-      <source>Configure view profiles</source>
-      <translation>Görünüm kesitlerini ayarla</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3350" />
-      <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3361" />
-      <source>Toolbars</source>
-      <translation>Araççubuğu</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3363" />
-      <source>Tool&amp;bars...</source>
-      <translation>Araççu&amp;buğu...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3369" />
-      <source>Configure toolbars</source>
-      <translation>Araççubuğunu ayarla</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3371" />
-      <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3382" />
-      <source>Keyboard Shortcuts</source>
-      <translation>Klavye Kısayolları</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3384" />
-      <source>Keyboard &amp;Shortcuts...</source>
-      <translation>Klavye Kı&amp;sayolları...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3390" />
-      <source>Set the keyboard shortcuts</source>
-      <translation>Klavye kısayollarını ayarla</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3392" />
-      <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7601" />
-      <location filename="../UI/UserInterface.py" line="7582" />
-      <location filename="../UI/UserInterface.py" line="3402" />
-      <source>Export Keyboard Shortcuts</source>
-      <translation>Kılavye Kısa Yollarını Dışa Aktar</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3404" />
-      <source>&amp;Export Keyboard Shortcuts...</source>
-      <translation>Kılavye Kısa Yo&amp;llarını Dışa Aktar...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3410" />
-      <source>Export the keyboard shortcuts</source>
-      <translation>Kılavye kısa yollarını dışa aktar</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3412" />
-      <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7620" />
-      <location filename="../UI/UserInterface.py" line="3421" />
-      <source>Import Keyboard Shortcuts</source>
-      <translation>Klavye kısayollarını İçe Aktar</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3423" />
-      <source>&amp;Import Keyboard Shortcuts...</source>
-      <translation>Klavye K&amp;ısayollarını İçe Aktar...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3429" />
-      <source>Import the keyboard shortcuts</source>
-      <translation>Klavye kısayolları içeri aktarılıyor</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3431" />
-      <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3441" />
-      <source>Manage SSL Certificates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3443" />
-      <source>Manage SSL Certificates...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3450" />
-      <source>Manage the saved SSL certificates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3453" />
-      <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3463" />
-      <source>Edit Message Filters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3465" />
-      <source>Edit Message Filters...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3472" />
-      <source>Edit the message filters used to suppress unwanted messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3475" />
-      <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3494" />
-      <location filename="../UI/UserInterface.py" line="3488" />
-      <location filename="../UI/UserInterface.py" line="3486" />
-      <source>Clear private data</source>
-      <translation type="unfinished">Özel verileri temizle</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3496" />
-      <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3507" />
-      <location filename="../UI/UserInterface.py" line="3506" />
-      <source>Activate current editor</source>
-      <translation>Geçerli düzenleyiciyi aktif yap</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3508" />
-      <source>Alt+Shift+E</source>
-      <translation>Alt+Shift+E</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3519" />
-      <location filename="../UI/UserInterface.py" line="3518" />
-      <source>Show next</source>
-      <translation>Sonrakini göster</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3520" />
-      <source>Ctrl+Alt+Tab</source>
-      <translation>Ctrl+Alt+Tab</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3531" />
-      <location filename="../UI/UserInterface.py" line="3530" />
-      <source>Show previous</source>
-      <translation>Öncekini göster</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3532" />
-      <source>Shift+Ctrl+Alt+Tab</source>
-      <translation>Shift+Ctrl+Alt+Tab</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3543" />
-      <location filename="../UI/UserInterface.py" line="3542" />
-      <source>Switch between tabs</source>
-      <translation>Sekmeler arasında değiştir</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3544" />
-      <source>Ctrl+1</source>
-      <translation>Ctrl+1</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3554" />
-      <source>Plugin Infos</source>
-      <translation>Eklenti Bilgisi</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3556" />
-      <source>&amp;Plugin Infos...</source>
-      <translation>Eklenti Bil&amp;gisi...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3562" />
-      <source>Show Plugin Infos</source>
-      <translation>Eklenti Bilgisini Göster</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3564" />
-      <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Eklenti Bilgileri...&lt;/b&gt;&lt;p&gt;Bu yüklenen eklentiler hakkında bazı bilgileri gösteren bir diyalog açar.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3582" />
-      <location filename="../UI/UserInterface.py" line="3574" />
-      <source>Install Plugins</source>
-      <translation>Eklenti Kur</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3576" />
-      <source>&amp;Install Plugins...</source>
-      <translation>Ekle&amp;nti Kur...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3584" />
-      <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Eklenti Kur...&lt;/b&gt;&lt;p&gt;Bu eklenti kurmak yada güncellemek için bir diyalog açar.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3601" />
-      <location filename="../UI/UserInterface.py" line="3593" />
-      <source>Uninstall Plugin</source>
-      <translation>Eklenti Kaldır</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3595" />
-      <source>&amp;Uninstall Plugin...</source>
-      <translation>Ekle&amp;nti Kaldır...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3603" />
-      <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Eklenti Kaldır...&lt;/b&gt;&lt;p&gt;Bu bir eklentiyi kaldırmak için bir diyalog açar.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3614" />
-      <source>Plugin &amp;Repository...</source>
-      <translation>Eklenti Hav&amp;uzu...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3620" />
-      <source>Show Plugins available for download</source>
-      <translation>İndirme için uygun olan eklentileri göster</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3622" />
-      <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Eklenti Kaynak Havuzu...&lt;/b&gt;&lt;p&gt;Bu internette hazır olan eklentilerin listelendiği bir diyalog açar.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3652" />
-      <location filename="../UI/UserInterface.py" line="3651" />
-      <source>Qt5 Documentation</source>
-      <translation type="unfinished">Qt4 Belgeleri {5 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3658" />
-      <source>Open Qt5 Documentation</source>
-      <translation type="unfinished">QT4 Belgelerini Aç {5 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3660" />
-      <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3673" />
-      <location filename="../UI/UserInterface.py" line="3672" />
-      <source>Qt6 Documentation</source>
-      <translation type="unfinished">Qt4 Belgeleri {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3679" />
-      <source>Open Qt6 Documentation</source>
-      <translation type="unfinished">QT4 Belgelerini Aç {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3681" />
-      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3694" />
-      <location filename="../UI/UserInterface.py" line="3693" />
-      <source>PyQt5 Documentation</source>
-      <translation type="unfinished">PyQt4 Belgeleri {5 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3700" />
-      <source>Open PyQt5 Documentation</source>
-      <translation type="unfinished">PyQt4 Begelerini aç {5 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3702" />
-      <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3715" />
-      <location filename="../UI/UserInterface.py" line="3714" />
-      <source>PyQt6 Documentation</source>
-      <translation type="unfinished">PyQt4 Belgeleri {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3721" />
-      <source>Open PyQt6 Documentation</source>
-      <translation type="unfinished">PyQt4 Begelerini aç {6 ?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3723" />
-      <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3741" />
-      <location filename="../UI/UserInterface.py" line="3740" />
-      <source>Python 3 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3747" />
-      <source>Open Python 3 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3749" />
-      <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;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 &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3768" />
-      <location filename="../UI/UserInterface.py" line="3767" />
-      <source>eric API Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3774" />
-      <source>Open eric API Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3776" />
-      <source>&lt;b&gt;eric API Documentation&lt;/b&gt;&lt;p&gt;Display the eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric installation directory.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3794" />
-      <location filename="../UI/UserInterface.py" line="3793" />
-      <source>PySide2 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3800" />
-      <source>Open PySide2 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3802" />
-      <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3820" />
-      <location filename="../UI/UserInterface.py" line="3819" />
-      <source>PySide6 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3826" />
-      <source>Open PySide6 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3828" />
-      <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3864" />
-      <source>Sessions</source>
-      <translation type="unfinished">Oturumlar</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3945" />
-      <source>E&amp;xtras</source>
-      <translation>İla&amp;veler</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3955" />
-      <source>Wi&amp;zards</source>
-      <translation>Sihirba&amp;z</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3973" />
-      <source>P&amp;lugins</source>
-      <translation>Ek&amp;lentiler</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3982" />
-      <source>Configure...</source>
-      <translation>Ayarlanıyor...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3991" />
-      <source>&amp;Testing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4008" />
-      <source>Select Tool Group</source>
-      <translation>Araç Grubunu Seç</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4019" />
-      <source>Se&amp;ttings</source>
-      <translation>Ayar&amp;lar</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4052" />
-      <source>&amp;Window</source>
-      <translation>&amp;Pencere</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4061" />
-      <source>&amp;Windows</source>
-      <translation type="unfinished">&amp;Pencereler</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4065" />
-      <source>Central Park</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4069" />
-      <source>Left Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4088" />
-      <source>Right Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4107" />
-      <source>Bottom Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4115" />
-      <source>Plug-ins</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4121" />
-      <source>&amp;Toolbars</source>
-      <translation>&amp;Araççubuğu</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4134" />
-      <source>&amp;Help</source>
-      <translation>&amp;Yardım</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4191" />
-      <location filename="../UI/UserInterface.py" line="4174" />
-      <source>Tools</source>
-      <translation>Araçlar</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4193" />
-      <location filename="../UI/UserInterface.py" line="4178" />
-      <source>Settings</source>
-      <translation>Ayarlar</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6362" />
-      <location filename="../UI/UserInterface.py" line="4194" />
-      <location filename="../UI/UserInterface.py" line="4179" />
-      <source>Help</source>
-      <translation>Yardım</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4195" />
-      <location filename="../UI/UserInterface.py" line="4180" />
-      <source>Profiles</source>
-      <translation>Kesitler</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4196" />
-      <location filename="../UI/UserInterface.py" line="4181" />
-      <source>Plugins</source>
-      <translation>Eklentiler</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4192" />
-      <source>Unittest</source>
-      <translation>Birimtest</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4369" />
-      <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4378" />
-      <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4387" />
-      <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4396" />
-      <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4405" />
-      <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4414" />
-      <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4428" />
-      <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4502" />
-      <location filename="../UI/UserInterface.py" line="4461" />
-      <source>External Tools/{0}</source>
-      <translation>Harici Araçlar/{0}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4610" />
-      <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
-      <translation type="unfinished">&lt;h3&gt;Sürüm Numaraları&lt;/h3&gt;&lt;table&gt; {2&gt;?} {2&gt;?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4680" />
-      <source>Desktop</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4684" />
-      <source>Session Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4740" />
       <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
       <translation>E-posta adresi veya posta  sunucu adresi  boş. Lütfen e-posta ayarlarını özellikler diyaloğundan giriniz.</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5074" />
+      <source>Restart application</source>
+      <translation>Uygulmayı yeniden başlat</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5075" />
-      <source>Restart application</source>
-      <translation>Uygulmayı yeniden başlat</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5076" />
       <source>The application needs to be restarted. Do it now?</source>
       <translation>Uygulama yeniden başlatılmaya ihtiyaç duyuyor. Şimdi yapılsın mı?</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5099" />
+      <source>Upgrade PyQt</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5100" />
-      <source>Upgrade PyQt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5101" />
       <source>eric needs to be closed in order to upgrade PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5124" />
+      <source>Upgrade Eric</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5125" />
-      <source>Upgrade Eric</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5126" />
       <source>eric needs to be closed in order to be upgraded. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5150" />
+      <source>Upgrade Eric and PyQt6</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5151" />
-      <source>Upgrade Eric and PyQt6</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5152" />
       <source>eric needs to be closed in order to upgrade eric and PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
  Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5214" />
+      <location filename="../UI/UserInterface.py" line="5213" />
       <source>&amp;Builtin Tools</source>
       <translation>Ya&amp;pılandırma Araçları</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5234" />
+      <location filename="../UI/UserInterface.py" line="5233" />
       <source>&amp;Plugin Tools</source>
       <translation>Eklen&amp;ti Araçları</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5237" />
+      <location filename="../UI/UserInterface.py" line="5236" />
       <source>&amp;User Tools</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5263" />
+      <location filename="../UI/UserInterface.py" line="5262" />
       <source>Configure Tool Groups ...</source>
       <translation>Alet Grupları Ayarlanıyor...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5267" />
+      <location filename="../UI/UserInterface.py" line="5266" />
       <source>Configure current Tool Group ...</source>
       <translation>Geçerli alet grubunu ayarla...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5306" />
-      <location filename="../UI/UserInterface.py" line="5286" />
+      <location filename="../UI/UserInterface.py" line="5305" />
+      <location filename="../UI/UserInterface.py" line="5285" />
       <source>No User Tools Configured</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5382" />
+      <location filename="../UI/UserInterface.py" line="5381" />
       <source>&amp;Show all</source>
       <translation>Hepsini Gö&amp;ster</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5384" />
+      <location filename="../UI/UserInterface.py" line="5383" />
       <source>&amp;Hide all</source>
       <translation>&amp;Hepsini gizle</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6498" />
+      <location filename="../UI/UserInterface.py" line="6487" />
+      <location filename="../UI/UserInterface.py" line="6439" />
+      <location filename="../UI/UserInterface.py" line="6429" />
+      <location filename="../UI/UserInterface.py" line="6252" />
+      <location filename="../UI/UserInterface.py" line="6242" />
+      <location filename="../UI/UserInterface.py" line="6184" />
+      <location filename="../UI/UserInterface.py" line="6174" />
+      <source>Problem</source>
+      <translation>Problem</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6499" />
       <location filename="../UI/UserInterface.py" line="6488" />
       <location filename="../UI/UserInterface.py" line="6440" />
@@ -93480,305 +93530,283 @@
       <location filename="../UI/UserInterface.py" line="6243" />
       <location filename="../UI/UserInterface.py" line="6185" />
       <location filename="../UI/UserInterface.py" line="6175" />
-      <source>Problem</source>
-      <translation>Problem</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6500" />
-      <location filename="../UI/UserInterface.py" line="6489" />
-      <location filename="../UI/UserInterface.py" line="6441" />
-      <location filename="../UI/UserInterface.py" line="6431" />
-      <location filename="../UI/UserInterface.py" line="6254" />
-      <location filename="../UI/UserInterface.py" line="6244" />
-      <location filename="../UI/UserInterface.py" line="6186" />
-      <location filename="../UI/UserInterface.py" line="6176" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6740" />
+      <location filename="../UI/UserInterface.py" line="6651" />
+      <location filename="../UI/UserInterface.py" line="6534" />
+      <location filename="../UI/UserInterface.py" line="6511" />
+      <location filename="../UI/UserInterface.py" line="6452" />
+      <location filename="../UI/UserInterface.py" line="6399" />
+      <location filename="../UI/UserInterface.py" line="6377" />
+      <location filename="../UI/UserInterface.py" line="6328" />
+      <location filename="../UI/UserInterface.py" line="6319" />
+      <location filename="../UI/UserInterface.py" line="6284" />
+      <location filename="../UI/UserInterface.py" line="6275" />
+      <location filename="../UI/UserInterface.py" line="6216" />
+      <location filename="../UI/UserInterface.py" line="6207" />
+      <source>Process Generation Error</source>
+      <translation>İşlem Üretecinde Hata</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6208" />
+      <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6217" />
+      <source>&lt;p&gt;Could not find the Qt-Designer executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6276" />
+      <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6285" />
+      <source>&lt;p&gt;Could not find the Qt-Linguist executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6320" />
+      <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6329" />
+      <source>&lt;p&gt;Could not find the Qt-Assistant executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6362" />
+      <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
+      <translation>Hali hazırda kullanıcı göstericisi seçilmedi. Lütfen .birini belirlemek için özellikler diyaloğunu kullanının.</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6378" />
+      <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6400" />
+      <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6453" />
+      <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6512" />
+      <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6535" />
+      <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6632" />
+      <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6652" />
+      <source>&lt;p&gt;Could not start Snapshot tool.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6685" />
+      <location filename="../UI/UserInterface.py" line="6675" />
+      <source>External Tools</source>
+      <translation>Harici Araçlar</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6676" />
+      <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6686" />
+      <source>No toolgroup entry '{0}' found.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6723" />
+      <source>Starting process '{0} {1}'.
+</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6741" />
-      <location filename="../UI/UserInterface.py" line="6652" />
-      <location filename="../UI/UserInterface.py" line="6535" />
-      <location filename="../UI/UserInterface.py" line="6512" />
-      <location filename="../UI/UserInterface.py" line="6453" />
-      <location filename="../UI/UserInterface.py" line="6400" />
-      <location filename="../UI/UserInterface.py" line="6378" />
-      <location filename="../UI/UserInterface.py" line="6329" />
-      <location filename="../UI/UserInterface.py" line="6320" />
-      <location filename="../UI/UserInterface.py" line="6285" />
-      <location filename="../UI/UserInterface.py" line="6276" />
-      <location filename="../UI/UserInterface.py" line="6217" />
-      <location filename="../UI/UserInterface.py" line="6208" />
-      <source>Process Generation Error</source>
-      <translation>İşlem Üretecinde Hata</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6209" />
-      <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6218" />
-      <source>&lt;p&gt;Could not find the Qt-Designer executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6277" />
-      <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6286" />
-      <source>&lt;p&gt;Could not find the Qt-Linguist executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6321" />
-      <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6330" />
-      <source>&lt;p&gt;Could not find the Qt-Assistant executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6363" />
-      <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
-      <translation>Hali hazırda kullanıcı göstericisi seçilmedi. Lütfen .birini belirlemek için özellikler diyaloğunu kullanının.</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6379" />
-      <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6401" />
-      <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6454" />
-      <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6513" />
-      <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6536" />
-      <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6633" />
-      <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6653" />
-      <source>&lt;p&gt;Could not start Snapshot tool.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6686" />
-      <location filename="../UI/UserInterface.py" line="6676" />
-      <source>External Tools</source>
-      <translation>Harici Araçlar</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6677" />
-      <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6687" />
-      <source>No toolgroup entry '{0}' found.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6724" />
-      <source>Starting process '{0} {1}'.
-</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6742" />
       <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6821" />
+      <location filename="../UI/UserInterface.py" line="6820" />
       <source>Process '{0}' has exited.
 </source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7108" />
+      <location filename="../UI/UserInterface.py" line="7046" />
+      <location filename="../UI/UserInterface.py" line="7002" />
+      <location filename="../UI/UserInterface.py" line="6928" />
+      <location filename="../UI/UserInterface.py" line="6864" />
+      <source>Documentation Missing</source>
+      <translation>Eksik Belgeleme</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7109" />
       <location filename="../UI/UserInterface.py" line="7047" />
       <location filename="../UI/UserInterface.py" line="7003" />
       <location filename="../UI/UserInterface.py" line="6929" />
       <location filename="../UI/UserInterface.py" line="6865" />
-      <source>Documentation Missing</source>
-      <translation>Eksik Belgeleme</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7110" />
-      <location filename="../UI/UserInterface.py" line="7048" />
-      <location filename="../UI/UserInterface.py" line="7004" />
-      <location filename="../UI/UserInterface.py" line="6930" />
-      <location filename="../UI/UserInterface.py" line="6866" />
       <source>&lt;p&gt;The documentation starting point "&lt;b&gt;{0}&lt;/b&gt;" could not be found.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7090" />
+      <location filename="../UI/UserInterface.py" line="6972" />
+      <source>Documentation</source>
+      <translation>Belgeleme</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6973" />
+      <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7091" />
-      <location filename="../UI/UserInterface.py" line="6973" />
-      <source>Documentation</source>
-      <translation>Belgeleme</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6974" />
-      <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7092" />
       <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7270" />
+      <location filename="../UI/UserInterface.py" line="7206" />
+      <source>Start Web Browser</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7207" />
+      <source>The eric web browser could not be started.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7271" />
-      <location filename="../UI/UserInterface.py" line="7207" />
-      <source>Start Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7208" />
-      <source>The eric web browser could not be started.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7272" />
       <source>&lt;p&gt;The eric web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7318" />
+      <location filename="../UI/UserInterface.py" line="7317" />
       <source>Open Browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7318" />
+      <location filename="../UI/UserInterface.py" line="7317" />
       <source>Could not start a web browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7622" />
-      <location filename="../UI/UserInterface.py" line="7584" />
+      <location filename="../UI/UserInterface.py" line="7621" />
+      <location filename="../UI/UserInterface.py" line="7583" />
       <source>Keyboard Shortcuts File (*.ekj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7602" />
+      <location filename="../UI/UserInterface.py" line="7601" />
       <source>&lt;p&gt;The keyboard shortcuts file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7806" />
+      <location filename="../UI/UserInterface.py" line="7805" />
       <source>Load crash session...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7809" />
+      <location filename="../UI/UserInterface.py" line="7808" />
       <source>Clean crash sessions...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7845" />
+      <source>Read Session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7846" />
-      <source>Read Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7847" />
       <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7870" />
+      <location filename="../UI/UserInterface.py" line="7869" />
       <source>Save Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7895" />
-      <location filename="../UI/UserInterface.py" line="7872" />
+      <location filename="../UI/UserInterface.py" line="7894" />
+      <location filename="../UI/UserInterface.py" line="7871" />
       <source>eric Session Files (*.esj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7964" />
-      <source>Found Crash Sessions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7965" />
-      <source>These crash session files were found. Select the one to open. Select 'Cancel' to not open a crash session.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="8038" />
+      <location filename="../UI/UserInterface.py" line="8030" />
       <source>Clean stale crash sessions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8039" />
+      <location filename="../UI/UserInterface.py" line="8031" />
       <source>Do you really want to delete these stale crash session files?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8415" />
+      <location filename="../UI/UserInterface.py" line="8407" />
       <source>Drop Error</source>
       <translation>Düşme hatası</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8416" />
+      <location filename="../UI/UserInterface.py" line="8408" />
       <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; bir dosya değil.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8613" />
+      <location filename="../UI/UserInterface.py" line="8605" />
       <source>Upgrade available</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8614" />
+      <location filename="../UI/UserInterface.py" line="8606" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8662" />
+      <location filename="../UI/UserInterface.py" line="8654" />
       <source>First time usage</source>
       <translation>İlk kullanım</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8663" />
+      <location filename="../UI/UserInterface.py" line="8655" />
       <source>eric has not been configured yet. The configuration dialog will be started.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8685" />
+      <location filename="../UI/UserInterface.py" line="8677" />
       <source>Select Workspace Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8853" />
+      <location filename="../UI/UserInterface.py" line="8845" />
       <source>Unsaved Data Detected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8854" />
+      <location filename="../UI/UserInterface.py" line="8846" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation type="unfinished" />
     </message>
--- a/src/eric7/i18n/eric7_zh_CN.ts	Wed Apr 02 16:56:06 2025 +0200
+++ b/src/eric7/i18n/eric7_zh_CN.ts	Thu Apr 03 19:50:43 2025 +0200
@@ -8739,6 +8739,44 @@
     </message>
   </context>
   <context>
+    <name>CrashedSessionsSelectionDialog</name>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="72" />
+      <source>Read Crash Session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="73" />
+      <source>&lt;p&gt;The crash session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="82" />
+      <source>{0}
+Timestamp: {1}
+Project: {2}</source>
+      <comment>Crash Session, Timestamp, Project Path</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.py" line="87" />
+      <source>{0}
+Timestamp: {1}</source>
+      <comment>Crash Session, Timestamp</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.ui" line="0" />
+      <source>Found Crash Sessions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Sessions/CrashedSessionsSelectionDialog.ui" line="0" />
+      <source>These crash session files were found. Select the one to open. Select 'Cancel' to not open a crash session.</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
     <name>CreateDialogCodeDialog</name>
     <message>
       <location filename="../Project/CreateDialogCodeDialog.py" line="149" />
@@ -91386,2298 +91424,2310 @@
   <context>
     <name>UserInterface</name>
     <message>
-      <location filename="../UI/UserInterface.py" line="264" />
+      <location filename="../UI/UserInterface.py" line="263" />
       <source>Initializing Basic Services...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="320" />
+      <location filename="../UI/UserInterface.py" line="319" />
       <source>Initializing Plugin Manager...</source>
       <translation>初始化插件管理器…</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="328" />
+      <location filename="../UI/UserInterface.py" line="327" />
       <source>Generating Main User Interface...</source>
       <translation>生成主用户界面…</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="385" />
-      <location filename="../UI/UserInterface.py" line="383" />
+      <location filename="../UI/UserInterface.py" line="384" />
+      <location filename="../UI/UserInterface.py" line="382" />
       <source>Setting up signal/slot-connections...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="594" />
+      <location filename="../UI/UserInterface.py" line="593" />
       <source>Initializing Tools...</source>
       <translation>初始化工具…</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="606" />
+      <location filename="../UI/UserInterface.py" line="605" />
       <source>Registering Objects...</source>
       <translation>注册对象…</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="641" />
+      <location filename="../UI/UserInterface.py" line="640" />
       <source>Initializing Actions...</source>
       <translation>初始化动作…</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="644" />
+      <location filename="../UI/UserInterface.py" line="643" />
       <source>Initializing Menus...</source>
       <translation>初始化菜单…</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="647" />
+      <location filename="../UI/UserInterface.py" line="646" />
       <source>Initializing Toolbars...</source>
       <translation>初始化工具栏…</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="650" />
+      <location filename="../UI/UserInterface.py" line="649" />
       <source>Initializing Statusbar...</source>
       <translation>初始化状态栏…</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="675" />
-      <location filename="../UI/UserInterface.py" line="673" />
+      <location filename="../UI/UserInterface.py" line="674" />
+      <location filename="../UI/UserInterface.py" line="672" />
       <source>Initializing Single Application Server...</source>
       <translation>初始化单应用程序服务器…</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="682" />
+      <location filename="../UI/UserInterface.py" line="681" />
       <source>Initializing Plugins...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="686" />
+      <location filename="../UI/UserInterface.py" line="685" />
       <source>Activating Plugins...</source>
       <translation>激活插件…</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="689" />
+      <location filename="../UI/UserInterface.py" line="688" />
       <source>Generating Plugins Toolbars...</source>
       <translation>生成插件工具栏…</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="693" />
+      <location filename="../UI/UserInterface.py" line="692" />
       <source>Cleaning Plugins Download Area...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="704" />
+      <location filename="../UI/UserInterface.py" line="703" />
       <source>Restoring Toolbarmanager...</source>
       <translation>恢复工具拦管理器…</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="713" />
+      <location filename="../UI/UserInterface.py" line="712" />
       <source>Setting View Profile...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="727" />
+      <location filename="../UI/UserInterface.py" line="726" />
       <source>Reading Tasks...</source>
       <translation>读取任务…</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="733" />
+      <location filename="../UI/UserInterface.py" line="732" />
       <source>Reading Templates...</source>
       <translation>读取模板…</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="739" />
+      <location filename="../UI/UserInterface.py" line="738" />
       <source>Starting Debugger...</source>
       <translation>启动调试器…</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2213" />
-      <location filename="../UI/UserInterface.py" line="1100" />
+      <location filename="../UI/UserInterface.py" line="2212" />
+      <location filename="../UI/UserInterface.py" line="1099" />
       <source>Left Toolbox</source>
       <translation>左工具箱</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2259" />
-      <location filename="../UI/UserInterface.py" line="1110" />
+      <location filename="../UI/UserInterface.py" line="2258" />
+      <location filename="../UI/UserInterface.py" line="1109" />
       <source>Horizontal Toolbox</source>
       <translation>横向工具箱</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2236" />
-      <location filename="../UI/UserInterface.py" line="1121" />
+      <location filename="../UI/UserInterface.py" line="2235" />
+      <location filename="../UI/UserInterface.py" line="1120" />
       <source>Right Toolbox</source>
       <translation>右工具箱</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2054" />
+      <location filename="../UI/UserInterface.py" line="1316" />
+      <location filename="../UI/UserInterface.py" line="1130" />
+      <source>Multiproject-Viewer</source>
+      <translation>多重项目浏览器</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2032" />
+      <location filename="../UI/UserInterface.py" line="1322" />
+      <location filename="../UI/UserInterface.py" line="1136" />
+      <source>Project-Viewer</source>
+      <translation>项目浏览器</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2594" />
+      <location filename="../UI/UserInterface.py" line="2593" />
+      <location filename="../UI/UserInterface.py" line="1329" />
+      <location filename="../UI/UserInterface.py" line="1143" />
+      <source>Find/Replace In Files</source>
+      <translation>在文件中查找/替换</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2617" />
+      <location filename="../UI/UserInterface.py" line="2616" />
+      <location filename="../UI/UserInterface.py" line="1336" />
+      <location filename="../UI/UserInterface.py" line="1150" />
+      <source>Find File</source>
+      <translation type="unfinished">查找文件</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1342" />
+      <location filename="../UI/UserInterface.py" line="1156" />
+      <source>VCS Status</source>
+      <translation type="unfinished">版本控制系统状态</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2187" />
+      <location filename="../UI/UserInterface.py" line="1349" />
+      <location filename="../UI/UserInterface.py" line="1163" />
+      <source>Template-Viewer</source>
+      <translation>模板浏览器</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2120" />
+      <location filename="../UI/UserInterface.py" line="1356" />
+      <location filename="../UI/UserInterface.py" line="1170" />
+      <source>File-Browser</source>
+      <translation>文件浏览器</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1363" />
+      <location filename="../UI/UserInterface.py" line="1177" />
+      <source>Symbols</source>
+      <translation>符号</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2076" />
+      <location filename="../UI/UserInterface.py" line="1385" />
+      <location filename="../UI/UserInterface.py" line="1379" />
+      <location filename="../UI/UserInterface.py" line="1187" />
+      <source>Debug-Viewer</source>
+      <translation>调试浏览器</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2448" />
+      <location filename="../UI/UserInterface.py" line="2447" />
+      <location filename="../UI/UserInterface.py" line="1392" />
+      <location filename="../UI/UserInterface.py" line="1194" />
+      <source>Code Documentation Viewer</source>
+      <translation>代码文档查看器</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2663" />
+      <location filename="../UI/UserInterface.py" line="2662" />
+      <location filename="../UI/UserInterface.py" line="1399" />
+      <location filename="../UI/UserInterface.py" line="1201" />
+      <source>Help Viewer</source>
+      <translation type="unfinished">帮助浏览器</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3611" />
+      <location filename="../UI/UserInterface.py" line="2543" />
+      <location filename="../UI/UserInterface.py" line="2542" />
+      <location filename="../UI/UserInterface.py" line="1405" />
+      <location filename="../UI/UserInterface.py" line="1207" />
+      <source>Plugin Repository</source>
+      <translation>插件储存库</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2567" />
+      <location filename="../UI/UserInterface.py" line="2566" />
+      <location filename="../UI/UserInterface.py" line="1411" />
+      <location filename="../UI/UserInterface.py" line="1213" />
+      <source>Virtual Environments</source>
+      <translation>虚拟环境</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2475" />
+      <location filename="../UI/UserInterface.py" line="2474" />
+      <location filename="../UI/UserInterface.py" line="1418" />
+      <location filename="../UI/UserInterface.py" line="1220" />
+      <source>PyPI Package Management</source>
+      <translation type="unfinished">PyPi包管理</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2497" />
+      <location filename="../UI/UserInterface.py" line="2496" />
+      <location filename="../UI/UserInterface.py" line="1425" />
+      <location filename="../UI/UserInterface.py" line="1225" />
+      <source>Conda</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1432" />
+      <location filename="../UI/UserInterface.py" line="1232" />
+      <source>Cooperation</source>
+      <translation>协作</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2375" />
+      <location filename="../UI/UserInterface.py" line="1436" />
+      <location filename="../UI/UserInterface.py" line="1237" />
+      <source>IRC</source>
+      <translation>IRC</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2519" />
+      <location filename="../UI/UserInterface.py" line="2518" />
+      <location filename="../UI/UserInterface.py" line="1442" />
+      <location filename="../UI/UserInterface.py" line="1244" />
+      <source>MicroPython</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2098" />
+      <location filename="../UI/UserInterface.py" line="1450" />
+      <location filename="../UI/UserInterface.py" line="1252" />
+      <source>Shell</source>
+      <translation>命令行</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2164" />
+      <location filename="../UI/UserInterface.py" line="1456" />
+      <location filename="../UI/UserInterface.py" line="1256" />
+      <source>Task-Viewer</source>
+      <translation>任务浏览器</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2142" />
+      <location filename="../UI/UserInterface.py" line="1462" />
+      <location filename="../UI/UserInterface.py" line="1260" />
+      <source>Log-Viewer</source>
+      <translation>日志浏览器</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1469" />
+      <location filename="../UI/UserInterface.py" line="1267" />
+      <source>Numbers</source>
+      <translation>数字</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1844" />
+      <source>{0} - Passive Mode</source>
+      <translation>{0} - 被动模式</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1853" />
+      <location filename="../UI/UserInterface.py" line="1847" />
+      <source>{0} - {1} - Passive Mode</source>
+      <translation>{0} - {1} - 被动模式</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1859" />
+      <source>{0} - {1} - {2} - Passive Mode</source>
+      <translation>{0} - {1} - {2} - 被动模式</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1885" />
+      <source>Quit</source>
+      <translation>退出</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1887" />
+      <source>&amp;Quit</source>
+      <translation>退出(&amp;Q)</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1888" />
+      <source>Ctrl+Q</source>
+      <comment>File|Quit</comment>
+      <translation>Ctrl+Q</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1893" />
+      <source>Quit the IDE</source>
+      <translation>退出程序</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1895" />
+      <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;退出程序&lt;/b&gt;&lt;p&gt;退出本程序。 先保存任何未保存的更改。任何被调试的 Python 程序都将停止,并将选项写入磁盘。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1909" />
+      <location filename="../UI/UserInterface.py" line="1907" />
+      <source>Restart</source>
+      <translation type="unfinished">重启</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1910" />
+      <source>Ctrl+Shift+Q</source>
+      <comment>File|Quit</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1915" />
+      <source>Restart the IDE</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1917" />
+      <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1935" />
+      <location filename="../UI/UserInterface.py" line="1928" />
+      <source>Save session</source>
+      <translation>保存会话</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1929" />
+      <source>Save session...</source>
+      <translation>保存会话…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1937" />
+      <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7892" />
+      <location filename="../UI/UserInterface.py" line="1954" />
+      <location filename="../UI/UserInterface.py" line="1947" />
+      <source>Load session</source>
+      <translation type="unfinished">载入会话</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1948" />
+      <source>Load session...</source>
+      <translation>加载会话…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1956" />
+      <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1966" />
+      <source>New Window</source>
+      <translation>新建窗口</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1968" />
+      <source>New &amp;Window</source>
+      <translation>新建窗口(&amp;W)</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1969" />
+      <source>Ctrl+Shift+N</source>
+      <comment>File|New Window</comment>
+      <translation>Ctrl+Shift+N</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1974" />
+      <source>Open a new eric instance</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1976" />
+      <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric IDE.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1990" />
+      <location filename="../UI/UserInterface.py" line="1988" />
+      <source>Edit Profile</source>
+      <translation>编辑模式</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1997" />
+      <source>Activate the edit view profile</source>
+      <translation>激活编辑视图模式</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1999" />
+      <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;编辑模式&lt;/b&gt;&lt;p&gt;激活“编辑视图模式”。如果激活了该模式,则显示的窗口将按“视图模式配置”对话框进行配置。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2012" />
+      <location filename="../UI/UserInterface.py" line="2010" />
+      <source>Debug Profile</source>
+      <translation>调试模式</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2019" />
+      <source>Activate the debug view profile</source>
+      <translation>激活调试模式</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2021" />
+      <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;调试模式&lt;/b&gt;&lt;p&gt;激活“调试视图模式”。如果激活了该模式,则显示的窗口将按“视图模式配置”对话框进行配置。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2033" />
+      <source>&amp;Project-Viewer</source>
+      <translation>项目浏览器(&amp;P)</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2034" />
+      <source>Alt+Shift+P</source>
+      <translation>Alt+Shift+P</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2040" />
+      <source>Switch the input focus to the Project-Viewer window.</source>
+      <translation>将输入焦点切换至项目查看器窗口。</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2043" />
+      <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2055" />
-      <location filename="../UI/UserInterface.py" line="1317" />
-      <location filename="../UI/UserInterface.py" line="1131" />
-      <source>Multiproject-Viewer</source>
-      <translation>多重项目浏览器</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2033" />
-      <location filename="../UI/UserInterface.py" line="1323" />
-      <location filename="../UI/UserInterface.py" line="1137" />
-      <source>Project-Viewer</source>
-      <translation>项目浏览器</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2595" />
-      <location filename="../UI/UserInterface.py" line="2594" />
-      <location filename="../UI/UserInterface.py" line="1330" />
-      <location filename="../UI/UserInterface.py" line="1144" />
-      <source>Find/Replace In Files</source>
-      <translation>在文件中查找/替换</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2618" />
-      <location filename="../UI/UserInterface.py" line="2617" />
-      <location filename="../UI/UserInterface.py" line="1337" />
-      <location filename="../UI/UserInterface.py" line="1151" />
-      <source>Find File</source>
-      <translation type="unfinished">查找文件</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1343" />
-      <location filename="../UI/UserInterface.py" line="1157" />
-      <source>VCS Status</source>
-      <translation type="unfinished">版本控制系统状态</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2188" />
-      <location filename="../UI/UserInterface.py" line="1350" />
-      <location filename="../UI/UserInterface.py" line="1164" />
-      <source>Template-Viewer</source>
-      <translation>模板浏览器</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2121" />
-      <location filename="../UI/UserInterface.py" line="1357" />
-      <location filename="../UI/UserInterface.py" line="1171" />
-      <source>File-Browser</source>
-      <translation>文件浏览器</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1364" />
-      <location filename="../UI/UserInterface.py" line="1178" />
-      <source>Symbols</source>
-      <translation>符号</translation>
+      <source>&amp;Multiproject-Viewer</source>
+      <translation>多重项目浏览器(&amp;M)</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2056" />
+      <source>Alt+Shift+M</source>
+      <translation>Alt+Shift+M</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2062" />
+      <source>Switch the input focus to the Multiproject-Viewer window.</source>
+      <translation>将输入焦点切换至多项目查看器窗口。</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2065" />
+      <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2077" />
-      <location filename="../UI/UserInterface.py" line="1386" />
-      <location filename="../UI/UserInterface.py" line="1380" />
-      <location filename="../UI/UserInterface.py" line="1188" />
-      <source>Debug-Viewer</source>
-      <translation>调试浏览器</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2449" />
-      <location filename="../UI/UserInterface.py" line="2448" />
-      <location filename="../UI/UserInterface.py" line="1393" />
-      <location filename="../UI/UserInterface.py" line="1195" />
-      <source>Code Documentation Viewer</source>
-      <translation>代码文档查看器</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2664" />
-      <location filename="../UI/UserInterface.py" line="2663" />
-      <location filename="../UI/UserInterface.py" line="1400" />
-      <location filename="../UI/UserInterface.py" line="1202" />
-      <source>Help Viewer</source>
-      <translation type="unfinished">帮助浏览器</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3612" />
-      <location filename="../UI/UserInterface.py" line="2544" />
-      <location filename="../UI/UserInterface.py" line="2543" />
-      <location filename="../UI/UserInterface.py" line="1406" />
-      <location filename="../UI/UserInterface.py" line="1208" />
-      <source>Plugin Repository</source>
-      <translation>插件储存库</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2568" />
-      <location filename="../UI/UserInterface.py" line="2567" />
-      <location filename="../UI/UserInterface.py" line="1412" />
-      <location filename="../UI/UserInterface.py" line="1214" />
-      <source>Virtual Environments</source>
-      <translation>虚拟环境</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2476" />
-      <location filename="../UI/UserInterface.py" line="2475" />
-      <location filename="../UI/UserInterface.py" line="1419" />
-      <location filename="../UI/UserInterface.py" line="1221" />
-      <source>PyPI Package Management</source>
-      <translation type="unfinished">PyPi包管理</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2498" />
-      <location filename="../UI/UserInterface.py" line="2497" />
-      <location filename="../UI/UserInterface.py" line="1426" />
-      <location filename="../UI/UserInterface.py" line="1226" />
-      <source>Conda</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1433" />
-      <location filename="../UI/UserInterface.py" line="1233" />
-      <source>Cooperation</source>
-      <translation>协作</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2376" />
-      <location filename="../UI/UserInterface.py" line="1437" />
-      <location filename="../UI/UserInterface.py" line="1238" />
-      <source>IRC</source>
-      <translation>IRC</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2520" />
-      <location filename="../UI/UserInterface.py" line="2519" />
-      <location filename="../UI/UserInterface.py" line="1443" />
-      <location filename="../UI/UserInterface.py" line="1245" />
-      <source>MicroPython</source>
+      <source>&amp;Debug-Viewer</source>
+      <translation>调试浏览器(&amp;D)</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2078" />
+      <source>Alt+Shift+D</source>
+      <translation>Alt+Shift+D</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2084" />
+      <source>Switch the input focus to the Debug-Viewer window.</source>
+      <translation>将输入焦点切换至调试查看器窗口。</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2087" />
+      <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2099" />
-      <location filename="../UI/UserInterface.py" line="1451" />
-      <location filename="../UI/UserInterface.py" line="1253" />
-      <source>Shell</source>
-      <translation>命令行</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2165" />
-      <location filename="../UI/UserInterface.py" line="1457" />
-      <location filename="../UI/UserInterface.py" line="1257" />
-      <source>Task-Viewer</source>
-      <translation>任务浏览器</translation>
+      <source>&amp;Shell</source>
+      <translation>命令行(&amp;S)</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2100" />
+      <source>Alt+Shift+S</source>
+      <translation>Alt+Shift+S</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2106" />
+      <source>Switch the input focus to the Shell window.</source>
+      <translation>将输入焦点切换至 Shell 窗口。</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2109" />
+      <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2121" />
+      <source>&amp;File-Browser</source>
+      <translation>文件浏览器(&amp;F)</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2122" />
+      <source>Alt+Shift+F</source>
+      <translation>Alt+Shift+F</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2128" />
+      <source>Switch the input focus to the File-Browser window.</source>
+      <translation>将输入焦点切换至文件浏览器窗口。</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2131" />
+      <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;激活文件浏览器&lt;/b&gt;&lt;p&gt;将输入焦点切换至文件浏览器窗口。&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2143" />
-      <location filename="../UI/UserInterface.py" line="1463" />
-      <location filename="../UI/UserInterface.py" line="1261" />
-      <source>Log-Viewer</source>
-      <translation>日志浏览器</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1470" />
-      <location filename="../UI/UserInterface.py" line="1268" />
-      <source>Numbers</source>
-      <translation>数字</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1845" />
-      <source>{0} - Passive Mode</source>
-      <translation>{0} - 被动模式</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1854" />
-      <location filename="../UI/UserInterface.py" line="1848" />
-      <source>{0} - {1} - Passive Mode</source>
-      <translation>{0} - {1} - 被动模式</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1860" />
-      <source>{0} - {1} - {2} - Passive Mode</source>
-      <translation>{0} - {1} - {2} - 被动模式</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1886" />
-      <source>Quit</source>
-      <translation>退出</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1888" />
-      <source>&amp;Quit</source>
-      <translation>退出(&amp;Q)</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1889" />
-      <source>Ctrl+Q</source>
-      <comment>File|Quit</comment>
-      <translation>Ctrl+Q</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1894" />
-      <source>Quit the IDE</source>
-      <translation>退出程序</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1896" />
-      <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;退出程序&lt;/b&gt;&lt;p&gt;退出本程序。 先保存任何未保存的更改。任何被调试的 Python 程序都将停止,并将选项写入磁盘。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1910" />
-      <location filename="../UI/UserInterface.py" line="1908" />
-      <source>Restart</source>
-      <translation type="unfinished">重启</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1911" />
-      <source>Ctrl+Shift+Q</source>
-      <comment>File|Quit</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1916" />
-      <source>Restart the IDE</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1918" />
-      <source>&lt;b&gt;Restart the IDE&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1936" />
-      <location filename="../UI/UserInterface.py" line="1929" />
-      <source>Save session</source>
-      <translation>保存会话</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1930" />
-      <source>Save session...</source>
-      <translation>保存会话…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1938" />
-      <source>&lt;b&gt;Save session...&lt;/b&gt;&lt;p&gt;This saves the current session to disk. A dialog is opened to select the file name.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7893" />
-      <location filename="../UI/UserInterface.py" line="1955" />
-      <location filename="../UI/UserInterface.py" line="1948" />
-      <source>Load session</source>
-      <translation type="unfinished">载入会话</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1949" />
-      <source>Load session...</source>
-      <translation>加载会话…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1957" />
-      <source>&lt;b&gt;Load session...&lt;/b&gt;&lt;p&gt;This loads a session saved to disk previously. A dialog is opened to select the file name.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1967" />
-      <source>New Window</source>
-      <translation>新建窗口</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1969" />
-      <source>New &amp;Window</source>
-      <translation>新建窗口(&amp;W)</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1970" />
-      <source>Ctrl+Shift+N</source>
-      <comment>File|New Window</comment>
-      <translation>Ctrl+Shift+N</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1975" />
-      <source>Open a new eric instance</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1977" />
-      <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the eric IDE.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1991" />
-      <location filename="../UI/UserInterface.py" line="1989" />
-      <source>Edit Profile</source>
-      <translation>编辑模式</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1998" />
-      <source>Activate the edit view profile</source>
-      <translation>激活编辑视图模式</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2000" />
-      <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;编辑模式&lt;/b&gt;&lt;p&gt;激活“编辑视图模式”。如果激活了该模式,则显示的窗口将按“视图模式配置”对话框进行配置。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2013" />
-      <location filename="../UI/UserInterface.py" line="2011" />
-      <source>Debug Profile</source>
-      <translation>调试模式</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2020" />
-      <source>Activate the debug view profile</source>
-      <translation>激活调试模式</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2022" />
-      <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;调试模式&lt;/b&gt;&lt;p&gt;激活“调试视图模式”。如果激活了该模式,则显示的窗口将按“视图模式配置”对话框进行配置。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2034" />
-      <source>&amp;Project-Viewer</source>
-      <translation>项目浏览器(&amp;P)</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2035" />
-      <source>Alt+Shift+P</source>
-      <translation>Alt+Shift+P</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2041" />
-      <source>Switch the input focus to the Project-Viewer window.</source>
-      <translation>将输入焦点切换至项目查看器窗口。</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2044" />
-      <source>&lt;b&gt;Activate Project-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Project-Viewer window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2056" />
-      <source>&amp;Multiproject-Viewer</source>
-      <translation>多重项目浏览器(&amp;M)</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2057" />
-      <source>Alt+Shift+M</source>
-      <translation>Alt+Shift+M</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2063" />
-      <source>Switch the input focus to the Multiproject-Viewer window.</source>
-      <translation>将输入焦点切换至多项目查看器窗口。</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2066" />
-      <source>&lt;b&gt;Activate Multiproject-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Multiproject-Viewer window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2078" />
-      <source>&amp;Debug-Viewer</source>
-      <translation>调试浏览器(&amp;D)</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2079" />
-      <source>Alt+Shift+D</source>
-      <translation>Alt+Shift+D</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2085" />
-      <source>Switch the input focus to the Debug-Viewer window.</source>
-      <translation>将输入焦点切换至调试查看器窗口。</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2088" />
-      <source>&lt;b&gt;Activate Debug-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Debug-Viewer window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2100" />
-      <source>&amp;Shell</source>
-      <translation>命令行(&amp;S)</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2101" />
-      <source>Alt+Shift+S</source>
-      <translation>Alt+Shift+S</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2107" />
-      <source>Switch the input focus to the Shell window.</source>
-      <translation>将输入焦点切换至 Shell 窗口。</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2110" />
-      <source>&lt;b&gt;Activate Shell&lt;/b&gt;&lt;p&gt;This switches the input focus to the Shell window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2122" />
-      <source>&amp;File-Browser</source>
-      <translation>文件浏览器(&amp;F)</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2123" />
-      <source>Alt+Shift+F</source>
-      <translation>Alt+Shift+F</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2129" />
-      <source>Switch the input focus to the File-Browser window.</source>
-      <translation>将输入焦点切换至文件浏览器窗口。</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2132" />
-      <source>&lt;b&gt;Activate File-Browser&lt;/b&gt;&lt;p&gt;This switches the input focus to the File-Browser window.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;激活文件浏览器&lt;/b&gt;&lt;p&gt;将输入焦点切换至文件浏览器窗口。&lt;/p&gt;</translation>
+      <source>Lo&amp;g-Viewer</source>
+      <translation>日志浏览器(&amp;G)</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2144" />
-      <source>Lo&amp;g-Viewer</source>
-      <translation>日志浏览器(&amp;G)</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2145" />
       <source>Alt+Shift+G</source>
       <translation>Alt+Shift+G</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2151" />
+      <location filename="../UI/UserInterface.py" line="2150" />
       <source>Switch the input focus to the Log-Viewer window.</source>
       <translation>将输入焦点切换至日志查看器窗口。</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2154" />
+      <location filename="../UI/UserInterface.py" line="2153" />
       <source>&lt;b&gt;Activate Log-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Log-Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;激活日志查看器&lt;/b&gt;&lt;p&gt;将输入焦点切换至日志查看器。&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2165" />
+      <source>&amp;Task-Viewer</source>
+      <translation>任务浏览器(&amp;T)</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2166" />
-      <source>&amp;Task-Viewer</source>
-      <translation>任务浏览器(&amp;T)</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2167" />
       <source>Alt+Shift+T</source>
       <translation>Alt+Shift+T</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2173" />
+      <location filename="../UI/UserInterface.py" line="2172" />
       <source>Switch the input focus to the Task-Viewer window.</source>
       <translation>将输入焦点切换至任务浏览器窗口。</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2176" />
+      <location filename="../UI/UserInterface.py" line="2175" />
       <source>&lt;b&gt;Activate Task-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Task-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2188" />
+      <source>Templ&amp;ate-Viewer</source>
+      <translation>模板浏览器(&amp;A)</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2189" />
-      <source>Templ&amp;ate-Viewer</source>
-      <translation>模板浏览器(&amp;A)</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2190" />
       <source>Alt+Shift+A</source>
       <translation>Alt+Shift+A</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2196" />
+      <location filename="../UI/UserInterface.py" line="2195" />
       <source>Switch the input focus to the Template-Viewer window.</source>
       <translation>将输入焦点切换至模板浏览器窗口。</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2199" />
+      <location filename="../UI/UserInterface.py" line="2198" />
       <source>&lt;b&gt;Activate Template-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Template-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2214" />
+      <location filename="../UI/UserInterface.py" line="2213" />
       <source>&amp;Left Toolbox</source>
       <translation>左工具箱(&amp;L)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2221" />
+      <location filename="../UI/UserInterface.py" line="2220" />
       <source>Toggle the Left Toolbox window</source>
       <translation>切换左工具箱窗口</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2223" />
+      <location filename="../UI/UserInterface.py" line="2222" />
       <source>&lt;b&gt;Toggle the Left Toolbox window&lt;/b&gt;&lt;p&gt;If the Left Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;切换左工具箱窗口&lt;/b&gt;&lt;p&gt;如果左工具箱窗口已隐藏则显示它。如果它可见则隐藏它。&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2237" />
+      <location filename="../UI/UserInterface.py" line="2236" />
       <source>&amp;Right Toolbox</source>
       <translation>右工具箱(&amp;R)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2244" />
+      <location filename="../UI/UserInterface.py" line="2243" />
       <source>Toggle the Right Toolbox window</source>
       <translation>切换右工具箱窗口</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2246" />
+      <location filename="../UI/UserInterface.py" line="2245" />
       <source>&lt;b&gt;Toggle the Right Toolbox window&lt;/b&gt;&lt;p&gt;If the Right Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;切换右工具箱窗口&lt;/b&gt;&lt;p&gt;如果右工具箱窗口已隐藏则显示它。如果它可见则隐藏它。&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2260" />
+      <location filename="../UI/UserInterface.py" line="2259" />
       <source>&amp;Horizontal Toolbox</source>
       <translation>横向工具箱(&amp;H)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2267" />
+      <location filename="../UI/UserInterface.py" line="2266" />
       <source>Toggle the Horizontal Toolbox window</source>
       <translation>切换横向工具箱窗口</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2269" />
+      <location filename="../UI/UserInterface.py" line="2268" />
       <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;切换横向工具箱窗口&lt;/b&gt;&lt;p&gt;在横向工具箱窗口的显示和隐藏状态间切换。&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2281" />
+      <source>Left Sidebar</source>
+      <translation>左侧边栏</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2282" />
-      <source>Left Sidebar</source>
-      <translation>左侧边栏</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2283" />
       <source>&amp;Left Sidebar</source>
       <translation>左侧边栏(&amp;L)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2290" />
+      <location filename="../UI/UserInterface.py" line="2289" />
       <source>Toggle the left sidebar window</source>
       <translation>切换左侧边栏窗口</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2292" />
+      <location filename="../UI/UserInterface.py" line="2291" />
       <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;切换左侧边栏窗口&lt;/b&gt;&lt;p&gt;如果左侧边栏窗口已隐藏则显示它。如果它可见则隐藏它。&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2304" />
+      <source>Right Sidebar</source>
+      <translation>右侧边栏</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2305" />
-      <source>Right Sidebar</source>
-      <translation>右侧边栏</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2306" />
       <source>&amp;Right Sidebar</source>
       <translation>右侧边栏(&amp;R)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2313" />
+      <location filename="../UI/UserInterface.py" line="2312" />
       <source>Toggle the right sidebar window</source>
       <translation>切换右侧边栏窗口</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2315" />
+      <location filename="../UI/UserInterface.py" line="2314" />
       <source>&lt;b&gt;Toggle the right sidebar window&lt;/b&gt;&lt;p&gt;If the right sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;切换右侧边栏窗口&lt;/b&gt;&lt;p&gt;如果右侧边栏窗口已隐藏则显示它。如果它可见则隐藏它。&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2327" />
+      <source>Bottom Sidebar</source>
+      <translation>底栏</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2328" />
-      <source>Bottom Sidebar</source>
-      <translation>底栏</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2329" />
       <source>&amp;Bottom Sidebar</source>
       <translation>底栏(&amp;B)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2336" />
+      <location filename="../UI/UserInterface.py" line="2335" />
       <source>Toggle the bottom sidebar window</source>
       <translation>切换底栏窗口</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2338" />
+      <location filename="../UI/UserInterface.py" line="2337" />
       <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
       <translation>&lt;b&gt;切换底栏窗口&lt;/b&gt;&lt;p&gt;如果底栏窗口已隐藏则显示它。如果它可见则隐藏它。&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2350" />
+      <source>Cooperation-Viewer</source>
+      <translation>协作浏览器</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2351" />
-      <source>Cooperation-Viewer</source>
-      <translation>协作浏览器</translation>
+      <source>Co&amp;operation-Viewer</source>
+      <translation>协作浏览器(&amp;O)</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2352" />
-      <source>Co&amp;operation-Viewer</source>
-      <translation>协作浏览器(&amp;O)</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2353" />
       <source>Alt+Shift+O</source>
       <translation>Alt+Shift+O</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2359" />
+      <location filename="../UI/UserInterface.py" line="2358" />
       <source>Switch the input focus to the Cooperation-Viewer window.</source>
       <translation>将输入焦点切换至协作浏览器窗口。</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2362" />
+      <location filename="../UI/UserInterface.py" line="2361" />
       <source>&lt;b&gt;Activate Cooperation-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Cooperation-Viewer window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;激活协作浏览器&lt;/b&gt;&lt;p&gt;将输入焦点切换至协作浏览器窗口。&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2376" />
+      <source>&amp;IRC</source>
+      <translation>&amp;IRC</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2377" />
-      <source>&amp;IRC</source>
-      <translation>&amp;IRC</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2378" />
       <source>Ctrl+Alt+Shift+I</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2384" />
+      <location filename="../UI/UserInterface.py" line="2383" />
       <source>Switch the input focus to the IRC window.</source>
       <translation>将输入焦点切换至 IRC 窗口。</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2387" />
+      <location filename="../UI/UserInterface.py" line="2386" />
       <source>&lt;b&gt;Activate IRC&lt;/b&gt;&lt;p&gt;This switches the input focus to the IRC window.&lt;/p&gt;</source>
       <translation>&lt;b&gt;激活 IRC&lt;/b&gt;&lt;p&gt;将输入焦点切换至 IRC 窗口。&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2397" />
+      <source>Symbols-Viewer</source>
+      <translation>符号查看器</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2398" />
-      <source>Symbols-Viewer</source>
-      <translation>符号查看器</translation>
+      <source>S&amp;ymbols-Viewer</source>
+      <translation>符号查看器(&amp;Y)</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2399" />
-      <source>S&amp;ymbols-Viewer</source>
-      <translation>符号查看器(&amp;Y)</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2400" />
       <source>Alt+Shift+Y</source>
       <translation>Alt+Shift+Y</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2406" />
+      <location filename="../UI/UserInterface.py" line="2405" />
       <source>Switch the input focus to the Symbols-Viewer window.</source>
       <translation>将输入焦点切换至符号查看器窗口。</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2409" />
+      <location filename="../UI/UserInterface.py" line="2408" />
       <source>&lt;b&gt;Activate Symbols-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Symbols-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2422" />
+      <source>Numbers-Viewer</source>
+      <translation>数字查看器</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2423" />
-      <source>Numbers-Viewer</source>
-      <translation>数字查看器</translation>
+      <source>Num&amp;bers-Viewer</source>
+      <translation>数字查看器(&amp;B)</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2424" />
-      <source>Num&amp;bers-Viewer</source>
-      <translation>数字查看器(&amp;B)</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2425" />
       <source>Alt+Shift+B</source>
       <translation>Alt+Shift+B</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2431" />
+      <location filename="../UI/UserInterface.py" line="2430" />
       <source>Switch the input focus to the Numbers-Viewer window.</source>
       <translation>将输入焦点切换至数字查看器窗口。</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2434" />
+      <location filename="../UI/UserInterface.py" line="2433" />
       <source>&lt;b&gt;Activate Numbers-Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Numbers-Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2450" />
+      <location filename="../UI/UserInterface.py" line="2449" />
       <source>Ctrl+Alt+Shift+D</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2456" />
+      <location filename="../UI/UserInterface.py" line="2455" />
       <source>Switch the input focus to the Code Documentation Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2461" />
+      <location filename="../UI/UserInterface.py" line="2460" />
       <source>&lt;b&gt;Code Documentation Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the Code Documentation Viewer window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2477" />
+      <location filename="../UI/UserInterface.py" line="2476" />
       <source>Ctrl+Alt+Shift+P</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2483" />
+      <location filename="../UI/UserInterface.py" line="2482" />
       <source>Switch the input focus to the PyPI Package Management window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2486" />
+      <location filename="../UI/UserInterface.py" line="2485" />
       <source>&lt;b&gt;PyPI&lt;/b&gt;&lt;p&gt;This switches the input focus to the PyPI window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2499" />
+      <location filename="../UI/UserInterface.py" line="2498" />
       <source>Ctrl+Alt+Shift+C</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2505" />
+      <location filename="../UI/UserInterface.py" line="2504" />
       <source>Switch the input focus to the Conda window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2508" />
+      <location filename="../UI/UserInterface.py" line="2507" />
       <source>&lt;b&gt;Conda&lt;/b&gt;&lt;p&gt;This switches the input focus to the Conda window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2521" />
+      <location filename="../UI/UserInterface.py" line="2520" />
       <source>Ctrl+Alt+Shift+M</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2527" />
+      <location filename="../UI/UserInterface.py" line="2526" />
       <source>Switch the input focus to the MicroPython window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2530" />
+      <location filename="../UI/UserInterface.py" line="2529" />
       <source>&lt;b&gt;MicroPython&lt;/b&gt;&lt;p&gt;This switches the input focus to the MicroPython window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2545" />
+      <location filename="../UI/UserInterface.py" line="2544" />
       <source>Ctrl+Alt+Shift+R</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2551" />
+      <location filename="../UI/UserInterface.py" line="2550" />
       <source>Switch the input focus to the Plugin Repository window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2554" />
+      <location filename="../UI/UserInterface.py" line="2553" />
       <source>&lt;b&gt;Plugin Repository&lt;/b&gt;&lt;p&gt;This switches the input focus to the Plugin Repository window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2569" />
+      <location filename="../UI/UserInterface.py" line="2568" />
       <source>Ctrl+Alt+V</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2575" />
+      <location filename="../UI/UserInterface.py" line="2574" />
       <source>Switch the input focus to the Virtual Environments Manager window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2580" />
+      <location filename="../UI/UserInterface.py" line="2579" />
       <source>&lt;b&gt;Virtual Environments&lt;/b&gt;&lt;p&gt;This switches the input focus to the Virtual Environments Manager window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2596" />
+      <location filename="../UI/UserInterface.py" line="2595" />
       <source>Ctrl+Alt+Shift+F</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2602" />
+      <location filename="../UI/UserInterface.py" line="2601" />
       <source>Switch the input focus to the Find/Replace In Files window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2605" />
+      <location filename="../UI/UserInterface.py" line="2604" />
       <source>&lt;b&gt;Find/Replace In Files&lt;/b&gt;&lt;p&gt;This switches the input focus to the Find/Replace In Files window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2619" />
+      <location filename="../UI/UserInterface.py" line="2618" />
       <source>Ctrl+Alt+Shift+L</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2625" />
+      <location filename="../UI/UserInterface.py" line="2624" />
       <source>Switch the input focus to the Find File window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2628" />
+      <location filename="../UI/UserInterface.py" line="2627" />
       <source>&lt;b&gt;Find File&lt;/b&gt;&lt;p&gt;This switches the input focus to the Find File window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2641" />
+      <location filename="../UI/UserInterface.py" line="2640" />
+      <source>VCS Status List</source>
+      <translation type="unfinished">VCS 状态列表</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2642" />
-      <location filename="../UI/UserInterface.py" line="2641" />
-      <source>VCS Status List</source>
-      <translation type="unfinished">VCS 状态列表</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2643" />
       <source>Alt+Shift+V</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2649" />
+      <location filename="../UI/UserInterface.py" line="2648" />
       <source>Switch the input focus to the VCS Status List window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2652" />
+      <location filename="../UI/UserInterface.py" line="2651" />
       <source>&lt;b&gt;VCS Status List&lt;/b&gt;&lt;p&gt;This switches the input focus to the VCS Status List window.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2665" />
+      <location filename="../UI/UserInterface.py" line="2664" />
       <source>Alt+Shift+H</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2671" />
+      <location filename="../UI/UserInterface.py" line="2670" />
       <source>Switch the input focus to the embedded Help Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2674" />
+      <location filename="../UI/UserInterface.py" line="2673" />
       <source>&lt;b&gt;Help Viewer&lt;/b&gt;&lt;p&gt;This switches the input focus to the embedded Help Viewer window. It will show HTML help files and help from Qt help collections.&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is searched in the Qt help collection.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2687" />
+      <location filename="../UI/UserInterface.py" line="2686" />
       <source>What's This?</source>
       <translation>这是什么?</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2688" />
+      <source>&amp;What's This?</source>
+      <translation>这是什么(&amp;W)?</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2689" />
-      <source>&amp;What's This?</source>
-      <translation>这是什么(&amp;W)?</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2690" />
       <source>Shift+F1</source>
       <translation>Shift+F1</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2695" />
+      <location filename="../UI/UserInterface.py" line="2694" />
       <source>Context sensitive help</source>
       <translation>背景帮助</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2697" />
+      <location filename="../UI/UserInterface.py" line="2696" />
       <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;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.&lt;/p&gt;</source>
       <translation>&lt;b&gt;显示背景帮助&lt;/b&gt;&lt;p&gt;在“这是什么?”模式中,鼠标光标显示为带问号的箭头,通过点击界面元素你可以获得“在做什么”和“怎样使用”的简短描述。使用标题栏中的上下文帮助按钮可以获得此功能。&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2710" />
+      <location filename="../UI/UserInterface.py" line="2709" />
       <source>Helpviewer</source>
       <translation>帮助浏览器</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2711" />
+      <source>&amp;Helpviewer...</source>
+      <translation>帮助浏览器(&amp;H)…</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2712" />
-      <source>&amp;Helpviewer...</source>
-      <translation>帮助浏览器(&amp;H)…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2713" />
       <source>F1</source>
       <translation>F1</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2718" />
+      <location filename="../UI/UserInterface.py" line="2717" />
       <source>Open the helpviewer window</source>
       <translation>打开帮助浏览器窗口</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2720" />
+      <location filename="../UI/UserInterface.py" line="2719" />
       <source>&lt;b&gt;Helpviewer&lt;/b&gt;&lt;p&gt;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&lt;/p&gt;&lt;p&gt;If called with a word selected, this word is searched in the Qt help collection.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2739" />
+      <source>Show Versions</source>
+      <translation>显示版本</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2740" />
-      <source>Show Versions</source>
-      <translation>显示版本</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2741" />
       <source>Show &amp;Versions</source>
       <translation>显示版本(&amp;V)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2747" />
+      <location filename="../UI/UserInterface.py" line="2746" />
       <source>Display version information</source>
       <translation>显示版本信息</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2749" />
+      <location filename="../UI/UserInterface.py" line="2748" />
       <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
       <translation>&lt;b&gt;显示版本&lt;/b&gt;&lt;p&gt;显示版本信息。&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2754" />
+      <source>Copy Versions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2755" />
-      <source>Copy Versions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2756" />
       <source>&amp;Copy Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2763" />
+      <location filename="../UI/UserInterface.py" line="2762" />
       <source>Copy version information to the clipboard</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2766" />
+      <location filename="../UI/UserInterface.py" line="2765" />
       <source>&lt;b&gt;Copy Versions&lt;/b&gt;&lt;p&gt;This generates version information and copies it to the clipboard.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2782" />
-      <location filename="../UI/UserInterface.py" line="2775" />
+      <location filename="../UI/UserInterface.py" line="2781" />
+      <location filename="../UI/UserInterface.py" line="2774" />
       <source>Show Error Log</source>
       <translation>显示错误日志</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2776" />
+      <location filename="../UI/UserInterface.py" line="2775" />
       <source>Show Error &amp;Log...</source>
       <translation>显示错误日志(&amp;L)…</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2784" />
+      <location filename="../UI/UserInterface.py" line="2783" />
       <source>&lt;b&gt;Show Error Log...&lt;/b&gt;&lt;p&gt;Opens a dialog showing the most recent error log.&lt;/p&gt;</source>
       <translation>&lt;b&gt;显示错误日志…&lt;/b&gt;&lt;p&gt;打开一个对话框显示最近的错误日志。&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2792" />
+      <source>Show Install Info</source>
+      <translation>显示安装信息</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="2793" />
-      <source>Show Install Info</source>
-      <translation>显示安装信息</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2794" />
       <source>Show Install &amp;Info...</source>
       <translation type="unfinished">显示安装&amp;信息…</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2800" />
+      <location filename="../UI/UserInterface.py" line="2799" />
       <source>Show Installation Information</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2802" />
+      <location filename="../UI/UserInterface.py" line="2801" />
       <source>&lt;b&gt;Show Install Info...&lt;/b&gt;&lt;p&gt;Opens a dialog showing some information about the installation process.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="4738" />
+      <location filename="../UI/UserInterface.py" line="2811" />
+      <source>Report Bug</source>
+      <translation>报告错误</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2811" />
+      <source>Report &amp;Bug...</source>
+      <translation>报告错误(&amp;B)…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2813" />
+      <source>Report a bug</source>
+      <translation>报告一个错误</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2815" />
+      <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;报告错误…&lt;/b&gt;&lt;p&gt;打开一个对话框并报告一个错误。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2821" />
+      <source>Request Feature</source>
+      <translation>请求功能</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2822" />
+      <source>Request &amp;Feature...</source>
+      <translation>请求功能(&amp;F)…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2828" />
+      <source>Send a feature request</source>
+      <translation>发送一个功能请求</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2830" />
+      <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;请求功能…&lt;/b&gt;&lt;p&gt;打开一个对话框并发送一个功能请求。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4174" />
+      <location filename="../UI/UserInterface.py" line="2841" />
+      <source>Testing</source>
+      <translation>测试</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2843" />
+      <source>&amp;Testing...</source>
+      <translation>测试…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2849" />
+      <source>Start the testing dialog</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2851" />
+      <source>&lt;b&gt;Testing&lt;/b&gt;&lt;p&gt;Perform test runs. The dialog gives the ability to select and run a test suite or auto discover them.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2862" />
+      <source>Restart Last Test</source>
+      <translation>重新开始上次测试</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2864" />
+      <source>&amp;Restart Last Test...</source>
+      <translation>&amp;重新开始上次测试…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2870" />
+      <source>Restarts the last test</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2872" />
+      <source>&lt;b&gt;Restart Last Test&lt;/b&gt;&lt;p&gt;Restarts the test performed last.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2882" />
+      <source>Rerun Failed Tests</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2884" />
+      <source>Rerun Failed Tests...</source>
+      <translation>重新运行失败的测试…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2891" />
+      <source>Rerun failed tests of the last run</source>
+      <translation>重新运行上一次运行中失败的测试</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2894" />
+      <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last test run.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2904" />
+      <source>Test Script</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2906" />
+      <source>Test &amp;Script...</source>
+      <translation>测试脚本…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2912" />
+      <source>Run tests of the current script</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2914" />
+      <source>&lt;b&gt;Test Script&lt;/b&gt;&lt;p&gt;Run tests with the current script.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2921" />
+      <source>Test Project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2923" />
+      <source>Test &amp;Project...</source>
+      <translation>测试项目…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2929" />
+      <source>Run tests of the current project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2931" />
+      <source>&lt;b&gt;Test Project&lt;/b&gt;&lt;p&gt;Run test of the current project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2940" />
+      <source>Qt-Designer</source>
+      <translation>Qt 设计师</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2942" />
+      <source>Qt-&amp;Designer...</source>
+      <translation>Qt 设计师(&amp;D)…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2948" />
+      <source>Start Qt-Designer</source>
+      <translation>启动 Qt 设计师</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2950" />
+      <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Qt 设计师&lt;/b&gt;&lt;p&gt;启动 Qt 设计师。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2959" />
+      <source>Qt-Linguist</source>
+      <translation>Qt 语言家</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2961" />
+      <source>Qt-&amp;Linguist...</source>
+      <translation>Qt 语言家(&amp;L)…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2967" />
+      <source>Start Qt-Linguist</source>
+      <translation>启动 Qt 语言家</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2969" />
+      <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Qt 语言家&lt;/b&gt;&lt;p&gt;启动 Qt 语言家。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2977" />
+      <source>UI Previewer</source>
+      <translation>用户界面预览器</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2979" />
+      <source>&amp;UI Previewer...</source>
+      <translation>用户界面预览器(&amp;U)…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2985" />
+      <source>Start the UI Previewer</source>
+      <translation>开启用户界面预览器</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2987" />
+      <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;助词界面预览器&lt;/b&gt;&lt;p&gt;开启用户界面预览器。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2993" />
+      <source>Translations Previewer</source>
+      <translation>翻译预览器</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2995" />
+      <source>&amp;Translations Previewer...</source>
+      <translation>翻译预览器(&amp;T)…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3001" />
+      <source>Start the Translations Previewer</source>
+      <translation>开启翻译预览器</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3003" />
+      <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;翻译预览器&lt;/b&gt;&lt;p&gt;开启翻译预览器。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3012" />
+      <source>Compare Files</source>
+      <translation>比较文件</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3014" />
+      <source>&amp;Compare Files...</source>
+      <translation>比较文件(&amp;C)…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3039" />
+      <location filename="../UI/UserInterface.py" line="3020" />
+      <source>Compare two files</source>
+      <translation>比较两个文件</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3022" />
+      <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;比较文件&lt;/b&gt;&lt;p&gt;打开对话框比较两个文件。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3031" />
+      <source>Compare Files side by side</source>
+      <translation>并排比较文件</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3033" />
+      <source>Compare &amp;Files side by side...</source>
+      <translation>并排比较文件(&amp;F)…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3041" />
+      <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;并排比较文件&lt;/b&gt;&lt;p&gt;打开对话框比较两个文件,并排显示结果。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3051" />
+      <source>SQL Browser</source>
+      <translation>SQL 浏览器</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3053" />
+      <source>SQL &amp;Browser...</source>
+      <translation>SQL 浏览器(&amp;B)…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3059" />
+      <source>Browse a SQL database</source>
+      <translation>浏览 SQL 数据库</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3061" />
+      <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;SQL 浏览器&lt;/b&gt;&lt;p&gt;浏览 SQL 数据库。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3075" />
+      <location filename="../UI/UserInterface.py" line="3067" />
+      <source>Mini Editor</source>
+      <translation>小型编辑器</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3069" />
+      <source>Mini &amp;Editor...</source>
+      <translation>小型编辑器(&amp;E)…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3077" />
+      <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;小型编辑器&lt;/b&gt;&lt;p&gt;打开一个具有简化功能编辑器的对话框。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3086" />
+      <source>Hex Editor</source>
+      <translation>十六进制编辑器</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3088" />
+      <source>&amp;Hex Editor...</source>
+      <translation>十六进制编辑器(&amp;H)…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3094" />
+      <source>Start the eric Hex Editor</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3096" />
+      <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3106" />
+      <source>eric Web Browser</source>
+      <translation type="unfinished">eric 网页浏览器</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3108" />
+      <source>eric &amp;Web Browser...</source>
+      <translation type="unfinished">eric &amp;网页浏览器…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3114" />
+      <source>Start the eric Web Browser</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3116" />
+      <source>&lt;b&gt;eric Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric Web Browser.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3126" />
+      <source>FIDO2 Security Key Management</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3128" />
+      <source>FIDO2 Security Key Management...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3135" />
+      <source>Start the FIDO2 Security Key Management tool</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3138" />
+      <source>&lt;b&gt;FIDO2 Security Key Management&lt;/b&gt;&lt;p&gt;Start a tool to manage FIDO2 securit y keys.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3149" />
+      <source>Icon Editor</source>
+      <translation>图标编辑器</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3151" />
+      <source>&amp;Icon Editor...</source>
+      <translation>图标编辑器(&amp;I)…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3157" />
+      <source>Start the eric Icon Editor</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3159" />
+      <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric Icon Editor for editing simple icons.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6631" />
+      <location filename="../UI/UserInterface.py" line="3171" />
+      <source>Snapshot</source>
+      <translation>快照</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3173" />
+      <source>&amp;Snapshot...</source>
+      <translation>快照(&amp;S)…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3179" />
+      <source>Take snapshots of a screen region</source>
+      <translation>截取屏幕区域的快照</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3181" />
+      <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;快照&lt;/b&gt;&lt;p&gt;打开一个对话框来截取屏幕一个区域的快照。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3191" />
+      <source>eric PDF Viewer</source>
+      <translation type="unfinished">eric PDF查看器</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3193" />
+      <source>eric PDF &amp;Viewer...</source>
+      <translation type="unfinished">eric PDF&amp;查看器…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3199" />
+      <source>Start the eric PDF Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3201" />
+      <source>&lt;b&gt;eric PDF Viewer&lt;/b&gt;&lt;p&gt;Starts the eric PDF Viewer for viewing PDF files.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3210" />
+      <source>Preferences</source>
+      <translation>首选项</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3212" />
+      <source>&amp;Preferences...</source>
+      <translation>首选项(&amp;P)…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3218" />
+      <source>Set the prefered configuration</source>
+      <translation>设定偏好配置</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3220" />
+      <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;首选项&lt;/b&gt;&lt;p&gt;将应用程序的配置项设定为你喜欢的值。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3231" />
+      <source>Export Preferences</source>
+      <translation>导出首选项</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3233" />
+      <source>E&amp;xport Preferences...</source>
+      <translation>导出首选项(&amp;X)…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3239" />
+      <source>Export the current configuration</source>
+      <translation>导出当前配置</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3241" />
+      <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;导出首选项&lt;/b&gt;&lt;p&gt;将当前配置导出到一个文件中。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3250" />
+      <source>Import Preferences</source>
+      <translation>导入首选项</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3252" />
+      <source>I&amp;mport Preferences...</source>
+      <translation>导入首选项(&amp;M)…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3259" />
+      <source>Import a previously exported configuration</source>
+      <translation>导入以前导出的配置</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3262" />
+      <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;导入首选项&lt;/b&gt;&lt;p&gt;导入以前导出的配置。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3271" />
+      <source>Export Theme</source>
+      <translation type="unfinished">导出主题</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3273" />
+      <source>Export Theme...</source>
+      <translation type="unfinished">导出主题…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3279" />
+      <source>Export the current theme</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3281" />
+      <source>&lt;b&gt;Export Theme&lt;/b&gt;&lt;p&gt;Export the current theme to a file.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3290" />
+      <source>Import Theme</source>
+      <translation type="unfinished">导入主题</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3292" />
+      <source>Import Theme...</source>
+      <translation type="unfinished">导入主题…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3298" />
+      <source>Import a previously exported theme</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3300" />
+      <source>&lt;b&gt;Import Theme&lt;/b&gt;&lt;p&gt;Import a previously exported theme.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3309" />
+      <source>Reload APIs</source>
+      <translation>重新载入 API</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3309" />
+      <source>Reload &amp;APIs</source>
+      <translation>重新载入 &amp;API</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3311" />
+      <source>Reload the API information</source>
+      <translation>重新载入 API 信息</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3313" />
+      <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;重新载入 API&lt;/b&gt;&lt;p&gt;重新载入 API 信息。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3327" />
+      <location filename="../UI/UserInterface.py" line="3319" />
+      <source>Show external tools</source>
+      <translation>显示外部工具</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3321" />
+      <source>Show external &amp;tools</source>
+      <translation>显示外部工具(&amp;T)</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3329" />
+      <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3339" />
+      <source>View Profiles</source>
+      <translation>视图模式</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3341" />
+      <source>&amp;View Profiles...</source>
+      <translation>视图模式(&amp;V)…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3347" />
+      <source>Configure view profiles</source>
+      <translation>配置视图模式</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3349" />
+      <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;视图模式&lt;/b&gt;&lt;p&gt;配置视图模式。通过该对话框可以为预先确定的视图设置多个窗口的可见性。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3360" />
+      <source>Toolbars</source>
+      <translation>工具栏</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3362" />
+      <source>Tool&amp;bars...</source>
+      <translation>工具栏(&amp;B)…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3368" />
+      <source>Configure toolbars</source>
+      <translation>配置工具栏</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3370" />
+      <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;工具栏&lt;/b&gt;&lt;p&gt;配置工具栏通过该对话框可以改变显示于多个工具栏的动作,还可以自定义工具栏。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3381" />
+      <source>Keyboard Shortcuts</source>
+      <translation>键盘快捷键</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3383" />
+      <source>Keyboard &amp;Shortcuts...</source>
+      <translation>键盘快捷键(&amp;S)…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3389" />
+      <source>Set the keyboard shortcuts</source>
+      <translation>设置键盘快捷键</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3391" />
+      <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;键盘快捷键&lt;/b&gt;&lt;p&gt;将程序的键盘快捷键设置成你喜欢的按键。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7600" />
+      <location filename="../UI/UserInterface.py" line="7581" />
+      <location filename="../UI/UserInterface.py" line="3401" />
+      <source>Export Keyboard Shortcuts</source>
+      <translation>导出键盘快捷键</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3403" />
+      <source>&amp;Export Keyboard Shortcuts...</source>
+      <translation>导出键盘快捷键(&amp;E)…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3409" />
+      <source>Export the keyboard shortcuts</source>
+      <translation>导出键盘快捷键</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3411" />
+      <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;导出键盘快捷键&lt;/b&gt;&lt;p&gt;导出程序的键盘快捷键。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7619" />
+      <location filename="../UI/UserInterface.py" line="3420" />
+      <source>Import Keyboard Shortcuts</source>
+      <translation>导入键盘快捷键</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3422" />
+      <source>&amp;Import Keyboard Shortcuts...</source>
+      <translation>导入键盘快捷键(&amp;I)…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3428" />
+      <source>Import the keyboard shortcuts</source>
+      <translation>导入键盘快捷键</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3430" />
+      <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;导入键盘快捷键&lt;/b&gt;&lt;p&gt;导入程序的键盘快捷键。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3440" />
+      <source>Manage SSL Certificates</source>
+      <translation>管理 SSL 证书</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3442" />
+      <source>Manage SSL Certificates...</source>
+      <translation>管理 SSL 证书…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3449" />
+      <source>Manage the saved SSL certificates</source>
+      <translation>管理保存的 SSL 证书</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3452" />
+      <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;管理 SSL 证书…&lt;/b&gt;&lt;p&gt;打开一个对话框来管理保存的 SSL 证书。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3462" />
+      <source>Edit Message Filters</source>
+      <translation>编辑消息过滤器</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3464" />
+      <source>Edit Message Filters...</source>
+      <translation>编辑消息过滤器…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3471" />
+      <source>Edit the message filters used to suppress unwanted messages</source>
+      <translation>编辑消息过滤器使得不期望的消息不显示</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3474" />
+      <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;编辑消息过滤器&lt;/b&gt;&lt;p&gt;打开对话框来编辑消息过滤器,使得不期望的错误信息不再在错误窗口中显示。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3493" />
+      <location filename="../UI/UserInterface.py" line="3487" />
+      <location filename="../UI/UserInterface.py" line="3485" />
+      <source>Clear private data</source>
+      <translation type="unfinished">清空隐私数据</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3495" />
+      <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3506" />
+      <location filename="../UI/UserInterface.py" line="3505" />
+      <source>Activate current editor</source>
+      <translation>激活当前编辑器</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3507" />
+      <source>Alt+Shift+E</source>
+      <translation>Alt+Shift+E</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3518" />
+      <location filename="../UI/UserInterface.py" line="3517" />
+      <source>Show next</source>
+      <translation>显示下一个</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3519" />
+      <source>Ctrl+Alt+Tab</source>
+      <translation>Ctrl+Alt+Tab</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3530" />
+      <location filename="../UI/UserInterface.py" line="3529" />
+      <source>Show previous</source>
+      <translation>显示上一个</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3531" />
+      <source>Shift+Ctrl+Alt+Tab</source>
+      <translation>Shift+Ctrl+Alt+Tab</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3542" />
+      <location filename="../UI/UserInterface.py" line="3541" />
+      <source>Switch between tabs</source>
+      <translation>在选项卡间切换</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3543" />
+      <source>Ctrl+1</source>
+      <translation>Ctrl+1</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3553" />
+      <source>Plugin Infos</source>
+      <translation>插件信息</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3555" />
+      <source>&amp;Plugin Infos...</source>
+      <translation>插件信息(&amp;P)…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3561" />
+      <source>Show Plugin Infos</source>
+      <translation>显示插件信息</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3563" />
+      <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;插件信息…&lt;/b&gt;&lt;p&gt;打开一个对话框,显示与已载入插件有关的一些信息。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3581" />
+      <location filename="../UI/UserInterface.py" line="3573" />
+      <source>Install Plugins</source>
+      <translation>安装插件</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3575" />
+      <source>&amp;Install Plugins...</source>
+      <translation>安装插件(&amp;I)…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3583" />
+      <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;安装插件…&lt;/b&gt;&lt;p&gt;打开一个对话框安装或更新插件。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3600" />
+      <location filename="../UI/UserInterface.py" line="3592" />
+      <source>Uninstall Plugin</source>
+      <translation>卸载插件</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3594" />
+      <source>&amp;Uninstall Plugin...</source>
+      <translation>卸载插件(&amp;U)…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3602" />
+      <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;卸载插件…&lt;/b&gt;&lt;p&gt;打开一个对话框卸载插件。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3613" />
+      <source>Plugin &amp;Repository...</source>
+      <translation>插件储存库(&amp;R)…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3619" />
+      <source>Show Plugins available for download</source>
+      <translation>显示可以下载的插件</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3621" />
+      <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;插件储存库…&lt;/b&gt;&lt;p&gt;打开一个对话框,显示互联网上可用的插件列表。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3651" />
+      <location filename="../UI/UserInterface.py" line="3650" />
+      <source>Qt5 Documentation</source>
+      <translation>Qt5 文档</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3657" />
+      <source>Open Qt5 Documentation</source>
+      <translation>打开 Qt5 文档</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3659" />
+      <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3672" />
+      <location filename="../UI/UserInterface.py" line="3671" />
+      <source>Qt6 Documentation</source>
+      <translation type="unfinished">Qt6 文档</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3678" />
+      <source>Open Qt6 Documentation</source>
+      <translation type="unfinished">打开 Qt6 文档</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3680" />
+      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3693" />
+      <location filename="../UI/UserInterface.py" line="3692" />
+      <source>PyQt5 Documentation</source>
+      <translation>PyQt5 文档</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3699" />
+      <source>Open PyQt5 Documentation</source>
+      <translation>打开 PyQt5 文档</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3701" />
+      <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3714" />
+      <location filename="../UI/UserInterface.py" line="3713" />
+      <source>PyQt6 Documentation</source>
+      <translation type="unfinished">PyQt6 文档</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3720" />
+      <source>Open PyQt6 Documentation</source>
+      <translation type="unfinished">打开 PyQt6 文档</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3722" />
+      <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3740" />
+      <location filename="../UI/UserInterface.py" line="3739" />
+      <source>Python 3 Documentation</source>
+      <translation>Python 3 文档</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3746" />
+      <source>Open Python 3 Documentation</source>
+      <translation>打开 Python 3 文档</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3748" />
+      <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;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 &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Python 3 文档&lt;/b&gt;&lt;p&gt;显示 Python 3 文档。如果尚未配置文档目录,则在 Windows 系统上,文档位置将默认为 Python 3 可执行文件所在目录下的 doc 目录;在类 Unix 系统上,则默认为 &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt;。请在环境中设置 PYTHON3DOCDIR 以覆盖默认行为。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3767" />
+      <location filename="../UI/UserInterface.py" line="3766" />
+      <source>eric API Documentation</source>
+      <translation type="unfinished">eric API 文档</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3773" />
+      <source>Open eric API Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3775" />
+      <source>&lt;b&gt;eric API Documentation&lt;/b&gt;&lt;p&gt;Display the eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric installation directory.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3793" />
+      <location filename="../UI/UserInterface.py" line="3792" />
+      <source>PySide2 Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3799" />
+      <source>Open PySide2 Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3801" />
+      <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3819" />
+      <location filename="../UI/UserInterface.py" line="3818" />
+      <source>PySide6 Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3825" />
+      <source>Open PySide6 Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3827" />
+      <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3863" />
+      <source>Sessions</source>
+      <translation type="unfinished">会话</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3944" />
+      <source>E&amp;xtras</source>
+      <translation>扩展(&amp;X)</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3954" />
+      <source>Wi&amp;zards</source>
+      <translation>向导(&amp;Z)</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3972" />
+      <source>P&amp;lugins</source>
+      <translation>插件(&amp;L)</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3981" />
+      <source>Configure...</source>
+      <translation>配置…</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3990" />
+      <source>&amp;Testing</source>
+      <translation>&amp;测试</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4007" />
+      <source>Select Tool Group</source>
+      <translation>选择工具组</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4018" />
+      <source>Se&amp;ttings</source>
+      <translation>设置(&amp;T)</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4051" />
+      <source>&amp;Window</source>
+      <translation>窗口(&amp;W)</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4060" />
+      <source>&amp;Windows</source>
+      <translation>窗口(&amp;W)</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4064" />
+      <source>Central Park</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4068" />
+      <source>Left Side</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4087" />
+      <source>Right Side</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4106" />
+      <source>Bottom Side</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4114" />
+      <source>Plug-ins</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4120" />
+      <source>&amp;Toolbars</source>
+      <translation>工具栏(&amp;T)</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4133" />
+      <source>&amp;Help</source>
+      <translation>帮助(&amp;H)</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4190" />
+      <location filename="../UI/UserInterface.py" line="4173" />
+      <source>Tools</source>
+      <translation>工具</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4192" />
+      <location filename="../UI/UserInterface.py" line="4177" />
+      <source>Settings</source>
+      <translation>设置</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6361" />
+      <location filename="../UI/UserInterface.py" line="4193" />
+      <location filename="../UI/UserInterface.py" line="4178" />
+      <source>Help</source>
+      <translation>帮助</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4194" />
+      <location filename="../UI/UserInterface.py" line="4179" />
+      <source>Profiles</source>
+      <translation>模式</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4195" />
+      <location filename="../UI/UserInterface.py" line="4180" />
+      <source>Plugins</source>
+      <translation>插件</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4191" />
+      <source>Unittest</source>
+      <translation>单元测试</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4368" />
+      <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;状态栏的这一部分显示当前编辑器语言。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4377" />
+      <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;状态栏的这一部分显示当前编辑器编码。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4386" />
+      <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;状态栏的这一部分显示当前编辑器行尾设置。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4395" />
+      <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;状态栏的这一部分显示当前编辑器文件是否可写。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4404" />
+      <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;状态栏的这一部分显示当前编辑的行号。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4413" />
+      <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;状态栏的这一部分显示当前编辑器的光标位置。&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4427" />
+      <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4501" />
+      <location filename="../UI/UserInterface.py" line="4460" />
+      <source>External Tools/{0}</source>
+      <translation>外部工具/{0}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4609" />
+      <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
+      <translation type="unfinished">&lt;h3&gt;版本号&lt;/h3&gt;&lt;table&gt; {2&gt;?} {2&gt;?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4679" />
+      <source>Desktop</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="4683" />
+      <source>Session Type</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="4739" />
-      <location filename="../UI/UserInterface.py" line="2812" />
-      <source>Report Bug</source>
-      <translation>报告错误</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2812" />
-      <source>Report &amp;Bug...</source>
-      <translation>报告错误(&amp;B)…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2814" />
-      <source>Report a bug</source>
-      <translation>报告一个错误</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2816" />
-      <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;报告错误…&lt;/b&gt;&lt;p&gt;打开一个对话框并报告一个错误。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2822" />
-      <source>Request Feature</source>
-      <translation>请求功能</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2823" />
-      <source>Request &amp;Feature...</source>
-      <translation>请求功能(&amp;F)…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2829" />
-      <source>Send a feature request</source>
-      <translation>发送一个功能请求</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2831" />
-      <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;请求功能…&lt;/b&gt;&lt;p&gt;打开一个对话框并发送一个功能请求。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4175" />
-      <location filename="../UI/UserInterface.py" line="2842" />
-      <source>Testing</source>
-      <translation>测试</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2844" />
-      <source>&amp;Testing...</source>
-      <translation>测试…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2850" />
-      <source>Start the testing dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2852" />
-      <source>&lt;b&gt;Testing&lt;/b&gt;&lt;p&gt;Perform test runs. The dialog gives the ability to select and run a test suite or auto discover them.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2863" />
-      <source>Restart Last Test</source>
-      <translation>重新开始上次测试</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2865" />
-      <source>&amp;Restart Last Test...</source>
-      <translation>&amp;重新开始上次测试…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2871" />
-      <source>Restarts the last test</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2873" />
-      <source>&lt;b&gt;Restart Last Test&lt;/b&gt;&lt;p&gt;Restarts the test performed last.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2883" />
-      <source>Rerun Failed Tests</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2885" />
-      <source>Rerun Failed Tests...</source>
-      <translation>重新运行失败的测试…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2892" />
-      <source>Rerun failed tests of the last run</source>
-      <translation>重新运行上一次运行中失败的测试</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2895" />
-      <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last test run.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2905" />
-      <source>Test Script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2907" />
-      <source>Test &amp;Script...</source>
-      <translation>测试脚本…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2913" />
-      <source>Run tests of the current script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2915" />
-      <source>&lt;b&gt;Test Script&lt;/b&gt;&lt;p&gt;Run tests with the current script.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2922" />
-      <source>Test Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2924" />
-      <source>Test &amp;Project...</source>
-      <translation>测试项目…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2930" />
-      <source>Run tests of the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2932" />
-      <source>&lt;b&gt;Test Project&lt;/b&gt;&lt;p&gt;Run test of the current project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2941" />
-      <source>Qt-Designer</source>
-      <translation>Qt 设计师</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2943" />
-      <source>Qt-&amp;Designer...</source>
-      <translation>Qt 设计师(&amp;D)…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2949" />
-      <source>Start Qt-Designer</source>
-      <translation>启动 Qt 设计师</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2951" />
-      <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Qt 设计师&lt;/b&gt;&lt;p&gt;启动 Qt 设计师。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2960" />
-      <source>Qt-Linguist</source>
-      <translation>Qt 语言家</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2962" />
-      <source>Qt-&amp;Linguist...</source>
-      <translation>Qt 语言家(&amp;L)…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2968" />
-      <source>Start Qt-Linguist</source>
-      <translation>启动 Qt 语言家</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2970" />
-      <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Qt 语言家&lt;/b&gt;&lt;p&gt;启动 Qt 语言家。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2978" />
-      <source>UI Previewer</source>
-      <translation>用户界面预览器</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2980" />
-      <source>&amp;UI Previewer...</source>
-      <translation>用户界面预览器(&amp;U)…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2986" />
-      <source>Start the UI Previewer</source>
-      <translation>开启用户界面预览器</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2988" />
-      <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;助词界面预览器&lt;/b&gt;&lt;p&gt;开启用户界面预览器。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2994" />
-      <source>Translations Previewer</source>
-      <translation>翻译预览器</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2996" />
-      <source>&amp;Translations Previewer...</source>
-      <translation>翻译预览器(&amp;T)…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3002" />
-      <source>Start the Translations Previewer</source>
-      <translation>开启翻译预览器</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3004" />
-      <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;翻译预览器&lt;/b&gt;&lt;p&gt;开启翻译预览器。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3013" />
-      <source>Compare Files</source>
-      <translation>比较文件</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3015" />
-      <source>&amp;Compare Files...</source>
-      <translation>比较文件(&amp;C)…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3040" />
-      <location filename="../UI/UserInterface.py" line="3021" />
-      <source>Compare two files</source>
-      <translation>比较两个文件</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3023" />
-      <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;比较文件&lt;/b&gt;&lt;p&gt;打开对话框比较两个文件。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3032" />
-      <source>Compare Files side by side</source>
-      <translation>并排比较文件</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3034" />
-      <source>Compare &amp;Files side by side...</source>
-      <translation>并排比较文件(&amp;F)…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3042" />
-      <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;并排比较文件&lt;/b&gt;&lt;p&gt;打开对话框比较两个文件,并排显示结果。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3052" />
-      <source>SQL Browser</source>
-      <translation>SQL 浏览器</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3054" />
-      <source>SQL &amp;Browser...</source>
-      <translation>SQL 浏览器(&amp;B)…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3060" />
-      <source>Browse a SQL database</source>
-      <translation>浏览 SQL 数据库</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3062" />
-      <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;SQL 浏览器&lt;/b&gt;&lt;p&gt;浏览 SQL 数据库。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3076" />
-      <location filename="../UI/UserInterface.py" line="3068" />
-      <source>Mini Editor</source>
-      <translation>小型编辑器</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3070" />
-      <source>Mini &amp;Editor...</source>
-      <translation>小型编辑器(&amp;E)…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3078" />
-      <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;小型编辑器&lt;/b&gt;&lt;p&gt;打开一个具有简化功能编辑器的对话框。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3087" />
-      <source>Hex Editor</source>
-      <translation>十六进制编辑器</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3089" />
-      <source>&amp;Hex Editor...</source>
-      <translation>十六进制编辑器(&amp;H)…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3095" />
-      <source>Start the eric Hex Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3097" />
-      <source>&lt;b&gt;Hex Editor&lt;/b&gt;&lt;p&gt;Starts the eric Hex Editor for viewing or editing binary files.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3107" />
-      <source>eric Web Browser</source>
-      <translation type="unfinished">eric 网页浏览器</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3109" />
-      <source>eric &amp;Web Browser...</source>
-      <translation type="unfinished">eric &amp;网页浏览器…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3115" />
-      <source>Start the eric Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3117" />
-      <source>&lt;b&gt;eric Web Browser&lt;/b&gt;&lt;p&gt;Browse the Internet with the eric Web Browser.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3127" />
-      <source>FIDO2 Security Key Management</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3129" />
-      <source>FIDO2 Security Key Management...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3136" />
-      <source>Start the FIDO2 Security Key Management tool</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3139" />
-      <source>&lt;b&gt;FIDO2 Security Key Management&lt;/b&gt;&lt;p&gt;Start a tool to manage FIDO2 securit y keys.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3150" />
-      <source>Icon Editor</source>
-      <translation>图标编辑器</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3152" />
-      <source>&amp;Icon Editor...</source>
-      <translation>图标编辑器(&amp;I)…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3158" />
-      <source>Start the eric Icon Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3160" />
-      <source>&lt;b&gt;Icon Editor&lt;/b&gt;&lt;p&gt;Starts the eric Icon Editor for editing simple icons.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6632" />
-      <location filename="../UI/UserInterface.py" line="3172" />
-      <source>Snapshot</source>
-      <translation>快照</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3174" />
-      <source>&amp;Snapshot...</source>
-      <translation>快照(&amp;S)…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3180" />
-      <source>Take snapshots of a screen region</source>
-      <translation>截取屏幕区域的快照</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3182" />
-      <source>&lt;b&gt;Snapshot&lt;/b&gt;&lt;p&gt;This opens a dialog to take snapshots of a screen region.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;快照&lt;/b&gt;&lt;p&gt;打开一个对话框来截取屏幕一个区域的快照。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3192" />
-      <source>eric PDF Viewer</source>
-      <translation type="unfinished">eric PDF查看器</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3194" />
-      <source>eric PDF &amp;Viewer...</source>
-      <translation type="unfinished">eric PDF&amp;查看器…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3200" />
-      <source>Start the eric PDF Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3202" />
-      <source>&lt;b&gt;eric PDF Viewer&lt;/b&gt;&lt;p&gt;Starts the eric PDF Viewer for viewing PDF files.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3211" />
-      <source>Preferences</source>
-      <translation>首选项</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3213" />
-      <source>&amp;Preferences...</source>
-      <translation>首选项(&amp;P)…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3219" />
-      <source>Set the prefered configuration</source>
-      <translation>设定偏好配置</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3221" />
-      <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;首选项&lt;/b&gt;&lt;p&gt;将应用程序的配置项设定为你喜欢的值。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3232" />
-      <source>Export Preferences</source>
-      <translation>导出首选项</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3234" />
-      <source>E&amp;xport Preferences...</source>
-      <translation>导出首选项(&amp;X)…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3240" />
-      <source>Export the current configuration</source>
-      <translation>导出当前配置</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3242" />
-      <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;导出首选项&lt;/b&gt;&lt;p&gt;将当前配置导出到一个文件中。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3251" />
-      <source>Import Preferences</source>
-      <translation>导入首选项</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3253" />
-      <source>I&amp;mport Preferences...</source>
-      <translation>导入首选项(&amp;M)…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3260" />
-      <source>Import a previously exported configuration</source>
-      <translation>导入以前导出的配置</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3263" />
-      <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;导入首选项&lt;/b&gt;&lt;p&gt;导入以前导出的配置。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3272" />
-      <source>Export Theme</source>
-      <translation type="unfinished">导出主题</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3274" />
-      <source>Export Theme...</source>
-      <translation type="unfinished">导出主题…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3280" />
-      <source>Export the current theme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3282" />
-      <source>&lt;b&gt;Export Theme&lt;/b&gt;&lt;p&gt;Export the current theme to a file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3291" />
-      <source>Import Theme</source>
-      <translation type="unfinished">导入主题</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3293" />
-      <source>Import Theme...</source>
-      <translation type="unfinished">导入主题…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3299" />
-      <source>Import a previously exported theme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3301" />
-      <source>&lt;b&gt;Import Theme&lt;/b&gt;&lt;p&gt;Import a previously exported theme.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3310" />
-      <source>Reload APIs</source>
-      <translation>重新载入 API</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3310" />
-      <source>Reload &amp;APIs</source>
-      <translation>重新载入 &amp;API</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3312" />
-      <source>Reload the API information</source>
-      <translation>重新载入 API 信息</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3314" />
-      <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;重新载入 API&lt;/b&gt;&lt;p&gt;重新载入 API 信息。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3328" />
-      <location filename="../UI/UserInterface.py" line="3320" />
-      <source>Show external tools</source>
-      <translation>显示外部工具</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3322" />
-      <source>Show external &amp;tools</source>
-      <translation>显示外部工具(&amp;T)</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3330" />
-      <source>&lt;b&gt;Show external tools&lt;/b&gt;&lt;p&gt;Opens a dialog to show the path and versions of all extenal tools used by eric.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3340" />
-      <source>View Profiles</source>
-      <translation>视图模式</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3342" />
-      <source>&amp;View Profiles...</source>
-      <translation>视图模式(&amp;V)…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3348" />
-      <source>Configure view profiles</source>
-      <translation>配置视图模式</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3350" />
-      <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;视图模式&lt;/b&gt;&lt;p&gt;配置视图模式。通过该对话框可以为预先确定的视图设置多个窗口的可见性。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3361" />
-      <source>Toolbars</source>
-      <translation>工具栏</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3363" />
-      <source>Tool&amp;bars...</source>
-      <translation>工具栏(&amp;B)…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3369" />
-      <source>Configure toolbars</source>
-      <translation>配置工具栏</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3371" />
-      <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;工具栏&lt;/b&gt;&lt;p&gt;配置工具栏通过该对话框可以改变显示于多个工具栏的动作,还可以自定义工具栏。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3382" />
-      <source>Keyboard Shortcuts</source>
-      <translation>键盘快捷键</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3384" />
-      <source>Keyboard &amp;Shortcuts...</source>
-      <translation>键盘快捷键(&amp;S)…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3390" />
-      <source>Set the keyboard shortcuts</source>
-      <translation>设置键盘快捷键</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3392" />
-      <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;键盘快捷键&lt;/b&gt;&lt;p&gt;将程序的键盘快捷键设置成你喜欢的按键。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7601" />
-      <location filename="../UI/UserInterface.py" line="7582" />
-      <location filename="../UI/UserInterface.py" line="3402" />
-      <source>Export Keyboard Shortcuts</source>
-      <translation>导出键盘快捷键</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3404" />
-      <source>&amp;Export Keyboard Shortcuts...</source>
-      <translation>导出键盘快捷键(&amp;E)…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3410" />
-      <source>Export the keyboard shortcuts</source>
-      <translation>导出键盘快捷键</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3412" />
-      <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;导出键盘快捷键&lt;/b&gt;&lt;p&gt;导出程序的键盘快捷键。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7620" />
-      <location filename="../UI/UserInterface.py" line="3421" />
-      <source>Import Keyboard Shortcuts</source>
-      <translation>导入键盘快捷键</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3423" />
-      <source>&amp;Import Keyboard Shortcuts...</source>
-      <translation>导入键盘快捷键(&amp;I)…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3429" />
-      <source>Import the keyboard shortcuts</source>
-      <translation>导入键盘快捷键</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3431" />
-      <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;导入键盘快捷键&lt;/b&gt;&lt;p&gt;导入程序的键盘快捷键。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3441" />
-      <source>Manage SSL Certificates</source>
-      <translation>管理 SSL 证书</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3443" />
-      <source>Manage SSL Certificates...</source>
-      <translation>管理 SSL 证书…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3450" />
-      <source>Manage the saved SSL certificates</source>
-      <translation>管理保存的 SSL 证书</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3453" />
-      <source>&lt;b&gt;Manage SSL Certificates...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved SSL certificates.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;管理 SSL 证书…&lt;/b&gt;&lt;p&gt;打开一个对话框来管理保存的 SSL 证书。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3463" />
-      <source>Edit Message Filters</source>
-      <translation>编辑消息过滤器</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3465" />
-      <source>Edit Message Filters...</source>
-      <translation>编辑消息过滤器…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3472" />
-      <source>Edit the message filters used to suppress unwanted messages</source>
-      <translation>编辑消息过滤器使得不期望的消息不显示</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3475" />
-      <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;编辑消息过滤器&lt;/b&gt;&lt;p&gt;打开对话框来编辑消息过滤器,使得不期望的错误信息不再在错误窗口中显示。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3494" />
-      <location filename="../UI/UserInterface.py" line="3488" />
-      <location filename="../UI/UserInterface.py" line="3486" />
-      <source>Clear private data</source>
-      <translation type="unfinished">清空隐私数据</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3496" />
-      <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like the various list of recently opened files, projects or multi projects.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3507" />
-      <location filename="../UI/UserInterface.py" line="3506" />
-      <source>Activate current editor</source>
-      <translation>激活当前编辑器</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3508" />
-      <source>Alt+Shift+E</source>
-      <translation>Alt+Shift+E</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3519" />
-      <location filename="../UI/UserInterface.py" line="3518" />
-      <source>Show next</source>
-      <translation>显示下一个</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3520" />
-      <source>Ctrl+Alt+Tab</source>
-      <translation>Ctrl+Alt+Tab</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3531" />
-      <location filename="../UI/UserInterface.py" line="3530" />
-      <source>Show previous</source>
-      <translation>显示上一个</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3532" />
-      <source>Shift+Ctrl+Alt+Tab</source>
-      <translation>Shift+Ctrl+Alt+Tab</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3543" />
-      <location filename="../UI/UserInterface.py" line="3542" />
-      <source>Switch between tabs</source>
-      <translation>在选项卡间切换</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3544" />
-      <source>Ctrl+1</source>
-      <translation>Ctrl+1</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3554" />
-      <source>Plugin Infos</source>
-      <translation>插件信息</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3556" />
-      <source>&amp;Plugin Infos...</source>
-      <translation>插件信息(&amp;P)…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3562" />
-      <source>Show Plugin Infos</source>
-      <translation>显示插件信息</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3564" />
-      <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;插件信息…&lt;/b&gt;&lt;p&gt;打开一个对话框,显示与已载入插件有关的一些信息。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3582" />
-      <location filename="../UI/UserInterface.py" line="3574" />
-      <source>Install Plugins</source>
-      <translation>安装插件</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3576" />
-      <source>&amp;Install Plugins...</source>
-      <translation>安装插件(&amp;I)…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3584" />
-      <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;安装插件…&lt;/b&gt;&lt;p&gt;打开一个对话框安装或更新插件。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3601" />
-      <location filename="../UI/UserInterface.py" line="3593" />
-      <source>Uninstall Plugin</source>
-      <translation>卸载插件</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3595" />
-      <source>&amp;Uninstall Plugin...</source>
-      <translation>卸载插件(&amp;U)…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3603" />
-      <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;卸载插件…&lt;/b&gt;&lt;p&gt;打开一个对话框卸载插件。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3614" />
-      <source>Plugin &amp;Repository...</source>
-      <translation>插件储存库(&amp;R)…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3620" />
-      <source>Show Plugins available for download</source>
-      <translation>显示可以下载的插件</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3622" />
-      <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;插件储存库…&lt;/b&gt;&lt;p&gt;打开一个对话框,显示互联网上可用的插件列表。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3652" />
-      <location filename="../UI/UserInterface.py" line="3651" />
-      <source>Qt5 Documentation</source>
-      <translation>Qt5 文档</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3658" />
-      <source>Open Qt5 Documentation</source>
-      <translation>打开 Qt5 文档</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3660" />
-      <source>&lt;b&gt;Qt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3673" />
-      <location filename="../UI/UserInterface.py" line="3672" />
-      <source>Qt6 Documentation</source>
-      <translation type="unfinished">Qt6 文档</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3679" />
-      <source>Open Qt6 Documentation</source>
-      <translation type="unfinished">打开 Qt6 文档</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3681" />
-      <source>&lt;b&gt;Qt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3694" />
-      <location filename="../UI/UserInterface.py" line="3693" />
-      <source>PyQt5 Documentation</source>
-      <translation>PyQt5 文档</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3700" />
-      <source>Open PyQt5 Documentation</source>
-      <translation>打开 PyQt5 文档</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3702" />
-      <source>&lt;b&gt;PyQt5 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3715" />
-      <location filename="../UI/UserInterface.py" line="3714" />
-      <source>PyQt6 Documentation</source>
-      <translation type="unfinished">PyQt6 文档</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3721" />
-      <source>Open PyQt6 Documentation</source>
-      <translation type="unfinished">打开 PyQt6 文档</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3723" />
-      <source>&lt;b&gt;PyQt6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3741" />
-      <location filename="../UI/UserInterface.py" line="3740" />
-      <source>Python 3 Documentation</source>
-      <translation>Python 3 文档</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3747" />
-      <source>Open Python 3 Documentation</source>
-      <translation>打开 Python 3 文档</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3749" />
-      <source>&lt;b&gt;Python 3 Documentation&lt;/b&gt;&lt;p&gt;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 &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt; on Unix. Set PYTHON3DOCDIR in your environment to override this.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Python 3 文档&lt;/b&gt;&lt;p&gt;显示 Python 3 文档。如果尚未配置文档目录,则在 Windows 系统上,文档位置将默认为 Python 3 可执行文件所在目录下的 doc 目录;在类 Unix 系统上,则默认为 &lt;i&gt;/usr/share/doc/packages/python/html&lt;/i&gt;。请在环境中设置 PYTHON3DOCDIR 以覆盖默认行为。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3768" />
-      <location filename="../UI/UserInterface.py" line="3767" />
-      <source>eric API Documentation</source>
-      <translation type="unfinished">eric API 文档</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3774" />
-      <source>Open eric API Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3776" />
-      <source>&lt;b&gt;eric API Documentation&lt;/b&gt;&lt;p&gt;Display the eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric installation directory.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3794" />
-      <location filename="../UI/UserInterface.py" line="3793" />
-      <source>PySide2 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3800" />
-      <source>Open PySide2 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3802" />
-      <source>&lt;b&gt;PySide2 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3820" />
-      <location filename="../UI/UserInterface.py" line="3819" />
-      <source>PySide6 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3826" />
-      <source>Open PySide6 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3828" />
-      <source>&lt;b&gt;PySide6 Documentation&lt;/b&gt;&lt;p&gt;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. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3864" />
-      <source>Sessions</source>
-      <translation type="unfinished">会话</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3945" />
-      <source>E&amp;xtras</source>
-      <translation>扩展(&amp;X)</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3955" />
-      <source>Wi&amp;zards</source>
-      <translation>向导(&amp;Z)</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3973" />
-      <source>P&amp;lugins</source>
-      <translation>插件(&amp;L)</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3982" />
-      <source>Configure...</source>
-      <translation>配置…</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3991" />
-      <source>&amp;Testing</source>
-      <translation>&amp;测试</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4008" />
-      <source>Select Tool Group</source>
-      <translation>选择工具组</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4019" />
-      <source>Se&amp;ttings</source>
-      <translation>设置(&amp;T)</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4052" />
-      <source>&amp;Window</source>
-      <translation>窗口(&amp;W)</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4061" />
-      <source>&amp;Windows</source>
-      <translation>窗口(&amp;W)</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4065" />
-      <source>Central Park</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4069" />
-      <source>Left Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4088" />
-      <source>Right Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4107" />
-      <source>Bottom Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4115" />
-      <source>Plug-ins</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4121" />
-      <source>&amp;Toolbars</source>
-      <translation>工具栏(&amp;T)</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4134" />
-      <source>&amp;Help</source>
-      <translation>帮助(&amp;H)</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4191" />
-      <location filename="../UI/UserInterface.py" line="4174" />
-      <source>Tools</source>
-      <translation>工具</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4193" />
-      <location filename="../UI/UserInterface.py" line="4178" />
-      <source>Settings</source>
-      <translation>设置</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6362" />
-      <location filename="../UI/UserInterface.py" line="4194" />
-      <location filename="../UI/UserInterface.py" line="4179" />
-      <source>Help</source>
-      <translation>帮助</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4195" />
-      <location filename="../UI/UserInterface.py" line="4180" />
-      <source>Profiles</source>
-      <translation>模式</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4196" />
-      <location filename="../UI/UserInterface.py" line="4181" />
-      <source>Plugins</source>
-      <translation>插件</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4192" />
-      <source>Unittest</source>
-      <translation>单元测试</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4369" />
-      <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;状态栏的这一部分显示当前编辑器语言。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4378" />
-      <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;状态栏的这一部分显示当前编辑器编码。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4387" />
-      <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;状态栏的这一部分显示当前编辑器行尾设置。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4396" />
-      <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;状态栏的这一部分显示当前编辑器文件是否可写。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4405" />
-      <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;状态栏的这一部分显示当前编辑的行号。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4414" />
-      <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;状态栏的这一部分显示当前编辑器的光标位置。&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4428" />
-      <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4502" />
-      <location filename="../UI/UserInterface.py" line="4461" />
-      <source>External Tools/{0}</source>
-      <translation>外部工具/{0}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4610" />
-      <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
-      <translation type="unfinished">&lt;h3&gt;版本号&lt;/h3&gt;&lt;table&gt; {2&gt;?} {2&gt;?}</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4680" />
-      <source>Desktop</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4684" />
-      <source>Session Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4740" />
       <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
       <translation>电子邮件地址或邮件服务器地址为空。请在首选项对话框中配置你的电子邮件设置。</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5074" />
+      <source>Restart application</source>
+      <translation>重启程序</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5075" />
-      <source>Restart application</source>
-      <translation>重启程序</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5076" />
       <source>The application needs to be restarted. Do it now?</source>
       <translation>程序需要重启。现在重启?</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5099" />
+      <source>Upgrade PyQt</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5100" />
-      <source>Upgrade PyQt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5101" />
       <source>eric needs to be closed in order to upgrade PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5124" />
+      <source>Upgrade Eric</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5125" />
-      <source>Upgrade Eric</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5126" />
       <source>eric needs to be closed in order to be upgraded. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5150" />
+      <source>Upgrade Eric and PyQt6</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5151" />
-      <source>Upgrade Eric and PyQt6</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5152" />
       <source>eric needs to be closed in order to upgrade eric and PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
  Shall the upgrade be done now?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5214" />
+      <location filename="../UI/UserInterface.py" line="5213" />
       <source>&amp;Builtin Tools</source>
       <translation>内建工具(&amp;B)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5234" />
+      <location filename="../UI/UserInterface.py" line="5233" />
       <source>&amp;Plugin Tools</source>
       <translation>插件工具(&amp;P)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5237" />
+      <location filename="../UI/UserInterface.py" line="5236" />
       <source>&amp;User Tools</source>
       <translation>用户工具(&amp;U)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5263" />
+      <location filename="../UI/UserInterface.py" line="5262" />
       <source>Configure Tool Groups ...</source>
       <translation>配置工具组…</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5267" />
+      <location filename="../UI/UserInterface.py" line="5266" />
       <source>Configure current Tool Group ...</source>
       <translation>配置当前工具组…</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5306" />
-      <location filename="../UI/UserInterface.py" line="5286" />
+      <location filename="../UI/UserInterface.py" line="5305" />
+      <location filename="../UI/UserInterface.py" line="5285" />
       <source>No User Tools Configured</source>
       <translation>没有配置的用户工具</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5382" />
+      <location filename="../UI/UserInterface.py" line="5381" />
       <source>&amp;Show all</source>
       <translation>全部显示(&amp;S)</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5384" />
+      <location filename="../UI/UserInterface.py" line="5383" />
       <source>&amp;Hide all</source>
       <translation>全部隐藏(&amp;H)</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6498" />
+      <location filename="../UI/UserInterface.py" line="6487" />
+      <location filename="../UI/UserInterface.py" line="6439" />
+      <location filename="../UI/UserInterface.py" line="6429" />
+      <location filename="../UI/UserInterface.py" line="6252" />
+      <location filename="../UI/UserInterface.py" line="6242" />
+      <location filename="../UI/UserInterface.py" line="6184" />
+      <location filename="../UI/UserInterface.py" line="6174" />
+      <source>Problem</source>
+      <translation>问题</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6499" />
       <location filename="../UI/UserInterface.py" line="6488" />
       <location filename="../UI/UserInterface.py" line="6440" />
@@ -93686,307 +93736,285 @@
       <location filename="../UI/UserInterface.py" line="6243" />
       <location filename="../UI/UserInterface.py" line="6185" />
       <location filename="../UI/UserInterface.py" line="6175" />
-      <source>Problem</source>
-      <translation>问题</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6500" />
-      <location filename="../UI/UserInterface.py" line="6489" />
-      <location filename="../UI/UserInterface.py" line="6441" />
-      <location filename="../UI/UserInterface.py" line="6431" />
-      <location filename="../UI/UserInterface.py" line="6254" />
-      <location filename="../UI/UserInterface.py" line="6244" />
-      <location filename="../UI/UserInterface.py" line="6186" />
-      <location filename="../UI/UserInterface.py" line="6176" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
       <translation>&lt;p&gt;文件 &lt;b&gt;{0}&lt;/b&gt; 不存在或者长度为零。&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6741" />
-      <location filename="../UI/UserInterface.py" line="6652" />
-      <location filename="../UI/UserInterface.py" line="6535" />
-      <location filename="../UI/UserInterface.py" line="6512" />
-      <location filename="../UI/UserInterface.py" line="6453" />
-      <location filename="../UI/UserInterface.py" line="6400" />
-      <location filename="../UI/UserInterface.py" line="6378" />
-      <location filename="../UI/UserInterface.py" line="6329" />
-      <location filename="../UI/UserInterface.py" line="6320" />
-      <location filename="../UI/UserInterface.py" line="6285" />
-      <location filename="../UI/UserInterface.py" line="6276" />
-      <location filename="../UI/UserInterface.py" line="6217" />
-      <location filename="../UI/UserInterface.py" line="6208" />
+      <location filename="../UI/UserInterface.py" line="6740" />
+      <location filename="../UI/UserInterface.py" line="6651" />
+      <location filename="../UI/UserInterface.py" line="6534" />
+      <location filename="../UI/UserInterface.py" line="6511" />
+      <location filename="../UI/UserInterface.py" line="6452" />
+      <location filename="../UI/UserInterface.py" line="6399" />
+      <location filename="../UI/UserInterface.py" line="6377" />
+      <location filename="../UI/UserInterface.py" line="6328" />
+      <location filename="../UI/UserInterface.py" line="6319" />
+      <location filename="../UI/UserInterface.py" line="6284" />
+      <location filename="../UI/UserInterface.py" line="6275" />
+      <location filename="../UI/UserInterface.py" line="6216" />
+      <location filename="../UI/UserInterface.py" line="6207" />
       <source>Process Generation Error</source>
       <translation>进程生成错误</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6209" />
+      <location filename="../UI/UserInterface.py" line="6208" />
       <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;无法启动 Qt 设计师。&lt;br&gt;请确保它作为 &lt;b&gt;{0}&lt;/b&gt; 可用。&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6218" />
+      <location filename="../UI/UserInterface.py" line="6217" />
       <source>&lt;p&gt;Could not find the Qt-Designer executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6277" />
+      <location filename="../UI/UserInterface.py" line="6276" />
       <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;无法启动 Qt 语言家。&lt;br&gt;请确保它作为 &lt;b&gt;{0}&lt;/b&gt; 可用。&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6286" />
+      <location filename="../UI/UserInterface.py" line="6285" />
       <source>&lt;p&gt;Could not find the Qt-Linguist executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6321" />
+      <location filename="../UI/UserInterface.py" line="6320" />
       <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;无法启动 Qt 助手。&lt;br&gt;请确保它作为 &lt;b&gt;{0}&lt;/b&gt; 可用。&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6330" />
+      <location filename="../UI/UserInterface.py" line="6329" />
       <source>&lt;p&gt;Could not find the Qt-Assistant executable.&lt;br&gt;Ensure that it is installed and optionally configured on the Qt configuration page.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6363" />
+      <location filename="../UI/UserInterface.py" line="6362" />
       <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
       <translation>目前没有选择自定义浏览器。请使用首选项对话框指定一个。</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6379" />
+      <location filename="../UI/UserInterface.py" line="6378" />
       <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;无法启动自定义的查看器。&lt;br&gt;请确保它作为 &lt;b&gt;{0}&lt;/b&gt; 可用。&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6401" />
+      <location filename="../UI/UserInterface.py" line="6400" />
       <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;无法开启帮助浏览器。&lt;br&gt;确保其有效如 &lt;b&gt;hh&lt;/b&gt;。&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6454" />
+      <location filename="../UI/UserInterface.py" line="6453" />
       <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;无法启动 UI 预览器。&lt;br&gt;请确保它作为 &lt;b&gt;{0}&lt;/b&gt; 可用。&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6513" />
+      <location filename="../UI/UserInterface.py" line="6512" />
       <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;无法启动翻译预览器。&lt;br&gt;请确保它作为 &lt;b&gt;{0}&lt;/b&gt; 可用。&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6536" />
+      <location filename="../UI/UserInterface.py" line="6535" />
       <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;无法启动 SQL 浏览器。&lt;br&gt;请确保它作为 &lt;b&gt;{0}&lt;/b&gt; 可用。&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6633" />
+      <location filename="../UI/UserInterface.py" line="6632" />
       <source>&lt;p&gt;The snapshot utility is not available for Wayland desktop sessions.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6653" />
+      <location filename="../UI/UserInterface.py" line="6652" />
       <source>&lt;p&gt;Could not start Snapshot tool.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;无法启动快照工具。&lt;br&gt;请确保它作为 &lt;b&gt;{0}&lt;/b&gt; 可用。&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6685" />
+      <location filename="../UI/UserInterface.py" line="6675" />
+      <source>External Tools</source>
+      <translation>外部工具</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6676" />
+      <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6686" />
-      <location filename="../UI/UserInterface.py" line="6676" />
-      <source>External Tools</source>
-      <translation>外部工具</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6677" />
-      <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6687" />
       <source>No toolgroup entry '{0}' found.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6724" />
+      <location filename="../UI/UserInterface.py" line="6723" />
       <source>Starting process '{0} {1}'.
 </source>
       <translation>正在启动进程“{0} {1}”。
 </translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6742" />
+      <location filename="../UI/UserInterface.py" line="6741" />
       <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6821" />
+      <location filename="../UI/UserInterface.py" line="6820" />
       <source>Process '{0}' has exited.
 </source>
       <translation>进程“{0}”已退出。
 </translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7108" />
+      <location filename="../UI/UserInterface.py" line="7046" />
+      <location filename="../UI/UserInterface.py" line="7002" />
+      <location filename="../UI/UserInterface.py" line="6928" />
+      <location filename="../UI/UserInterface.py" line="6864" />
+      <source>Documentation Missing</source>
+      <translation>文档缺失</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7109" />
       <location filename="../UI/UserInterface.py" line="7047" />
       <location filename="../UI/UserInterface.py" line="7003" />
       <location filename="../UI/UserInterface.py" line="6929" />
       <location filename="../UI/UserInterface.py" line="6865" />
-      <source>Documentation Missing</source>
-      <translation>文档缺失</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7110" />
-      <location filename="../UI/UserInterface.py" line="7048" />
-      <location filename="../UI/UserInterface.py" line="7004" />
-      <location filename="../UI/UserInterface.py" line="6930" />
-      <location filename="../UI/UserInterface.py" line="6866" />
       <source>&lt;p&gt;The documentation starting point "&lt;b&gt;{0}&lt;/b&gt;" could not be found.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7090" />
+      <location filename="../UI/UserInterface.py" line="6972" />
+      <source>Documentation</source>
+      <translation>文档</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6973" />
+      <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7091" />
-      <location filename="../UI/UserInterface.py" line="6973" />
-      <source>Documentation</source>
-      <translation>文档</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6974" />
-      <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7092" />
       <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7270" />
+      <location filename="../UI/UserInterface.py" line="7206" />
+      <source>Start Web Browser</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7207" />
+      <source>The eric web browser could not be started.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7271" />
-      <location filename="../UI/UserInterface.py" line="7207" />
-      <source>Start Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7208" />
-      <source>The eric web browser could not be started.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7272" />
       <source>&lt;p&gt;The eric web browser is not started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7318" />
+      <location filename="../UI/UserInterface.py" line="7317" />
       <source>Open Browser</source>
       <translation>打开浏览器</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7318" />
+      <location filename="../UI/UserInterface.py" line="7317" />
       <source>Could not start a web browser</source>
       <translation>无法启动网络浏览器</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7622" />
-      <location filename="../UI/UserInterface.py" line="7584" />
+      <location filename="../UI/UserInterface.py" line="7621" />
+      <location filename="../UI/UserInterface.py" line="7583" />
       <source>Keyboard Shortcuts File (*.ekj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7602" />
+      <location filename="../UI/UserInterface.py" line="7601" />
       <source>&lt;p&gt;The keyboard shortcuts file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7806" />
+      <location filename="../UI/UserInterface.py" line="7805" />
       <source>Load crash session...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7809" />
+      <location filename="../UI/UserInterface.py" line="7808" />
       <source>Clean crash sessions...</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7845" />
+      <source>Read Session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7846" />
-      <source>Read Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7847" />
       <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation>&lt;p&gt;会话文件 &lt;b&gt;{0}&lt;/b&gt; 无法读取。&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7870" />
+      <location filename="../UI/UserInterface.py" line="7869" />
       <source>Save Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7895" />
-      <location filename="../UI/UserInterface.py" line="7872" />
+      <location filename="../UI/UserInterface.py" line="7894" />
+      <location filename="../UI/UserInterface.py" line="7871" />
       <source>eric Session Files (*.esj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7964" />
-      <source>Found Crash Sessions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7965" />
-      <source>These crash session files were found. Select the one to open. Select 'Cancel' to not open a crash session.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="8038" />
+      <location filename="../UI/UserInterface.py" line="8030" />
       <source>Clean stale crash sessions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8039" />
+      <location filename="../UI/UserInterface.py" line="8031" />
       <source>Do you really want to delete these stale crash session files?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8415" />
+      <location filename="../UI/UserInterface.py" line="8407" />
       <source>Drop Error</source>
       <translation>降落误差</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8416" />
+      <location filename="../UI/UserInterface.py" line="8408" />
       <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; 不是一个文件。&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8613" />
+      <location filename="../UI/UserInterface.py" line="8605" />
       <source>Upgrade available</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8614" />
+      <location filename="../UI/UserInterface.py" line="8606" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8662" />
+      <location filename="../UI/UserInterface.py" line="8654" />
       <source>First time usage</source>
       <translation>第一次使用</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8663" />
+      <location filename="../UI/UserInterface.py" line="8655" />
       <source>eric has not been configured yet. The configuration dialog will be started.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8685" />
+      <location filename="../UI/UserInterface.py" line="8677" />
       <source>Select Workspace Directory</source>
       <translation>选择工作区目录</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8853" />
+      <location filename="../UI/UserInterface.py" line="8845" />
       <source>Unsaved Data Detected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8854" />
+      <location filename="../UI/UserInterface.py" line="8846" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation type="unfinished" />
     </message>

eric ide

mercurial