eric7/i18n/eric7_cs.ts

branch
eric7-maintenance
changeset 9111
4ac66b6c33a4
parent 9043
592e5feecf83
child 9192
a763d57e23bc
--- a/eric7/i18n/eric7_cs.ts	Mon May 02 15:53:05 2022 +0200
+++ b/eric7/i18n/eric7_cs.ts	Wed Jun 01 13:48:49 2022 +0200
@@ -2637,7 +2637,7 @@
     </message>
     <message>
       <location filename="../UI/Browser.py" line="115" />
-      <source>&lt;b&gt;The Browser Window&lt;/b&gt;&lt;p&gt;This allows you to easily navigate the hierarchy of directories and files on your system, identify the Python programs and open them up in a Source Viewer window. The window displays several separate hierarchies.&lt;/p&gt;&lt;p&gt;The first hierarchy is only shown if you have opened a program for debugging and its root is the directory containing that program. Usually all of the separate files that make up a Python application are held in the same directory, so this hierarchy gives you easy access to most of what you will need.&lt;/p&gt;&lt;p&gt;The next hierarchy is used to easily navigate the directories that are specified in the Python &lt;tt&gt;sys.path&lt;/tt&gt; variable.&lt;/p&gt;&lt;p&gt;The remaining hierarchies allow you navigate your system as a whole. On a UNIX system there will be a hierarchy with &lt;tt&gt;/&lt;/tt&gt; at its root and another with the user home directory. On a Windows system there will be a hierarchy for each drive on the system.&lt;/p&gt;&lt;p&gt;Python programs (i.e. those with a &lt;tt&gt;.py&lt;/tt&gt; file name suffix) are identified in the hierarchies with a Python icon. The right mouse button will popup a menu which lets you open the file in a Source Viewer window, open the file for debugging or use it for a unittest run.&lt;/p&gt;&lt;p&gt;The context menu of a class, function or method allows you to open the file defining this class, function or method and will ensure, that the correct source line is visible.&lt;/p&gt;&lt;p&gt;Qt-Designer files (i.e. those with a &lt;tt&gt;.ui&lt;/tt&gt; file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.&lt;/p&gt;&lt;p&gt;Qt-Linguist files (i.e. those with a &lt;tt&gt;.ts&lt;/tt&gt; file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.&lt;/p&gt;</source>
+      <source>&lt;b&gt;The Browser Window&lt;/b&gt;&lt;p&gt;This allows you to easily navigate the hierarchy of directories and files on your system, identify the Python programs and open them up in a Source Viewer window. The window displays several separate hierarchies.&lt;/p&gt;&lt;p&gt;The first hierarchy is only shown if you have opened a program for debugging and its root is the directory containing that program. Usually all of the separate files that make up a Python application are held in the same directory, so this hierarchy gives you easy access to most of what you will need.&lt;/p&gt;&lt;p&gt;The next hierarchy is used to easily navigate the directories that are specified in the Python &lt;tt&gt;sys.path&lt;/tt&gt; variable.&lt;/p&gt;&lt;p&gt;The remaining hierarchies allow you navigate your system as a whole. On a UNIX system there will be a hierarchy with &lt;tt&gt;/&lt;/tt&gt; at its root and another with the user home directory. On a Windows system there will be a hierarchy for each drive on the system.&lt;/p&gt;&lt;p&gt;Python programs (i.e. those with a &lt;tt&gt;.py&lt;/tt&gt; file name suffix) are identified in the hierarchies with a Python icon. The right mouse button will popup a menu which lets you open the file in a Source Viewer window, open the file for debugging or use it for a test run.&lt;/p&gt;&lt;p&gt;The context menu of a class, function or method allows you to open the file defining this class, function or method and will ensure, that the correct source line is visible.&lt;/p&gt;&lt;p&gt;Qt-Designer files (i.e. those with a &lt;tt&gt;.ui&lt;/tt&gt; file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.&lt;/p&gt;&lt;p&gt;Qt-Linguist files (i.e. those with a &lt;tt&gt;.ts&lt;/tt&gt; file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -2669,8 +2669,8 @@
     </message>
     <message>
       <location filename="../UI/Browser.py" line="236" />
-      <source>Run unittest...</source>
-      <translation>Spustit unittest...</translation>
+      <source>Run Test...</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/Browser.py" line="565" />
@@ -2880,6 +2880,10 @@
       <translation type="unfinished" />
     </message>
     <message>
+      <source>Run unittest...</source>
+      <translation type="vanished">Spustit unittest...</translation>
+    </message>
+    <message>
       <source>Find&amp;&amp;Replace in this directory</source>
       <translation type="vanished">Najít &amp;&amp; nahradit v tomto adresáři</translation>
     </message>
@@ -3580,12 +3584,12 @@
     </message>
     <message>
       <location filename="../UI/ClearPrivateDataDialog.ui" line="0" />
-      <source>Select to clear the unittest histories</source>
+      <source>Select to clear the test histories</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/ClearPrivateDataDialog.ui" line="0" />
-      <source>Unittest histories</source>
+      <source>Test histories</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -5533,7 +5537,7 @@
     </message>
     <message>
       <location filename="../CondaInterface/Conda.py" line="707" />
-      <source>conda did not finish within 30 seconds.</source>
+      <source>conda did not finish within 3 seconds.</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -7441,59 +7445,55 @@
   <context>
     <name>DebugServer</name>
     <message>
-      <location filename="../Debugger/DebugServer.py" line="207" />
+      <location filename="../Debugger/DebugServer.py" line="178" />
       <source>created</source>
       <comment>must be same as in EditWatchpointDialog</comment>
       <translation>vytvořeno</translation>
     </message>
     <message>
-      <location filename="../Debugger/DebugServer.py" line="209" />
+      <location filename="../Debugger/DebugServer.py" line="180" />
       <source>changed</source>
       <comment>must be same as in EditWatchpointDialog</comment>
       <translation>změněno</translation>
     </message>
     <message>
-      <location filename="../Debugger/DebugServer.py" line="358" />
+      <location filename="../Debugger/DebugServer.py" line="329" />
       <source>Register Debugger Interface</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Debugger/DebugServer.py" line="359" />
+      <location filename="../Debugger/DebugServer.py" line="330" />
       <source>&lt;p&gt;The debugger interface &lt;b&gt;{0}&lt;/b&gt; has already been registered. Ignoring this request.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Debugger/DebugServer.py" line="880" />
+      <location filename="../Debugger/DebugServer.py" line="854" />
       <source>Connection from illegal host</source>
       <translation>Spojení z ilegálního hosta</translation>
     </message>
     <message>
-      <location filename="../Debugger/DebugServer.py" line="881" />
+      <location filename="../Debugger/DebugServer.py" line="855" />
       <source>&lt;p&gt;A connection was attempted by the illegal host &lt;b&gt;{0}&lt;/b&gt;. Accept this connection?&lt;/p&gt;</source>
       <translation>&lt;p&gt;Pokus o spojení z ilegálního hosta &lt;b&gt;{0}&lt;/b&gt;. Přijmout toto spojení?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Debugger/DebugServer.py" line="1629" />
-      <location filename="../Debugger/DebugServer.py" line="1565" />
-      <location filename="../Debugger/DebugServer.py" line="1197" />
-      <location filename="../Debugger/DebugServer.py" line="1132" />
-      <location filename="../Debugger/DebugServer.py" line="1066" />
-      <location filename="../Debugger/DebugServer.py" line="998" />
+      <location filename="../Debugger/DebugServer.py" line="1171" />
+      <location filename="../Debugger/DebugServer.py" line="1106" />
+      <location filename="../Debugger/DebugServer.py" line="1040" />
+      <location filename="../Debugger/DebugServer.py" line="972" />
       <source>Start Debugger</source>
       <translation type="unfinished">Spustit debuger</translation>
     </message>
     <message>
-      <location filename="../Debugger/DebugServer.py" line="1630" />
-      <location filename="../Debugger/DebugServer.py" line="1566" />
-      <location filename="../Debugger/DebugServer.py" line="1198" />
-      <location filename="../Debugger/DebugServer.py" line="1133" />
-      <location filename="../Debugger/DebugServer.py" line="1067" />
-      <location filename="../Debugger/DebugServer.py" line="999" />
+      <location filename="../Debugger/DebugServer.py" line="1172" />
+      <location filename="../Debugger/DebugServer.py" line="1107" />
+      <location filename="../Debugger/DebugServer.py" line="1041" />
+      <location filename="../Debugger/DebugServer.py" line="973" />
       <source>&lt;p&gt;The debugger type &lt;b&gt;{0}&lt;/b&gt; is not supported or not configured.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Debugger/DebugServer.py" line="1903" />
+      <location filename="../Debugger/DebugServer.py" line="1746" />
       <source>
 Not connected
 </source>
@@ -7502,13 +7502,13 @@
 </translation>
     </message>
     <message>
-      <location filename="../Debugger/DebugServer.py" line="2169" />
+      <location filename="../Debugger/DebugServer.py" line="1893" />
       <source>Passive debug connection received
 </source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Debugger/DebugServer.py" line="2183" />
+      <location filename="../Debugger/DebugServer.py" line="1907" />
       <source>Passive debug connection closed
 </source>
       <translation type="unfinished" />
@@ -8768,10 +8768,10 @@
   <context>
     <name>DebuggerInterfacePython</name>
     <message>
-      <location filename="../Debugger/DebuggerInterfacePython.py" line="512" />
-      <location filename="../Debugger/DebuggerInterfacePython.py" line="494" />
-      <location filename="../Debugger/DebuggerInterfacePython.py" line="434" />
-      <location filename="../Debugger/DebuggerInterfacePython.py" line="398" />
+      <location filename="../Debugger/DebuggerInterfacePython.py" line="502" />
+      <location filename="../Debugger/DebuggerInterfacePython.py" line="484" />
+      <location filename="../Debugger/DebuggerInterfacePython.py" line="424" />
+      <location filename="../Debugger/DebuggerInterfacePython.py" line="388" />
       <location filename="../Debugger/DebuggerInterfacePython.py" line="329" />
       <location filename="../Debugger/DebuggerInterfacePython.py" line="311" />
       <location filename="../Debugger/DebuggerInterfacePython.py" line="253" />
@@ -8780,15 +8780,15 @@
       <translation type="unfinished">Spustit debuger</translation>
     </message>
     <message>
-      <location filename="../Debugger/DebuggerInterfacePython.py" line="399" />
+      <location filename="../Debugger/DebuggerInterfacePython.py" line="389" />
       <location filename="../Debugger/DebuggerInterfacePython.py" line="194" />
       <source>&lt;p&gt;No suitable Python3 environment configured.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Debugger/DebuggerInterfacePython.py" line="513" />
-      <location filename="../Debugger/DebuggerInterfacePython.py" line="495" />
-      <location filename="../Debugger/DebuggerInterfacePython.py" line="435" />
+      <location filename="../Debugger/DebuggerInterfacePython.py" line="503" />
+      <location filename="../Debugger/DebuggerInterfacePython.py" line="485" />
+      <location filename="../Debugger/DebuggerInterfacePython.py" line="425" />
       <location filename="../Debugger/DebuggerInterfacePython.py" line="330" />
       <location filename="../Debugger/DebuggerInterfacePython.py" line="312" />
       <location filename="../Debugger/DebuggerInterfacePython.py" line="254" />
@@ -8796,12 +8796,12 @@
       <translation type="unfinished">&lt;p&gt;Debugovací backend nelze spustit.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Debugger/DebuggerInterfacePython.py" line="1351" />
+      <location filename="../Debugger/DebuggerInterfacePython.py" line="1243" />
       <source>Debug Protocol Error</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Debugger/DebuggerInterfacePython.py" line="1352" />
+      <location filename="../Debugger/DebuggerInterfacePython.py" line="1244" />
       <source>&lt;p&gt;The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Data:&lt;br/&gt;{1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -11173,7 +11173,7 @@
   <context>
     <name>Editor</name>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3203" />
+      <location filename="../QScintilla/Editor.py" line="3206" />
       <location filename="../QScintilla/Editor.py" line="405" />
       <source>Open File</source>
       <translation>Otevřít soubor</translation>
@@ -11189,924 +11189,924 @@
       <translation>&lt;b&gt;Okno editoru zdrojového kódu&lt;/b&gt;&lt;p&gt;V tomto okně se zobrazuje a edituje soubor se zdrojovým kódem. Můžete otevřít oken podle libosti. Jméno souboru se zobrazuje v titlebaru okna.&lt;/p&gt;&lt;p&gt;Kliknutím do prostoru mezi čísly řádku a značkami skládání nastavíte breakpoint. Přes kontextové menu je pak lze editovat.&lt;/p&gt;&lt;p&gt;Záložka se vkládá kliknutím na stejné místo se stisknutou klávesou Shift.&lt;/p&gt;&lt;p&gt;Tyto akce mohou být navráceny zpět i opětovným kliknutím nebo přes kontextové menu.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="828" />
+      <location filename="../QScintilla/Editor.py" line="831" />
       <source>Undo</source>
       <translation>Vrátit</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="831" />
+      <location filename="../QScintilla/Editor.py" line="834" />
       <source>Redo</source>
       <translation>Znovu použít</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="833" />
+      <location filename="../QScintilla/Editor.py" line="836" />
       <source>Revert to last saved state</source>
       <translation>Vrátit k poslednímu uloženému stavu</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="838" />
-      <source>Cut</source>
-      <translation>Vyjmout</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="841" />
-      <source>Copy</source>
-      <translation>Kopírovat</translation>
+      <source>Cut</source>
+      <translation>Vyjmout</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="844" />
+      <source>Copy</source>
+      <translation>Kopírovat</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="847" />
       <source>Paste</source>
       <translation>Vložit</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="849" />
-      <source>Indent</source>
-      <translation>Odsadit</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="852" />
-      <source>Unindent</source>
-      <translation>Zrušit odsazení</translation>
+      <source>Indent</source>
+      <translation>Odsadit</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="855" />
-      <source>Comment</source>
-      <translation>Vytvořit komentář</translation>
+      <source>Unindent</source>
+      <translation>Zrušit odsazení</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="858" />
+      <source>Comment</source>
+      <translation>Vytvořit komentář</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="861" />
       <source>Uncomment</source>
       <translation>Zrušit komentář</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8867" />
-      <location filename="../QScintilla/Editor.py" line="861" />
+      <location filename="../QScintilla/Editor.py" line="8843" />
+      <location filename="../QScintilla/Editor.py" line="864" />
       <source>Generate Docstring</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="865" />
-      <source>Select to brace</source>
-      <translation>Vybrat až po závorku</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="866" />
-      <source>Select all</source>
-      <translation>Vybrat vše</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="868" />
+      <source>Select to brace</source>
+      <translation>Vybrat až po závorku</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="869" />
+      <source>Select all</source>
+      <translation>Vybrat vše</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="871" />
       <source>Deselect all</source>
       <translation>Zrušit celý výběr</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="870" />
+      <location filename="../QScintilla/Editor.py" line="873" />
       <source>Execute Selection In Console</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="882" />
+      <location filename="../QScintilla/Editor.py" line="885" />
       <source>Use Monospaced Font</source>
       <translation>Použít neporoporcionální font</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="887" />
+      <location filename="../QScintilla/Editor.py" line="890" />
       <source>Autosave enabled</source>
       <translation>Zapnout autosave</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="891" />
+      <location filename="../QScintilla/Editor.py" line="894" />
       <source>Typing aids enabled</source>
       <translation>Pomůcky při psaní zapnuty</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="898" />
+      <location filename="../QScintilla/Editor.py" line="901" />
       <source>Automatic Completion enabled</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="906" />
+      <location filename="../QScintilla/Editor.py" line="909" />
       <source>Calltip</source>
       <translation>Rychlé tipy</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="908" />
+      <location filename="../QScintilla/Editor.py" line="911" />
       <source>Code Info</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="923" />
-      <source>New Document View</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="926" />
+      <source>New Document View</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="929" />
       <source>New Document View (with new split)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="934" />
-      <source>Save</source>
-      <translation>Uložit</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="937" />
-      <source>Save As...</source>
-      <translation>Uložit jako...</translation>
+      <source>Save</source>
+      <translation>Uložit</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="940" />
+      <source>Save As...</source>
+      <translation>Uložit jako...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="943" />
       <source>Save Copy...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="961" />
-      <location filename="../QScintilla/Editor.py" line="958" />
-      <source>Complete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="964" />
-      <source>Clear Completions Cache</source>
+      <location filename="../QScintilla/Editor.py" line="961" />
+      <source>Complete</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="967" />
+      <source>Clear Completions Cache</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="970" />
       <source>Complete from Document</source>
       <translation type="unfinished">z dokumentu</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="969" />
+      <location filename="../QScintilla/Editor.py" line="972" />
       <source>Complete from APIs</source>
       <translation type="unfinished">z API</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="971" />
+      <location filename="../QScintilla/Editor.py" line="974" />
       <source>Complete from Document and APIs</source>
       <translation type="unfinished">z dokumentu a API</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="985" />
+      <location filename="../QScintilla/Editor.py" line="988" />
       <source>Check</source>
       <translation>Zkontrolovat</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="996" />
+      <location filename="../QScintilla/Editor.py" line="999" />
       <source>Tools</source>
       <translation type="unfinished">Nástroje</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1007" />
+      <location filename="../QScintilla/Editor.py" line="1010" />
       <source>Show</source>
       <translation>Zobrazit</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1009" />
+      <location filename="../QScintilla/Editor.py" line="1012" />
       <source>Code metrics...</source>
       <translation>Metrika kódu...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1011" />
+      <location filename="../QScintilla/Editor.py" line="1014" />
       <source>Code coverage...</source>
       <translation>Pokrytí kódu...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1013" />
-      <source>Show code coverage annotations</source>
-      <translation>Zobrazit poznámky pokrytí kódu</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1016" />
-      <source>Hide code coverage annotations</source>
-      <translation>Skrýt poznámky pokrytí kódu</translation>
+      <source>Show code coverage annotations</source>
+      <translation>Zobrazit poznámky pokrytí kódu</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1019" />
+      <source>Hide code coverage annotations</source>
+      <translation>Skrýt poznámky pokrytí kódu</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1022" />
       <source>Profile data...</source>
       <translation>Profilovat data...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1032" />
-      <source>Diagrams</source>
-      <translation>Diagramy</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1035" />
+      <source>Diagrams</source>
+      <translation>Diagramy</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1038" />
       <source>Class Diagram...</source>
       <translation>Diagram třídy...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1037" />
+      <location filename="../QScintilla/Editor.py" line="1040" />
       <source>Package Diagram...</source>
       <translation>Diagram balíčku...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1039" />
+      <location filename="../QScintilla/Editor.py" line="1042" />
       <source>Imports Diagram...</source>
       <translation>Diagram importů...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1041" />
+      <location filename="../QScintilla/Editor.py" line="1044" />
       <source>Application Diagram...</source>
       <translation>Diagram aplikace...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1046" />
+      <location filename="../QScintilla/Editor.py" line="1049" />
       <source>Load Diagram...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1059" />
+      <location filename="../QScintilla/Editor.py" line="1062" />
       <source>Languages</source>
       <translation>Jazyky</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1064" />
+      <location filename="../QScintilla/Editor.py" line="1067" />
       <source>Text</source>
       <translation type="unfinished">Text</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1088" />
+      <location filename="../QScintilla/Editor.py" line="1091" />
       <source>Guessed</source>
       <translation>Odhadem</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1433" />
-      <location filename="../QScintilla/Editor.py" line="1092" />
+      <location filename="../QScintilla/Editor.py" line="1436" />
+      <location filename="../QScintilla/Editor.py" line="1095" />
       <source>Alternatives</source>
       <translation>Alternativy</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1109" />
+      <location filename="../QScintilla/Editor.py" line="1112" />
       <source>Encodings</source>
       <translation>Kódování</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1132" />
+      <location filename="../QScintilla/Editor.py" line="1135" />
       <source>Re-Open With Encoding</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1152" />
+      <location filename="../QScintilla/Editor.py" line="1155" />
       <source>End-of-Line Type</source>
       <translation>Typ Konec-řádku</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1157" />
+      <location filename="../QScintilla/Editor.py" line="1160" />
       <source>Unix</source>
       <translation>Unix</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1164" />
+      <location filename="../QScintilla/Editor.py" line="1167" />
       <source>Windows</source>
       <translation />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1171" />
+      <location filename="../QScintilla/Editor.py" line="1174" />
       <source>Macintosh</source>
       <translation>Macintosh</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1189" />
+      <location filename="../QScintilla/Editor.py" line="1192" />
       <source>Spelling</source>
       <translation type="unfinished">Pravopis</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8000" />
-      <location filename="../QScintilla/Editor.py" line="1197" />
+      <location filename="../QScintilla/Editor.py" line="7976" />
+      <location filename="../QScintilla/Editor.py" line="1200" />
       <source>Check spelling...</source>
       <translation>Zatrhnout kontrolu...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1200" />
-      <source>Check spelling of selection...</source>
-      <translation>Zatrhnout výběr kontroly...</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1203" />
+      <source>Check spelling of selection...</source>
+      <translation>Zatrhnout výběr kontroly...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1206" />
       <source>Remove from dictionary</source>
       <translation>Odebrat ze slovníku</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1221" />
+      <location filename="../QScintilla/Editor.py" line="1224" />
       <source>Spell Check Languages</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1226" />
+      <location filename="../QScintilla/Editor.py" line="1229" />
       <source>No Language</source>
       <translation>Žádný jazyk</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1254" />
+      <location filename="../QScintilla/Editor.py" line="1257" />
       <source>Toggle bookmark</source>
       <translation>Přepnout záložku</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1256" />
+      <location filename="../QScintilla/Editor.py" line="1259" />
       <source>Next bookmark</source>
       <translation>Následující záložka</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1258" />
+      <location filename="../QScintilla/Editor.py" line="1261" />
       <source>Previous bookmark</source>
       <translation>Předchozí záložka</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1260" />
+      <location filename="../QScintilla/Editor.py" line="1263" />
       <source>Clear all bookmarks</source>
       <translation>Zrušit všechny záložky</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1269" />
+      <location filename="../QScintilla/Editor.py" line="1272" />
       <source>Toggle breakpoint</source>
       <translation>Přepnout breakpoint</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1271" />
-      <source>Toggle temporary breakpoint</source>
-      <translation>Přepnout dočasný breakpoint</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1274" />
+      <source>Toggle temporary breakpoint</source>
+      <translation>Přepnout dočasný breakpoint</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1277" />
       <source>Edit breakpoint...</source>
       <translation>Editovat breakpoint...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5722" />
-      <location filename="../QScintilla/Editor.py" line="1276" />
+      <location filename="../QScintilla/Editor.py" line="5715" />
+      <location filename="../QScintilla/Editor.py" line="1279" />
       <source>Enable breakpoint</source>
       <translation>Aktivovat breakpoint</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1279" />
-      <source>Next breakpoint</source>
-      <translation>Následující breakpoint</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1282" />
+      <source>Next breakpoint</source>
+      <translation>Následující breakpoint</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1285" />
       <source>Previous breakpoint</source>
       <translation>Předchozí breakpoint</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1286" />
+      <location filename="../QScintilla/Editor.py" line="1289" />
       <source>Clear all breakpoints</source>
       <translation>Zrušit všechny breakpointy</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1296" />
+      <location filename="../QScintilla/Editor.py" line="1299" />
       <source>Toggle all folds</source>
       <translation type="unfinished">Složit/rozložit všechna skládání</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1301" />
+      <location filename="../QScintilla/Editor.py" line="1304" />
       <source>Toggle all folds (including children)</source>
       <translation type="unfinished">Složit/rozložit všechna skládání (i s podsložkami)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1306" />
+      <location filename="../QScintilla/Editor.py" line="1309" />
       <source>Toggle current fold</source>
       <translation type="unfinished">Složit/rozložit aktuální složený blok</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1312" />
+      <location filename="../QScintilla/Editor.py" line="1315" />
       <source>Expand (including children)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1317" />
+      <location filename="../QScintilla/Editor.py" line="1320" />
       <source>Collapse (including children)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1323" />
+      <location filename="../QScintilla/Editor.py" line="1326" />
       <source>Clear all folds</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1335" />
+      <location filename="../QScintilla/Editor.py" line="1338" />
       <source>Goto syntax error</source>
       <translation>Jít na chybu syntaxe</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1339" />
+      <location filename="../QScintilla/Editor.py" line="1342" />
       <source>Show syntax error message</source>
       <translation>Zobrazit hlášení syntaktické chyby</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1344" />
+      <location filename="../QScintilla/Editor.py" line="1347" />
       <source>Clear syntax error</source>
       <translation>Zrušit chybu syntaxe</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1349" />
+      <location filename="../QScintilla/Editor.py" line="1352" />
       <source>Next warning</source>
       <translation>Následující varování</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1353" />
+      <location filename="../QScintilla/Editor.py" line="1356" />
       <source>Previous warning</source>
       <translation>Předchozí varování</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1357" />
+      <location filename="../QScintilla/Editor.py" line="1360" />
       <source>Show warning message</source>
       <translation>Zobrazit varování</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1361" />
+      <location filename="../QScintilla/Editor.py" line="1364" />
       <source>Clear warnings</source>
       <translation>Vyčistit varování</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1366" />
+      <location filename="../QScintilla/Editor.py" line="1369" />
       <source>Next uncovered line</source>
       <translation>Následující odkrytá řádka</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1370" />
+      <location filename="../QScintilla/Editor.py" line="1373" />
       <source>Previous uncovered line</source>
       <translation>Předchozí odkrytá řádka</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1375" />
+      <location filename="../QScintilla/Editor.py" line="1378" />
       <source>Next task</source>
       <translation>Následující úloha</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1379" />
+      <location filename="../QScintilla/Editor.py" line="1382" />
       <source>Previous task</source>
       <translation>Předchozí úloha</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1384" />
+      <location filename="../QScintilla/Editor.py" line="1387" />
       <source>Next change</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1388" />
+      <location filename="../QScintilla/Editor.py" line="1391" />
       <source>Previous change</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1392" />
+      <location filename="../QScintilla/Editor.py" line="1395" />
       <source>Clear changes</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1420" />
-      <location filename="../QScintilla/Editor.py" line="1412" />
+      <location filename="../QScintilla/Editor.py" line="1423" />
+      <location filename="../QScintilla/Editor.py" line="1415" />
       <source>Export source</source>
       <translation>Export zdroj</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1413" />
+      <location filename="../QScintilla/Editor.py" line="1416" />
       <source>&lt;p&gt;No exporter available for the export format &lt;b&gt;{0}&lt;/b&gt;. Aborting...&lt;/p&gt;</source>
       <translation>&lt;p&gt;Pro formát exportu &lt;b&gt;{0}&lt;/b&gt; není exportér dostupný. Zrušeno.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1421" />
+      <location filename="../QScintilla/Editor.py" line="1424" />
       <source>No export format given. Aborting...</source>
       <translation>Nebyl zadán forám exportu. Zrušeno....</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1430" />
+      <location filename="../QScintilla/Editor.py" line="1433" />
       <source>Alternatives ({0})</source>
       <translation>Alternativy ({0})</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1451" />
+      <location filename="../QScintilla/Editor.py" line="1454" />
       <source>Pygments Lexer</source>
       <translation />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1452" />
+      <location filename="../QScintilla/Editor.py" line="1455" />
       <source>Select the Pygments lexer to apply.</source>
       <translation>Použít Pygments lexer.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2016" />
+      <location filename="../QScintilla/Editor.py" line="2019" />
       <source>Modification of Read Only file</source>
       <translation>Modifikace souboru otevřeného jen pro čtení</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2017" />
+      <location filename="../QScintilla/Editor.py" line="2020" />
       <source>You are attempting to change a read only file. Please save to a different file first.</source>
       <translation>Pokoušíte se změnit soubor, který je otevřen jen pro čtení. Prosím, uložte jej nejdříve do jiného souboru.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2435" />
+      <location filename="../QScintilla/Editor.py" line="2438" />
       <source>Add Breakpoint</source>
       <translation type="unfinished">Přidat breakpoint</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2436" />
+      <location filename="../QScintilla/Editor.py" line="2439" />
       <source>No Python byte code will be created for the selected line. No break point will be set!</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2765" />
+      <location filename="../QScintilla/Editor.py" line="2768" />
       <source>Printing...</source>
       <translation>Tisk...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2785" />
+      <location filename="../QScintilla/Editor.py" line="2788" />
       <source>Printing completed</source>
       <translation>Tisk je hotov</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2787" />
-      <source>Error while printing</source>
-      <translation>Chyba během tisku</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="2790" />
+      <source>Error while printing</source>
+      <translation>Chyba během tisku</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="2793" />
       <source>Printing aborted</source>
       <translation>Tisk byl zrušen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3145" />
+      <location filename="../QScintilla/Editor.py" line="3148" />
       <source>File Modified</source>
       <translation>Soubor je modifikován</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3146" />
+      <location filename="../QScintilla/Editor.py" line="3149" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Soubor &lt;b&gt;{0}&lt;/b&gt; obsahuje neuložené změny.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3204" />
+      <location filename="../QScintilla/Editor.py" line="3207" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be opened.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Soubor &lt;b&gt;{0}&lt;/b&gt; nemůže být přejmenován.&lt;br /&gt;Důvod: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3384" />
-      <location filename="../QScintilla/Editor.py" line="3366" />
-      <location filename="../QScintilla/Editor.py" line="3321" />
+      <location filename="../QScintilla/Editor.py" line="3387" />
+      <location filename="../QScintilla/Editor.py" line="3369" />
+      <location filename="../QScintilla/Editor.py" line="3324" />
       <source>Save File</source>
       <translation>Uložit soubor</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3322" />
+      <location filename="../QScintilla/Editor.py" line="3325" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be saved.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Soubor &lt;b&gt;{0}&lt;/b&gt; nemůže být přejmenován.&lt;br /&gt;Důvod: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3385" />
+      <location filename="../QScintilla/Editor.py" line="3388" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
       <translation type="unfinished">&lt;p&gt;Soubor &lt;b&gt;{0}&lt;/b&gt; již existuje.&lt;/p&gt;&lt;p&gt;Má se přepsat?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="4873" />
+      <location filename="../QScintilla/Editor.py" line="4876" />
       <source>Autocompletion</source>
       <translation>Autodoplňování</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="4874" />
+      <location filename="../QScintilla/Editor.py" line="4877" />
       <source>Autocompletion is not available because there is no autocompletion source set.</source>
       <translation>Autodoplňování není dostupné protože zdrojová část autodoplňování nebyla nalezena.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5011" />
+      <location filename="../QScintilla/Editor.py" line="5014" />
       <source>Auto-Completion Provider</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5012" />
+      <location filename="../QScintilla/Editor.py" line="5015" />
       <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5305" />
+      <location filename="../QScintilla/Editor.py" line="5308" />
       <source>Call-Tips Provider</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5306" />
+      <location filename="../QScintilla/Editor.py" line="5309" />
       <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5725" />
+      <location filename="../QScintilla/Editor.py" line="5718" />
       <source>Disable breakpoint</source>
       <translation>Deaktivovat breakpoint</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6092" />
+      <location filename="../QScintilla/Editor.py" line="6073" />
       <source>Code Coverage</source>
       <translation>Pokrytí kódu</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6093" />
+      <location filename="../QScintilla/Editor.py" line="6074" />
       <source>Please select a coverage file</source>
       <translation>Prosím, vyberte soubor s pokrytím kódu</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6155" />
       <location filename="../QScintilla/Editor.py" line="6148" />
+      <location filename="../QScintilla/Editor.py" line="6141" />
       <source>Show Code Coverage Annotations</source>
       <translation>Zobrazit poznámky pokrytí kódu</translation>
     </message>
     <message>
+      <location filename="../QScintilla/Editor.py" line="6142" />
+      <source>All lines have been covered.</source>
+      <translation>Všechny řádky byly pokryty.</translation>
+    </message>
+    <message>
       <location filename="../QScintilla/Editor.py" line="6149" />
-      <source>All lines have been covered.</source>
-      <translation>Všechny řádky byly pokryty.</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="6156" />
       <source>There is no coverage file available.</source>
       <translation>Soubor s pokrytím není dostupný.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6272" />
+      <location filename="../QScintilla/Editor.py" line="6248" />
       <source>Profile Data</source>
       <translation>Profilovat data</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6273" />
+      <location filename="../QScintilla/Editor.py" line="6249" />
       <source>Please select a profile file</source>
       <translation>Prosím, vyberte soubor s profilem</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6434" />
-      <location filename="../QScintilla/Editor.py" line="6428" />
+      <location filename="../QScintilla/Editor.py" line="6410" />
+      <location filename="../QScintilla/Editor.py" line="6404" />
       <source>Syntax Error</source>
       <translation>Chyba syntaxe</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6435" />
+      <location filename="../QScintilla/Editor.py" line="6411" />
       <source>No syntax error message available.</source>
       <translation>Hlášení syntaktické chyby není dostupné.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6646" />
-      <location filename="../QScintilla/Editor.py" line="6640" />
+      <location filename="../QScintilla/Editor.py" line="6622" />
+      <location filename="../QScintilla/Editor.py" line="6616" />
       <source>Warning</source>
       <translation type="unfinished">Varování</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6647" />
+      <location filename="../QScintilla/Editor.py" line="6623" />
       <source>No warning messages available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6707" />
+      <location filename="../QScintilla/Editor.py" line="6683" />
       <source>Style: {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6710" />
+      <location filename="../QScintilla/Editor.py" line="6686" />
       <source>Warning: {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6717" />
+      <location filename="../QScintilla/Editor.py" line="6693" />
       <source>Error: {0}</source>
       <translation type="unfinished">Chyby: {0}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6823" />
+      <location filename="../QScintilla/Editor.py" line="6799" />
       <source>Macro Name</source>
       <translation>Název makra</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6824" />
+      <location filename="../QScintilla/Editor.py" line="6800" />
       <source>Select a macro name:</source>
       <translation>Vyberte název makra:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6851" />
+      <location filename="../QScintilla/Editor.py" line="6827" />
       <source>Load macro file</source>
       <translation>Načíst soubor makra</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6895" />
-      <location filename="../QScintilla/Editor.py" line="6853" />
+      <location filename="../QScintilla/Editor.py" line="6871" />
+      <location filename="../QScintilla/Editor.py" line="6829" />
       <source>Macro files (*.macro)</source>
       <translation>Macro soubory (*.macro)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6873" />
-      <location filename="../QScintilla/Editor.py" line="6864" />
+      <location filename="../QScintilla/Editor.py" line="6849" />
+      <location filename="../QScintilla/Editor.py" line="6840" />
       <source>Error loading macro</source>
       <translation>Chyba při načítání makra</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6865" />
+      <location filename="../QScintilla/Editor.py" line="6841" />
       <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Soubor s makrem &lt;b&gt;{0}&lt;/b&gt; nelze načíst.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6874" />
+      <location filename="../QScintilla/Editor.py" line="6850" />
       <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; is corrupt.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Soubor s makrem &lt;b&gt;{0}&lt;/b&gt; je poškozen.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6893" />
+      <location filename="../QScintilla/Editor.py" line="6869" />
       <source>Save macro file</source>
       <translation>Uložit soubor s makrem</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6910" />
+      <location filename="../QScintilla/Editor.py" line="6886" />
       <source>Save macro</source>
       <translation>Uložit makro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6911" />
+      <location filename="../QScintilla/Editor.py" line="6887" />
       <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6925" />
+      <location filename="../QScintilla/Editor.py" line="6901" />
       <source>Error saving macro</source>
       <translation>Chyba při ukládání makra</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6926" />
+      <location filename="../QScintilla/Editor.py" line="6902" />
       <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
       <translation>&lt;p&gt;So souboru s makrem &lt;b&gt;{0}&lt;/b&gt; nelze zapisovat.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6938" />
+      <location filename="../QScintilla/Editor.py" line="6914" />
       <source>Start Macro Recording</source>
       <translation>Spustit záznam makra</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6939" />
+      <location filename="../QScintilla/Editor.py" line="6915" />
       <source>Macro recording is already active. Start new?</source>
       <translation>Nahrávání makra již probíhá. Spustit nové?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6964" />
+      <location filename="../QScintilla/Editor.py" line="6940" />
       <source>Macro Recording</source>
       <translation>Záznam makra</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6965" />
+      <location filename="../QScintilla/Editor.py" line="6941" />
       <source>Enter name of the macro:</source>
       <translation>Vložte název makra:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7117" />
+      <location filename="../QScintilla/Editor.py" line="7093" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has been changed while it was opened in eric. Reread it?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7123" />
+      <location filename="../QScintilla/Editor.py" line="7099" />
       <source>&lt;br&gt;&lt;b&gt;Warning:&lt;/b&gt; You will lose your changes upon reopening it.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7129" />
+      <location filename="../QScintilla/Editor.py" line="7105" />
       <source>File changed</source>
       <translation>Soubor změněn</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7180" />
+      <location filename="../QScintilla/Editor.py" line="7156" />
       <source>{0} (ro)</source>
       <translation>{0} (ro)</translation>
     </message>
     <message>
+      <location filename="../QScintilla/Editor.py" line="7453" />
+      <source>Drop Error</source>
+      <translation>Zahodit chybu</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7454" />
+      <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="../QScintilla/Editor.py" line="7472" />
+      <source>Resources</source>
+      <translation>Zdroje</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7475" />
+      <source>Add file...</source>
+      <translation>Přidat soubor...</translation>
+    </message>
+    <message>
       <location filename="../QScintilla/Editor.py" line="7477" />
-      <source>Drop Error</source>
-      <translation>Zahodit chybu</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7478" />
-      <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="../QScintilla/Editor.py" line="7496" />
-      <source>Resources</source>
-      <translation>Zdroje</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7499" />
-      <source>Add file...</source>
-      <translation>Přidat soubor...</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7501" />
       <source>Add files...</source>
       <translation>Přidat soubory...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7503" />
+      <location filename="../QScintilla/Editor.py" line="7479" />
       <source>Add aliased file...</source>
       <translation>Přidat zástupce souboru...</translation>
     </message>
     <message>
+      <location filename="../QScintilla/Editor.py" line="7482" />
+      <source>Add localized resource...</source>
+      <translation>Přidat lokalizované resource...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7486" />
+      <source>Add resource frame</source>
+      <translation>Přidat resource frame</translation>
+    </message>
+    <message>
       <location filename="../QScintilla/Editor.py" line="7506" />
-      <source>Add localized resource...</source>
-      <translation>Přidat lokalizované resource...</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7510" />
-      <source>Add resource frame</source>
-      <translation>Přidat resource frame</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7530" />
       <source>Add file resource</source>
       <translation>Přidat soubor resource</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7546" />
+      <location filename="../QScintilla/Editor.py" line="7522" />
       <source>Add file resources</source>
       <translation>Přidat soubory resource</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7573" />
-      <location filename="../QScintilla/Editor.py" line="7566" />
+      <location filename="../QScintilla/Editor.py" line="7549" />
+      <location filename="../QScintilla/Editor.py" line="7542" />
       <source>Add aliased file resource</source>
       <translation>Přidat zástupce souboru resource</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7574" />
+      <location filename="../QScintilla/Editor.py" line="7550" />
       <source>Alias for file &lt;b&gt;{0}&lt;/b&gt;:</source>
       <translation>Zástupce pro soubor &lt;b&gt;{0}&lt;/b&gt;:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7639" />
+      <location filename="../QScintilla/Editor.py" line="7615" />
       <source>Package Diagram</source>
       <translation>Diagram balíčku</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7640" />
+      <location filename="../QScintilla/Editor.py" line="7616" />
       <source>Include class attributes?</source>
       <translation>Včetně atributů třídy?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7658" />
+      <location filename="../QScintilla/Editor.py" line="7634" />
       <source>Imports Diagram</source>
       <translation>Importovat diagram</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7659" />
+      <location filename="../QScintilla/Editor.py" line="7635" />
       <source>Include imports from external modules?</source>
       <translation>Zahrnout importy z externích modulů?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7672" />
+      <location filename="../QScintilla/Editor.py" line="7648" />
       <source>Application Diagram</source>
       <translation>Diagram aplikace</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7673" />
+      <location filename="../QScintilla/Editor.py" line="7649" />
       <source>Include module names?</source>
       <translation>Včetně jmen modulů?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8002" />
+      <location filename="../QScintilla/Editor.py" line="7978" />
       <source>Add to dictionary</source>
       <translation>Přidat do slovníku</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8004" />
+      <location filename="../QScintilla/Editor.py" line="7980" />
       <source>Ignore All</source>
       <translation>Ignorovat vše</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8418" />
+      <location filename="../QScintilla/Editor.py" line="8394" />
       <source>Sort Lines</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8419" />
+      <location filename="../QScintilla/Editor.py" line="8395" />
       <source>The selection contains illegal data for a numerical sort.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8509" />
+      <location filename="../QScintilla/Editor.py" line="8485" />
       <source>Register Mouse Click Handler</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8510" />
+      <location filename="../QScintilla/Editor.py" line="8486" />
       <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8603" />
+      <location filename="../QScintilla/Editor.py" line="8579" />
       <source>{0:4d}    {1}</source>
       <comment>line number, source code</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8608" />
+      <location filename="../QScintilla/Editor.py" line="8584" />
       <source>{0:4d}    {1}
     =&gt;  {2}</source>
       <comment>line number, source code, file name</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8673" />
+      <location filename="../QScintilla/Editor.py" line="8649" />
       <source>EditorConfig Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8674" />
+      <location filename="../QScintilla/Editor.py" line="8650" />
       <source>&lt;p&gt;The EditorConfig properties for file &lt;b&gt;{0}&lt;/b&gt; could not be loaded.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -17492,14 +17492,27 @@
     </message>
   </context>
   <context>
+    <name>EricJsonReader</name>
+    <message>
+      <location filename="../EricNetwork/EricJsonStreamReader.py" line="130" />
+      <source>JSON Protocol Error</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../EricNetwork/EricJsonStreamReader.py" line="131" />
+      <source>&lt;p&gt;The data received from the writer could not be decoded. Please report this issue with the received data to the eric bugs email address.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Data:&lt;br/&gt;{1}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
     <name>EricJsonServer</name>
     <message>
+      <location filename="../EricNetwork/EricJsonServer.py" line="156" />
+      <source>JSON Protocol Error</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../EricNetwork/EricJsonServer.py" line="157" />
-      <source>JSON Protocol Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricJsonServer.py" line="158" />
       <source>&lt;p&gt;The response received from the client could not be decoded. Please report this issue with the received data to the eric bugs email address.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Data:&lt;br/&gt;{1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -18011,7 +18024,7 @@
   <context>
     <name>EricPlainTextDialog</name>
     <message>
-      <location filename="../EricWidgets/EricPlainTextDialog.py" line="36" />
+      <location filename="../EricWidgets/EricPlainTextDialog.py" line="38" />
       <source>Copy to Clipboard</source>
       <translation type="unfinished" />
     </message>
@@ -28963,27 +28976,27 @@
   <context>
     <name>Globals</name>
     <message>
-      <location filename="../Globals/__init__.py" line="466" />
+      <location filename="../Globals/__init__.py" line="468" />
       <source>{0:4.2f} Bytes</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Globals/__init__.py" line="470" />
+      <location filename="../Globals/__init__.py" line="472" />
       <source>{0:4.2f} KiB</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Globals/__init__.py" line="474" />
+      <location filename="../Globals/__init__.py" line="476" />
       <source>{0:4.2f} MiB</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Globals/__init__.py" line="478" />
+      <location filename="../Globals/__init__.py" line="480" />
       <source>{0:4.2f} GiB</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Globals/__init__.py" line="482" />
+      <location filename="../Globals/__init__.py" line="484" />
       <source>{0:4.2f} TiB</source>
       <translation type="unfinished" />
     </message>
@@ -41580,17 +41593,17 @@
   <context>
     <name>HgUtilities</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUtilities.py" line="128" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUtilities.py" line="131" />
       <source>The hg process finished with the exit code {0}</source>
       <translation type="unfinished">hg proces skončil s exit kódem {0}</translation>
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUtilities.py" line="133" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUtilities.py" line="136" />
       <source>The hg process did not finish within 30s.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUtilities.py" line="137" />
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUtilities.py" line="140" />
       <source>Could not start the hg executable.</source>
       <translation type="unfinished">Nelze spustit hg program.</translation>
     </message>
@@ -43978,7 +43991,7 @@
   <context>
     <name>InputDialogWizardDialog</name>
     <message>
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.py" line="44" />
+      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.py" line="50" />
       <source>Test</source>
       <translation />
     </message>
@@ -44001,6 +44014,12 @@
     <message>
       <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
       <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
+      <source>Multiline Text</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
+      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
       <source>Integer</source>
       <translation />
     </message>
@@ -44100,11 +44119,18 @@
       <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
       <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
       <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
+      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
       <source>Default</source>
       <translation />
     </message>
     <message>
       <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
+      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
+      <source>Translate Default</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
       <source>Step</source>
       <translation>Krok</translation>
     </message>
@@ -47019,7 +47045,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../JediInterface/JediServer.py" line="649" />
+      <location filename="../JediInterface/JediServer.py" line="651" />
       <location filename="../JediInterface/JediServer.py" line="507" />
       <source>Rename Variable</source>
       <translation type="unfinished" />
@@ -47030,47 +47056,47 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../JediInterface/JediServer.py" line="544" />
+      <location filename="../JediInterface/JediServer.py" line="545" />
       <source>Extract Variable</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../JediInterface/JediServer.py" line="545" />
+      <location filename="../JediInterface/JediServer.py" line="546" />
       <source>Enter the name for the new variable:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../JediInterface/JediServer.py" line="613" />
+      <location filename="../JediInterface/JediServer.py" line="615" />
       <source>Extract Function</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../JediInterface/JediServer.py" line="614" />
+      <location filename="../JediInterface/JediServer.py" line="616" />
       <source>Enter the name for the function:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../JediInterface/JediServer.py" line="657" />
+      <location filename="../JediInterface/JediServer.py" line="659" />
       <source>Refactoring</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../JediInterface/JediServer.py" line="658" />
+      <location filename="../JediInterface/JediServer.py" line="660" />
       <source>&lt;p&gt;The refactoring could not be performed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../JediInterface/JediServer.py" line="706" />
+      <location filename="../JediInterface/JediServer.py" line="708" />
       <source>Apply Refactoring</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../JediInterface/JediServer.py" line="707" />
+      <location filename="../JediInterface/JediServer.py" line="709" />
       <source>&lt;p&gt;The refactoring could not be applied.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../JediInterface/JediServer.py" line="735" />
+      <location filename="../JediInterface/JediServer.py" line="737" />
       <source>The data received from the Jedi server could not be decoded. Please report this issue with the received data to the eric bugs email address.
 Error: {0}
 Data:
@@ -47079,7 +47105,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../JediInterface/JediServer.py" line="744" />
+      <location filename="../JediInterface/JediServer.py" line="746" />
       <source>An exception happened in the Jedi client. Please report it to the eric bugs email address.
 Exception: {0}
 Value: {1}
@@ -47088,25 +47114,25 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../JediInterface/JediServer.py" line="778" />
+      <location filename="../JediInterface/JediServer.py" line="780" />
       <source>The jedi and/or parso library is not installed.
 </source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../JediInterface/JediServer.py" line="782" />
+      <location filename="../JediInterface/JediServer.py" line="784" />
       <source>'{0}' is not supported because the configured interpreter could not be started.
 </source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../JediInterface/JediServer.py" line="787" />
+      <location filename="../JediInterface/JediServer.py" line="789" />
       <source>'{0}' is not supported because no suitable interpreter is configured.
 </source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../JediInterface/JediServer.py" line="901" />
+      <location filename="../JediInterface/JediServer.py" line="889" />
       <source>Jedi</source>
       <translation type="unfinished" />
     </message>
@@ -49685,12 +49711,32 @@
   <context>
     <name>MercurialPage</name>
     <message>
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.py" line="45" />
+      <source>Executable Files (*.exe);;All Files (*)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.py" line="50" />
+      <source>All Files (*)</source>
+      <translation type="unfinished">Všechny soubory (*)</translation>
+    </message>
+    <message>
       <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
       <source>&lt;b&gt;Configure Mercurial Interface&lt;/b&gt;</source>
       <translation>&lt;b&gt;Konfigurace rozhraní Mercurial&lt;/b&gt;</translation>
     </message>
     <message>
       <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
+      <source>Mercurial Executable</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
+      <source>Enter the path of the Mercurial executable (hg or hg.exe) to override the automatism.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
       <source>Global Options</source>
       <translation type="unfinished" />
     </message>
@@ -50200,52 +50246,52 @@
   <context>
     <name>MicroPythonDevice</name>
     <message>
-      <location filename="../MicroPython/MicroPythonDevices.py" line="212" />
+      <location filename="../MicroPython/MicroPythonDevices.py" line="238" />
       <source>RP2040 based</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonDevices.py" line="221" />
+      <location filename="../MicroPython/MicroPythonDevices.py" line="247" />
       <source>Generic Board</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonDevices.py" line="325" />
+      <location filename="../MicroPython/MicroPythonDevices.py" line="351" />
       <source>Unknown Device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonDevices.py" line="450" />
+      <location filename="../MicroPython/MicroPythonDevices.py" line="476" />
       <source>Unsupported Device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonDevices.py" line="460" />
+      <location filename="../MicroPython/MicroPythonDevices.py" line="486" />
       <source>REPL is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonDevices.py" line="479" />
+      <location filename="../MicroPython/MicroPythonDevices.py" line="505" />
       <source>Plotter is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonDevices.py" line="498" />
+      <location filename="../MicroPython/MicroPythonDevices.py" line="524" />
       <source>Running scripts is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonDevices.py" line="518" />
+      <location filename="../MicroPython/MicroPythonDevices.py" line="544" />
       <source>File Manager is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonDevices.py" line="563" />
+      <location filename="../MicroPython/MicroPythonDevices.py" line="589" />
       <source>Select Device Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonDevices.py" line="564" />
+      <location filename="../MicroPython/MicroPythonDevices.py" line="590" />
       <source>Select the directory for the connected device:</source>
       <translation type="unfinished" />
     </message>
@@ -54954,93 +55000,93 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/Pip.py" line="222" />
+      <location filename="../PipInterface/Pip.py" line="215" />
       <source>Interpreter for Virtual Environment</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/Pip.py" line="223" />
+      <location filename="../PipInterface/Pip.py" line="216" />
       <source>No interpreter configured for the selected virtual environment.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/Pip.py" line="258" />
+      <location filename="../PipInterface/Pip.py" line="251" />
       <source>Install PIP</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/Pip.py" line="300" />
+      <location filename="../PipInterface/Pip.py" line="293" />
       <source>Repair PIP</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/Pip.py" line="385" />
+      <location filename="../PipInterface/Pip.py" line="378" />
       <source>Upgrade Packages</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/Pip.py" line="425" />
+      <location filename="../PipInterface/Pip.py" line="418" />
       <source>Install Packages</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/Pip.py" line="454" />
+      <location filename="../PipInterface/Pip.py" line="447" />
       <source>Install Packages from Requirements</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/Pip.py" line="517" />
-      <location filename="../PipInterface/Pip.py" line="486" />
-      <location filename="../PipInterface/Pip.py" line="477" />
+      <location filename="../PipInterface/Pip.py" line="510" />
+      <location filename="../PipInterface/Pip.py" line="479" />
+      <location filename="../PipInterface/Pip.py" line="470" />
       <source>Uninstall Packages</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/Pip.py" line="518" />
-      <location filename="../PipInterface/Pip.py" line="478" />
+      <location filename="../PipInterface/Pip.py" line="511" />
+      <location filename="../PipInterface/Pip.py" line="471" />
       <source>Do you really want to uninstall these packages?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/Pip.py" line="529" />
+      <location filename="../PipInterface/Pip.py" line="522" />
       <source>Uninstall Packages from Requirements</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/Pip.py" line="846" />
+      <location filename="../PipInterface/Pip.py" line="839" />
       <source>Cache Info</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/Pip.py" line="871" />
-      <location filename="../PipInterface/Pip.py" line="863" />
-      <source>List Cached Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../PipInterface/Pip.py" line="864" />
+      <location filename="../PipInterface/Pip.py" line="856" />
+      <source>List Cached Files</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PipInterface/Pip.py" line="857" />
       <source>Enter a file pattern (empty for all):</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/Pip.py" line="895" />
-      <location filename="../PipInterface/Pip.py" line="889" />
+      <location filename="../PipInterface/Pip.py" line="888" />
+      <location filename="../PipInterface/Pip.py" line="882" />
       <source>Remove Cached Files</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/Pip.py" line="890" />
+      <location filename="../PipInterface/Pip.py" line="883" />
       <source>Enter a file pattern:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/Pip.py" line="918" />
-      <location filename="../PipInterface/Pip.py" line="913" />
+      <location filename="../PipInterface/Pip.py" line="911" />
+      <location filename="../PipInterface/Pip.py" line="906" />
       <source>Purge Cache</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/Pip.py" line="914" />
+      <location filename="../PipInterface/Pip.py" line="907" />
       <source>Do you really want to purge the pip cache? All files need to be downloaded again.</source>
       <translation type="unfinished" />
     </message>
@@ -55286,6 +55332,16 @@
     </message>
     <message>
       <location filename="../PipInterface/PipLicensesDialog.ui" line="0" />
+      <source>License Filter:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PipInterface/PipLicensesDialog.ui" line="0" />
+      <source>Select the license to filter the packages list</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PipInterface/PipLicensesDialog.ui" line="0" />
       <source>Select to show only licenses of locally installed packages</source>
       <translation type="unfinished" />
     </message>
@@ -55326,33 +55382,38 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipLicensesDialog.py" line="57" />
+      <location filename="../PipInterface/PipLicensesDialog.py" line="56" />
+      <source>&lt;All&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PipInterface/PipLicensesDialog.py" line="59" />
       <source>Save as CSV...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipLicensesDialog.py" line="71" />
+      <location filename="../PipInterface/PipLicensesDialog.py" line="73" />
       <source>Licenses of "{0}"</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipLicensesDialog.py" line="75" />
+      <location filename="../PipInterface/PipLicensesDialog.py" line="77" />
       <source>No environment specified.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipLicensesDialog.py" line="171" />
-      <location filename="../PipInterface/PipLicensesDialog.py" line="141" />
+      <location filename="../PipInterface/PipLicensesDialog.py" line="200" />
+      <location filename="../PipInterface/PipLicensesDialog.py" line="170" />
       <source>Save as CSV</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipLicensesDialog.py" line="143" />
-      <source>CSV Files (*.csv);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../PipInterface/PipLicensesDialog.py" line="172" />
+      <source>CSV Files (*.csv);;All Files (*)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PipInterface/PipLicensesDialog.py" line="201" />
       <source>&lt;p&gt;The license information could not be saved into the CSV file &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -55845,105 +55906,105 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="185" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="186" />
       <source>pip Menu</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="230" />
-      <source>Name:</source>
-      <translation type="unfinished">Jméno:</translation>
-    </message>
-    <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="231" />
-      <source>Version:</source>
-      <translation type="unfinished">Verze:</translation>
+      <source>Name:</source>
+      <translation type="unfinished">Jméno:</translation>
     </message>
     <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="232" />
-      <source>Location:</source>
-      <translation type="unfinished" />
+      <source>Version:</source>
+      <translation type="unfinished">Verze:</translation>
     </message>
     <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="233" />
-      <source>Requires:</source>
+      <source>Location:</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="234" />
-      <source>Summary:</source>
+      <source>Requires:</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="235" />
-      <source>Homepage:</source>
+      <source>Summary:</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="236" />
-      <source>Author:</source>
-      <translation type="unfinished">Autor:</translation>
+      <source>Homepage:</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="237" />
-      <source>Author Email:</source>
-      <translation type="unfinished" />
+      <source>Author:</source>
+      <translation type="unfinished">Autor:</translation>
     </message>
     <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="238" />
-      <source>License:</source>
+      <source>Author Email:</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="239" />
-      <source>Metadata Version:</source>
+      <source>License:</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="240" />
-      <source>Installer:</source>
+      <source>Metadata Version:</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="241" />
-      <source>Classifiers:</source>
+      <source>Installer:</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="242" />
-      <source>Entry Points:</source>
+      <source>Classifiers:</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="243" />
+      <source>Entry Points:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PipInterface/PipPackagesWidget.py" line="244" />
       <source>Files:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="427" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="428" />
       <source>Getting installed packages...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="443" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="444" />
       <source>Getting outdated packages...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1141" />
-      <location filename="../PipInterface/PipPackagesWidget.py" line="972" />
-      <location filename="../PipInterface/PipPackagesWidget.py" line="961" />
-      <location filename="../PipInterface/PipPackagesWidget.py" line="930" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1146" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="973" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="962" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="931" />
       <source>Search PyPI</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="931" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="932" />
       <source>&lt;p&gt;Received an error while searching for &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Error: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message numerus="yes">
-      <location filename="../PipInterface/PipPackagesWidget.py" line="946" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="947" />
       <source>%n package(s) found.</source>
       <translation type="unfinished">
         <numerusform />
@@ -55952,154 +56013,154 @@
       </translation>
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="950" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="951" />
       <source>Showing first {0} packages found.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="966" />
-      <location filename="../PipInterface/PipPackagesWidget.py" line="962" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="967" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="963" />
       <source>&lt;p&gt;There were no results for &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="973" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="974" />
       <source>&lt;p&gt;There were no more results for &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1142" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1147" />
       <source>&lt;p&gt;No package details info for &lt;b&gt;{0}&lt;/b&gt; available.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1156" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1161" />
       <source>Install Pip</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1159" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1164" />
       <source>Install Pip to User-Site</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1162" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1167" />
       <source>Repair Pip</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1299" />
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1166" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1304" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1171" />
       <source>Install Packages</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1169" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1174" />
       <source>Install Local Package</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1173" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1178" />
       <source>Install Requirements</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1176" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1181" />
       <source>Re-Install Selected Packages</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1179" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1184" />
       <source>Uninstall Requirements</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1182" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1187" />
       <source>Generate Requirements...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1186" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1191" />
       <source>Show Licenses...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1190" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1195" />
       <source>Check Vulnerabilities</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1194" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1199" />
       <source>Update Vulnerability Database</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1198" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1203" />
       <source>Show Cache Info...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1201" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1206" />
       <source>Show Cached Files...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1204" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1209" />
       <source>Remove Cached Files...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1207" />
-      <source>Purge Cache...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="1212" />
+      <source>Purge Cache...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1217" />
       <source>Edit User Configuration...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1215" />
-      <source>Edit Environment Configuration...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../PipInterface/PipPackagesWidget.py" line="1220" />
+      <source>Edit Environment Configuration...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1225" />
       <source>Configure...</source>
       <translation type="unfinished">Konfigurovat...</translation>
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1421" />
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1408" />
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1397" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1426" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1413" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1402" />
       <source>Edit Configuration</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1422" />
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1409" />
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1398" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1427" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1414" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1403" />
       <source>No valid configuration path determined. Aborting</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1576" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1581" />
       <source>{0} {1}</source>
       <comment>package name, package version</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1598" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1603" />
       <source>Affected Version:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1601" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1606" />
       <source>Advisory:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1716" />
+      <location filename="../PipInterface/PipPackagesWidget.py" line="1721" />
       <source>any</source>
       <translation type="unfinished" />
     </message>
@@ -58105,448 +58166,448 @@
   <context>
     <name>Project</name>
     <message>
-      <location filename="../Project/Project.py" line="192" />
+      <location filename="../Project/Project.py" line="193" />
       <source>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</source>
       <translation>Python3 soubory (*.py *.py3);;Python3 GUI soubory (*.pyw *.pyw3);;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="289" />
-      <source>PyQt5 GUI</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Project/Project.py" line="290" />
-      <source>PyQt5 Console</source>
+      <source>PyQt5 GUI</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="291" />
-      <source>PyQt6 GUI</source>
+      <source>PyQt5 Console</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="292" />
-      <source>PyQt6 Console</source>
+      <source>PyQt6 GUI</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="293" />
-      <source>Eric7 Plugin</source>
+      <source>PyQt6 Console</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="294" />
-      <source>Console</source>
-      <translation>Konzole</translation>
+      <source>Eric7 Plugin</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="295" />
+      <source>Console</source>
+      <translation>Konzole</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="296" />
       <source>Other</source>
       <translation>Ostatní</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="307" />
-      <source>PySide2 GUI</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Project/Project.py" line="308" />
+      <source>PySide2 GUI</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="309" />
       <source>PySide2 Console</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="313" />
-      <source>PySide6 GUI</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Project/Project.py" line="314" />
+      <source>PySide6 GUI</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="315" />
       <source>PySide6 Console</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="397" />
-      <location filename="../Project/Project.py" line="385" />
-      <location filename="../Project/Project.py" line="374" />
-      <source>Registering Project Type</source>
-      <translation>Zaregistrovat typ projektu</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="375" />
-      <source>&lt;p&gt;The Programming Language &lt;b&gt;{0}&lt;/b&gt; is not supported (project type: {1}).&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="386" />
-      <source>&lt;p&gt;The Project type &lt;b&gt;{0}&lt;/b&gt; is already registered with Programming Language &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Project/Project.py" line="398" />
+      <location filename="../Project/Project.py" line="386" />
+      <location filename="../Project/Project.py" line="375" />
+      <source>Registering Project Type</source>
+      <translation>Zaregistrovat typ projektu</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="376" />
+      <source>&lt;p&gt;The Programming Language &lt;b&gt;{0}&lt;/b&gt; is not supported (project type: {1}).&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="387" />
+      <source>&lt;p&gt;The Project type &lt;b&gt;{0}&lt;/b&gt; is already registered with Programming Language &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="399" />
       <source>&lt;p&gt;The Project type &lt;b&gt;{0}&lt;/b&gt; is already registered.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="839" />
+      <location filename="../Project/Project.py" line="841" />
       <source>Read Project File</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="840" />
+      <location filename="../Project/Project.py" line="842" />
       <source>&lt;p&gt;The project file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Soubor projektu &lt;b&gt;{0}&lt;/b&gt; nelze načíst.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="967" />
+      <location filename="../Project/Project.py" line="969" />
       <source>Read User Project Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="968" />
+      <location filename="../Project/Project.py" line="970" />
       <source>&lt;p&gt;The user specific project properties file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Uživatelská nastavení projektu &lt;b&gt;{0}&lt;/b&gt; nelze načíst.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1017" />
+      <location filename="../Project/Project.py" line="1019" />
       <source>Read Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1247" />
-      <location filename="../Project/Project.py" line="1229" />
-      <location filename="../Project/Project.py" line="1183" />
-      <location filename="../Project/Project.py" line="1105" />
-      <location filename="../Project/Project.py" line="1078" />
-      <location filename="../Project/Project.py" line="1061" />
-      <location filename="../Project/Project.py" line="1018" />
+      <location filename="../Project/Project.py" line="1249" />
+      <location filename="../Project/Project.py" line="1231" />
+      <location filename="../Project/Project.py" line="1185" />
+      <location filename="../Project/Project.py" line="1107" />
+      <location filename="../Project/Project.py" line="1080" />
+      <location filename="../Project/Project.py" line="1063" />
+      <location filename="../Project/Project.py" line="1020" />
       <source>Please save the project first.</source>
       <translation>Prosím, nejdříve uložte projekt.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1042" />
+      <location filename="../Project/Project.py" line="1044" />
       <source>Read project session</source>
       <translation>Načíst relaci projektu</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1043" />
+      <location filename="../Project/Project.py" line="1045" />
       <source>&lt;p&gt;The project session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Soubor s relací projektu &lt;b&gt;{0}&lt;/b&gt; nelze načíst.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1060" />
+      <location filename="../Project/Project.py" line="1062" />
       <source>Save Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1092" />
-      <location filename="../Project/Project.py" line="1077" />
+      <location filename="../Project/Project.py" line="1094" />
+      <location filename="../Project/Project.py" line="1079" />
       <source>Delete Project Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1093" />
+      <location filename="../Project/Project.py" line="1095" />
       <source>&lt;p&gt;The project session file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Soubor s relací projektu &lt;b&gt;{0}&lt;/b&gt; nelze smazat.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1128" />
-      <location filename="../Project/Project.py" line="1104" />
+      <location filename="../Project/Project.py" line="1130" />
+      <location filename="../Project/Project.py" line="1106" />
       <source>Read Tasks</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1129" />
+      <location filename="../Project/Project.py" line="1131" />
       <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Soubor s úlohami &lt;b&gt;{0}&lt;/b&gt; nelze načíst.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1211" />
-      <location filename="../Project/Project.py" line="1182" />
+      <location filename="../Project/Project.py" line="1213" />
+      <location filename="../Project/Project.py" line="1184" />
       <source>Read Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1212" />
+      <location filename="../Project/Project.py" line="1214" />
       <source>&lt;p&gt;The project debugger properties file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Soubor s nastaveními debuggeru &lt;b&gt;{0}&lt;/b&gt; nelze načíst.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1228" />
+      <location filename="../Project/Project.py" line="1230" />
       <source>Save Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1261" />
-      <location filename="../Project/Project.py" line="1246" />
+      <location filename="../Project/Project.py" line="1263" />
+      <location filename="../Project/Project.py" line="1248" />
       <source>Delete Debugger Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1262" />
+      <location filename="../Project/Project.py" line="1264" />
       <source>&lt;p&gt;The project debugger properties file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Soubor s nastaveními debuggeru &lt;b&gt;{0}&lt;/b&gt; nelze smazat.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1405" />
+      <location filename="../Project/Project.py" line="1407" />
       <source>Add Language</source>
       <translation>Přidat jazyk</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1406" />
+      <location filename="../Project/Project.py" line="1408" />
       <source>You have to specify a translation pattern first.</source>
       <translation>Nejdříve musíte specifikovat vzor překladu.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1529" />
-      <location filename="../Project/Project.py" line="1507" />
+      <location filename="../Project/Project.py" line="1531" />
+      <location filename="../Project/Project.py" line="1509" />
       <source>Delete translation</source>
       <translation>Smazat překlad</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1530" />
-      <location filename="../Project/Project.py" line="1508" />
+      <location filename="../Project/Project.py" line="1532" />
+      <location filename="../Project/Project.py" line="1510" />
       <source>&lt;p&gt;The selected translation file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1691" />
-      <location filename="../Project/Project.py" line="1678" />
-      <location filename="../Project/Project.py" line="1665" />
+      <location filename="../Project/Project.py" line="1693" />
+      <location filename="../Project/Project.py" line="1680" />
+      <location filename="../Project/Project.py" line="1667" />
       <source>Add file</source>
       <translation>Přidat soubor</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1756" />
-      <location filename="../Project/Project.py" line="1666" />
+      <location filename="../Project/Project.py" line="1758" />
+      <location filename="../Project/Project.py" line="1668" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists.&lt;/p&gt;&lt;p&gt;Overwrite it?&lt;/p&gt;</source>
       <translation>&lt;p&gt;Soubor &lt;b&gt;{0}&lt;/b&gt; již existuje.&lt;/p&gt;&lt;p&gt;Má se přepsat?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1679" />
+      <location filename="../Project/Project.py" line="1681" />
       <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be added to &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {2}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Vybraný soubor &lt;b&gt;{0}&lt;/b&gt; nelze přidat do &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Důvod: {2}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1824" />
-      <location filename="../Project/Project.py" line="1692" />
+      <location filename="../Project/Project.py" line="1826" />
+      <location filename="../Project/Project.py" line="1694" />
       <source>The target directory must not be empty.</source>
       <translation>Cílový adresář nesmí být prázdný.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1834" />
-      <location filename="../Project/Project.py" line="1823" />
-      <location filename="../Project/Project.py" line="1755" />
-      <location filename="../Project/Project.py" line="1737" />
-      <location filename="../Project/Project.py" line="1722" />
+      <location filename="../Project/Project.py" line="1836" />
+      <location filename="../Project/Project.py" line="1825" />
+      <location filename="../Project/Project.py" line="1757" />
+      <location filename="../Project/Project.py" line="1739" />
+      <location filename="../Project/Project.py" line="1724" />
       <source>Add directory</source>
       <translation>Přidat adresář</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1723" />
+      <location filename="../Project/Project.py" line="1725" />
       <source>&lt;p&gt;The source directory doesn't contain any files belonging to the selected category.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Zdrojový adresář neobsahuje žádné soubory související s danou kategorií.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1738" />
+      <location filename="../Project/Project.py" line="1740" />
       <source>&lt;p&gt;The target directory &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Cílový adresář &lt;b&gt;{0}&lt;/b&gt; nelze vytvořit.&lt;/p&gt;&lt;p&gt;Důvod: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1835" />
+      <location filename="../Project/Project.py" line="1837" />
       <source>The source directory must not be empty.</source>
       <translation>Cílový adresář nesmí být prázdný.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1971" />
+      <location filename="../Project/Project.py" line="1973" />
       <source>Rename file</source>
       <translation>Přejmenovat soubor</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1995" />
-      <location filename="../Project/Project.py" line="1982" />
+      <location filename="../Project/Project.py" line="1997" />
+      <location filename="../Project/Project.py" line="1984" />
       <source>Rename File</source>
       <translation>Přejmenovat soubor</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3134" />
-      <location filename="../Project/Project.py" line="1983" />
+      <location filename="../Project/Project.py" line="3136" />
+      <location filename="../Project/Project.py" line="1985" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
       <translation>&lt;p&gt;Soubor &lt;b&gt;{0}&lt;/b&gt; již existuje.&lt;/p&gt;&lt;p&gt;Má se přepsat?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="1996" />
+      <location filename="../Project/Project.py" line="1998" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be renamed.&lt;br /&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Soubor &lt;b&gt;{0}&lt;/b&gt; nemůže být přejmenován.&lt;br /&gt;Důvod: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2242" />
+      <location filename="../Project/Project.py" line="2244" />
       <source>Delete file</source>
       <translation>Smazat soubor</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2243" />
+      <location filename="../Project/Project.py" line="2245" />
       <source>&lt;p&gt;The selected file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2272" />
+      <location filename="../Project/Project.py" line="2274" />
       <source>Delete directory</source>
       <translation>Smazat adresář</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2273" />
+      <location filename="../Project/Project.py" line="2275" />
       <source>&lt;p&gt;The selected directory &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2364" />
+      <location filename="../Project/Project.py" line="2366" />
       <source>Create project directory</source>
       <translation>Vytvořit adresář projektu</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2365" />
+      <location filename="../Project/Project.py" line="2367" />
       <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Adresář projektu &lt;b&gt;{0}&lt;/b&gt; nelze vytvořit.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2951" />
-      <location filename="../Project/Project.py" line="2429" />
+      <location filename="../Project/Project.py" line="2953" />
+      <location filename="../Project/Project.py" line="2431" />
       <source>Create project management directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2952" />
-      <location filename="../Project/Project.py" line="2430" />
+      <location filename="../Project/Project.py" line="2954" />
+      <location filename="../Project/Project.py" line="2432" />
       <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; is not writable.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2450" />
+      <location filename="../Project/Project.py" line="2452" />
       <source>Create main script</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2451" />
+      <location filename="../Project/Project.py" line="2453" />
       <source>&lt;p&gt;The mainscript &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2765" />
-      <location filename="../Project/Project.py" line="2474" />
+      <location filename="../Project/Project.py" line="2767" />
+      <location filename="../Project/Project.py" line="2476" />
       <source>Create Makefile</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2766" />
-      <location filename="../Project/Project.py" line="2475" />
+      <location filename="../Project/Project.py" line="2768" />
+      <location filename="../Project/Project.py" line="2477" />
       <source>&lt;p&gt;The makefile &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2981" />
-      <location filename="../Project/Project.py" line="2611" />
-      <location filename="../Project/Project.py" line="2583" />
-      <location filename="../Project/Project.py" line="2537" />
-      <location filename="../Project/Project.py" line="2514" />
-      <location filename="../Project/Project.py" line="2484" />
+      <location filename="../Project/Project.py" line="2983" />
+      <location filename="../Project/Project.py" line="2613" />
+      <location filename="../Project/Project.py" line="2585" />
+      <location filename="../Project/Project.py" line="2539" />
+      <location filename="../Project/Project.py" line="2516" />
+      <location filename="../Project/Project.py" line="2486" />
       <source>New Project</source>
       <translation>Nový projekt</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2485" />
+      <location filename="../Project/Project.py" line="2487" />
       <source>Add existing files to the project?</source>
       <translation>Přidat existující soubory do projektu?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2982" />
-      <location filename="../Project/Project.py" line="2515" />
+      <location filename="../Project/Project.py" line="2984" />
+      <location filename="../Project/Project.py" line="2517" />
       <source>Select Version Control System</source>
       <translation>Vybrat Version Control System</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2612" />
-      <location filename="../Project/Project.py" line="2538" />
+      <location filename="../Project/Project.py" line="2614" />
+      <location filename="../Project/Project.py" line="2540" />
       <source>Would you like to edit the VCS command options?</source>
       <translation>Chcete editovat parametry VCS příkazu?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3836" />
-      <location filename="../Project/Project.py" line="2554" />
+      <location filename="../Project/Project.py" line="3916" />
+      <location filename="../Project/Project.py" line="2556" />
       <source>New project</source>
       <translation>Nový projekt</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2555" />
+      <location filename="../Project/Project.py" line="2557" />
       <source>Shall the project file be added to the repository?</source>
       <translation>Má být projekt přidán do repozitáře?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2588" />
-      <location filename="../Project/Project.py" line="2577" />
+      <location filename="../Project/Project.py" line="2590" />
+      <location filename="../Project/Project.py" line="2579" />
       <source>None</source>
       <translation>None</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2584" />
+      <location filename="../Project/Project.py" line="2586" />
       <source>Select version control system for the project</source>
       <translation>Výběr verzovacího systému projektu</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2692" />
+      <location filename="../Project/Project.py" line="2694" />
       <source>Translation Pattern</source>
       <translation>Vzor překladu</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2693" />
+      <location filename="../Project/Project.py" line="2695" />
       <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source>
       <translation>Zadejte vzor cesty pro soubory s překlady (použijte  '%language%' na místě s kódem jazyka):</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3850" />
-      <location filename="../Project/Project.py" line="2930" />
+      <location filename="../Project/Project.py" line="3930" />
+      <location filename="../Project/Project.py" line="2932" />
       <source>Open project</source>
       <translation>Otevřít projekt</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="2933" />
+      <location filename="../Project/Project.py" line="2935" />
       <source>Project Files (*.epj);;XML Project Files (*.e4p)</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Project/Project.py" line="3122" />
+      <location filename="../Project/Project.py" line="3111" />
+      <source>Project Files (*.epj)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Project/Project.py" line="3120" />
-      <location filename="../Project/Project.py" line="3109" />
-      <source>Project Files (*.epj)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3118" />
       <source>Save Project</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3133" />
+      <location filename="../Project/Project.py" line="3135" />
       <source>Save File</source>
       <translation>Uložit soubor</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3169" />
+      <location filename="../Project/Project.py" line="3171" />
       <source>Close Project</source>
       <translation>Zavřít projekt</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3170" />
+      <location filename="../Project/Project.py" line="3172" />
       <source>The current project has unsaved changes.</source>
       <translation>Aktuální projekt obsahuje neuložené změny.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3351" />
-      <location filename="../Project/Project.py" line="3319" />
+      <location filename="../Project/Project.py" line="3353" />
+      <location filename="../Project/Project.py" line="3321" />
       <source>Syntax errors detected</source>
       <translation>Zjištěny syntaktické chyby</translation>
     </message>
     <message numerus="yes">
-      <location filename="../Project/Project.py" line="3352" />
-      <location filename="../Project/Project.py" line="3320" />
+      <location filename="../Project/Project.py" line="3354" />
+      <location filename="../Project/Project.py" line="3322" />
       <source>The project contains %n file(s) with syntax errors.</source>
       <translation>
         <numerusform>Projekt obsahuje %n soubor se syntaktickými chybami.</numerusform>
@@ -58555,880 +58616,880 @@
       </translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3838" />
+      <location filename="../Project/Project.py" line="3918" />
       <source>&amp;New...</source>
       <translation>&amp;Nový...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="3840" />
-      <source>Generate a new project</source>
-      <translation>Vygenerovat nový projekt</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3841" />
-      <source>&lt;b&gt;New...&lt;/b&gt;&lt;p&gt;This opens a dialog for entering the info for a new project.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Nový...&lt;/b&gt;&lt;p&gt;Otevře se dialogové okno pro zadání informací o novém projektu.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3852" />
-      <source>&amp;Open...</source>
-      <translation>&amp;Otevřít...</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3854" />
-      <source>Open an existing project</source>
-      <translation>Otevřít existující projekt</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3855" />
-      <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing project.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Otevřít....&lt;/b&gt;&lt;p&gt;Otevře existující projekt.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3863" />
-      <source>Close project</source>
-      <translation>Zavřít projekt</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3865" />
-      <source>&amp;Close</source>
-      <translation>&amp;Zavřít</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3866" />
-      <source>Close the current project</source>
-      <translation>Uzavře aktuální projekt</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3867" />
-      <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current project.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Zavřít&lt;/b&gt;&lt;p&gt;Aktuální projekt se uzavře.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3875" />
-      <source>Save project</source>
-      <translation>Uložit projekt</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4068" />
-      <location filename="../Project/Project.py" line="3877" />
-      <source>&amp;Save</source>
-      <translation>&amp;Uložit</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3878" />
-      <source>Save the current project</source>
-      <translation>Uložit aktuální projekt</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3879" />
-      <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current project.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Uložit&lt;/b&gt;&lt;p&gt;Aktuální projekt se uloží.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3887" />
-      <source>Save project as</source>
-      <translation>Uložit projekt jako</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3889" />
-      <source>Save &amp;as...</source>
-      <translation>Uložit j&amp;ako...</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3890" />
-      <source>Save the current project to a new file</source>
-      <translation>Uloží aktuální projekt do nového souboru</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3892" />
-      <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current project to a new file.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Uložit jako&lt;/b&gt;&lt;p&gt;Uloží aktuální projekt do nového souboru.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3902" />
-      <source>Add files to project</source>
-      <translation>Přidat soubory do projektu</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3904" />
-      <source>Add &amp;files...</source>
-      <translation>&amp;Přidat soubory...</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3906" />
-      <source>Add files to the current project</source>
-      <translation>Přidat soubory do aktuálního projektu</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3908" />
-      <source>&lt;b&gt;Add files...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding files to the current project. The place to add is determined by the file extension.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Přidat soubory...&lt;/b&gt;&lt;p&gt;Otevře dialog pri přidání souborů do aktuálního projektu. Místo pro přidání je definováno extenzí souborů.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3918" />
-      <source>Add directory to project</source>
-      <translation>Přidat adresář do projektu</translation>
-    </message>
-    <message>
       <location filename="../Project/Project.py" line="3920" />
-      <source>Add directory...</source>
-      <translation>Přidat adresář...</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3923" />
-      <source>Add a directory to the current project</source>
-      <translation>Přidat adresář do aktuálního projektu</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3924" />
-      <source>&lt;b&gt;Add directory...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding a directory to the current project.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Přidat adresář...&lt;/b&gt;&lt;p&gt;Otevře dialog pro přičtení adresáře do aktuálního projektu.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3933" />
-      <source>Add translation to project</source>
-      <translation>Přidat překlad do projektu</translation>
+      <source>Generate a new project</source>
+      <translation>Vygenerovat nový projekt</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="3921" />
+      <source>&lt;b&gt;New...&lt;/b&gt;&lt;p&gt;This opens a dialog for entering the info for a new project.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Nový...&lt;/b&gt;&lt;p&gt;Otevře se dialogové okno pro zadání informací o novém projektu.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="3932" />
+      <source>&amp;Open...</source>
+      <translation>&amp;Otevřít...</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="3934" />
+      <source>Open an existing project</source>
+      <translation>Otevřít existující projekt</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="3935" />
-      <source>Add &amp;translation...</source>
-      <translation>Přida&amp;t překlad...</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3938" />
-      <source>Add a translation to the current project</source>
-      <translation>Přidat překlad do aktuálního projektu</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3939" />
-      <source>&lt;b&gt;Add translation...&lt;/b&gt;&lt;p&gt;This opens a dialog for add a translation to the current project.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Přidat překlad&lt;/b&gt;&lt;p&gt;Otevře dialog pro přidání překladu do aktuálního projektu.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3948" />
-      <source>Search new files</source>
-      <translation>Hledat nové soubory</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3949" />
-      <source>Searc&amp;h new files...</source>
-      <translation>&amp;Hledat nové soubory...</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3951" />
-      <source>Search new files in the project directory.</source>
-      <translation>Hledat nové soubory v adresáři projektu.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3953" />
-      <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3963" />
-      <source>Search Project File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3964" />
-      <source>Search Project File...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3965" />
-      <source>Alt+Ctrl+P</source>
-      <comment>Project|Search Project File</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3968" />
-      <source>Search for a file in the project list of files.</source>
-      <translation type="unfinished" />
+      <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing project.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Otevřít....&lt;/b&gt;&lt;p&gt;Otevře existující projekt.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="3943" />
+      <source>Close project</source>
+      <translation>Zavřít projekt</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="3945" />
+      <source>&amp;Close</source>
+      <translation>&amp;Zavřít</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="3946" />
+      <source>Close the current project</source>
+      <translation>Uzavře aktuální projekt</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="3947" />
+      <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current project.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Zavřít&lt;/b&gt;&lt;p&gt;Aktuální projekt se uzavře.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="3955" />
+      <source>Save project</source>
+      <translation>Uložit projekt</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4148" />
+      <location filename="../Project/Project.py" line="3957" />
+      <source>&amp;Save</source>
+      <translation>&amp;Uložit</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="3958" />
+      <source>Save the current project</source>
+      <translation>Uložit aktuální projekt</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="3959" />
+      <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current project.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Uložit&lt;/b&gt;&lt;p&gt;Aktuální projekt se uloží.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="3967" />
+      <source>Save project as</source>
+      <translation>Uložit projekt jako</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="3969" />
+      <source>Save &amp;as...</source>
+      <translation>Uložit j&amp;ako...</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="3970" />
-      <source>&lt;b&gt;Search Project File&lt;/b&gt;&lt;p&gt;This searches for a file in the project list of files.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3978" />
-      <source>Project properties</source>
-      <translation>Nastavení projektu</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3980" />
-      <source>&amp;Properties...</source>
-      <translation>&amp;Natavení...</translation>
+      <source>Save the current project to a new file</source>
+      <translation>Uloží aktuální projekt do nového souboru</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="3972" />
+      <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current project to a new file.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Uložit jako&lt;/b&gt;&lt;p&gt;Uloží aktuální projekt do nového souboru.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="3982" />
-      <source>Show the project properties</source>
-      <translation>Zobrazit nastavení projektu</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3983" />
-      <source>&lt;b&gt;Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the project properties.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Nastavení...&lt;/b&gt;&lt;p&gt;Zobrazí dialog s editací nastavení projektu.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3991" />
-      <source>User project properties</source>
-      <translation>Uživatelská nastavení projektu</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3993" />
-      <source>&amp;User Properties...</source>
-      <translation>Uživat&amp;elská nastavení...</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3995" />
-      <source>Show the user specific project properties</source>
-      <translation>Zobrazit uživatelem definovaná nastavení projektu</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3997" />
-      <source>&lt;b&gt;User Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the user specific project properties.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Uživatelská nastavení...&lt;/b&gt;&lt;p&gt;Zobrazí dialog s editací uživatelských nastavení projektu.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4006" />
-      <source>Filetype Associations</source>
-      <translation>Asociace typů souborů</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4007" />
-      <source>Filetype Associations...</source>
-      <translation>Asociace typů souborů...</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4010" />
-      <source>Show the project file type associations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4011" />
-      <source>&lt;b&gt;Filetype Associations...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4024" />
-      <source>Lexer Associations</source>
-      <translation>Spojení lexeru</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4025" />
-      <source>Lexer Associations...</source>
-      <translation>Spojení lexeru...</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4027" />
-      <source>Show the project lexer associations (overriding defaults)</source>
-      <translation>Zobrazit spojení lexeru projektu (přepíše výchozí)</translation>
+      <source>Add files to project</source>
+      <translation>Přidat soubory do projektu</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="3984" />
+      <source>Add &amp;files...</source>
+      <translation>&amp;Přidat soubory...</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="3986" />
+      <source>Add files to the current project</source>
+      <translation>Přidat soubory do aktuálního projektu</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="3988" />
+      <source>&lt;b&gt;Add files...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding files to the current project. The place to add is determined by the file extension.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Přidat soubory...&lt;/b&gt;&lt;p&gt;Otevře dialog pri přidání souborů do aktuálního projektu. Místo pro přidání je definováno extenzí souborů.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="3998" />
+      <source>Add directory to project</source>
+      <translation>Přidat adresář do projektu</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4000" />
+      <source>Add directory...</source>
+      <translation>Přidat adresář...</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4003" />
+      <source>Add a directory to the current project</source>
+      <translation>Přidat adresář do aktuálního projektu</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4004" />
+      <source>&lt;b&gt;Add directory...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding a directory to the current project.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Přidat adresář...&lt;/b&gt;&lt;p&gt;Otevře dialog pro přičtení adresáře do aktuálního projektu.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4013" />
+      <source>Add translation to project</source>
+      <translation>Přidat překlad do projektu</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4015" />
+      <source>Add &amp;translation...</source>
+      <translation>Přida&amp;t překlad...</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4018" />
+      <source>Add a translation to the current project</source>
+      <translation>Přidat překlad do aktuálního projektu</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4019" />
+      <source>&lt;b&gt;Add translation...&lt;/b&gt;&lt;p&gt;This opens a dialog for add a translation to the current project.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Přidat překlad&lt;/b&gt;&lt;p&gt;Otevře dialog pro přidání překladu do aktuálního projektu.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4028" />
+      <source>Search new files</source>
+      <translation>Hledat nové soubory</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="4029" />
-      <source>&lt;b&gt;Lexer Associations...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Spojení lexeru...&lt;/b&gt;&lt;p&gt;Zobrazuje dialog s editací spojení lexeru projektu. Tato spojení přepisují globální lexer spojení. Lexer je použit pro zvýraznění textu v editoru.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4042" />
-      <source>Debugger Properties</source>
-      <translation>Nastavení debugeru</translation>
+      <source>Searc&amp;h new files...</source>
+      <translation>&amp;Hledat nové soubory...</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4031" />
+      <source>Search new files in the project directory.</source>
+      <translation>Hledat nové soubory v adresáři projektu.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4033" />
+      <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.&lt;/p&gt;</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="4043" />
-      <source>Debugger &amp;Properties...</source>
-      <translation>Nastavení &amp;debuggeru...</translation>
+      <source>Search Project File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4044" />
+      <source>Search Project File...</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="4045" />
-      <source>Show the debugger properties</source>
-      <translation>Zobrazit nastavení debugeru</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4046" />
-      <source>&lt;b&gt;Debugger Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit project specific debugger settings.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Nastavení debugeru...&lt;/b&gt;&lt;p&gt;Zobrazí dialog s editací nastavení debugeru.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4055" />
-      <source>Load</source>
-      <translation>Načíst</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4056" />
-      <source>&amp;Load</source>
-      <translation>&amp;Načíst</translation>
+      <source>Alt+Ctrl+P</source>
+      <comment>Project|Search Project File</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4048" />
+      <source>Search for a file in the project list of files.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4050" />
+      <source>&lt;b&gt;Search Project File&lt;/b&gt;&lt;p&gt;This searches for a file in the project list of files.&lt;/p&gt;</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="4058" />
-      <source>Load the debugger properties</source>
-      <translation>Načíst nastavení debugeru</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4059" />
-      <source>&lt;b&gt;Load Debugger Properties&lt;/b&gt;&lt;p&gt;This loads the project specific debugger settings.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Načíst nastavení debugeru&lt;/b&gt;&lt;p&gt;Načtou se nastavení debugeru do projektu.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4067" />
-      <source>Save</source>
-      <translation>Uložit</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4070" />
-      <source>Save the debugger properties</source>
-      <translation>Uložit nastavení debugeru</translation>
+      <source>Project properties</source>
+      <translation>Nastavení projektu</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4060" />
+      <source>&amp;Properties...</source>
+      <translation>&amp;Natavení...</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4062" />
+      <source>Show the project properties</source>
+      <translation>Zobrazit nastavení projektu</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4063" />
+      <source>&lt;b&gt;Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the project properties.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Nastavení...&lt;/b&gt;&lt;p&gt;Zobrazí dialog s editací nastavení projektu.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="4071" />
-      <source>&lt;b&gt;Save Debugger Properties&lt;/b&gt;&lt;p&gt;This saves the project specific debugger settings.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Uložit nastavení debugeru&lt;/b&gt;&lt;p&gt;Uloží nastavení debugeru definovaná v projektu..&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4079" />
-      <source>Delete</source>
-      <translation>Smazat</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4080" />
-      <source>&amp;Delete</source>
-      <translation>Sma&amp;zat</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4082" />
-      <source>Delete the debugger properties</source>
-      <translation>Smazat nastavení debugeru</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4083" />
-      <source>&lt;b&gt;Delete Debugger Properties&lt;/b&gt;&lt;p&gt;This deletes the file containing the project specific debugger settings.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Smazat nastavení debugeru&lt;/b&gt;&lt;p&gt;Smaže se soubor obsahující nastavení debugeru v daném projektu.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4092" />
-      <source>Reset</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4093" />
-      <source>&amp;Reset</source>
-      <translation>&amp;Reset</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4095" />
-      <source>Reset the debugger properties</source>
-      <translation>Reset nastavení debugeru</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4096" />
-      <source>&lt;b&gt;Reset Debugger Properties&lt;/b&gt;&lt;p&gt;This resets the project specific debugger settings.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Reset nastavení debugeru&lt;/b&gt;&lt;p&gt;Zresetuje nastavení debugeru v projektu.&lt;/p&gt;</translation>
+      <source>User project properties</source>
+      <translation>Uživatelská nastavení projektu</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4073" />
+      <source>&amp;User Properties...</source>
+      <translation>Uživat&amp;elská nastavení...</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4075" />
+      <source>Show the user specific project properties</source>
+      <translation>Zobrazit uživatelem definovaná nastavení projektu</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4077" />
+      <source>&lt;b&gt;User Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the user specific project properties.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Uživatelská nastavení...&lt;/b&gt;&lt;p&gt;Zobrazí dialog s editací uživatelských nastavení projektu.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4086" />
+      <source>Filetype Associations</source>
+      <translation>Asociace typů souborů</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4087" />
+      <source>Filetype Associations...</source>
+      <translation>Asociace typů souborů...</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4090" />
+      <source>Show the project file type associations</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4091" />
+      <source>&lt;b&gt;Filetype Associations...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4104" />
+      <source>Lexer Associations</source>
+      <translation>Spojení lexeru</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4105" />
+      <source>Lexer Associations...</source>
+      <translation>Spojení lexeru...</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="4107" />
-      <location filename="../Project/Project.py" line="4106" />
-      <source>Load session</source>
-      <translation>Načíst relaci</translation>
+      <source>Show the project lexer associations (overriding defaults)</source>
+      <translation>Zobrazit spojení lexeru projektu (přepíše výchozí)</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="4109" />
-      <source>Load the projects session file.</source>
-      <translation>Načíst soubor s relací projektu.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4110" />
-      <source>&lt;b&gt;Load session&lt;/b&gt;&lt;p&gt;This loads the projects session file. The session consists of the following data.&lt;br&gt;- all open source files&lt;br&gt;- all breakpoint&lt;br&gt;- the commandline arguments&lt;br&gt;- the working directory&lt;br&gt;- the exception reporting flag&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Načíst relaci&lt;/b&gt;&lt;p&gt;Načte soubor s relací projektu. Relace obsahuje následující údaje:&lt;br&gt;- všechny otevřené zdrojové soubory&lt;br&gt;- všechny breakpointy&lt;br&gt;- argumenty příkazové řádky &lt;br&gt;- pracovní adresář&lt;br&gt;- příznak výjimky&lt;/p&gt;</translation>
+      <source>&lt;b&gt;Lexer Associations...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Spojení lexeru...&lt;/b&gt;&lt;p&gt;Zobrazuje dialog s editací spojení lexeru projektu. Tato spojení přepisují globální lexer spojení. Lexer je použit pro zvýraznění textu v editoru.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4122" />
+      <source>Debugger Properties</source>
+      <translation>Nastavení debugeru</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4123" />
+      <source>Debugger &amp;Properties...</source>
+      <translation>Nastavení &amp;debuggeru...</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="4125" />
-      <location filename="../Project/Project.py" line="4124" />
-      <source>Save session</source>
-      <translation>Uložit relaci</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4127" />
-      <source>Save the projects session file.</source>
-      <translation>Uložit soubor s relací projektu.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4128" />
-      <source>&lt;b&gt;Save session&lt;/b&gt;&lt;p&gt;This saves the projects session file. The session consists of the following data.&lt;br&gt;- all open source files&lt;br&gt;- all breakpoint&lt;br&gt;- the commandline arguments&lt;br&gt;- the working directory&lt;br&gt;- the exception reporting flag&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Uložit relaci&lt;/b&gt;&lt;p&gt;Uloží soubor s relací projektu. Relace obsahuje následující údaje:&lt;br&gt;- všechny otevřené zdrojové soubory&lt;br&gt;- všechny breakpointy&lt;br&gt;- argumenty příkazové řádky &lt;br&gt;- pracovní adresář&lt;br&gt;- příznak výjimky&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4143" />
-      <location filename="../Project/Project.py" line="4142" />
-      <source>Delete session</source>
-      <translation>Smazat relaci</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4145" />
-      <source>Delete the projects session file.</source>
-      <translation>Smaže soubor s relací projektu.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4146" />
-      <source>&lt;b&gt;Delete session&lt;/b&gt;&lt;p&gt;This deletes the projects session file&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Smazat relaci&lt;/b&gt;&lt;p&gt;Smaže soubor s relací projektu.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4156" />
-      <source>Code Metrics</source>
-      <translation>Metriky kódu</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4157" />
-      <source>&amp;Code Metrics...</source>
-      <translation>Metriky &amp;kódu...</translation>
+      <source>Show the debugger properties</source>
+      <translation>Zobrazit nastavení debugeru</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4126" />
+      <source>&lt;b&gt;Debugger Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit project specific debugger settings.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Nastavení debugeru...&lt;/b&gt;&lt;p&gt;Zobrazí dialog s editací nastavení debugeru.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4135" />
+      <source>Load</source>
+      <translation>Načíst</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4136" />
+      <source>&amp;Load</source>
+      <translation>&amp;Načíst</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4138" />
+      <source>Load the debugger properties</source>
+      <translation>Načíst nastavení debugeru</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4139" />
+      <source>&lt;b&gt;Load Debugger Properties&lt;/b&gt;&lt;p&gt;This loads the project specific debugger settings.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Načíst nastavení debugeru&lt;/b&gt;&lt;p&gt;Načtou se nastavení debugeru do projektu.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4147" />
+      <source>Save</source>
+      <translation>Uložit</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4150" />
+      <source>Save the debugger properties</source>
+      <translation>Uložit nastavení debugeru</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4151" />
+      <source>&lt;b&gt;Save Debugger Properties&lt;/b&gt;&lt;p&gt;This saves the project specific debugger settings.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Uložit nastavení debugeru&lt;/b&gt;&lt;p&gt;Uloží nastavení debugeru definovaná v projektu..&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4159" />
+      <source>Delete</source>
+      <translation>Smazat</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="4160" />
-      <source>Show some code metrics for the project.</source>
-      <translation>Zobrazit metriky kódu projektu.</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4161" />
-      <source>&lt;b&gt;Code Metrics...&lt;/b&gt;&lt;p&gt;This shows some code metrics for all Python files in the project.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Metriky kódu...&lt;/b&gt;&lt;p&gt;Zobrazí se metriky kódu všech python souborů v projektu.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4170" />
-      <source>Python Code Coverage</source>
-      <translation>Pokrytí python kódu</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4171" />
-      <source>Code Co&amp;verage...</source>
-      <translation>Pokr&amp;ytí kódu...</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4174" />
-      <source>Show code coverage information for the project.</source>
-      <translation>Zobrazit informace pokrytí kódu projektu.</translation>
+      <source>&amp;Delete</source>
+      <translation>Sma&amp;zat</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4162" />
+      <source>Delete the debugger properties</source>
+      <translation>Smazat nastavení debugeru</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4163" />
+      <source>&lt;b&gt;Delete Debugger Properties&lt;/b&gt;&lt;p&gt;This deletes the file containing the project specific debugger settings.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Smazat nastavení debugeru&lt;/b&gt;&lt;p&gt;Smaže se soubor obsahující nastavení debugeru v daném projektu.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4172" />
+      <source>Reset</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4173" />
+      <source>&amp;Reset</source>
+      <translation>&amp;Reset</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="4175" />
-      <source>&lt;b&gt;Code Coverage...&lt;/b&gt;&lt;p&gt;This shows the code coverage information for all Python files in the project.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Pokrytí kódu...&lt;/b&gt;&lt;p&gt;Zobrazí informace o pokrytí kódu ve všech python souborech projektu.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5060" />
-      <location filename="../Project/Project.py" line="5037" />
-      <location filename="../Project/Project.py" line="4184" />
-      <source>Profile Data</source>
-      <translation>Profilovat data</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4185" />
-      <source>&amp;Profile Data...</source>
-      <translation>&amp;Profilovat data...</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4188" />
-      <source>Show profiling data for the project.</source>
-      <translation>Zobrazit profilování dat projektu.</translation>
+      <source>Reset the debugger properties</source>
+      <translation>Reset nastavení debugeru</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4176" />
+      <source>&lt;b&gt;Reset Debugger Properties&lt;/b&gt;&lt;p&gt;This resets the project specific debugger settings.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Reset nastavení debugeru&lt;/b&gt;&lt;p&gt;Zresetuje nastavení debugeru v projektu.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4187" />
+      <location filename="../Project/Project.py" line="4186" />
+      <source>Load session</source>
+      <translation>Načíst relaci</translation>
     </message>
     <message>
       <location filename="../Project/Project.py" line="4189" />
+      <source>Load the projects session file.</source>
+      <translation>Načíst soubor s relací projektu.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4190" />
+      <source>&lt;b&gt;Load session&lt;/b&gt;&lt;p&gt;This loads the projects session file. The session consists of the following data.&lt;br&gt;- all open source files&lt;br&gt;- all breakpoint&lt;br&gt;- the commandline arguments&lt;br&gt;- the working directory&lt;br&gt;- the exception reporting flag&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Načíst relaci&lt;/b&gt;&lt;p&gt;Načte soubor s relací projektu. Relace obsahuje následující údaje:&lt;br&gt;- všechny otevřené zdrojové soubory&lt;br&gt;- všechny breakpointy&lt;br&gt;- argumenty příkazové řádky &lt;br&gt;- pracovní adresář&lt;br&gt;- příznak výjimky&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4205" />
+      <location filename="../Project/Project.py" line="4204" />
+      <source>Save session</source>
+      <translation>Uložit relaci</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4207" />
+      <source>Save the projects session file.</source>
+      <translation>Uložit soubor s relací projektu.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4208" />
+      <source>&lt;b&gt;Save session&lt;/b&gt;&lt;p&gt;This saves the projects session file. The session consists of the following data.&lt;br&gt;- all open source files&lt;br&gt;- all breakpoint&lt;br&gt;- the commandline arguments&lt;br&gt;- the working directory&lt;br&gt;- the exception reporting flag&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Uložit relaci&lt;/b&gt;&lt;p&gt;Uloží soubor s relací projektu. Relace obsahuje následující údaje:&lt;br&gt;- všechny otevřené zdrojové soubory&lt;br&gt;- všechny breakpointy&lt;br&gt;- argumenty příkazové řádky &lt;br&gt;- pracovní adresář&lt;br&gt;- příznak výjimky&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4223" />
+      <location filename="../Project/Project.py" line="4222" />
+      <source>Delete session</source>
+      <translation>Smazat relaci</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4225" />
+      <source>Delete the projects session file.</source>
+      <translation>Smaže soubor s relací projektu.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4226" />
+      <source>&lt;b&gt;Delete session&lt;/b&gt;&lt;p&gt;This deletes the projects session file&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Smazat relaci&lt;/b&gt;&lt;p&gt;Smaže soubor s relací projektu.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4236" />
+      <source>Code Metrics</source>
+      <translation>Metriky kódu</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4237" />
+      <source>&amp;Code Metrics...</source>
+      <translation>Metriky &amp;kódu...</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4240" />
+      <source>Show some code metrics for the project.</source>
+      <translation>Zobrazit metriky kódu projektu.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4241" />
+      <source>&lt;b&gt;Code Metrics...&lt;/b&gt;&lt;p&gt;This shows some code metrics for all Python files in the project.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Metriky kódu...&lt;/b&gt;&lt;p&gt;Zobrazí se metriky kódu všech python souborů v projektu.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4250" />
+      <source>Python Code Coverage</source>
+      <translation>Pokrytí python kódu</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4251" />
+      <source>Code Co&amp;verage...</source>
+      <translation>Pokr&amp;ytí kódu...</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4254" />
+      <source>Show code coverage information for the project.</source>
+      <translation>Zobrazit informace pokrytí kódu projektu.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4255" />
+      <source>&lt;b&gt;Code Coverage...&lt;/b&gt;&lt;p&gt;This shows the code coverage information for all Python files in the project.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Pokrytí kódu...&lt;/b&gt;&lt;p&gt;Zobrazí informace o pokrytí kódu ve všech python souborech projektu.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5116" />
+      <location filename="../Project/Project.py" line="5105" />
+      <location filename="../Project/Project.py" line="4264" />
+      <source>Profile Data</source>
+      <translation>Profilovat data</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4265" />
+      <source>&amp;Profile Data...</source>
+      <translation>&amp;Profilovat data...</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4268" />
+      <source>Show profiling data for the project.</source>
+      <translation>Zobrazit profilování dat projektu.</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4269" />
       <source>&lt;b&gt;Profile Data...&lt;/b&gt;&lt;p&gt;This shows the profiling data for the project.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Profilovat data&lt;/b&gt;&lt;p&gt;Zobrazí se profilování dat projektu.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5114" />
-      <location filename="../Project/Project.py" line="4199" />
+      <location filename="../Project/Project.py" line="5167" />
+      <location filename="../Project/Project.py" line="4279" />
       <source>Application Diagram</source>
       <translation>Diagram aplikace</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4200" />
+      <location filename="../Project/Project.py" line="4280" />
       <source>&amp;Application Diagram...</source>
       <translation>Diagram &amp;aplikace...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4203" />
+      <location filename="../Project/Project.py" line="4283" />
       <source>Show a diagram of the project.</source>
       <translation>Zobrazit diagram projektu.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4204" />
+      <location filename="../Project/Project.py" line="4284" />
       <source>&lt;b&gt;Application Diagram...&lt;/b&gt;&lt;p&gt;This shows a diagram of the project.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Diagram aplikace...&lt;/b&gt;&lt;p&gt;Zobrazí diagram projektu.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4213" />
+      <location filename="../Project/Project.py" line="4293" />
       <source>Load Diagram</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4214" />
+      <location filename="../Project/Project.py" line="4294" />
       <source>&amp;Load Diagram...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4217" />
+      <location filename="../Project/Project.py" line="4297" />
       <source>Load a diagram from file.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4218" />
+      <location filename="../Project/Project.py" line="4298" />
       <source>&lt;b&gt;Load Diagram...&lt;/b&gt;&lt;p&gt;This loads a diagram from file.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5296" />
-      <location filename="../Project/Project.py" line="5248" />
-      <location filename="../Project/Project.py" line="4228" />
-      <source>Create Package List</source>
-      <translation>Vytvořit seznam balíčků</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4230" />
-      <source>Create &amp;Package List</source>
-      <translation type="unfinished">Vytvořit Plugin &amp;archiv</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4233" />
-      <source>Create an initial PKGLIST file for an eric plugin.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4234" />
-      <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric plugin archive. The list is created from the project file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Project/Project.py" line="5349" />
-      <location filename="../Project/Project.py" line="4244" />
+      <location filename="../Project/Project.py" line="5301" />
+      <location filename="../Project/Project.py" line="4308" />
+      <source>Create Package List</source>
+      <translation>Vytvořit seznam balíčků</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4310" />
+      <source>Create &amp;Package List</source>
+      <translation type="unfinished">Vytvořit Plugin &amp;archiv</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4313" />
+      <source>Create an initial PKGLIST file for an eric plugin.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4314" />
+      <source>&lt;b&gt;Create Package List&lt;/b&gt;&lt;p&gt;This creates an initial list of files to include in an eric plugin archive. The list is created from the project file.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5402" />
+      <location filename="../Project/Project.py" line="4324" />
       <source>Create Plugin Archives</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4246" />
+      <location filename="../Project/Project.py" line="4326" />
       <source>Create Plugin &amp;Archives</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4249" />
-      <source>Create eric plugin archive files.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4250" />
-      <source>&lt;b&gt;Create Plugin Archives&lt;/b&gt;&lt;p&gt;This creates eric plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4261" />
-      <source>Create Plugin Archives (Snapshot)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4263" />
-      <source>Create Plugin Archives (&amp;Snapshot)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4265" />
-      <source>Create eric plugin archive files (snapshot releases).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4267" />
-      <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5747" />
-      <location filename="../Project/Project.py" line="5721" />
-      <location filename="../Project/Project.py" line="5676" />
-      <location filename="../Project/Project.py" line="4282" />
-      <source>Execute Make</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4283" />
-      <source>&amp;Execute Make</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4286" />
-      <source>Perform a 'make' run.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4287" />
-      <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a 'make' run to rebuild the configured target.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5726" />
-      <location filename="../Project/Project.py" line="4296" />
-      <source>Test for Changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4297" />
-      <source>&amp;Test for Changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4300" />
-      <source>Question 'make', if a rebuild is needed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4301" />
-      <source>&lt;b&gt;Test for Changes&lt;/b&gt;&lt;p&gt;This questions 'make', if a rebuild of the configured target is necessary.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Project/Project.py" line="4329" />
-      <source>&amp;Project</source>
-      <translation>&amp;Projekt</translation>
+      <source>Create eric plugin archive files.</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="4330" />
-      <source>Open &amp;Recent Projects</source>
-      <translation>Otevřít poslední p&amp;rojekty</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4331" />
-      <source>Session</source>
-      <translation>Relace</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4332" />
-      <source>Debugger</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4334" />
-      <source>Project-T&amp;ools</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4335" />
-      <source>&amp;Version Control</source>
-      <translation>Kontrola &amp;verzí</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4339" />
-      <source>Chec&amp;k</source>
-      <translation>Zkontro&amp;lovat</translation>
+      <source>&lt;b&gt;Create Plugin Archives&lt;/b&gt;&lt;p&gt;This creates eric plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.&lt;/p&gt;</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="4341" />
-      <source>Sho&amp;w</source>
-      <translation>Zo&amp;brazit</translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4342" />
-      <source>&amp;Diagrams</source>
-      <translation>&amp;Diagramy</translation>
+      <source>Create Plugin Archives (Snapshot)</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/Project.py" line="4343" />
+      <source>Create Plugin Archives (&amp;Snapshot)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4345" />
+      <source>Create eric plugin archive files (snapshot releases).</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4347" />
+      <source>&lt;b&gt;Create Plugin Archives (Snapshot)&lt;/b&gt;&lt;p&gt;This creates eric plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5800" />
+      <location filename="../Project/Project.py" line="5774" />
+      <location filename="../Project/Project.py" line="5729" />
+      <location filename="../Project/Project.py" line="4362" />
+      <source>Execute Make</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4363" />
+      <source>&amp;Execute Make</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4366" />
+      <source>Perform a 'make' run.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4367" />
+      <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a 'make' run to rebuild the configured target.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="5779" />
+      <location filename="../Project/Project.py" line="4376" />
+      <source>Test for Changes</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4377" />
+      <source>&amp;Test for Changes</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4380" />
+      <source>Question 'make', if a rebuild is needed.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4381" />
+      <source>&lt;b&gt;Test for Changes&lt;/b&gt;&lt;p&gt;This questions 'make', if a rebuild of the configured target is necessary.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4409" />
+      <source>&amp;Project</source>
+      <translation>&amp;Projekt</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4410" />
+      <source>Open &amp;Recent Projects</source>
+      <translation>Otevřít poslední p&amp;rojekty</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4411" />
+      <source>Session</source>
+      <translation>Relace</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4412" />
+      <source>Debugger</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4414" />
+      <source>Project-T&amp;ools</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4415" />
+      <source>&amp;Version Control</source>
+      <translation>Kontrola &amp;verzí</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4419" />
+      <source>Chec&amp;k</source>
+      <translation>Zkontro&amp;lovat</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4421" />
+      <source>Sho&amp;w</source>
+      <translation>Zo&amp;brazit</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4422" />
+      <source>&amp;Diagrams</source>
+      <translation>&amp;Diagramy</translation>
+    </message>
+    <message>
+      <location filename="../Project/Project.py" line="4423" />
       <source>Pac&amp;kagers</source>
       <translation>Balíč&amp;ky</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4344" />
+      <location filename="../Project/Project.py" line="4424" />
       <source>Source &amp;Documentation</source>
       <translation>Zd&amp;rojová dokumentace</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4346" />
+      <location filename="../Project/Project.py" line="4426" />
       <source>Make</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4469" />
-      <location filename="../Project/Project.py" line="4466" />
+      <location filename="../Project/Project.py" line="4549" />
+      <location filename="../Project/Project.py" line="4546" />
       <source>Project</source>
       <translation>Projekt</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4530" />
+      <location filename="../Project/Project.py" line="4610" />
       <source>&amp;Clear</source>
       <translation>&amp;Vyčistit</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4692" />
+      <location filename="../Project/Project.py" line="4772" />
       <source>Search New Files</source>
       <translation>Hledat nové soubory</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4693" />
+      <location filename="../Project/Project.py" line="4773" />
       <source>There were no new files found to be added.</source>
       <translation>Nebyly nalezeny žádné soubory, které je možné přidat.</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4840" />
-      <location filename="../Project/Project.py" line="4828" />
+      <location filename="../Project/Project.py" line="4920" />
+      <location filename="../Project/Project.py" line="4908" />
       <source>Version Control System</source>
       <translation>Version Control System</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4829" />
+      <location filename="../Project/Project.py" line="4909" />
       <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found. &lt;br/&gt;Reverting override.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4841" />
+      <location filename="../Project/Project.py" line="4921" />
       <source>&lt;p&gt;The selected VCS &lt;b&gt;{0}&lt;/b&gt; could not be found.&lt;br/&gt;Disabling version control.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Vybrané VCS &lt;b&gt;{0}&lt;/b&gt; nebylo nalezeno.&lt;br/&gt;Kontrola verzí vypnuta.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="4987" />
+      <location filename="../Project/Project.py" line="5067" />
       <source>Coverage Data</source>
       <translation>Datové pokrytí</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5038" />
-      <location filename="../Project/Project.py" line="4988" />
+      <location filename="../Project/Project.py" line="5106" />
+      <location filename="../Project/Project.py" line="5068" />
       <source>There is no main script defined for the current project. Aborting</source>
       <translation>V aktuálním projektu nebyl určen hlavní skript. Zrušeno</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5010" />
+      <location filename="../Project/Project.py" line="5078" />
       <source>Code Coverage</source>
       <translation>Pokrytí kódu</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5011" />
+      <location filename="../Project/Project.py" line="5079" />
       <source>Please select a coverage file</source>
       <translation>Prosím, vyberte soubor pokrytí</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5061" />
+      <location filename="../Project/Project.py" line="5117" />
       <source>Please select a profile file</source>
       <translation>Prosím, vyberte soubor s profilem</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5115" />
+      <location filename="../Project/Project.py" line="5168" />
       <source>Include module names?</source>
       <translation>Včetně jmen modulů?</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5249" />
+      <location filename="../Project/Project.py" line="5302" />
       <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; already exists.&lt;/p&gt;&lt;p&gt;Overwrite it?&lt;/p&gt;</source>
       <translation>&lt;p&gt;Soubor &lt;b&gt;PKGLIST&lt;/b&gt; již existuje.&lt;/p&gt;&lt;p&gt;Přepsat jej?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5297" />
+      <location filename="../Project/Project.py" line="5350" />
       <source>&lt;p&gt;The file &lt;b&gt;PKGLIST&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Soubor &lt;b&gt;PKGLIST&lt;/b&gt; nelze vytvořit.&lt;/p&gt;&lt;p&gt;Důvod: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5561" />
-      <location filename="../Project/Project.py" line="5520" />
-      <location filename="../Project/Project.py" line="5476" />
-      <location filename="../Project/Project.py" line="5468" />
-      <location filename="../Project/Project.py" line="5451" />
-      <location filename="../Project/Project.py" line="5416" />
-      <location filename="../Project/Project.py" line="5389" />
-      <location filename="../Project/Project.py" line="5362" />
-      <location filename="../Project/Project.py" line="5340" />
-      <location filename="../Project/Project.py" line="5328" />
-      <location filename="../Project/Project.py" line="5315" />
+      <location filename="../Project/Project.py" line="5614" />
+      <location filename="../Project/Project.py" line="5573" />
+      <location filename="../Project/Project.py" line="5529" />
+      <location filename="../Project/Project.py" line="5521" />
+      <location filename="../Project/Project.py" line="5504" />
+      <location filename="../Project/Project.py" line="5469" />
+      <location filename="../Project/Project.py" line="5442" />
+      <location filename="../Project/Project.py" line="5415" />
+      <location filename="../Project/Project.py" line="5393" />
+      <location filename="../Project/Project.py" line="5381" />
+      <location filename="../Project/Project.py" line="5368" />
       <source>Create Plugin Archive</source>
       <translation>Vytvořit Plugin archiv</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5316" />
+      <location filename="../Project/Project.py" line="5369" />
       <source>The project does not have a main script defined. Aborting...</source>
       <translation>Projekt nemá definován hlavní skript. Zrušeno...</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5329" />
+      <location filename="../Project/Project.py" line="5382" />
       <source>Select package lists:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5341" />
+      <location filename="../Project/Project.py" line="5394" />
       <source>&lt;p&gt;No package list files (PKGLIST*) available or selected. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5346" />
+      <location filename="../Project/Project.py" line="5399" />
       <source>Creating plugin archives...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5346" />
+      <location filename="../Project/Project.py" line="5399" />
       <source>Abort</source>
       <translation type="unfinished">Přerušit</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5347" />
+      <location filename="../Project/Project.py" line="5400" />
       <source>%v/%m Archives</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5363" />
+      <location filename="../Project/Project.py" line="5416" />
       <source>&lt;p&gt;The 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="../Project/Project.py" line="5390" />
+      <location filename="../Project/Project.py" line="5443" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; is not ready yet.&lt;/p&gt;&lt;p&gt;Please rework it and delete the'; initial_list' line of the header.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5417" />
+      <location filename="../Project/Project.py" line="5470" />
       <source>&lt;p&gt;The eric plugin archive file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5452" />
+      <location filename="../Project/Project.py" line="5505" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be stored in the archive. Ignoring it.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Soubor &lt;b&gt;{0}&lt;/b&gt; nelze uložit do archivu. Ingorováno.&lt;/p&gt;&lt;p&gt;Důvod: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5469" />
+      <location filename="../Project/Project.py" line="5522" />
       <source>&lt;p&gt;The eric plugin archive files were created with some errors.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5477" />
+      <location filename="../Project/Project.py" line="5530" />
       <source>&lt;p&gt;The eric plugin archive files were created successfully.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5521" />
+      <location filename="../Project/Project.py" line="5574" />
       <source>&lt;p&gt;The plugin 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;Plugin soubor &lt;b&gt;{0}&lt;/b&gt; nelze přečíst.&lt;/p&gt;&lt;p&gt;Důvod: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5562" />
+      <location filename="../Project/Project.py" line="5615" />
       <source>&lt;p&gt;The plugin 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="../Project/Project.py" line="5677" />
+      <location filename="../Project/Project.py" line="5730" />
       <source>The make process did not start.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5722" />
+      <location filename="../Project/Project.py" line="5775" />
       <source>The make process crashed.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5729" />
+      <location filename="../Project/Project.py" line="5782" />
       <source>&lt;p&gt;There are changes that require the configured make target &lt;b&gt;{0}&lt;/b&gt; to be rebuilt.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5734" />
+      <location filename="../Project/Project.py" line="5787" />
       <source>&lt;p&gt;There are changes that require the default make target to be rebuilt.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/Project.py" line="5748" />
+      <location filename="../Project/Project.py" line="5801" />
       <source>The makefile contains errors.</source>
       <translation type="unfinished" />
     </message>
@@ -61244,8 +61305,8 @@
     </message>
     <message>
       <location filename="../Project/ProjectSourcesBrowser.py" line="165" />
-      <source>Run unittest...</source>
-      <translation>Spustit unittest...</translation>
+      <source>Run tests...</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/ProjectSourcesBrowser.py" line="467" />
@@ -61417,87 +61478,91 @@
       <translation type="unfinished">Jít na</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="877" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="862" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="869" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="854" />
       <source>Add new Python package</source>
       <translation>Přidat nový Python balíček</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="863" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="855" />
       <source>&lt;p&gt;The package directory &lt;b&gt;{0}&lt;/b&gt; could not be created. Aborting...&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Adresář balíčku &lt;b&gt;{0}&lt;/b&gt; nelze vytvořit. Zrušeno...&lt;/p&gt;&lt;p&gt;Důvod: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="878" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="870" />
       <source>&lt;p&gt;The package file &lt;b&gt;{0}&lt;/b&gt; could not be created. Aborting...&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Soubor balíčku &lt;b&gt;{0}&lt;/b&gt; nelze vytvořit. Zrušeno...&lt;/p&gt;&lt;p&gt;Důvod: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="945" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="937" />
       <source>Delete files</source>
       <translation>Smazat soubory</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="946" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="938" />
       <source>Do you really want to delete these files from the project?</source>
       <translation>Opravdu chcete odebrat tyto soubory z projektu?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1019" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="993" />
       <source>Code Coverage</source>
       <translation>Pokrytí kódu</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1020" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="994" />
       <source>Please select a coverage file</source>
       <translation>Prosím, vyberte soubor s pokrytím kódu</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1073" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1029" />
       <source>Profile Data</source>
       <translation>Profilovat data</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1074" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1030" />
       <source>Please select a profile file</source>
       <translation>Prosím, vyberte soubor s profilem</translation>
     </message>
     <message>
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1066" />
+      <source>Class Diagram</source>
+      <translation>Diagram třídy</translation>
+    </message>
+    <message>
       <location filename="../Project/ProjectSourcesBrowser.py" line="1110" />
-      <source>Class Diagram</source>
-      <translation>Diagram třídy</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1154" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1111" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1067" />
       <source>Include class attributes?</source>
       <translation>Včetně atributů třídy?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1132" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1088" />
       <source>Imports Diagram</source>
       <translation>Importovat diagram</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1133" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1089" />
       <source>Include imports from external modules?</source>
       <translation>Zahrnout importy z externích modulů?</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1153" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1109" />
       <source>Package Diagram</source>
       <translation>Diagram balíčku</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1169" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1125" />
       <source>Application Diagram</source>
       <translation>Diagram aplikace</translation>
     </message>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1170" />
+      <location filename="../Project/ProjectSourcesBrowser.py" line="1126" />
       <source>Include module names?</source>
       <translation>Včetně jmen modulů?</translation>
     </message>
+    <message>
+      <source>Run unittest...</source>
+      <translation type="vanished">Spustit unittest...</translation>
+    </message>
   </context>
   <context>
     <name>ProjectTranslationsBrowser</name>
@@ -61797,18 +61862,8 @@
     </message>
     <message>
       <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Press to edit the spell checking properties</source>
-      <translation>Stisknout pro editaci nastavení kontroly pravopisu</translation>
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Spell Checking Properties...</source>
-      <translation>Nastavení kontroly pravopisu...</translation>
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>&amp;Progr. Language:</source>
-      <translation>&amp;Programovací jazyk:</translation>
+      <source>&amp;Programming Language:</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Project/PropertiesDialog.ui" line="0" />
@@ -61832,21 +61887,6 @@
     </message>
     <message>
       <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Select to activate the 'make' support</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Enable 'make' Support</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Press to open a dialog to enter the 'make' parameters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
       <source>Project &amp;Type:</source>
       <translation>&amp;Typ projektu:</translation>
     </message>
@@ -61910,16 +61950,6 @@
     </message>
     <message>
       <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Press to edit the translations properties</source>
-      <translation>Stisknout pro editaci nastavení překladu</translation>
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Translations Properties...</source>
-      <translation>Nastavení překladu...</translation>
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
       <source>End of &amp;Line Character:</source>
       <translation>Znak &amp;konce řádku:</translation>
     </message>
@@ -62013,6 +62043,51 @@
     </message>
     <message>
       <location filename="../Project/PropertiesDialog.ui" line="0" />
+      <source>Testing Framework:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/PropertiesDialog.ui" line="0" />
+      <source>Select the testing framework used by the project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/PropertiesDialog.ui" line="0" />
+      <source>Press to edit the spell checking properties</source>
+      <translation>Stisknout pro editaci nastavení kontroly pravopisu</translation>
+    </message>
+    <message>
+      <location filename="../Project/PropertiesDialog.ui" line="0" />
+      <source>Spell Checking Properties...</source>
+      <translation>Nastavení kontroly pravopisu...</translation>
+    </message>
+    <message>
+      <location filename="../Project/PropertiesDialog.ui" line="0" />
+      <source>Press to edit the translations properties</source>
+      <translation>Stisknout pro editaci nastavení překladu</translation>
+    </message>
+    <message>
+      <location filename="../Project/PropertiesDialog.ui" line="0" />
+      <source>Translations Properties...</source>
+      <translation>Nastavení překladu...</translation>
+    </message>
+    <message>
+      <location filename="../Project/PropertiesDialog.ui" line="0" />
+      <source>Select to activate the 'make' support</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/PropertiesDialog.ui" line="0" />
+      <source>Enable 'make' Support</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/PropertiesDialog.ui" line="0" />
+      <source>Press to open a dialog to enter the 'make' parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Project/PropertiesDialog.ui" line="0" />
       <source>Select to create a version controlled project</source>
       <translation type="unfinished" />
     </message>
@@ -62037,22 +62112,23 @@
       <translation />
     </message>
     <message>
-      <location filename="../Project/PropertiesDialog.py" line="50" />
+      <location filename="../Project/PropertiesDialog.py" line="188" />
+      <location filename="../Project/PropertiesDialog.py" line="53" />
       <source>None</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Project/PropertiesDialog.py" line="66" />
+      <location filename="../Project/PropertiesDialog.py" line="73" />
       <source>Source Files ({0});;All Files (*)</source>
       <translation>Zdrojové soubory ({0});;Všechny soubory (*)</translation>
     </message>
     <message>
-      <location filename="../Project/PropertiesDialog.py" line="122" />
+      <location filename="../Project/PropertiesDialog.py" line="129" />
       <source>The project is version controlled by &lt;b&gt;{0}&lt;/b&gt;.</source>
       <translation>Projekt je pod správou verzovacího systému &lt;b&gt;{0}&lt;/b&gt;.</translation>
     </message>
     <message>
-      <location filename="../Project/PropertiesDialog.py" line="128" />
+      <location filename="../Project/PropertiesDialog.py" line="135" />
       <source>The project is not version controlled.</source>
       <translation>Projekt není pod správou verzovacího systému.</translation>
     </message>
@@ -62067,6 +62143,10 @@
 &lt;p&gt;Enter a short description for the multiproject.&lt;/p&gt;</source>
       <translation>&lt;b&gt;Popis&lt;/b&gt;&lt;p&gt;Zadejte krátký popis multiprojektu.&lt;/p&gt;</translation>
     </message>
+    <message>
+      <source>&amp;Progr. Language:</source>
+      <translation type="vanished">&amp;Programovací jazyk:</translation>
+    </message>
   </context>
   <context>
     <name>ProtobufPage</name>
@@ -62351,37 +62431,43 @@
   <context>
     <name>PyCoverageDialog</name>
     <message>
-      <location filename="../DataViews/PyCoverageDialog.py" line="63" />
-      <source>Open</source>
-      <translation type="unfinished">Otevřít</translation>
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.py" line="66" />
-      <source>Annotate</source>
-      <translation>Komentovat</translation>
+      <location filename="../DataViews/PyCoverageDialog.py" line="64" />
+      <source>Create Report</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../DataViews/PyCoverageDialog.py" line="65" />
+      <source>HTML Report</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../DataViews/PyCoverageDialog.py" line="67" />
-      <source>Annotate all</source>
-      <translation>Komentovat vše</translation>
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.py" line="69" />
-      <source>Delete annotated files</source>
-      <translation>Smazat komentované soubory</translation>
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.py" line="71" />
+      <source>JSON Report</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../DataViews/PyCoverageDialog.py" line="425" />
+      <location filename="../DataViews/PyCoverageDialog.py" line="68" />
+      <source>LCOV Report</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../DataViews/PyCoverageDialog.py" line="73" />
+      <source>Open</source>
+      <translation type="unfinished">Otevřít</translation>
+    </message>
+    <message>
+      <location filename="../DataViews/PyCoverageDialog.py" line="77" />
       <source>Erase Coverage Info</source>
       <translation>Vymazat info pokrytí</translation>
     </message>
     <message>
-      <location filename="../DataViews/PyCoverageDialog.py" line="248" />
+      <location filename="../DataViews/PyCoverageDialog.py" line="279" />
       <source>Parse Error</source>
       <translation type="unfinished" />
     </message>
     <message numerus="yes">
-      <location filename="../DataViews/PyCoverageDialog.py" line="249" />
+      <location filename="../DataViews/PyCoverageDialog.py" line="280" />
       <source>%n file(s) could not be parsed. Coverage info for these is not available.</source>
       <translation type="unfinished">
         <numerusform />
@@ -62390,27 +62476,14 @@
       </translation>
     </message>
     <message>
-      <location filename="../DataViews/PyCoverageDialog.py" line="358" />
-      <source>Annotating files...</source>
-      <translation>Komentované soubory...</translation>
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.py" line="358" />
-      <source>Abort</source>
-      <translation>Přerušit</translation>
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.ui" line="0" />
-      <location filename="../DataViews/PyCoverageDialog.py" line="359" />
-      <source>%v/%m Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.ui" line="0" />
-      <location filename="../DataViews/PyCoverageDialog.ui" line="0" />
-      <location filename="../DataViews/PyCoverageDialog.py" line="361" />
-      <source>Coverage</source>
-      <translation>Pokrytí</translation>
+      <location filename="../DataViews/PyCoverageDialog.py" line="426" />
+      <source>Enter the path of the output file:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../DataViews/PyCoverageDialog.py" line="430" />
+      <source>LCOV Files (*.lcov);;All Files (*)</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../DataViews/PyCoverageDialog.ui" line="0" />
@@ -62477,6 +62550,12 @@
     </message>
     <message>
       <location filename="../DataViews/PyCoverageDialog.ui" line="0" />
+      <location filename="../DataViews/PyCoverageDialog.ui" line="0" />
+      <source>Coverage</source>
+      <translation>Pokrytí</translation>
+    </message>
+    <message>
+      <location filename="../DataViews/PyCoverageDialog.ui" line="0" />
       <source>Excluded</source>
       <translation>Vyloučeno</translation>
     </message>
@@ -62502,6 +62581,112 @@
       <source>Shows the progress of the code coverage action</source>
       <translation>Zobrazuje průběh procesu analýzy pokrytí kódu</translation>
     </message>
+    <message>
+      <location filename="../DataViews/PyCoverageDialog.ui" line="0" />
+      <source>%v/%m Files</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <source>Annotate</source>
+      <translation type="vanished">Komentovat</translation>
+    </message>
+    <message>
+      <source>Annotate all</source>
+      <translation type="vanished">Komentovat vše</translation>
+    </message>
+    <message>
+      <source>Delete annotated files</source>
+      <translation type="vanished">Smazat komentované soubory</translation>
+    </message>
+    <message>
+      <source>Annotating files...</source>
+      <translation type="vanished">Komentované soubory...</translation>
+    </message>
+    <message>
+      <source>Abort</source>
+      <translation type="vanished">Přerušit</translation>
+    </message>
+  </context>
+  <context>
+    <name>PyCoverageHtmlReportDialog</name>
+    <message>
+      <location filename="../DataViews/PyCoverageHtmlReportDialog.ui" line="0" />
+      <source>HTML Report</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../DataViews/PyCoverageHtmlReportDialog.ui" line="0" />
+      <source>Title:</source>
+      <translation type="unfinished">Titulek:</translation>
+    </message>
+    <message>
+      <location filename="../DataViews/PyCoverageHtmlReportDialog.ui" line="0" />
+      <source>Enter the path of a file containing additional CSS definitions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../DataViews/PyCoverageHtmlReportDialog.ui" line="0" />
+      <source>Extra CSS:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../DataViews/PyCoverageHtmlReportDialog.ui" line="0" />
+      <source>Enter the title for the HTML report</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../DataViews/PyCoverageHtmlReportDialog.ui" line="0" />
+      <source>Output Directory:</source>
+      <translation type="unfinished">Výstupní adresář:</translation>
+    </message>
+    <message>
+      <location filename="../DataViews/PyCoverageHtmlReportDialog.ui" line="0" />
+      <source>Enter the path of the output directory</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../DataViews/PyCoverageHtmlReportDialog.ui" line="0" />
+      <source>Select to open the generated report</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../DataViews/PyCoverageHtmlReportDialog.ui" line="0" />
+      <source>Open Report</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>PyCoverageJsonReportDialog</name>
+    <message>
+      <location filename="../DataViews/PyCoverageJsonReportDialog.ui" line="0" />
+      <source>JSON Report</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../DataViews/PyCoverageJsonReportDialog.ui" line="0" />
+      <source>Select to create the report using the compact format</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../DataViews/PyCoverageJsonReportDialog.ui" line="0" />
+      <source>Compact Format</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../DataViews/PyCoverageJsonReportDialog.ui" line="0" />
+      <source>Output File:</source>
+      <translation type="unfinished">Výstupní soubor:</translation>
+    </message>
+    <message>
+      <location filename="../DataViews/PyCoverageJsonReportDialog.ui" line="0" />
+      <source>Enter the path of the output file</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../DataViews/PyCoverageJsonReportDialog.py" line="43" />
+      <source>JSON Files (*.json);;All Files (*)</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>PyProfileDialog</name>
@@ -63972,6 +64157,51 @@
     </message>
   </context>
   <context>
+    <name>PytestExecutor</name>
+    <message>
+      <location filename="../Testing/Interfaces/PytestExecutor.py" line="40" />
+      <source>Failure</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/Interfaces/PytestExecutor.py" line="41" />
+      <source>Skipped</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/Interfaces/PytestExecutor.py" line="42" />
+      <source>Expected Failure</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/Interfaces/PytestExecutor.py" line="43" />
+      <source>Unexpected Success</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/Interfaces/PytestExecutor.py" line="44" />
+      <source>Success</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/Interfaces/PytestExecutor.py" line="228" />
+      <source>Error</source>
+      <translation type="unfinished">Chyba</translation>
+    </message>
+    <message>
+      <location filename="../Testing/Interfaces/PytestExecutor.py" line="238" />
+      <source>ERROR at {0}: {1}</source>
+      <comment>phase, message</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/Interfaces/PytestExecutor.py" line="242" />
+      <source>ERROR at {0}: {1}</source>
+      <comment>phase, extra text</comment>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
     <name>PythonAstViewer</name>
     <message>
       <location filename="../UI/PythonAstViewer.py" line="59" />
@@ -73279,7 +73509,7 @@
     </message>
     <message>
       <location filename="../Debugger/StartDialog.py" line="325" />
-      <source>Command Line</source>
+      <source>Script Parameters</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -82097,6 +82327,453 @@
     </message>
   </context>
   <context>
+    <name>TestResultsModel</name>
+    <message>
+      <location filename="../Testing/TestResultsTree.py" line="44" />
+      <source>Status</source>
+      <translation type="unfinished">Status</translation>
+    </message>
+    <message>
+      <location filename="../Testing/TestResultsTree.py" line="45" />
+      <source>Name</source>
+      <translation type="unfinished">Jméno</translation>
+    </message>
+    <message>
+      <location filename="../Testing/TestResultsTree.py" line="46" />
+      <source>Message</source>
+      <translation type="unfinished">Zpráva</translation>
+    </message>
+    <message>
+      <location filename="../Testing/TestResultsTree.py" line="47" />
+      <source>Duration [ms]</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestResultsTree.py" line="384" />
+      <source>No results to show</source>
+      <translation type="unfinished" />
+    </message>
+    <message numerus="yes">
+      <location filename="../Testing/TestResultsTree.py" line="392" />
+      <source>Collected %n test(s)</source>
+      <translation type="unfinished">
+        <numerusform />
+      </translation>
+    </message>
+    <message numerus="yes">
+      <location filename="../Testing/TestResultsTree.py" line="394" />
+      <source>%n test(s)/subtest(s) total, {0} failed, {1} passed, {2} skipped, {3} pending</source>
+      <translation type="unfinished">
+        <numerusform />
+      </translation>
+    </message>
+  </context>
+  <context>
+    <name>TestResultsTreeView</name>
+    <message>
+      <location filename="../Testing/TestResultsTree.py" line="577" />
+      <source>Collapse</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestResultsTree.py" line="580" />
+      <source>Expand</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestResultsTree.py" line="585" />
+      <source>Show Source</source>
+      <translation type="unfinished">Zobrazit zdroj</translation>
+    </message>
+    <message>
+      <location filename="../Testing/TestResultsTree.py" line="605" />
+      <location filename="../Testing/TestResultsTree.py" line="592" />
+      <source>Collapse All</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestResultsTree.py" line="606" />
+      <location filename="../Testing/TestResultsTree.py" line="593" />
+      <source>Expand All</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>TestingWidget</name>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="153" />
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Testing</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Virtual Environment:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Select the virtual environment to be used</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>&lt;b&gt;Virtual Environment&lt;/b&gt;\n&lt;p&gt;Enter the virtual environment to be used. Leave it empty to use the default environment, i.e. the one configured globally or per project.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Test Framework:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Select the test framwork to be used</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Press to show the test framework versions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Test Parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Select to discover tests automatically</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Discover tests (test modules must be importable)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Press to clear the various histories</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Discovery Start:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Enter name of the directory at which to start the test file discovery</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>&lt;b&gt;Discovery Start&lt;/b&gt;
+&lt;p&gt;Enter name of the directory at which to start the test file discovery.
+Note that all test modules must be importable from this directory.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Test Filename:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Enter name of file defining the testsuite</source>
+      <translation type="unfinished">Zadejte jméno souboru definující soupravu testu</translation>
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>&lt;b&gt;Testsuite&lt;/b&gt;&lt;p&gt;Enter the name of the file defining the testsuite. It should contain a method with a name given below. If no name is given, the 'suite()' method will be tried. If no such method can be found, the module will be inspected for proper test cases.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Test Name:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Enter the test name. Leave empty to use the default name "suite".</source>
+      <translation type="unfinished">Vybrat, jestliže chcete aby test běžel lokálně</translation>
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>&lt;b&gt;Testname&lt;/b&gt;&lt;p&gt;Enter the name of the test to be performed. This name must follow the rules given by selecte test framework. If this field is empty, the default name of "suite" will be used.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Run Parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Select whether coverage data should be collected</source>
+      <translation type="unfinished">Vybrat, mají-li být data o pokrytí sbírána</translation>
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Collect coverage data</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Select whether old coverage data should be erased</source>
+      <translation type="unfinished">Vybrat jestliže mají být stará data vymazána</translation>
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Erase coverage data</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Select to stop the test run on the first error or failure</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Stop on First Error or Failure</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Results</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Progress</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>%v/%m Tests</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Run:</source>
+      <translation type="unfinished">Běží:</translation>
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Number of tests run</source>
+      <translation type="unfinished">Počet běžících testů</translation>
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Remaining:</source>
+      <translation type="unfinished">Zbývá:</translation>
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Number of tests to be run</source>
+      <translation type="unfinished">Počet testů, které se ještě mají vykonat</translation>
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.ui" line="0" />
+      <source>Idle</source>
+      <translation type="unfinished">V běhu</translation>
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="104" />
+      <source>Show Output...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="107" />
+      <source>Show the output of the test runner process</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="108" />
+      <source>&lt;b&gt;Show Output...&lt;/b&lt;p&gt;This button opens a dialog containing the output of the test runner process of the most recent run.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="114" />
+      <source>Show Coverage...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="117" />
+      <source>Show code coverage in a new dialog</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="118" />
+      <source>&lt;b&gt;Show Coverage...&lt;/b&gt;&lt;p&gt;This button opens a dialog containing the collected code coverage data.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="124" />
+      <source>Start</source>
+      <translation type="unfinished">Spustit</translation>
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="126" />
+      <source>Start the selected testsuite</source>
+      <translation type="unfinished">Spustit vybranou soupravu testů</translation>
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="128" />
+      <source>&lt;b&gt;Start Test&lt;/b&gt;&lt;p&gt;This button starts the test run.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="133" />
+      <source>Rerun Failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="135" />
+      <source>Reruns failed tests of the selected testsuite</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="136" />
+      <source>&lt;b&gt;Rerun Failed&lt;/b&gt;&lt;p&gt;This button reruns all failed tests of the most recent test run.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="142" />
+      <source>Stop</source>
+      <translation type="unfinished">Zastavit</translation>
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="143" />
+      <source>Stop the running test</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="144" />
+      <source>&lt;b&gt;Stop Test&lt;/b&gt;&lt;p&gt;This button stops a running test.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="257" />
+      <source>{0} (not available)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="562" />
+      <source>Running</source>
+      <translation type="unfinished">Běží</translation>
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="616" />
+      <source>Python3 Files ({0});;All Files (*)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="621" />
+      <source>Python Files (*.py);;All Files (*)</source>
+      <translation type="unfinished">Python soubory (*.py);;Všechny soubory (*)</translation>
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="708" />
+      <source>&lt;h3&gt;Versions of Frameworks and their Plugins&lt;/h3&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="725" />
+      <source>&lt;tr&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="736" />
+      <source>No version information available.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="740" />
+      <source>Versions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="782" />
+      <source>Preparing Testsuite</source>
+      <translation type="unfinished">Příprava soupravy testu</translation>
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="844" />
+      <source>pending</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="870" />
+      <source>Failure</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="879" />
+      <location filename="../Testing/TestingWidget.py" line="873" />
+      <source>Collection Error</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="880" />
+      <source>&lt;p&gt;There was an error while collecting tests.&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="901" />
+      <source>running</source>
+      <translation type="unfinished">běžící</translation>
+    </message>
+    <message numerus="yes">
+      <location filename="../Testing/TestingWidget.py" line="951" />
+      <source>Ran %n test(s) in {0}s</source>
+      <translation type="unfinished">
+        <numerusform />
+      </translation>
+    </message>
+    <message numerus="yes">
+      <location filename="../Testing/TestingWidget.py" line="963" />
+      <source>Ran %n test(s)</source>
+      <translation type="unfinished">
+        <numerusform />
+      </translation>
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="984" />
+      <source>not run</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/TestingWidget.py" line="1027" />
+      <source>Test Run Output</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <source>&amp;Erase coverage data</source>
+      <translation type="vanished">&amp;Vymazat data pokrytí</translation>
+    </message>
+    <message>
+      <source>&lt;b&gt;Testname&lt;/b&gt;&lt;p&gt;Enter the name of the test to be performed. This name must follow the rules given by Python's unittest module. If this field is empty, the default name of "suite" will be used.&lt;/p&gt;</source>
+      <translation type="vanished">&lt;b&gt;Jméno testu&lt;/b&gt;&lt;p&gt;Zadání jména testu, který bude proveden. Toto jméno musí být zadáno v souladu s pravidly, které definuje modul unittest v Pythonu. Je-li toto pole prázdné, je použito defaultní jméno "suite".&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <source>&lt;b&gt;Testsuite&lt;/b&gt;
+&lt;p&gt;Enter the name of the file defining the testsuite.
+It should have a method with a name given below. If no name is given, the suite() method will be tried. If no such method can be
+found, the module will be inspected for proper test
+cases.&lt;/p&gt;</source>
+      <translation type="vanished">&lt;b&gt;Souprava testu&lt;/b&gt;
+&lt;p&gt;Zadání jména souboru definující soupravu testu.
+Může mít metodu pojmenovanou níže. Není-li jméno zadáno, bude spuštěna metoda suite(). Není-li tato metoda přítomna, bude modul prověřen podle vlastních nastavení testu.&lt;/p&gt;</translation>
+    </message>
+  </context>
+  <context>
     <name>ThemeManager</name>
     <message>
       <location filename="../Preferences/ThemeManager.py" line="112" />
@@ -83476,8 +84153,8 @@
     </message>
     <message>
       <location filename="../Tools/TrayStarter.py" line="109" />
-      <source>Unittest</source>
-      <translation />
+      <source>Testing</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Tools/TrayStarter.py" line="114" />
@@ -83723,122 +84400,122 @@
       <translation type="unfinished">Obnovit</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="472" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="490" />
       <source>&lt;h3&gt;CircuitPython Board&lt;/h3&gt;&lt;p&gt;In order to prepare the board for flashing follow these steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Switch your device to 'bootloader' mode by double-pressing the reset button.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;(If this does not happen, then try shorter or longer pauses between presses.)&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it).&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="531" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="498" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="549" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="516" />
       <source>&lt;h3&gt;Pi Pico (RP2040) Board&lt;/h3&gt;&lt;p&gt;In order to prepare the board for flashing follow these steps:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Enter 'bootloader' mode (board &lt;b&gt;without&lt;/b&gt; RESET button):&lt;ul&gt;&lt;li&gt;Plug in your board while holding the BOOTSEL button.&lt;/li&gt;&lt;/ul&gt;Enter 'bootloader' mode (board &lt;b&gt;with&lt;/b&gt; RESET button):&lt;ul&gt;&lt;li&gt;hold down RESET&lt;/li&gt;&lt;li&gt;hold down BOOTSEL&lt;/li&gt;&lt;li&gt;release RESET&lt;/li&gt;&lt;li&gt;release BOOTSEL&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it).&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="606" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="624" />
       <source>'{0}' Board</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="637" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="655" />
       <source>MicroPython/CircuitPython Files (*.uf2);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="709" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="696" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="684" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="727" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="714" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="702" />
       <source>Manual Select</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="814" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="778" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="752" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="832" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="796" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="770" />
       <source>Reset Instructions:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="754" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="772" />
       <source>&lt;h4&gt;No known devices detected.&lt;/h4&gt;&lt;p&gt;Follow the appropriate instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="781" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="799" />
       <source>&lt;h4&gt;Flash {0} Firmware&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;&lt;hr/&gt;{1}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="791" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="809" />
       <source>&lt;h4&gt;Potentially UF2 capable devices found&lt;/h4&gt;&lt;p&gt;Found these potentially UF2 capable devices:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="816" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="834" />
       <source>&lt;h4&gt;No known devices detected.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set &lt;b&gt;one&lt;/b&gt; board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="828" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="846" />
       <source>Flash Instructions:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="830" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="848" />
       <source>&lt;h4&gt;Flash method 'manual' selected.&lt;/h4&gt;&lt;p&gt;Follow the instructions below to flash a device by entering the data manually.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Change the device to 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Wait until the device has entered 'bootloader' mode.&lt;/li&gt;&lt;li&gt;Ensure the boot volume is available (this may require mounting it) and select its path.&lt;/li&gt;&lt;li&gt;Select the firmware file to be flashed and click the flash button.&lt;/li&gt;&lt;/ol&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="855" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="873" />
       <source>Boot Volume not found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="857" />
-      <source>&lt;h4&gt;No Boot Volume detected.&lt;/h4&gt;&lt;p&gt;Please ensure that the boot volume of the device to be flashed is available. </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="863" />
-      <source>This volume should be named &lt;b&gt;{0}&lt;/b&gt;. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="868" />
-      <source>This volume should have one of these names.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="875" />
+      <source>&lt;h4&gt;No Boot Volume detected.&lt;/h4&gt;&lt;p&gt;Please ensure that the boot volume of the device to be flashed is available. </source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="881" />
+      <source>This volume should be named &lt;b&gt;{0}&lt;/b&gt;. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="886" />
+      <source>This volume should have one of these names.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="893" />
       <source>&lt;h4&gt;Reset Instructions&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set the board into 'bootloader' mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="894" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="912" />
       <source>Multiple Boot Volumes found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="896" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="914" />
       <source>&lt;h4&gt;Multiple Boot Volumes were found&lt;/h4&gt;&lt;p&gt;These volume paths were found.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Please ensure that only one device of a type is ready for flashing. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="915" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="933" />
       <source>Flashing Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="916" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="934" />
       <source>&lt;p&gt;Flashing the selected firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="923" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="941" />
       <source>Flashing {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="924" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="942" />
       <source>&lt;p&gt;Flashing the {0} firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -84458,479 +85135,174 @@
   <context>
     <name>UnittestDialog</name>
     <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="103" />
-      <source>Discover</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="104" />
-      <source>Discover tests</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="106" />
-      <source>&lt;b&gt;Discover&lt;/b&gt;&lt;p&gt;This button starts a discovery of available tests.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="110" />
       <source>Start</source>
-      <translation>Spustit</translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="112" />
+      <translation type="vanished">Spustit</translation>
+    </message>
+    <message>
       <source>Start the selected testsuite</source>
-      <translation>Spustit vybranou soupravu testů</translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="114" />
+      <translation type="vanished">Spustit vybranou soupravu testů</translation>
+    </message>
+    <message>
       <source>&lt;b&gt;Start Test&lt;/b&gt;&lt;p&gt;This button starts the selected testsuite.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Spustit test&lt;/b&gt;&lt;p&gt;Toto tlačítko spustí vybranou soupravu testů.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="119" />
-      <source>Rerun Failed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="121" />
-      <source>Reruns failed tests of the selected testsuite</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="122" />
-      <source>&lt;b&gt;Rerun Failed&lt;/b&gt;&lt;p&gt;This button reruns all failed tests of the selected testsuite.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="128" />
+      <translation type="vanished">&lt;b&gt;Spustit test&lt;/b&gt;&lt;p&gt;Toto tlačítko spustí vybranou soupravu testů.&lt;/p&gt;</translation>
+    </message>
+    <message>
       <source>Stop</source>
-      <translation>Zastavit</translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="129" />
+      <translation type="vanished">Zastavit</translation>
+    </message>
+    <message>
       <source>Stop the running unittest</source>
-      <translation>Zastaví běžící unittest</translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="130" />
+      <translation type="vanished">Zastaví běžící unittest</translation>
+    </message>
+    <message>
       <source>&lt;b&gt;Stop Test&lt;/b&gt;&lt;p&gt;This button stops a running unittest.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Zastavit test&lt;/b&gt;&lt;p&gt;Toto tlačítko zastaví běžící unittest.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
-      <location filename="../PyUnit/UnittestDialog.py" line="1019" />
-      <location filename="../PyUnit/UnittestDialog.py" line="991" />
-      <location filename="../PyUnit/UnittestDialog.py" line="959" />
-      <location filename="../PyUnit/UnittestDialog.py" line="897" />
-      <location filename="../PyUnit/UnittestDialog.py" line="858" />
-      <location filename="../PyUnit/UnittestDialog.py" line="830" />
-      <location filename="../PyUnit/UnittestDialog.py" line="800" />
-      <location filename="../PyUnit/UnittestDialog.py" line="731" />
-      <location filename="../PyUnit/UnittestDialog.py" line="578" />
-      <location filename="../PyUnit/UnittestDialog.py" line="558" />
-      <location filename="../PyUnit/UnittestDialog.py" line="530" />
-      <location filename="../PyUnit/UnittestDialog.py" line="514" />
-      <location filename="../PyUnit/UnittestDialog.py" line="147" />
-      <source>Unittest</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="182" />
+      <translation type="vanished">&lt;b&gt;Zastavit test&lt;/b&gt;&lt;p&gt;Toto tlačítko zastaví běžící unittest.&lt;/p&gt;</translation>
+    </message>
+    <message>
       <source>^Failure: </source>
-      <translation>^Selhalo: </translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="183" />
+      <translation type="vanished">^Selhalo: </translation>
+    </message>
+    <message>
       <source>^Error: </source>
-      <translation>^Chyby: </translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="338" />
-      <source>Python3 Files ({0});;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="342" />
+      <translation type="vanished">^Chyby: </translation>
+    </message>
+    <message>
       <source>Python Files (*.py);;All Files (*)</source>
-      <translation>Python soubory (*.py);;Všechny soubory (*)</translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="491" />
-      <source>Discovering Tests</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="811" />
-      <location filename="../PyUnit/UnittestDialog.py" line="494" />
-      <source>Unittest with auto-discovery</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="898" />
-      <location filename="../PyUnit/UnittestDialog.py" line="859" />
-      <location filename="../PyUnit/UnittestDialog.py" line="531" />
-      <location filename="../PyUnit/UnittestDialog.py" line="515" />
-      <source>You must enter a start directory for auto-discovery.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="559" />
-      <source>&lt;p&gt;Unable to discover tests.&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
+      <translation type="vanished">Python soubory (*.py);;Všechny soubory (*)</translation>
     </message>
     <message numerus="yes">
-      <location filename="../PyUnit/UnittestDialog.py" line="725" />
-      <location filename="../PyUnit/UnittestDialog.py" line="571" />
       <source>Discovered %n Test(s)</source>
-      <translation type="unfinished">
+      <translation type="vanished">
         <numerusform />
         <numerusform />
         <numerusform />
       </translation>
     </message>
     <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="732" />
-      <location filename="../PyUnit/UnittestDialog.py" line="579" />
-      <source>&lt;p&gt;Unable to discover tests.&lt;/p&gt;&lt;p&gt;{0}&lt;br/&gt;{1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="801" />
-      <source>You must select auto-discovery or enter a test suite file or a dotted test name.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="807" />
       <source>Preparing Testsuite</source>
-      <translation>Příprava soupravy testu</translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="820" />
-      <source>&lt;Unnamed Test&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="831" />
-      <source>No test case has been selected. Shall all test cases be run?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="1020" />
-      <location filename="../PyUnit/UnittestDialog.py" line="960" />
-      <source>&lt;p&gt;Unable to run test &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;{1}&lt;br/&gt;{2}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="992" />
-      <source>No unittest were found. Aborting...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="1099" />
+      <translation type="vanished">Příprava soupravy testu</translation>
+    </message>
+    <message>
       <source>Running</source>
-      <translation>Běží</translation>
+      <translation type="vanished">Běží</translation>
     </message>
     <message numerus="yes">
-      <location filename="../PyUnit/UnittestDialog.py" line="1124" />
       <source>Ran %n test(s) in {0:.3f}s</source>
-      <translation type="unfinished">
+      <translation type="vanished">
         <numerusform />
         <numerusform />
         <numerusform />
       </translation>
     </message>
     <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="1143" />
       <source>Failure: {0}</source>
-      <translation>Selhalo: {0}</translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="1158" />
+      <translation type="vanished">Selhalo: {0}</translation>
+    </message>
+    <message>
       <source>Error: {0}</source>
-      <translation>Chyby: {0}</translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="1173" />
-      <source>    Skipped: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="1191" />
-      <source>    Expected Failure</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="1208" />
-      <source>    Unexpected Success</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.py" line="1273" />
+      <translation type="vanished">Chyby: {0}</translation>
+    </message>
+    <message>
       <source>Show Source</source>
-      <translation>Zobrazit zdroj</translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
-      <source>Parameters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
-      <source>Test Parameters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
-      <source>Select to discover tests automatically</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
-      <source>&amp;Discover tests (test modules must be importable)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
-      <source>Press to clear the various histories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
-      <source>Discovery &amp;Start:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
-      <source>Enter name of the directory at which to start the test file discovery</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
-      <source>&lt;b&gt;Discovery Start&lt;/b&gt;
-&lt;p&gt;Enter name of the directory at which to start the test file discovery.
-Note that all test modules must be importable from this directory.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
-      <source>Test &amp;Filename:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
+      <translation type="vanished">Zobrazit zdroj</translation>
+    </message>
+    <message>
       <source>Enter name of file defining the testsuite</source>
-      <translation>Zadejte jméno souboru definující soupravu testu</translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
+      <translation type="vanished">Zadejte jméno souboru definující soupravu testu</translation>
+    </message>
+    <message>
       <source>&lt;b&gt;Testsuite&lt;/b&gt;
 &lt;p&gt;Enter the name of the file defining the testsuite.
 It should have a method with a name given below. If no name is given, the suite() method will be tried. If no such method can be
 found, the module will be inspected for proper test
 cases.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Souprava testu&lt;/b&gt;
+      <translation type="vanished">&lt;b&gt;Souprava testu&lt;/b&gt;
 &lt;p&gt;Zadání jména souboru definující soupravu testu.
 Může mít metodu pojmenovanou níže. Není-li jméno zadáno, bude spuštěna metoda suite(). Není-li tato metoda přítomna, bude modul prověřen podle vlastních nastavení testu.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
-      <source>&amp;Test Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
       <source>Enter the test name. Leave empty to use the default name "suite".</source>
-      <translation type="unfinished">Vybrat, jestliže chcete aby test běžel lokálně</translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
+      <translation type="vanished">Vybrat, jestliže chcete aby test běžel lokálně</translation>
+    </message>
+    <message>
       <source>&lt;b&gt;Testname&lt;/b&gt;&lt;p&gt;Enter the name of the test to be performed. This name must follow the rules given by Python's unittest module. If this field is empty, the default name of "suite" will be used.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Jméno testu&lt;/b&gt;&lt;p&gt;Zadání jména testu, který bude proveden. Toto jméno musí být zadáno v souladu s pravidly, které definuje modul unittest v Pythonu. Je-li toto pole prázdné, je použito defaultní jméno "suite".&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
-      <source>Run Parameters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
-      <source>&amp;Virtual Environment:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
-      <source>Select the virtual environment to be used</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
-      <source>&lt;b&gt;Virtual Environment&lt;/b&gt;\n&lt;p&gt;Enter the virtual environment to be used. Leave it empty to use the default environment, i.e. the one configured globally or per project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
+      <translation type="vanished">&lt;b&gt;Jméno testu&lt;/b&gt;&lt;p&gt;Zadání jména testu, který bude proveden. Toto jméno musí být zadáno v souladu s pravidly, které definuje modul unittest v Pythonu. Je-li toto pole prázdné, je použito defaultní jméno "suite".&lt;/p&gt;</translation>
+    </message>
+    <message>
       <source>Select whether coverage data should be collected</source>
-      <translation>Vybrat, mají-li být data o pokrytí sbírána</translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
+      <translation type="vanished">Vybrat, mají-li být data o pokrytí sbírána</translation>
+    </message>
+    <message>
       <source>C&amp;ollect coverage data</source>
-      <translation>Sbírat údaje &amp;o pokrytí</translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
+      <translation type="vanished">Sbírat údaje &amp;o pokrytí</translation>
+    </message>
+    <message>
       <source>Select whether old coverage data should be erased</source>
-      <translation>Vybrat jestliže mají být stará data vymazána</translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
+      <translation type="vanished">Vybrat jestliže mají být stará data vymazána</translation>
+    </message>
+    <message>
       <source>&amp;Erase coverage data</source>
-      <translation>&amp;Vymazat data pokrytí</translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
-      <source>Select to stop the test run on the first error or failure</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
-      <source>Stop on First Error or Failure</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
-      <source>Select to run the unittest with debugger support enabled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
-      <source>Run with Debugger</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
-      <source>Discovery Results</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
-      <source>Results</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
-      <source>Progress</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
+      <translation type="vanished">&amp;Vymazat data pokrytí</translation>
+    </message>
+    <message>
       <source>Progress:</source>
-      <translation>Stav procesu:</translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
-      <source>%v/%m Tests</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
+      <translation type="vanished">Stav procesu:</translation>
+    </message>
+    <message>
       <source>Run:</source>
-      <translation>Běží:</translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
+      <translation type="vanished">Běží:</translation>
+    </message>
+    <message>
       <source>Number of tests run</source>
-      <translation>Počet běžících testů</translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
+      <translation type="vanished">Počet běžících testů</translation>
+    </message>
+    <message>
       <source>Remaining:</source>
-      <translation>Zbývá:</translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
+      <translation type="vanished">Zbývá:</translation>
+    </message>
+    <message>
       <source>Number of tests to be run</source>
-      <translation>Počet testů, které se ještě mají vykonat</translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
+      <translation type="vanished">Počet testů, které se ještě mají vykonat</translation>
+    </message>
+    <message>
       <source>Failures:</source>
-      <translation>Selhalo:</translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
+      <translation type="vanished">Selhalo:</translation>
+    </message>
+    <message>
       <source>Number of test failures</source>
-      <translation>Počet testů, které selhaly</translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
+      <translation type="vanished">Počet testů, které selhaly</translation>
+    </message>
+    <message>
       <source>Errors:</source>
-      <translation>Chyby:</translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
+      <translation type="vanished">Chyby:</translation>
+    </message>
+    <message>
       <source>Number of test errors</source>
-      <translation>Počet testů s chybami</translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
-      <source>Skipped:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
-      <source>Number of tests skipped</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
-      <source>Expected Failures:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
-      <source>Number of tests with expected failure</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
-      <source>Unexpected Successes:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
-      <source>Number of tests with unexpected success</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
+      <translation type="vanished">Počet testů s chybami</translation>
+    </message>
+    <message>
       <source>Tests performed:</source>
-      <translation>Provedeno testů:</translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
+      <translation type="vanished">Provedeno testů:</translation>
+    </message>
+    <message>
       <source>Failures and errors:</source>
-      <translation>Selhání a chyby:</translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
+      <translation type="vanished">Selhání a chyby:</translation>
+    </message>
+    <message>
       <source>Failures and Errors list</source>
-      <translation>Seznam selhání a chyb</translation>
-    </message>
-    <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
+      <translation type="vanished">Seznam selhání a chyb</translation>
+    </message>
+    <message>
       <source>&lt;b&gt;Failures and Errors list&lt;/b&gt;
 &lt;p&gt;This list shows all failed and errored tests.
 Double clicking on an entry will show the respective traceback.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Seznam selhání a chyb&lt;/b&gt;
+      <translation type="vanished">&lt;b&gt;Seznam selhání a chyb&lt;/b&gt;
 &lt;p&gt;Zobrazuje seznam všech testů s chybami, které selhaly.
 Dvojklik na položku zobrazí výpis zásobníku.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../PyUnit/UnittestDialog.ui" line="0" />
       <source>Idle</source>
-      <translation>V běhu</translation>
+      <translation type="vanished">V běhu</translation>
     </message>
     <message>
       <source>Enter &amp;test name:</source>
@@ -84966,6 +85338,39 @@
     </message>
   </context>
   <context>
+    <name>UnittestExecutor</name>
+    <message>
+      <location filename="../Testing/Interfaces/UnittestExecutor.py" line="50" />
+      <source>Failure</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/Interfaces/UnittestExecutor.py" line="51" />
+      <source>Error</source>
+      <translation type="unfinished">Chyba</translation>
+    </message>
+    <message>
+      <location filename="../Testing/Interfaces/UnittestExecutor.py" line="52" />
+      <source>Skipped</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/Interfaces/UnittestExecutor.py" line="53" />
+      <source>Expected Failure</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/Interfaces/UnittestExecutor.py" line="54" />
+      <source>Unexpected Success</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Testing/Interfaces/UnittestExecutor.py" line="55" />
+      <source>Success</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
     <name>UnknownDevicesDialog</name>
     <message>
       <location filename="../MicroPython/UnknownDevicesDialog.ui" line="0" />
@@ -85229,2053 +85634,2057 @@
       <translation>Inicializace nástrojů...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="613" />
+      <location filename="../UI/UserInterface.py" line="614" />
       <source>Registering Objects...</source>
       <translation>Registrování objektů...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="649" />
+      <location filename="../UI/UserInterface.py" line="650" />
       <source>Initializing Actions...</source>
       <translation>Inicializace akcí...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="651" />
+      <location filename="../UI/UserInterface.py" line="652" />
       <source>Initializing Menus...</source>
       <translation>Inicializace menu...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="653" />
+      <location filename="../UI/UserInterface.py" line="654" />
       <source>Initializing Toolbars...</source>
       <translation>Inicializace nástrojových lišt...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="655" />
+      <location filename="../UI/UserInterface.py" line="656" />
       <source>Initializing Statusbar...</source>
       <translation>Inicializace statusbaru...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="683" />
+      <location filename="../UI/UserInterface.py" line="684" />
       <source>Initializing Single Application Server...</source>
       <translation>Inicializace jednouživatelského aplikačního serveru...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="689" />
+      <location filename="../UI/UserInterface.py" line="690" />
       <source>Initializing Plugins...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="692" />
+      <location filename="../UI/UserInterface.py" line="693" />
       <source>Activating Plugins...</source>
       <translation>Aktivace pluginů...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="694" />
+      <location filename="../UI/UserInterface.py" line="695" />
       <source>Generating Plugins Toolbars...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="697" />
+      <location filename="../UI/UserInterface.py" line="698" />
       <source>Cleaning Plugins Download Area...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="708" />
+      <location filename="../UI/UserInterface.py" line="709" />
       <source>Restoring Toolbarmanager...</source>
       <translation>Obnovit manažer nástrojových lišt...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="717" />
+      <location filename="../UI/UserInterface.py" line="718" />
       <source>Setting View Profile...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="730" />
+      <location filename="../UI/UserInterface.py" line="731" />
       <source>Reading Tasks...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="735" />
+      <location filename="../UI/UserInterface.py" line="736" />
       <source>Reading Templates...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="740" />
+      <location filename="../UI/UserInterface.py" line="741" />
       <source>Starting Debugger...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2046" />
-      <location filename="../UI/UserInterface.py" line="1066" />
+      <location filename="../UI/UserInterface.py" line="2047" />
+      <location filename="../UI/UserInterface.py" line="1067" />
       <source>Left Toolbox</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2077" />
-      <location filename="../UI/UserInterface.py" line="1074" />
+      <location filename="../UI/UserInterface.py" line="2078" />
+      <location filename="../UI/UserInterface.py" line="1075" />
       <source>Horizontal Toolbox</source>
       <translation>Vodorovná nástrojová lišta</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2061" />
-      <location filename="../UI/UserInterface.py" line="1082" />
+      <location filename="../UI/UserInterface.py" line="2062" />
+      <location filename="../UI/UserInterface.py" line="1083" />
       <source>Right Toolbox</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1920" />
-      <location filename="../UI/UserInterface.py" line="1240" />
-      <location filename="../UI/UserInterface.py" line="1090" />
+      <location filename="../UI/UserInterface.py" line="1921" />
+      <location filename="../UI/UserInterface.py" line="1241" />
+      <location filename="../UI/UserInterface.py" line="1091" />
       <source>Multiproject-Viewer</source>
       <translation>Prohlížeč multiprojektu</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1903" />
-      <location filename="../UI/UserInterface.py" line="1245" />
-      <location filename="../UI/UserInterface.py" line="1094" />
+      <location filename="../UI/UserInterface.py" line="1904" />
+      <location filename="../UI/UserInterface.py" line="1246" />
+      <location filename="../UI/UserInterface.py" line="1095" />
       <source>Project-Viewer</source>
       <translation>Prohlížeč projektu</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2333" />
       <location filename="../UI/UserInterface.py" line="2332" />
-      <location filename="../UI/UserInterface.py" line="2331" />
-      <location filename="../UI/UserInterface.py" line="1251" />
-      <location filename="../UI/UserInterface.py" line="1099" />
+      <location filename="../UI/UserInterface.py" line="1252" />
+      <location filename="../UI/UserInterface.py" line="1100" />
       <source>Find/Replace In Files</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2352" />
       <location filename="../UI/UserInterface.py" line="2351" />
-      <location filename="../UI/UserInterface.py" line="2350" />
-      <location filename="../UI/UserInterface.py" line="1257" />
-      <location filename="../UI/UserInterface.py" line="1104" />
+      <location filename="../UI/UserInterface.py" line="1258" />
+      <location filename="../UI/UserInterface.py" line="1105" />
       <source>Find File</source>
       <translation type="unfinished">Hledat soubor</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1262" />
-      <location filename="../UI/UserInterface.py" line="1108" />
+      <location filename="../UI/UserInterface.py" line="1263" />
+      <location filename="../UI/UserInterface.py" line="1109" />
       <source>VCS Status</source>
       <translation type="unfinished">VCS Status</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2027" />
-      <location filename="../UI/UserInterface.py" line="1268" />
-      <location filename="../UI/UserInterface.py" line="1113" />
+      <location filename="../UI/UserInterface.py" line="2028" />
+      <location filename="../UI/UserInterface.py" line="1269" />
+      <location filename="../UI/UserInterface.py" line="1114" />
       <source>Template-Viewer</source>
       <translation>Prohlížeč šablon</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1973" />
-      <location filename="../UI/UserInterface.py" line="1274" />
-      <location filename="../UI/UserInterface.py" line="1118" />
+      <location filename="../UI/UserInterface.py" line="1974" />
+      <location filename="../UI/UserInterface.py" line="1275" />
+      <location filename="../UI/UserInterface.py" line="1119" />
       <source>File-Browser</source>
       <translation>Browser souborů</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1280" />
-      <location filename="../UI/UserInterface.py" line="1123" />
+      <location filename="../UI/UserInterface.py" line="1281" />
+      <location filename="../UI/UserInterface.py" line="1124" />
       <source>Symbols</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1938" />
-      <location filename="../UI/UserInterface.py" line="1300" />
-      <location filename="../UI/UserInterface.py" line="1295" />
-      <location filename="../UI/UserInterface.py" line="1131" />
+      <location filename="../UI/UserInterface.py" line="1939" />
+      <location filename="../UI/UserInterface.py" line="1301" />
+      <location filename="../UI/UserInterface.py" line="1296" />
+      <location filename="../UI/UserInterface.py" line="1132" />
       <source>Debug-Viewer</source>
       <translation>Prohlížeč debugeru</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2221" />
       <location filename="../UI/UserInterface.py" line="2220" />
-      <location filename="../UI/UserInterface.py" line="2219" />
-      <location filename="../UI/UserInterface.py" line="1306" />
-      <location filename="../UI/UserInterface.py" line="1136" />
+      <location filename="../UI/UserInterface.py" line="1307" />
+      <location filename="../UI/UserInterface.py" line="1137" />
       <source>Code Documentation Viewer</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2388" />
       <location filename="../UI/UserInterface.py" line="2387" />
-      <location filename="../UI/UserInterface.py" line="2386" />
-      <location filename="../UI/UserInterface.py" line="1312" />
-      <location filename="../UI/UserInterface.py" line="1141" />
+      <location filename="../UI/UserInterface.py" line="1313" />
+      <location filename="../UI/UserInterface.py" line="1142" />
       <source>Help Viewer</source>
       <translation type="unfinished">Prohlížeč nápovědy</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3084" />
+      <location filename="../UI/UserInterface.py" line="3085" />
+      <location filename="../UI/UserInterface.py" line="2295" />
       <location filename="../UI/UserInterface.py" line="2294" />
-      <location filename="../UI/UserInterface.py" line="2293" />
-      <location filename="../UI/UserInterface.py" line="1317" />
-      <location filename="../UI/UserInterface.py" line="1145" />
+      <location filename="../UI/UserInterface.py" line="1318" />
+      <location filename="../UI/UserInterface.py" line="1146" />
       <source>Plugin Repository</source>
       <translation>Repozitář pluginů</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2313" />
       <location filename="../UI/UserInterface.py" line="2312" />
-      <location filename="../UI/UserInterface.py" line="2311" />
-      <location filename="../UI/UserInterface.py" line="1322" />
-      <location filename="../UI/UserInterface.py" line="1149" />
+      <location filename="../UI/UserInterface.py" line="1323" />
+      <location filename="../UI/UserInterface.py" line="1150" />
       <source>Virtual Environments</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2241" />
       <location filename="../UI/UserInterface.py" line="2240" />
-      <location filename="../UI/UserInterface.py" line="2239" />
-      <location filename="../UI/UserInterface.py" line="1327" />
-      <location filename="../UI/UserInterface.py" line="1154" />
+      <location filename="../UI/UserInterface.py" line="1328" />
+      <location filename="../UI/UserInterface.py" line="1155" />
       <source>PyPI</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2259" />
       <location filename="../UI/UserInterface.py" line="2258" />
-      <location filename="../UI/UserInterface.py" line="2257" />
-      <location filename="../UI/UserInterface.py" line="1332" />
-      <location filename="../UI/UserInterface.py" line="1159" />
+      <location filename="../UI/UserInterface.py" line="1333" />
+      <location filename="../UI/UserInterface.py" line="1160" />
       <source>Conda</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1337" />
-      <location filename="../UI/UserInterface.py" line="1164" />
+      <location filename="../UI/UserInterface.py" line="1338" />
+      <location filename="../UI/UserInterface.py" line="1165" />
       <source>Cooperation</source>
       <translation>Spolupráce</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2163" />
-      <location filename="../UI/UserInterface.py" line="1342" />
-      <location filename="../UI/UserInterface.py" line="1169" />
+      <location filename="../UI/UserInterface.py" line="2164" />
+      <location filename="../UI/UserInterface.py" line="1343" />
+      <location filename="../UI/UserInterface.py" line="1170" />
       <source>IRC</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="2277" />
       <location filename="../UI/UserInterface.py" line="2276" />
-      <location filename="../UI/UserInterface.py" line="2275" />
-      <location filename="../UI/UserInterface.py" line="1348" />
-      <location filename="../UI/UserInterface.py" line="1174" />
+      <location filename="../UI/UserInterface.py" line="1349" />
+      <location filename="../UI/UserInterface.py" line="1175" />
       <source>MicroPython</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1956" />
-      <location filename="../UI/UserInterface.py" line="1356" />
-      <location filename="../UI/UserInterface.py" line="1182" />
+      <location filename="../UI/UserInterface.py" line="1957" />
+      <location filename="../UI/UserInterface.py" line="1357" />
+      <location filename="../UI/UserInterface.py" line="1183" />
       <source>Shell</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2008" />
-      <location filename="../UI/UserInterface.py" line="1360" />
-      <location filename="../UI/UserInterface.py" line="1186" />
+      <location filename="../UI/UserInterface.py" line="2009" />
+      <location filename="../UI/UserInterface.py" line="1361" />
+      <location filename="../UI/UserInterface.py" line="1187" />
       <source>Task-Viewer</source>
       <translation>Prohlížeč úloh</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1990" />
-      <location filename="../UI/UserInterface.py" line="1364" />
-      <location filename="../UI/UserInterface.py" line="1190" />
+      <location filename="../UI/UserInterface.py" line="1991" />
+      <location filename="../UI/UserInterface.py" line="1365" />
+      <location filename="../UI/UserInterface.py" line="1191" />
       <source>Log-Viewer</source>
       <translation>Prohlížeč logu</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1369" />
-      <location filename="../UI/UserInterface.py" line="1195" />
+      <location filename="../UI/UserInterface.py" line="1370" />
+      <location filename="../UI/UserInterface.py" line="1196" />
       <source>Numbers</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1757" />
+      <location filename="../UI/UserInterface.py" line="1758" />
       <source>{0} - Passive Mode</source>
       <translation>{0} - Pasivní mód</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1764" />
-      <location filename="../UI/UserInterface.py" line="1760" />
+      <location filename="../UI/UserInterface.py" line="1765" />
+      <location filename="../UI/UserInterface.py" line="1761" />
       <source>{0} - {1} - Passive Mode</source>
       <translation>{0} - {1} - pasivní mód</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1768" />
+      <location filename="../UI/UserInterface.py" line="1769" />
       <source>{0} - {1} - {2} - Passive Mode</source>
       <translation>{0} - {1} - {2} - pasivní mód</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1791" />
+      <location filename="../UI/UserInterface.py" line="1792" />
       <source>Quit</source>
       <translation>Konec</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1793" />
-      <source>&amp;Quit</source>
-      <translation>&amp;Konec</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="1794" />
+      <source>&amp;Quit</source>
+      <translation>&amp;Konec</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1795" />
       <source>Ctrl+Q</source>
       <comment>File|Quit</comment>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1796" />
-      <source>Quit the IDE</source>
-      <translation>Ukončit IDE</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="1797" />
+      <source>Quit the IDE</source>
+      <translation>Ukončit IDE</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1798" />
       <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="1810" />
-      <location filename="../UI/UserInterface.py" line="1808" />
-      <source>Restart</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="1811" />
+      <location filename="../UI/UserInterface.py" line="1809" />
+      <source>Restart</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1812" />
       <source>Ctrl+Shift+Q</source>
       <comment>File|Quit</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1813" />
-      <source>Restart the IDE</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="1814" />
+      <source>Restart the IDE</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1815" />
       <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="1827" />
-      <location filename="../UI/UserInterface.py" line="1824" />
-      <source>Save session</source>
-      <translation>Uložit relaci</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1825" />
-      <source>Save session...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="1828" />
+      <location filename="../UI/UserInterface.py" line="1825" />
+      <source>Save session</source>
+      <translation>Uložit relaci</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1826" />
+      <source>Save session...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1829" />
       <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="7097" />
-      <location filename="../UI/UserInterface.py" line="1840" />
-      <location filename="../UI/UserInterface.py" line="1837" />
+      <location filename="../UI/UserInterface.py" line="7080" />
+      <location filename="../UI/UserInterface.py" line="1841" />
+      <location filename="../UI/UserInterface.py" line="1838" />
       <source>Load session</source>
       <translation type="unfinished">Načíst relaci</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1838" />
+      <location filename="../UI/UserInterface.py" line="1839" />
       <source>Load session...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1841" />
+      <location filename="../UI/UserInterface.py" line="1842" />
       <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="1850" />
+      <location filename="../UI/UserInterface.py" line="1851" />
       <source>New Window</source>
       <translation type="unfinished">Nové okno</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1852" />
-      <source>New &amp;Window</source>
-      <translation type="unfinished">&amp;Nové okno</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="1853" />
+      <source>New &amp;Window</source>
+      <translation type="unfinished">&amp;Nové okno</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1854" />
       <source>Ctrl+Shift+N</source>
       <comment>File|New Window</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1855" />
+      <location filename="../UI/UserInterface.py" line="1856" />
       <source>Open a new eric instance</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1857" />
+      <location filename="../UI/UserInterface.py" line="1858" />
       <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="1871" />
-      <location filename="../UI/UserInterface.py" line="1869" />
+      <location filename="../UI/UserInterface.py" line="1872" />
+      <location filename="../UI/UserInterface.py" line="1870" />
       <source>Edit Profile</source>
       <translation>Editační profil</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1874" />
+      <location filename="../UI/UserInterface.py" line="1875" />
       <source>Activate the edit view profile</source>
       <translation>Aktivovat profil editace</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1876" />
+      <location filename="../UI/UserInterface.py" line="1877" />
       <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="1888" />
-      <location filename="../UI/UserInterface.py" line="1886" />
+      <location filename="../UI/UserInterface.py" line="1889" />
+      <location filename="../UI/UserInterface.py" line="1887" />
       <source>Debug Profile</source>
       <translation>Debugovací profil</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1892" />
-      <source>Activate the debug view profile</source>
-      <translation>Aktivovat debugovací profil</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="1893" />
+      <source>Activate the debug view profile</source>
+      <translation>Aktivovat debugovací profil</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1894" />
       <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="1904" />
-      <source>&amp;Project-Viewer</source>
-      <translation>Prohlížeč &amp;projektu</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="1905" />
+      <source>&amp;Project-Viewer</source>
+      <translation>Prohlížeč &amp;projektu</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1906" />
       <source>Alt+Shift+P</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1908" />
+      <location filename="../UI/UserInterface.py" line="1909" />
       <source>Switch the input focus to the Project-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1910" />
+      <location filename="../UI/UserInterface.py" line="1911" />
       <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="1921" />
-      <source>&amp;Multiproject-Viewer</source>
-      <translation>Prohlížeč &amp;multiprojektu</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="1922" />
+      <source>&amp;Multiproject-Viewer</source>
+      <translation>Prohlížeč &amp;multiprojektu</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1923" />
       <source>Alt+Shift+M</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1925" />
+      <location filename="../UI/UserInterface.py" line="1926" />
       <source>Switch the input focus to the Multiproject-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1927" />
+      <location filename="../UI/UserInterface.py" line="1928" />
       <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="1939" />
-      <source>&amp;Debug-Viewer</source>
-      <translation>Prohlížeč &amp;debugeru</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="1940" />
+      <source>&amp;Debug-Viewer</source>
+      <translation>Prohlížeč &amp;debugeru</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1941" />
       <source>Alt+Shift+D</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1943" />
+      <location filename="../UI/UserInterface.py" line="1944" />
       <source>Switch the input focus to the Debug-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1945" />
+      <location filename="../UI/UserInterface.py" line="1946" />
       <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="1957" />
-      <source>&amp;Shell</source>
-      <translation>&amp;Shell</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="1958" />
+      <source>&amp;Shell</source>
+      <translation>&amp;Shell</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1959" />
       <source>Alt+Shift+S</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1961" />
+      <location filename="../UI/UserInterface.py" line="1962" />
       <source>Switch the input focus to the Shell window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1963" />
+      <location filename="../UI/UserInterface.py" line="1964" />
       <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="1974" />
-      <source>&amp;File-Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="1975" />
+      <source>&amp;File-Browser</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1976" />
       <source>Alt+Shift+F</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1978" />
+      <location filename="../UI/UserInterface.py" line="1979" />
       <source>Switch the input focus to the File-Browser window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1980" />
+      <location filename="../UI/UserInterface.py" line="1981" />
       <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="1991" />
-      <source>Lo&amp;g-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="1992" />
+      <source>Lo&amp;g-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="1993" />
       <source>Alt+Shift+G</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1995" />
+      <location filename="../UI/UserInterface.py" line="1996" />
       <source>Switch the input focus to the Log-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="1997" />
+      <location filename="../UI/UserInterface.py" line="1998" />
       <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="2009" />
-      <source>&amp;Task-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2010" />
+      <source>&amp;Task-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2011" />
       <source>Alt+Shift+T</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2013" />
+      <location filename="../UI/UserInterface.py" line="2014" />
       <source>Switch the input focus to the Task-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2015" />
+      <location filename="../UI/UserInterface.py" line="2016" />
       <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="2028" />
-      <source>Templ&amp;ate-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2029" />
+      <source>Templ&amp;ate-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2030" />
       <source>Alt+Shift+A</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2032" />
+      <location filename="../UI/UserInterface.py" line="2033" />
       <source>Switch the input focus to the Template-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2034" />
+      <location filename="../UI/UserInterface.py" line="2035" />
       <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="2047" />
-      <source>&amp;Left Toolbox</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2048" />
-      <source>Toggle the Left Toolbox window</source>
+      <source>&amp;Left Toolbox</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2049" />
+      <source>Toggle the Left Toolbox window</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2050" />
       <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="2062" />
+      <location filename="../UI/UserInterface.py" line="2063" />
       <source>&amp;Right Toolbox</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2064" />
-      <source>Toggle the Right Toolbox window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2065" />
+      <source>Toggle the Right Toolbox window</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2066" />
       <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="2078" />
+      <location filename="../UI/UserInterface.py" line="2079" />
       <source>&amp;Horizontal Toolbox</source>
       <translation>&amp;Horizontální lista nástrojů</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2080" />
+      <location filename="../UI/UserInterface.py" line="2081" />
       <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="2082" />
+      <location filename="../UI/UserInterface.py" line="2083" />
       <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="2094" />
-      <source>Left Sidebar</source>
-      <translation>Levé menu</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2095" />
+      <source>Left Sidebar</source>
+      <translation>Levé menu</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2096" />
       <source>&amp;Left Sidebar</source>
       <translation>&amp;Levé menu</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2097" />
-      <source>Toggle the left sidebar window</source>
-      <translation>Přepnout okno levého menu</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2098" />
+      <source>Toggle the left sidebar window</source>
+      <translation>Přepnout okno levého menu</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2099" />
       <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="2110" />
-      <source>Right Sidebar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2111" />
+      <source>Right Sidebar</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2112" />
       <source>&amp;Right Sidebar</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2113" />
+      <location filename="../UI/UserInterface.py" line="2114" />
       <source>Toggle the right sidebar window</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2115" />
+      <location filename="../UI/UserInterface.py" line="2116" />
       <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="2127" />
-      <source>Bottom Sidebar</source>
-      <translation>Dolní menu</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2128" />
+      <source>Bottom Sidebar</source>
+      <translation>Dolní menu</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2129" />
       <source>&amp;Bottom Sidebar</source>
       <translation>&amp;Dolní menu</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2130" />
+      <location filename="../UI/UserInterface.py" line="2131" />
       <source>Toggle the bottom sidebar window</source>
       <translation>Přepnout okno dolního menu</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2132" />
+      <location filename="../UI/UserInterface.py" line="2133" />
       <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="2144" />
-      <source>Cooperation-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2145" />
-      <source>Co&amp;operation-Viewer</source>
+      <source>Cooperation-Viewer</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2146" />
+      <source>Co&amp;operation-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2147" />
       <source>Alt+Shift+O</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2149" />
+      <location filename="../UI/UserInterface.py" line="2150" />
       <source>Switch the input focus to the Cooperation-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2151" />
+      <location filename="../UI/UserInterface.py" line="2152" />
       <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="2164" />
-      <source>&amp;IRC</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2165" />
+      <source>&amp;IRC</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2166" />
       <source>Ctrl+Alt+Shift+I</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2168" />
+      <location filename="../UI/UserInterface.py" line="2169" />
       <source>Switch the input focus to the IRC window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2170" />
+      <location filename="../UI/UserInterface.py" line="2171" />
       <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="2181" />
-      <source>Symbols-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2182" />
-      <source>S&amp;ymbols-Viewer</source>
+      <source>Symbols-Viewer</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2183" />
+      <source>S&amp;ymbols-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2184" />
       <source>Alt+Shift+Y</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2186" />
+      <location filename="../UI/UserInterface.py" line="2187" />
       <source>Switch the input focus to the Symbols-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2188" />
+      <location filename="../UI/UserInterface.py" line="2189" />
       <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="2200" />
-      <source>Numbers-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2201" />
-      <source>Num&amp;bers-Viewer</source>
+      <source>Numbers-Viewer</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2202" />
+      <source>Num&amp;bers-Viewer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2203" />
       <source>Alt+Shift+B</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2205" />
+      <location filename="../UI/UserInterface.py" line="2206" />
       <source>Switch the input focus to the Numbers-Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2207" />
+      <location filename="../UI/UserInterface.py" line="2208" />
       <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="2221" />
+      <location filename="../UI/UserInterface.py" line="2222" />
       <source>Ctrl+Alt+Shift+D</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2224" />
+      <location filename="../UI/UserInterface.py" line="2225" />
       <source>Switch the input focus to the Code Documentation Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2227" />
+      <location filename="../UI/UserInterface.py" line="2228" />
       <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="2241" />
+      <location filename="../UI/UserInterface.py" line="2242" />
       <source>Ctrl+Alt+Shift+P</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2244" />
+      <location filename="../UI/UserInterface.py" line="2245" />
       <source>Switch the input focus to the PyPI window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2246" />
+      <location filename="../UI/UserInterface.py" line="2247" />
       <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="2259" />
+      <location filename="../UI/UserInterface.py" line="2260" />
       <source>Ctrl+Alt+Shift+C</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2262" />
+      <location filename="../UI/UserInterface.py" line="2263" />
       <source>Switch the input focus to the Conda window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2264" />
+      <location filename="../UI/UserInterface.py" line="2265" />
       <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="2277" />
+      <location filename="../UI/UserInterface.py" line="2278" />
       <source>Ctrl+Alt+Shift+M</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2280" />
+      <location filename="../UI/UserInterface.py" line="2281" />
       <source>Switch the input focus to the MicroPython window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2282" />
+      <location filename="../UI/UserInterface.py" line="2283" />
       <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="2295" />
+      <location filename="../UI/UserInterface.py" line="2296" />
       <source>Ctrl+Alt+Shift+R</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2298" />
+      <location filename="../UI/UserInterface.py" line="2299" />
       <source>Switch the input focus to the Plugin Repository window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2300" />
+      <location filename="../UI/UserInterface.py" line="2301" />
       <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="2313" />
+      <location filename="../UI/UserInterface.py" line="2314" />
       <source>Ctrl+Alt+V</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2316" />
+      <location filename="../UI/UserInterface.py" line="2317" />
       <source>Switch the input focus to the Virtual Environments Manager window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2319" />
+      <location filename="../UI/UserInterface.py" line="2320" />
       <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="2333" />
+      <location filename="../UI/UserInterface.py" line="2334" />
       <source>Ctrl+Alt+Shift+F</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2336" />
+      <location filename="../UI/UserInterface.py" line="2337" />
       <source>Switch the input focus to the Find/Replace In Files window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2338" />
+      <location filename="../UI/UserInterface.py" line="2339" />
       <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="2352" />
+      <location filename="../UI/UserInterface.py" line="2353" />
       <source>Ctrl+Alt+Shift+L</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2355" />
+      <location filename="../UI/UserInterface.py" line="2356" />
       <source>Switch the input focus to the Find File window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2357" />
+      <location filename="../UI/UserInterface.py" line="2358" />
       <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="2369" />
-      <location filename="../UI/UserInterface.py" line="2368" />
-      <source>VCS Status List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2370" />
+      <location filename="../UI/UserInterface.py" line="2369" />
+      <source>VCS Status List</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2371" />
       <source>Alt+Shift+V</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2373" />
+      <location filename="../UI/UserInterface.py" line="2374" />
       <source>Switch the input focus to the VCS Status List window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2375" />
+      <location filename="../UI/UserInterface.py" line="2376" />
       <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="2388" />
+      <location filename="../UI/UserInterface.py" line="2389" />
       <source>Alt+Shift+H</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2391" />
+      <location filename="../UI/UserInterface.py" line="2392" />
       <source>Switch the input focus to the embedded Help Viewer window.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2393" />
+      <location filename="../UI/UserInterface.py" line="2394" />
       <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="2406" />
+      <location filename="../UI/UserInterface.py" line="2407" />
       <source>What's This?</source>
       <translation>Co je to?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2408" />
-      <source>&amp;What's This?</source>
-      <translation>&amp;Co je to?</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2409" />
+      <source>&amp;What's This?</source>
+      <translation>&amp;Co je to?</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2410" />
       <source>Shift+F1</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2411" />
-      <source>Context sensitive help</source>
-      <translation>Kontextově senzitivní nápověda</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2412" />
+      <source>Context sensitive help</source>
+      <translation>Kontextově senzitivní nápověda</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2413" />
       <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="2424" />
+      <location filename="../UI/UserInterface.py" line="2425" />
       <source>Helpviewer</source>
       <translation>Prohlížeč nápovědy</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2426" />
-      <source>&amp;Helpviewer...</source>
-      <translation>Pro&amp;hlížeč nápovědy...</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2427" />
+      <source>&amp;Helpviewer...</source>
+      <translation>Pro&amp;hlížeč nápovědy...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2428" />
       <source>F1</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2429" />
+      <location filename="../UI/UserInterface.py" line="2430" />
       <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="2431" />
+      <location filename="../UI/UserInterface.py" line="2432" />
       <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="2450" />
-      <source>Show Versions</source>
-      <translation>Zobrazit verze</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2451" />
+      <source>Show Versions</source>
+      <translation>Zobrazit verze</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2452" />
       <source>Show &amp;Versions</source>
       <translation>Zobrazit &amp;verze</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2453" />
+      <location filename="../UI/UserInterface.py" line="2454" />
       <source>Display version information</source>
       <translation>Zobrazit informace o verzích</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2455" />
+      <location filename="../UI/UserInterface.py" line="2456" />
       <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="2466" />
-      <location filename="../UI/UserInterface.py" line="2463" />
-      <source>Show Error Log</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2464" />
-      <source>Show Error &amp;Log...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2467" />
+      <location filename="../UI/UserInterface.py" line="2464" />
+      <source>Show Error Log</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2465" />
+      <source>Show Error &amp;Log...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2468" />
       <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="2475" />
-      <source>Show Install Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2476" />
+      <source>Show Install Info</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2477" />
       <source>Show Install &amp;Info...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2478" />
+      <location filename="../UI/UserInterface.py" line="2479" />
       <source>Show Installation Information</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2480" />
+      <location filename="../UI/UserInterface.py" line="2481" />
       <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="4100" />
-      <location filename="../UI/UserInterface.py" line="2489" />
+      <location filename="../UI/UserInterface.py" line="2490" />
       <source>Report Bug</source>
       <translation>Reportovat Bugy</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2490" />
+      <location filename="../UI/UserInterface.py" line="2491" />
       <source>Report &amp;Bug...</source>
       <translation>Reportovat &amp;Bugy...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2492" />
-      <source>Report a bug</source>
-      <translation>Reportovat bug</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2493" />
+      <source>Report a bug</source>
+      <translation>Reportovat bug</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2494" />
       <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="2501" />
-      <source>Request Feature</source>
-      <translation>Požadavek na vlastnost</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2502" />
+      <source>Request Feature</source>
+      <translation>Požadavek na vlastnost</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2503" />
       <source>Request &amp;Feature...</source>
       <translation>&amp;Požadavek na vlastnost...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2504" />
+      <location filename="../UI/UserInterface.py" line="2505" />
       <source>Send a feature request</source>
       <translation>Poslat požadavek na vlastnost</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2506" />
+      <location filename="../UI/UserInterface.py" line="2507" />
       <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="3623" />
-      <location filename="../UI/UserInterface.py" line="3600" />
-      <location filename="../UI/UserInterface.py" line="2516" />
-      <source>Unittest</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2518" />
-      <source>&amp;Unittest...</source>
-      <translation>&amp;Unittest...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2520" />
-      <source>Start unittest dialog</source>
-      <translation>Otevřít dialog unittestu</translation>
+      <location filename="../UI/UserInterface.py" line="3601" />
+      <location filename="../UI/UserInterface.py" line="2517" />
+      <source>Testing</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2519" />
+      <source>&amp;Testing...</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2521" />
-      <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Provést unittesty. V dialogovém okně se nastaví který test se má provést.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2530" />
-      <source>Unittest Restart</source>
-      <translation>Restart unittestu</translation>
+      <source>Start the testing dialog</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2522" />
+      <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="2532" />
-      <source>&amp;Restart Unittest...</source>
-      <translation>&amp;Restart unittestu...</translation>
+      <source>Restart Last Test</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2534" />
-      <source>Restart last unittest</source>
-      <translation>Restart posledního unittestu</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2535" />
-      <source>&lt;b&gt;Restart Unittest&lt;/b&gt;&lt;p&gt;Restart the unittest performed last.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Restart unittestu&lt;/b&gt;&lt;p&gt;Restartuje se poslední provedený unittest.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2544" />
-      <source>Unittest Rerun Failed</source>
+      <source>&amp;Restart Last Test...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2536" />
+      <source>Restarts the last test</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2537" />
+      <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="2546" />
-      <source>Rerun Failed Tests...</source>
+      <source>Rerun Failed Tests</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2548" />
-      <source>Rerun failed tests of the last run</source>
+      <source>Rerun Failed Tests...</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="2550" />
-      <source>&lt;b&gt;Rerun Failed Tests&lt;/b&gt;&lt;p&gt;Rerun all tests that failed during the last unittest run.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2560" />
-      <source>Unittest Script</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2562" />
-      <source>Unittest &amp;Script...</source>
-      <translation>Unittest &amp;Script...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2564" />
-      <source>Run unittest with current script</source>
-      <translation>Spustit unittest s aktuálním skriptem</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2566" />
-      <source>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Run unittest with current script.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Spustit unittest s aktuálním skriptem.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2575" />
-      <source>Unittest Project</source>
-      <translation>Unittest Projekt</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2577" />
-      <source>Unittest &amp;Project...</source>
-      <translation>Unittest &amp;Projekt...</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2579" />
-      <source>Run unittest with current project</source>
-      <translation>Spustit unittest s aktuálním projektem</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2581" />
-      <source>&lt;b&gt;Unittest Project&lt;/b&gt;&lt;p&gt;Run unittest with current project.&lt;/p&gt;</source>
-      <translation>&lt;b&gt;Unittest projekt&lt;/b&gt;&lt;p&gt;Spustit unittest s aktuálním projektem.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2602" />
+      <source>Rerun failed tests of the last run</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2552" />
+      <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="2561" />
+      <source>Test Script</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2563" />
+      <source>Test &amp;Script...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2565" />
+      <source>Run tests of the current script</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2567" />
+      <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="2576" />
+      <source>Test Project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2578" />
+      <source>Test &amp;Project...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2580" />
+      <source>Run tests of the current project</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2582" />
+      <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="2603" />
       <source>Qt-Designer</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2604" />
+      <location filename="../UI/UserInterface.py" line="2605" />
       <source>Qt-&amp;Designer...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2606" />
-      <source>Start Qt-Designer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2607" />
+      <source>Start Qt-Designer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2608" />
       <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="2628" />
+      <location filename="../UI/UserInterface.py" line="2629" />
       <source>Qt-Linguist</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2630" />
+      <location filename="../UI/UserInterface.py" line="2631" />
       <source>Qt-&amp;Linguist...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2632" />
-      <source>Start Qt-Linguist</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2633" />
+      <source>Start Qt-Linguist</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2634" />
       <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="2643" />
+      <location filename="../UI/UserInterface.py" line="2644" />
       <source>UI Previewer</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2645" />
+      <location filename="../UI/UserInterface.py" line="2646" />
       <source>&amp;UI Previewer...</source>
       <translation>&amp;UI Previewer...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2647" />
-      <source>Start the UI Previewer</source>
-      <translation>Spustit UI Previewer</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2648" />
+      <source>Start the UI Previewer</source>
+      <translation>Spustit UI Previewer</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2649" />
       <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="2656" />
+      <location filename="../UI/UserInterface.py" line="2657" />
       <source>Translations Previewer</source>
       <translation>Náhled překladů</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2658" />
+      <location filename="../UI/UserInterface.py" line="2659" />
       <source>&amp;Translations Previewer...</source>
       <translation>Náhled &amp;překladů...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2660" />
+      <location filename="../UI/UserInterface.py" line="2661" />
       <source>Start the Translations Previewer</source>
       <translation>Spustit Previewer překladů</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2662" />
+      <location filename="../UI/UserInterface.py" line="2663" />
       <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="2670" />
+      <location filename="../UI/UserInterface.py" line="2671" />
       <source>Compare Files</source>
       <translation>Porovnat soubory</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2672" />
+      <location filename="../UI/UserInterface.py" line="2673" />
       <source>&amp;Compare Files...</source>
       <translation>&amp;Porovnat soubory...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2687" />
-      <location filename="../UI/UserInterface.py" line="2674" />
-      <source>Compare two files</source>
-      <translation>Porovnat dva soubory</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2675" />
-      <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="2683" />
-      <source>Compare Files side by side</source>
-      <translation>Porovnat soubory stranu proti straně</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2685" />
-      <source>Compare &amp;Files side by side...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2688" />
+      <location filename="../UI/UserInterface.py" line="2675" />
+      <source>Compare two files</source>
+      <translation>Porovnat dva soubory</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2676" />
+      <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="2684" />
+      <source>Compare Files side by side</source>
+      <translation>Porovnat soubory stranu proti straně</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2686" />
+      <source>Compare &amp;Files side by side...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2689" />
       <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="2697" />
+      <location filename="../UI/UserInterface.py" line="2698" />
       <source>SQL Browser</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2699" />
+      <location filename="../UI/UserInterface.py" line="2700" />
       <source>SQL &amp;Browser...</source>
       <translation>SQL &amp;Browser...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2701" />
-      <source>Browse a SQL database</source>
-      <translation>Procházet SQL databázi</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2702" />
+      <source>Browse a SQL database</source>
+      <translation>Procházet SQL databázi</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2703" />
       <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="2714" />
-      <location filename="../UI/UserInterface.py" line="2710" />
-      <source>Mini Editor</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2712" />
-      <source>Mini &amp;Editor...</source>
-      <translation>Mini &amp;Editor...</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2715" />
+      <location filename="../UI/UserInterface.py" line="2711" />
+      <source>Mini Editor</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2713" />
+      <source>Mini &amp;Editor...</source>
+      <translation>Mini &amp;Editor...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2716" />
       <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="2723" />
+      <location filename="../UI/UserInterface.py" line="2724" />
       <source>Hex Editor</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2725" />
+      <location filename="../UI/UserInterface.py" line="2726" />
       <source>&amp;Hex Editor...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2727" />
+      <location filename="../UI/UserInterface.py" line="2728" />
       <source>Start the eric Hex Editor</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2729" />
+      <location filename="../UI/UserInterface.py" line="2730" />
       <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="2738" />
+      <location filename="../UI/UserInterface.py" line="2739" />
       <source>eric Web Browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2740" />
+      <location filename="../UI/UserInterface.py" line="2741" />
       <source>eric &amp;Web Browser...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2742" />
+      <location filename="../UI/UserInterface.py" line="2743" />
       <source>Start the eric Web Browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2744" />
+      <location filename="../UI/UserInterface.py" line="2745" />
       <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="2752" />
+      <location filename="../UI/UserInterface.py" line="2753" />
       <source>Icon Editor</source>
       <translation>Editor ikon</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2754" />
+      <location filename="../UI/UserInterface.py" line="2755" />
       <source>&amp;Icon Editor...</source>
       <translation>Editor &amp;ikon...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2756" />
+      <location filename="../UI/UserInterface.py" line="2757" />
       <source>Start the eric Icon Editor</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2758" />
+      <location filename="../UI/UserInterface.py" line="2759" />
       <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="2766" />
+      <location filename="../UI/UserInterface.py" line="2767" />
       <source>Snapshot</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2768" />
+      <location filename="../UI/UserInterface.py" line="2769" />
       <source>&amp;Snapshot...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2770" />
+      <location filename="../UI/UserInterface.py" line="2771" />
       <source>Take snapshots of a screen region</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2772" />
+      <location filename="../UI/UserInterface.py" line="2773" />
       <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="2781" />
+      <location filename="../UI/UserInterface.py" line="2782" />
       <source>Preferences</source>
       <translation>Nastavení</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2783" />
+      <location filename="../UI/UserInterface.py" line="2784" />
       <source>&amp;Preferences...</source>
       <translation>Na&amp;stavení...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2785" />
+      <location filename="../UI/UserInterface.py" line="2786" />
       <source>Set the prefered configuration</source>
       <translation>Nastavení konfigurace</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2787" />
+      <location filename="../UI/UserInterface.py" line="2788" />
       <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="2797" />
+      <location filename="../UI/UserInterface.py" line="2798" />
       <source>Export Preferences</source>
       <translation>Exportovat předvolby</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2799" />
+      <location filename="../UI/UserInterface.py" line="2800" />
       <source>E&amp;xport Preferences...</source>
       <translation>E&amp;xportovat předvolby...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2801" />
+      <location filename="../UI/UserInterface.py" line="2802" />
       <source>Export the current configuration</source>
       <translation>Export aktuální konfigurace</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2803" />
+      <location filename="../UI/UserInterface.py" line="2804" />
       <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="2811" />
+      <location filename="../UI/UserInterface.py" line="2812" />
       <source>Import Preferences</source>
       <translation>Import předvoleb</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2813" />
+      <location filename="../UI/UserInterface.py" line="2814" />
       <source>I&amp;mport Preferences...</source>
       <translation>I&amp;mport předvoleb...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2815" />
+      <location filename="../UI/UserInterface.py" line="2816" />
       <source>Import a previously exported configuration</source>
       <translation>Import dříve exportované konfigurace</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2817" />
+      <location filename="../UI/UserInterface.py" line="2818" />
       <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="2825" />
+      <location filename="../UI/UserInterface.py" line="2826" />
       <source>Export Theme</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2827" />
+      <location filename="../UI/UserInterface.py" line="2828" />
       <source>Export Theme...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2829" />
+      <location filename="../UI/UserInterface.py" line="2830" />
       <source>Export the current theme</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2831" />
+      <location filename="../UI/UserInterface.py" line="2832" />
       <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="2839" />
+      <location filename="../UI/UserInterface.py" line="2840" />
       <source>Import Theme</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2841" />
+      <location filename="../UI/UserInterface.py" line="2842" />
       <source>Import Theme...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2843" />
+      <location filename="../UI/UserInterface.py" line="2844" />
       <source>Import a previously exported theme</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2845" />
+      <location filename="../UI/UserInterface.py" line="2846" />
       <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="2853" />
-      <source>Reload APIs</source>
-      <translation>Obnovit API</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2854" />
+      <source>Reload APIs</source>
+      <translation>Obnovit API</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2855" />
       <source>Reload &amp;APIs</source>
       <translation>Obnovit &amp;API</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2856" />
+      <location filename="../UI/UserInterface.py" line="2857" />
       <source>Reload the API information</source>
       <translation>Obnovit API nastavení</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2858" />
+      <location filename="../UI/UserInterface.py" line="2859" />
       <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="2870" />
-      <location filename="../UI/UserInterface.py" line="2866" />
+      <location filename="../UI/UserInterface.py" line="2871" />
+      <location filename="../UI/UserInterface.py" line="2867" />
       <source>Show external tools</source>
       <translation>Zobrazit externí nástroje</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2868" />
+      <location filename="../UI/UserInterface.py" line="2869" />
       <source>Show external &amp;tools</source>
       <translation>Zobrazit externí nás&amp;troje</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2872" />
+      <location filename="../UI/UserInterface.py" line="2873" />
       <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="2882" />
+      <location filename="../UI/UserInterface.py" line="2883" />
       <source>View Profiles</source>
       <translation>Profily pohledů</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2884" />
+      <location filename="../UI/UserInterface.py" line="2885" />
       <source>&amp;View Profiles...</source>
       <translation>Profily &amp;pohledů...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2886" />
+      <location filename="../UI/UserInterface.py" line="2887" />
       <source>Configure view profiles</source>
       <translation>Konfigurace profilů pohledů</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2888" />
+      <location filename="../UI/UserInterface.py" line="2889" />
       <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="2899" />
+      <location filename="../UI/UserInterface.py" line="2900" />
       <source>Toolbars</source>
       <translation>Lišty nástrojů</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2901" />
+      <location filename="../UI/UserInterface.py" line="2902" />
       <source>Tool&amp;bars...</source>
       <translation>&amp;Lišty nástrojů...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2903" />
-      <source>Configure toolbars</source>
-      <translation>Konfigurace lišt nástrojů</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="2904" />
+      <source>Configure toolbars</source>
+      <translation>Konfigurace lišt nástrojů</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="2905" />
       <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="2914" />
+      <location filename="../UI/UserInterface.py" line="2915" />
       <source>Keyboard Shortcuts</source>
       <translation>Klávesové zkratky</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2916" />
+      <location filename="../UI/UserInterface.py" line="2917" />
       <source>Keyboard &amp;Shortcuts...</source>
       <translation>Klávesové &amp;zkratky...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2918" />
+      <location filename="../UI/UserInterface.py" line="2919" />
       <source>Set the keyboard shortcuts</source>
       <translation>Nastavení klávesových zkratek</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2920" />
+      <location filename="../UI/UserInterface.py" line="2921" />
       <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="6773" />
-      <location filename="../UI/UserInterface.py" line="6755" />
-      <location filename="../UI/UserInterface.py" line="2929" />
+      <location filename="../UI/UserInterface.py" line="6772" />
+      <location filename="../UI/UserInterface.py" line="6754" />
+      <location filename="../UI/UserInterface.py" line="2930" />
       <source>Export Keyboard Shortcuts</source>
       <translation>Exportovat klávesové zkratky</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2931" />
+      <location filename="../UI/UserInterface.py" line="2932" />
       <source>&amp;Export Keyboard Shortcuts...</source>
       <translation>&amp;Exportovat klávesové zkratky...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2933" />
+      <location filename="../UI/UserInterface.py" line="2934" />
       <source>Export the keyboard shortcuts</source>
       <translation>Export klávesových zkratek</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2935" />
+      <location filename="../UI/UserInterface.py" line="2936" />
       <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="6790" />
-      <location filename="../UI/UserInterface.py" line="2943" />
+      <location filename="../UI/UserInterface.py" line="6789" />
+      <location filename="../UI/UserInterface.py" line="2944" />
       <source>Import Keyboard Shortcuts</source>
       <translation>Import klávesových zkratek</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2945" />
+      <location filename="../UI/UserInterface.py" line="2946" />
       <source>&amp;Import Keyboard Shortcuts...</source>
       <translation>&amp;Import klávesových zkratek...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2947" />
+      <location filename="../UI/UserInterface.py" line="2948" />
       <source>Import the keyboard shortcuts</source>
       <translation>Import klávesových zkratek</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2949" />
+      <location filename="../UI/UserInterface.py" line="2950" />
       <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="2958" />
+      <location filename="../UI/UserInterface.py" line="2959" />
       <source>Manage SSL Certificates</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2960" />
+      <location filename="../UI/UserInterface.py" line="2961" />
       <source>Manage SSL Certificates...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2962" />
+      <location filename="../UI/UserInterface.py" line="2963" />
       <source>Manage the saved SSL certificates</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2964" />
+      <location filename="../UI/UserInterface.py" line="2965" />
       <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="2974" />
+      <location filename="../UI/UserInterface.py" line="2975" />
       <source>Edit Message Filters</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2976" />
+      <location filename="../UI/UserInterface.py" line="2977" />
       <source>Edit Message Filters...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2978" />
+      <location filename="../UI/UserInterface.py" line="2979" />
       <source>Edit the message filters used to suppress unwanted messages</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2980" />
+      <location filename="../UI/UserInterface.py" line="2981" />
       <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="2996" />
-      <location filename="../UI/UserInterface.py" line="2993" />
-      <location filename="../UI/UserInterface.py" line="2991" />
+      <location filename="../UI/UserInterface.py" line="2997" />
+      <location filename="../UI/UserInterface.py" line="2994" />
+      <location filename="../UI/UserInterface.py" line="2992" />
       <source>Clear private data</source>
       <translation type="unfinished">Smazat soukromá data</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="2998" />
+      <location filename="../UI/UserInterface.py" line="2999" />
       <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="3009" />
-      <location filename="../UI/UserInterface.py" line="3008" />
-      <source>Activate current editor</source>
-      <translation>Aktivovat aktuální editor</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="3010" />
+      <location filename="../UI/UserInterface.py" line="3009" />
+      <source>Activate current editor</source>
+      <translation>Aktivovat aktuální editor</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3011" />
       <source>Alt+Shift+E</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3019" />
-      <location filename="../UI/UserInterface.py" line="3018" />
-      <source>Show next</source>
-      <translation>Zobrazit další</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="3020" />
+      <location filename="../UI/UserInterface.py" line="3019" />
+      <source>Show next</source>
+      <translation>Zobrazit další</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3021" />
       <source>Ctrl+Alt+Tab</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3028" />
-      <location filename="../UI/UserInterface.py" line="3027" />
-      <source>Show previous</source>
-      <translation>Zobrazit předchozí</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="3029" />
+      <location filename="../UI/UserInterface.py" line="3028" />
+      <source>Show previous</source>
+      <translation>Zobrazit předchozí</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3030" />
       <source>Shift+Ctrl+Alt+Tab</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3037" />
-      <location filename="../UI/UserInterface.py" line="3036" />
-      <source>Switch between tabs</source>
-      <translation>Přepnout mezi taby</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="3038" />
+      <location filename="../UI/UserInterface.py" line="3037" />
+      <source>Switch between tabs</source>
+      <translation>Přepnout mezi taby</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3039" />
       <source>Ctrl+1</source>
       <translation />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3045" />
+      <location filename="../UI/UserInterface.py" line="3046" />
       <source>Plugin Infos</source>
       <translation>Plugin Infa</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3047" />
-      <source>&amp;Plugin Infos...</source>
-      <translation>&amp;Plugin Infa...</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="3048" />
-      <source>Show Plugin Infos</source>
-      <translation>Zobrazit Plugin infa</translation>
+      <source>&amp;Plugin Infos...</source>
+      <translation>&amp;Plugin Infa...</translation>
     </message>
     <message>
       <location filename="../UI/UserInterface.py" line="3049" />
+      <source>Show Plugin Infos</source>
+      <translation>Zobrazit Plugin infa</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3050" />
       <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="3062" />
-      <location filename="../UI/UserInterface.py" line="3058" />
-      <source>Install Plugins</source>
-      <translation>Instalovat pluginy</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3060" />
-      <source>&amp;Install Plugins...</source>
-      <translation>&amp;Instalovat pluginy...</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="3063" />
+      <location filename="../UI/UserInterface.py" line="3059" />
+      <source>Install Plugins</source>
+      <translation>Instalovat pluginy</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3061" />
+      <source>&amp;Install Plugins...</source>
+      <translation>&amp;Instalovat pluginy...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3064" />
       <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="3075" />
-      <location filename="../UI/UserInterface.py" line="3071" />
-      <source>Uninstall Plugin</source>
-      <translation>Odinstalovat plugin</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3073" />
-      <source>&amp;Uninstall Plugin...</source>
-      <translation>&amp;Odinstalovat plugin...</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="3076" />
+      <location filename="../UI/UserInterface.py" line="3072" />
+      <source>Uninstall Plugin</source>
+      <translation>Odinstalovat plugin</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3074" />
+      <source>&amp;Uninstall Plugin...</source>
+      <translation>&amp;Odinstalovat plugin...</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3077" />
       <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="3086" />
+      <location filename="../UI/UserInterface.py" line="3087" />
       <source>Plugin &amp;Repository...</source>
       <translation>&amp;Repozitář pluginů...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3088" />
+      <location filename="../UI/UserInterface.py" line="3089" />
       <source>Show Plugins available for download</source>
       <translation>Zobrazit pluginy dostupné ke stažení</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3090" />
+      <location filename="../UI/UserInterface.py" line="3091" />
       <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="3117" />
       <location filename="../UI/UserInterface.py" line="3116" />
-      <location filename="../UI/UserInterface.py" line="3115" />
       <source>Qt5 Documentation</source>
       <translation type="unfinished">Qt4 dokumentace {5 ?}</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3118" />
-      <source>Open Qt5 Documentation</source>
-      <translation type="unfinished">Otevřít Qt4 dokumentaci {5 ?}</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="3119" />
+      <source>Open Qt5 Documentation</source>
+      <translation type="unfinished">Otevřít Qt4 dokumentaci {5 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3120" />
       <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="3132" />
       <location filename="../UI/UserInterface.py" line="3131" />
-      <location filename="../UI/UserInterface.py" line="3130" />
       <source>Qt6 Documentation</source>
       <translation type="unfinished">Qt4 dokumentace {6 ?}</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3133" />
-      <source>Open Qt6 Documentation</source>
-      <translation type="unfinished">Otevřít Qt4 dokumentaci {6 ?}</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="3134" />
+      <source>Open Qt6 Documentation</source>
+      <translation type="unfinished">Otevřít Qt4 dokumentaci {6 ?}</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3135" />
       <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="3147" />
       <location filename="../UI/UserInterface.py" line="3146" />
-      <location filename="../UI/UserInterface.py" line="3145" />
       <source>PyQt5 Documentation</source>
       <translation type="unfinished">PyQt4 dokumentace {5 ?}</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3148" />
+      <location filename="../UI/UserInterface.py" line="3149" />
       <source>Open PyQt5 Documentation</source>
       <translation type="unfinished">Otevřít PyQt4 dokumentaci {5 ?}</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3150" />
+      <location filename="../UI/UserInterface.py" line="3151" />
       <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="3164" />
       <location filename="../UI/UserInterface.py" line="3163" />
-      <location filename="../UI/UserInterface.py" line="3162" />
       <source>PyQt6 Documentation</source>
       <translation type="unfinished">PyQt4 dokumentace {6 ?}</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3165" />
+      <location filename="../UI/UserInterface.py" line="3166" />
       <source>Open PyQt6 Documentation</source>
       <translation type="unfinished">Otevřít PyQt4 dokumentaci {6 ?}</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3167" />
+      <location filename="../UI/UserInterface.py" line="3168" />
       <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="3186" />
       <location filename="../UI/UserInterface.py" line="3185" />
-      <location filename="../UI/UserInterface.py" line="3184" />
       <source>Python 3 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3187" />
+      <location filename="../UI/UserInterface.py" line="3188" />
       <source>Open Python 3 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3189" />
+      <location filename="../UI/UserInterface.py" line="3190" />
       <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="3208" />
       <location filename="../UI/UserInterface.py" line="3207" />
-      <location filename="../UI/UserInterface.py" line="3206" />
       <source>eric API Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3209" />
+      <location filename="../UI/UserInterface.py" line="3210" />
       <source>Open eric API Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3211" />
+      <location filename="../UI/UserInterface.py" line="3212" />
       <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="3229" />
       <location filename="../UI/UserInterface.py" line="3228" />
-      <location filename="../UI/UserInterface.py" line="3227" />
       <source>PySide2 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3230" />
+      <location filename="../UI/UserInterface.py" line="3231" />
       <source>Open PySide2 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3232" />
+      <location filename="../UI/UserInterface.py" line="3233" />
       <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="3249" />
       <location filename="../UI/UserInterface.py" line="3248" />
-      <location filename="../UI/UserInterface.py" line="3247" />
       <source>PySide6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3250" />
+      <location filename="../UI/UserInterface.py" line="3251" />
       <source>Open PySide6 Documentation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3252" />
+      <location filename="../UI/UserInterface.py" line="3253" />
       <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="3354" />
+      <location filename="../UI/UserInterface.py" line="3355" />
       <source>E&amp;xtras</source>
       <translation>E&amp;xtra funkce</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3364" />
+      <location filename="../UI/UserInterface.py" line="3365" />
       <source>Wi&amp;zards</source>
       <translation>&amp;Průvodci</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3383" />
+      <location filename="../UI/UserInterface.py" line="3384" />
       <source>P&amp;lugins</source>
       <translation>P&amp;luginy</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3393" />
+      <location filename="../UI/UserInterface.py" line="3394" />
       <source>Configure...</source>
       <translation>Konfigurovat...</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3402" />
-      <source>&amp;Unittest</source>
-      <translation>&amp;Unittest</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3419" />
+      <location filename="../UI/UserInterface.py" line="3403" />
+      <source>&amp;Testing</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3420" />
       <source>Select Tool Group</source>
       <translation>Vybrat skupinu nástrojů</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3430" />
+      <location filename="../UI/UserInterface.py" line="3431" />
       <source>Se&amp;ttings</source>
       <translation>Nas&amp;tavení</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3463" />
+      <location filename="../UI/UserInterface.py" line="3464" />
       <source>&amp;Window</source>
       <translation>O&amp;kno</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3472" />
+      <location filename="../UI/UserInterface.py" line="3473" />
       <source>&amp;Windows</source>
       <translation type="unfinished">&amp;Windows</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3477" />
+      <location filename="../UI/UserInterface.py" line="3478" />
       <source>Central Park</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3481" />
+      <location filename="../UI/UserInterface.py" line="3482" />
       <source>Left Side</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3500" />
+      <location filename="../UI/UserInterface.py" line="3501" />
       <source>Right Side</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3524" />
+      <location filename="../UI/UserInterface.py" line="3525" />
       <source>Bottom Side</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3532" />
+      <location filename="../UI/UserInterface.py" line="3533" />
       <source>Plug-ins</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3539" />
+      <location filename="../UI/UserInterface.py" line="3540" />
       <source>&amp;Toolbars</source>
       <translation>&amp;Toolbary</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3552" />
+      <location filename="../UI/UserInterface.py" line="3553" />
       <source>&amp;Help</source>
       <translation>&amp;Nápověda</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3622" />
-      <location filename="../UI/UserInterface.py" line="3599" />
+      <location filename="../UI/UserInterface.py" line="3623" />
+      <location filename="../UI/UserInterface.py" line="3600" />
       <source>Tools</source>
       <translation>Nástroje</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3624" />
-      <location filename="../UI/UserInterface.py" line="3603" />
-      <source>Settings</source>
-      <translation>Nastavení</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5617" />
       <location filename="../UI/UserInterface.py" line="3625" />
       <location filename="../UI/UserInterface.py" line="3604" />
+      <source>Settings</source>
+      <translation>Nastavení</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="5616" />
+      <location filename="../UI/UserInterface.py" line="3626" />
+      <location filename="../UI/UserInterface.py" line="3605" />
       <source>Help</source>
       <translation>Nápověda</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="3626" />
-      <location filename="../UI/UserInterface.py" line="3605" />
-      <source>Profiles</source>
-      <translation>Profily</translation>
-    </message>
-    <message>
       <location filename="../UI/UserInterface.py" line="3627" />
       <location filename="../UI/UserInterface.py" line="3606" />
+      <source>Profiles</source>
+      <translation>Profily</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="3628" />
+      <location filename="../UI/UserInterface.py" line="3607" />
       <source>Plugins</source>
       <translation>Pluginy</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="3624" />
+      <source>Unittest</source>
+      <translation />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="3791" />
       <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>
@@ -87425,6 +87834,18 @@
       <translation>&amp;Skrýt vše</translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="5744" />
+      <location filename="../UI/UserInterface.py" line="5734" />
+      <location filename="../UI/UserInterface.py" line="5687" />
+      <location filename="../UI/UserInterface.py" line="5678" />
+      <location filename="../UI/UserInterface.py" line="5517" />
+      <location filename="../UI/UserInterface.py" line="5508" />
+      <location filename="../UI/UserInterface.py" line="5447" />
+      <location filename="../UI/UserInterface.py" line="5438" />
+      <source>Problem</source>
+      <translation>Problém</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="5745" />
       <location filename="../UI/UserInterface.py" line="5735" />
       <location filename="../UI/UserInterface.py" line="5688" />
@@ -87433,316 +87854,364 @@
       <location filename="../UI/UserInterface.py" line="5509" />
       <location filename="../UI/UserInterface.py" line="5448" />
       <location filename="../UI/UserInterface.py" line="5439" />
-      <source>Problem</source>
-      <translation>Problém</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5746" />
-      <location filename="../UI/UserInterface.py" line="5736" />
-      <location filename="../UI/UserInterface.py" line="5689" />
-      <location filename="../UI/UserInterface.py" line="5680" />
-      <location filename="../UI/UserInterface.py" line="5519" />
-      <location filename="../UI/UserInterface.py" line="5510" />
-      <location filename="../UI/UserInterface.py" line="5449" />
-      <location filename="../UI/UserInterface.py" line="5440" />
       <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="5953" />
-      <location filename="../UI/UserInterface.py" line="5866" />
-      <location filename="../UI/UserInterface.py" line="5781" />
-      <location filename="../UI/UserInterface.py" line="5758" />
-      <location filename="../UI/UserInterface.py" line="5701" />
-      <location filename="../UI/UserInterface.py" line="5651" />
-      <location filename="../UI/UserInterface.py" line="5631" />
-      <location filename="../UI/UserInterface.py" line="5593" />
-      <location filename="../UI/UserInterface.py" line="5584" />
-      <location filename="../UI/UserInterface.py" line="5549" />
-      <location filename="../UI/UserInterface.py" line="5540" />
-      <location filename="../UI/UserInterface.py" line="5479" />
-      <location filename="../UI/UserInterface.py" line="5470" />
+      <location filename="../UI/UserInterface.py" line="5952" />
+      <location filename="../UI/UserInterface.py" line="5865" />
+      <location filename="../UI/UserInterface.py" line="5780" />
+      <location filename="../UI/UserInterface.py" line="5757" />
+      <location filename="../UI/UserInterface.py" line="5700" />
+      <location filename="../UI/UserInterface.py" line="5650" />
+      <location filename="../UI/UserInterface.py" line="5630" />
+      <location filename="../UI/UserInterface.py" line="5592" />
+      <location filename="../UI/UserInterface.py" line="5583" />
+      <location filename="../UI/UserInterface.py" line="5548" />
+      <location filename="../UI/UserInterface.py" line="5539" />
+      <location filename="../UI/UserInterface.py" line="5478" />
+      <location filename="../UI/UserInterface.py" line="5469" />
       <source>Process Generation Error</source>
       <translation>Chyba v procesu generování</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5471" />
+      <location filename="../UI/UserInterface.py" line="5470" />
       <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="5480" />
+      <location filename="../UI/UserInterface.py" line="5479" />
       <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="5541" />
+      <location filename="../UI/UserInterface.py" line="5540" />
       <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="5550" />
+      <location filename="../UI/UserInterface.py" line="5549" />
       <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="5585" />
+      <location filename="../UI/UserInterface.py" line="5584" />
       <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="5594" />
+      <location filename="../UI/UserInterface.py" line="5593" />
       <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="5618" />
+      <location filename="../UI/UserInterface.py" line="5617" />
       <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="5632" />
+      <location filename="../UI/UserInterface.py" line="5631" />
       <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="5652" />
+      <location filename="../UI/UserInterface.py" line="5651" />
       <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="5702" />
+      <location filename="../UI/UserInterface.py" line="5701" />
       <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="5759" />
+      <location filename="../UI/UserInterface.py" line="5758" />
       <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="5782" />
+      <location filename="../UI/UserInterface.py" line="5781" />
       <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="5867" />
+      <location filename="../UI/UserInterface.py" line="5866" />
       <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="5897" />
+      <location filename="../UI/UserInterface.py" line="5888" />
+      <source>External Tools</source>
+      <translation>Externí nástroje</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="5889" />
+      <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="5898" />
-      <location filename="../UI/UserInterface.py" line="5889" />
-      <source>External Tools</source>
-      <translation>Externí nástroje</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5890" />
-      <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="5899" />
       <source>No toolgroup entry '{0}' found.</source>
       <translation>Skupina nástrojů '{0}' nenalezena. </translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5935" />
+      <location filename="../UI/UserInterface.py" line="5934" />
       <source>Starting process '{0} {1}'.
 </source>
       <translation>Spouštím proces '{0} {1}'.
 </translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="5954" />
+      <location filename="../UI/UserInterface.py" line="5953" />
       <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="6029" />
+      <location filename="../UI/UserInterface.py" line="6028" />
       <source>Process '{0}' has exited.
 </source>
       <translation>Proces '{0}' byl ukončen.
 </translation>
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="6300" />
+      <location filename="../UI/UserInterface.py" line="6242" />
+      <location filename="../UI/UserInterface.py" line="6201" />
+      <location filename="../UI/UserInterface.py" line="6133" />
+      <location filename="../UI/UserInterface.py" line="6071" />
+      <source>Documentation Missing</source>
+      <translation>Dokumentace chybí</translation>
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6301" />
       <location filename="../UI/UserInterface.py" line="6243" />
       <location filename="../UI/UserInterface.py" line="6202" />
       <location filename="../UI/UserInterface.py" line="6134" />
       <location filename="../UI/UserInterface.py" line="6072" />
-      <source>Documentation Missing</source>
-      <translation>Dokumentace chybí</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6302" />
-      <location filename="../UI/UserInterface.py" line="6244" />
-      <location filename="../UI/UserInterface.py" line="6203" />
-      <location filename="../UI/UserInterface.py" line="6135" />
-      <location filename="../UI/UserInterface.py" line="6073" />
       <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="6283" />
+      <location filename="../UI/UserInterface.py" line="6174" />
+      <source>Documentation</source>
+      <translation>Dokumentace</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6175" />
+      <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="6284" />
-      <location filename="../UI/UserInterface.py" line="6175" />
-      <source>Documentation</source>
-      <translation>Dokumentace</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6176" />
-      <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="6285" />
       <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="6462" />
+      <location filename="../UI/UserInterface.py" line="6398" />
+      <source>Start Web Browser</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="6399" />
+      <source>The eric web browser could not be started.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6463" />
-      <location filename="../UI/UserInterface.py" line="6399" />
-      <source>Start Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6400" />
-      <source>The eric web browser could not be started.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6464" />
       <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="6505" />
+      <source>Open Browser</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="6506" />
-      <source>Open Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6507" />
       <source>Could not start a web browser</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6757" />
+      <location filename="../UI/UserInterface.py" line="6756" />
       <source>Keyboard Shortcuts File (*.ekj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6774" />
+      <location filename="../UI/UserInterface.py" line="6773" />
       <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="6792" />
+      <location filename="../UI/UserInterface.py" line="6791" />
       <source>Keyboard Shortcuts File (*.ekj);;XML Keyboard shortcut file (*.e4k)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6984" />
+      <location filename="../UI/UserInterface.py" line="6967" />
       <source>Read Tasks</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="6985" />
+      <location filename="../UI/UserInterface.py" line="6968" />
       <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Soubor s úlohami &lt;b&gt;{0}&lt;/b&gt; nelze načíst.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7032" />
+      <location filename="../UI/UserInterface.py" line="7015" />
       <source>Read Session</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../UI/UserInterface.py" line="7043" />
+      <location filename="../UI/UserInterface.py" line="7016" />
+      <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="7042" />
+      <source>Read session</source>
+      <translation>Načíst relaci</translation>
+    </message>
+    <message>
+      <location filename="../UI/UserInterface.py" line="7058" />
+      <source>Save Session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../UI/UserInterface.py" line="7060" />
-      <location filename="../UI/UserInterface.py" line="7033" />
-      <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="7059" />
-      <source>Read session</source>
-      <translation>Načíst relaci</translation>
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7075" />
-      <source>Save Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7077" />
       <source>eric Session Files (*.esj)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7099" />
+      <location filename="../UI/UserInterface.py" line="7082" />
       <source>eric Session Files (*.esj);;eric XML Session Files (*.e5s)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7147" />
+      <location filename="../UI/UserInterface.py" line="7130" />
       <source>Crash Session found!</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7148" />
+      <location filename="../UI/UserInterface.py" line="7131" />
       <source>A session file of a crashed session was found. Shall this session be restored?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7502" />
+      <location filename="../UI/UserInterface.py" line="7485" />
       <source>Drop Error</source>
       <translation>Zahodit chybu</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7503" />
+      <location filename="../UI/UserInterface.py" line="7486" />
       <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="7668" />
+      <location filename="../UI/UserInterface.py" line="7651" />
       <source>Upgrade available</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7669" />
+      <location filename="../UI/UserInterface.py" line="7652" />
       <source>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;.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7713" />
-      <location filename="../UI/UserInterface.py" line="7702" />
+      <location filename="../UI/UserInterface.py" line="7696" />
+      <location filename="../UI/UserInterface.py" line="7685" />
       <source>First time usage</source>
       <translation>Spuštěno poprvé</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7703" />
+      <location filename="../UI/UserInterface.py" line="7686" />
       <source>eric7 has not been configured yet but an eric6 configuration was found. Shall this be imported?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7714" />
+      <location filename="../UI/UserInterface.py" line="7697" />
       <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="7734" />
+      <location filename="../UI/UserInterface.py" line="7717" />
       <source>Select Workspace Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7911" />
+      <location filename="../UI/UserInterface.py" line="7894" />
       <source>Unsaved Data Detected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="7912" />
+      <location filename="../UI/UserInterface.py" line="7895" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <source>&amp;Unittest...</source>
+      <translation type="vanished">&amp;Unittest...</translation>
+    </message>
+    <message>
+      <source>Start unittest dialog</source>
+      <translation type="vanished">Otevřít dialog unittestu</translation>
+    </message>
+    <message>
+      <source>&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Perform unit tests. The dialog gives you the ability to select and run a unittest suite.&lt;/p&gt;</source>
+      <translation type="vanished">&lt;b&gt;Unittest&lt;/b&gt;&lt;p&gt;Provést unittesty. V dialogovém okně se nastaví který test se má provést.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <source>Unittest Restart</source>
+      <translation type="vanished">Restart unittestu</translation>
+    </message>
+    <message>
+      <source>&amp;Restart Unittest...</source>
+      <translation type="vanished">&amp;Restart unittestu...</translation>
+    </message>
+    <message>
+      <source>Restart last unittest</source>
+      <translation type="vanished">Restart posledního unittestu</translation>
+    </message>
+    <message>
+      <source>&lt;b&gt;Restart Unittest&lt;/b&gt;&lt;p&gt;Restart the unittest performed last.&lt;/p&gt;</source>
+      <translation type="vanished">&lt;b&gt;Restart unittestu&lt;/b&gt;&lt;p&gt;Restartuje se poslední provedený unittest.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <source>Unittest &amp;Script...</source>
+      <translation type="vanished">Unittest &amp;Script...</translation>
+    </message>
+    <message>
+      <source>Run unittest with current script</source>
+      <translation type="vanished">Spustit unittest s aktuálním skriptem</translation>
+    </message>
+    <message>
+      <source>&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Run unittest with current script.&lt;/p&gt;</source>
+      <translation type="vanished">&lt;b&gt;Unittest Script&lt;/b&gt;&lt;p&gt;Spustit unittest s aktuálním skriptem.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <source>Unittest Project</source>
+      <translation type="vanished">Unittest Projekt</translation>
+    </message>
+    <message>
+      <source>Unittest &amp;Project...</source>
+      <translation type="vanished">Unittest &amp;Projekt...</translation>
+    </message>
+    <message>
+      <source>Run unittest with current project</source>
+      <translation type="vanished">Spustit unittest s aktuálním projektem</translation>
+    </message>
+    <message>
+      <source>&lt;b&gt;Unittest Project&lt;/b&gt;&lt;p&gt;Run unittest with current project.&lt;/p&gt;</source>
+      <translation type="vanished">&lt;b&gt;Unittest projekt&lt;/b&gt;&lt;p&gt;Spustit unittest s aktuálním projektem.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <source>&amp;Unittest</source>
+      <translation type="vanished">&amp;Unittest</translation>
+    </message>
+    <message>
       <source>&amp;Cancel</source>
       <translation type="vanished">&amp;Zrušit</translation>
     </message>
@@ -88002,7 +88471,7 @@
   <context>
     <name>Utilities</name>
     <message>
-      <location filename="../Utilities/__init__.py" line="1431" />
+      <location filename="../Utilities/__init__.py" line="1516" />
       <source>&lt;p&gt;You may use %-codes as placeholders in the string. Supported codes are:&lt;table&gt;&lt;tr&gt;&lt;td&gt;%C&lt;/td&gt;&lt;td&gt;column of the cursor of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%D&lt;/td&gt;&lt;td&gt;directory of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%F&lt;/td&gt;&lt;td&gt;filename of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%H&lt;/td&gt;&lt;td&gt;home directory of the current user&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%L&lt;/td&gt;&lt;td&gt;line of the cursor of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%P&lt;/td&gt;&lt;td&gt;path of the current project&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%S&lt;/td&gt;&lt;td&gt;selected text of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%U&lt;/td&gt;&lt;td&gt;username of the current user&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%%&lt;/td&gt;&lt;td&gt;the percent sign&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;</source>
       <translation>&lt;p&gt;Můžete použít %-kódy a rezervovaná místa ve stringu. Podporované kódy jsou:&lt;table&gt;&lt;tr&gt;    &lt;td&gt;%C&lt;/td&gt;    &lt;td&gt;sloupec kurzoru v aktuálním editoru&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;    &lt;td&gt;%D&lt;/td&gt;    &lt;td&gt;adresář v aktuálním editoru&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;    &lt;td&gt;%F&lt;/td&gt;    &lt;td&gt;jméno souboru v aktuálním editoru&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;    &lt;td&gt;%H&lt;/td&gt;    &lt;td&gt;home adresář aktuálního uživatele&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;    &lt;td&gt;%L&lt;/td&gt;    &lt;td&gt;řádek s kurzorem v aktuálním editoru&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;    &lt;td&gt;%P&lt;/td&gt;    &lt;td&gt;cesta aktuálního projektu&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;    &lt;td&gt;%S&lt;/td&gt;    &lt;td&gt;vybraný text v aktuálním editoru&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;    &lt;td&gt;%U&lt;/td&gt;    &lt;td&gt;uživatelské jméno aktuálního uživatele&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;    &lt;td&gt;%%&lt;/td&gt;    &lt;td&gt;znak procenta&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;</translation>
     </message>

eric ide

mercurial